Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sailist/latexdoc

LaTeX document written by LaTeX, used for quick learning and inspecting
https://github.com/sailist/latexdoc

latex

Last synced: 6 days ago
JSON representation

LaTeX document written by LaTeX, used for quick learning and inspecting

Awesome Lists containing this project

README

        

# LaTeXdoc
for LaTeX command quick learning and search.

> Download: [ver-0.7](https://github.com/sailist/LaTeXdoc/releases/download/0.7/LaTeX.pdf)

# Compile
clone repo to local dist
```
git clone --depth=1 https://github.com/sailist/LaTeXdoc
cd LaTeXdoc
```
then run:
```LaTeX
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

![](preview/1.png)

![](preview/2.png)

![](preview/3.png)

# Related work

- https://github.com/sailist/LatexTool