Add introduction
Add pages
Add conclusion
\newglossaryentry{<label>}{
name={<name>},
description={<description>},
plural={<plural>}
}
\newacronym{label}{acronym}{phrase}
Use acronym: \gls{label} (acrfull on first use, then acrshort) | \acrfull{label} | \acrlong{label} | \acrshort{label}
| Macro | Parameters | Explanation | Notes |
|---|---|---|---|
| \\ | - | Linebreak | alternative: \newline |
| \chapter | {name} | Start a new chapter | |
| \section | {name} | Start a new section | |
| \subsection | {name} | Start a new subsection | |
| \paragraph | {text} | Start a new paragraph | |
| \label | {value} | Add a key for references | To allow type interpolation use prefixes for labels |
| Macro | Parameters (optional in cursive) | Explanation | Notes |
|---|---|---|---|
| \valueOrDefeault | parameter, defaultValue | Uses parameter if it contains a value, otherwise defaults to second value | |
| \image | (subcaption), imgRef, caption, label | Inserts image | Types:png,jpg |
| \svg | (subcaption), imgRef, caption, label | Inserts svg | Special configuration differs from generic \image |
| \tableStart | Starts a new table | Requires \tableEnd after |
|
| \tableEnd | (subcaption), caption, label | Ends current table | Requires \tableStart before |
| \bargraphStart | Starts a new bar graph | Requires \bargraphEndafterAdd values using \coordinates |
|
| \coordinates | coordinates | Inserts values into current bar graph | Key-Value-Pairs as shown in the example |
| \bargraphEnd | (subcaption), caption, label | Ends the current bar graph | Requires \bargraphStart before |
| \easyPie | (options), data, caption, subcaption, label | Inserts a pie graph using the specified data. Can be customized with options |
@misc{<name>,
title={<title>},
author={<author>},
year={<year>}
}
Other examples can be found at: BibTex Entry Types
Cite using \autocite[prefix][suffix]{source}
For ease of use there are various macros to create media.
Refer to Templates and Examples for further insight