Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 801 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 801 Bytes

LaTeXdoc

for LaTeX command quick learning and search.

Download: ver-0.7

Compile

clone repo to local dist

git clone --depth=1 https://github.com/sailist/LaTeXdoc
cd LaTeXdoc

then run:

xelatex  -synctex=1 -interaction=nonstopmode -file-line-error -output-directory=./out --shell-escape LaTeXTutorial.tex

bibtex out/LaTeXTutorial.aux

xelatex  -synctex=1 -interaction=nonstopmode -file-line-error -output-directory=./out --shell-escape LaTeXTutorial.tex

xelatex  -synctex=1 -interaction=nonstopmode -file-line-error -output-directory=./out --shell-escape LaTeXTutorial.tex

preview

Related work