在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ryscheng/paper-template开源软件地址(OpenSource Url):https://github.com/ryscheng/paper-template开源编程语言(OpenSource Language):TeX 99.9%开源软件介绍(OpenSource Introduction):Publication LaTeX templateThis repo stores a LaTeX template for conference publications. The template is currently supports ACM, IEEE, and USENIX formatting. Tested for the following conferences:
DependenciesYour system will need to be configured with the following programs:
Your OS will probably have a meta-package that installs all of these at once. On Ubuntu: $ sudo apt-get install texlive-full On MacOS: $ brew cask install mactex Organization
Usagesystemname VariableFor convenience,
Common MacrosPlease put all common packages, macros, and commands in Conference FormattingDepending on the conference, you'll need to make 3 changes to update formatting in
Writing SectionsTo separate content from everything else, please create a new file in ...
\input{sections/abstract}
\input{sections/introduction}
\input{sections/background}
\input{sections/design}
\input{sections/implementation}
\input{sections/evaluation}
\input{sections/discussion}
\input{sections/related}
\input{sections/conclusion}
... CompilingFor most purposes, use the incremental compiler $ make all If you want to manually compile: $ make complete # Run pdflatex, bibtex, then pdflatex again
$ make pdf # Run pdflatex once
$ make bib # Run bibtex once Automated ChecksIt is recommended to follow all of the following steps before final submission chktexGo through every file in $ chktex <filename> As a shorthand, this will run it on all $ make lint aspellGo through every file in $ aspell -c <filename> Microsoft WordLike it or not, MS Word is probably still the best grammar and spellchecker out there. To open your publication in MS Word, first compile it to HTML $ make html Then open MS Word with the generated HTML document and run spell check. You'll have to manually translate all the changes back into your original You can also view the HTML file in a browser by running the following and navigating to $ make serve See the following section to cleanup all the intermediate files generated. CleanTo delete all files that are not version controlled (e.g. as specified by $ make clean To only cleanup intermediate files from LaTeX $ make latexclean ContributingFeel free to fork and use for other papers. If you end up making any improvements, please email [email protected] to submit changes upstream. Thanks! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论