Fix #7: Add info to the README to generate the pdf version
[kohadocs.git] / README.md
index e8678b9..64ace9c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Documentation is generated with Sphinx.
 Setup
 -----
 
-> sudo apt-get install python3-sphinx  python3-sphinxcontrib.spelling 
+> sudo apt-get install python3-sphinx  python3-sphinxcontrib.spelling
 
 Outputing Docs
 --------------
@@ -22,6 +22,14 @@ Outputing Docs
 ### For an epub
 >  make epub
 
+### For a pdf (Work in progress)
+> apt install latexmk # the latexpdf builder needs it
+> apt install texlive-full # Attention, this is very huge
+                           # We should to list the individual packages we need
+> make latex # Generate the latex files
+> make latexpdf # Will generate the pdf file
+
+
 Other useful commands
 ---------------------