From 27fa85d7ccb230d2bccfad5743260c333312ec34 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 21 Sep 2022 19:26:54 +0530 Subject: [PATCH] Readme update --- test.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 test.html diff --git a/test.html b/test.html deleted file mode 100644 index c6c6b8c..0000000 --- a/test.html +++ /dev/null @@ -1,35 +0,0 @@ -

Table of Contents

- -

Creating presentations from markdown

-

Pandoc is used to convert markdown to presentation which is in pdf format. Convert file contains to command used for conversion.

-

Inorder to convert using pandoc the following packages must be installed:

-

apt install pandoc imagemagick texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-luatex

-

The following link has more info on markdown presentations.