Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sailist/latexdoc
- Owner: sailist
- License: gpl-3.0
- Created: 2019-10-23T14:37:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T09:19:54.000Z (over 3 years ago)
- Last Synced: 2024-12-26T18:11:45.718Z (13 days ago)
- Topics: latex
- Language: TeX
- Homepage: https://github.com/sailist/LaTeXdoc/releases/download/0.7/LaTeX.pdf
- Size: 18.4 MB
- Stars: 237
- Watchers: 7
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.texbibtex 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