Skip to content

Commit 32b356d

Browse files
committed
added notes on how to render using LaTeX
1 parent b4fa1c3 commit 32b356d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ easiest for you.
2323
If you want to render this you can use Emacs+Orgmode's Export (`C-e`)
2424
command to produce HTML, PDF, etc.
2525

26+
Exporting from Emacs Orgmode as a LaTeX file is the easiest thing to
27+
do, then, assuming you have the LaTeX packages that are required, you
28+
can run the commands:
29+
30+
pdflatex -shell-escape sp-rest-api-tutorial
31+
pdflatex -shell-escape sp-rest-api-tutorial
32+
makeindex sp-rest-api-tutorial
33+
pdflatex -shell-escape sp-rest-api-tutorial
34+
35+
to produce a PDF file.
36+
2637
## Releases
2738

2839
Rendered versions will be released periodically at this Github site;

0 commit comments

Comments
 (0)