在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):TGM-HIT/latex-protocol开源软件地址(OpenSource Url):https://github.com/TGM-HIT/latex-protocol开源编程语言(OpenSource Language):TeX 67.9%开源软件介绍(OpenSource Introduction):A latex protocol templateQuickstart git clone [email protected]:tgm-hit/latex-protocol.git protocol
cd protocol
./maketex Contents DependenciesFor local compilation a TeX distribution is required. Both TeX Live and MiKTeX are fully supported. The compilation script requires Python 3. Some features might depend on packages which are not installed by default! A growing list of optional dependencies can be found here. Arch Linux sudo pacman -S texlive-most python-pygments UsageWith Python 3 and LaTeX installed you can easily compile your project using the LatexIf (for some reason) you do not want to depend on the pdflatex -shell-escape main # Initial compilation
makeglossaries main # Compile glossaries
pdflatex -shell-escape main # Progressive compilation for glossaries
bibtex main # Compile bibliography
pdflatex -shell-escape main # Progressive compilation for bibtex
pdflatex -shell-escape main # Progressive compilation for bibtex TexStudioIn TexStudio a custom command can be added under pdflatex -shell-escape -interaction=nonstopmode % | txs:///makeglossaries | pdflatex -shell-escape -interaction=nonstopmode % | txs:///bibtex | pdflatex -shell-escape -interaction=nonstopmode % | pdflatex -shell-escape -interaction=nonstopmode % | txs:///view-pdf-internal --embedded Of course you can also add the python maketex -lm | txs:///view-pdf-internal --embedded OverleafOverleaf is a popular online latex editor and is also fully supported by this template. Just download the archived repository or latest release and upload as a new project. OptionsOptions are added to the \documentclass[<option1>,<option2>,...]{protocol}
VariablesVariables are set as commands with their parameter being the variable value. \myvariable{value}
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论