Use manual.css in manual
This commit is contained in:
parent
dac72beb9e
commit
c02b39a3ba
|
@ -2,8 +2,8 @@
|
||||||
# To install required tools in debian:
|
# To install required tools in debian:
|
||||||
# sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
|
# sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
|
||||||
|
|
||||||
pandoc manual.md -o manual.pdf -s --number-sections --toc
|
pandoc manual.md -o manual.pdf -s --number-sections --toc --css manual.css
|
||||||
pandoc manual.md -o manual.html -s --number-sections --toc
|
pandoc manual.md -o manual.html -s --number-sections --toc --css manual.css
|
||||||
|
|
||||||
pandoc reference-cfg-format.md -o reference-cfg-format.pdf -s --number-sections --toc
|
pandoc reference-cfg-format.md -o reference-cfg-format.pdf -s --number-sections --toc
|
||||||
pandoc reference-cfg-format.md -o reference-cfg-format.html -s --number-sections --toc
|
pandoc reference-cfg-format.md -o reference-cfg-format.html -s --number-sections --toc
|
||||||
|
|
Loading…
Reference in New Issue