Home - francois-rozet/sleek-template GitHub Wiki
Warning
This wiki is deprecated, please refer to the documentation file main.pdf
for more information about Sleek Template.
Welcome
Welcome, visitor. You find yourself on the Sleek Template's wiki. This wiki is meant to help you in your futures LaTeX adventures.
If you think something is missing or if you spot a mistake, let me know by submitting a new issue.
Have a great visit :v:
Features
Sleek Template has some built-in features such as additional macros, commands and environments. Have a look :grin:
Basics reminder
Everyone forgets, that's why we need reminders :wink:
Essential packages
It's sometimes hard to find the package you need. So here are the ones I find essential, sorted by utility.
Most of these packages are included in Sleek Template's libraries.
Some packages have a dedicated page (../wiki/packagename
) with further explanations and examples.
Coding tools
Package |
Purpose |
comment |
Commenting a part of your code |
xstring |
Writing conditional expressions |
Encoding
Package |
Purpose |
inputenc |
Input encodings support (ASCII , utf8 , ...) |
fontenc |
Font encodings support (T1 , T2 , ...) |
eurosym |
Definition of the \euro symbol |
Languages
Package |
Purpose |
babel |
Languages support |
Style
Package |
Customize |
geometry |
Document size and margins |
fancyhdr |
Document headers and footers |
parskip |
Text indentations |
enumitem |
Lists (enumerate , itemize , ...) |
csquotes |
Quotes |
color |
Colors |
Figures
Package |
Purpose |
float |
h positioning for floats |
caption |
Captions customization in floating environments |
array |
Customization of array and tabular |
multicol |
Concatenating multiple columns |
multirow |
Concatenating multiple rows |
Informatics
Package |
Purpose |
listings |
Source code printing |
inconsolata |
Renew ttfamily's fonts |
Mathematics
Package |
Purpose |
amsmath |
Aligned equations environments (align , alignat , ...) |
amssymb |
Additional math symbols |
bm |
Bolding math symbols |
cancel |
Crossing out math formulas |
esint |
Alternate integral symbols |
Theorems
Package |
Purpose |
amsthm |
Defining theorem-like environments |
thmtools |
Creating a \listoftheorems |
Units
Package |
Purpose |
siunitx |
Typesetting physical units following the S.I. rules |
Others
Package |
Purpose |
hyperref |
Clickable links and references |
mdframed |
Framed environments |
lipsum |
Access to the Lorem Ipsum text |
mhchem |
Typesetting chemical formulas or equations |