To use this template:
- Fork this repository and give it the name you want.
- Modify the file
main.tex
to include whatever you want (you can also rename it).
The compilation necessitates latexmk v4.51 or higher, included by default in recent texlive distributions. To compile the document, simply run on macOS or Linux
make
If you want to clean up your local repository, simply run on macOS or Linux
make clean
All the files *.tex
in the root folder are attempted to be compiled as LaTeX root files.
Therefore, if you split your presentation into several documents, create a folder (e.g., content/
) and place your secondary LaTeX files in it.
This template also includes the following mathematical commands. All the options in the macros are optional (but not the arguments).
Command | Options | Rendering |
---|---|---|
\eu |
❌ |
|
\iu |
❌ |
|
\du |
❌ |
|
\C |
❌ | |
\F |
❌ | |
\N |
❌ | |
\Q |
❌ | |
\R |
❌ | |
\Z |
❌ | |
\T |
❌ |
|
\argmax |
❌ | |
\argmin |
❌ | |
\card |
❌ | |
\conv |
❌ | |
\rank |
❌ | |
\sgn |
❌ | |
\vspan |
❌ | |
\abs[<option>]{<argument>} |
\big , \Big , \bigg , \Bigg , or auto
|
|
\ceil[<option>]{<argument>} |
\big , \Big , \bigg , \Bigg , or auto
|
|
\floor[<option>]{<argument>} |
\big , \Big , \bigg , \Bigg , or auto
|
|
\norm[<option>]{<argument>} |
\big , \Big , \bigg , \Bigg , or auto
|
|
\set[<option>]{<argument>} |
\big , \Big , \bigg , \Bigg , or auto
|
|
\inner[<option>]{<argument>} |
\big , \Big , \bigg , \Bigg , or auto
|
Finally, the template also include a command @
for fine-tuning mathematical formula.
See p. 155 of The TeXbook for details.