Skip to content

🔥 This is my ACM template, which is built by xeletex. Includes number theory, graph theory, data structure, dynamic programming, string, search, simulation, greed, classical examples, etc.

License

Notifications You must be signed in to change notification settings

GsjzTle/ACM-Templates

Repository files navigation

ACM-Templates

🔥 This is my ACM template, which is built by xeletex. Includes number theory, graph theory, data structure, dynamic programming, string, search, simulation, greed, classical examples, etc.

Build template with main.tex as the core.

How to make your template?

1. Installing xelatex environment

sudo apt-get install texlive-xetex

2. Create your own Tex file

mkdir your-directory && cd your-directory
touch your.tex

3. Edit your.tex

  • Example
\documentclass[../main.tex]{subfiles}  % your.tex as a subfile, pointing to main.tex

\begin{document}

your content...

\end{document}

4. Add your section in contents

cd .. 
vim main.tex
  • Example
\documentclass[]{article}

...

\begin{document}

...
\section{your section name}
\subfile{your-directory/your.tex}
...

\end{document}

5. Rebuild

xelatex main.tex

The generated main.pdf will be your template.

Thanks

  • I'd appreciate a star if you find this helpful.
  • Special thanks to SmartvV,Carered, Luxaky,accompany me through ACM.

License

MIT

About

🔥 This is my ACM template, which is built by xeletex. Includes number theory, graph theory, data structure, dynamic programming, string, search, simulation, greed, classical examples, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published