From 08293d880d69a4fe388506c36700c186a8d40756 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 21 Sep 2022 19:32:16 +0530 Subject: [PATCH] Readme update --- README.md | 3 ++- convert | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5320f0..9a60067 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Table of Contents +# LDAP Presentation +## Table of Contents - [Introduction to LDAP](https://sovran.dev/akshay/openldap/src/branch/master/openldap.md#introduction-to-ldap) - What is LDAP? - What is directory service? diff --git a/convert b/convert index e6ae12f..7008a72 100755 --- a/convert +++ b/convert @@ -1,2 +1,3 @@ #! /bin/bash -exec pandoc -s --slide-level 2 --toc --listings --columns=50 --template default_mod.latex --pdf-engine lualatex -t beamer openldap.md -o openldap.pdf +exec pandoc -s --slide-level 2 --toc --listings --columns=50 --template default_mod.latex \ + --pdf-engine lualatex -t beamer openldap.md -o openldap.pdf