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