# LaTeXdoc **Repository Path**: silanwireless/LaTeXdoc ## Basic Information - **Project Name**: LaTeXdoc - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-04 - **Last Updated**: 2021-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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