Browse Source

Readme update

master
akshay 1 year ago
parent
commit
08293d880d
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      README.md
  2. +2
    -1
      convert

+ 2
- 1
README.md View File

@ -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?


+ 2
- 1
convert View File

@ -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

Loading…
Cancel
Save