In this repository, you can find a collection of LaTeX utilities sharing a common style and with the objective of eventually creating a complete scientific LaTeX typesetting toolbox. Please note that some utilities are yet to be added as the toolbox is still a work in progress.
Class Name | Description |
---|---|
📚 thebook |
This class can be used to create various scientific books or PhD theses. |
📄 thearticle |
This class can be utilized for writing various articles or standard documents. |
📺 theslides |
This class facilitates the creation of slides for teaching purposes or presentations at conferences. |
Class Name | Description |
---|---|
🏦 thebasis |
A package that collects some common configuration options. |
🔣 thetheorems |
A package that defines numerous theorem-like environments in both Spanish and English languages. |
thefonts.sty
: This file contains the font configuration, using the packageunicode-math
to set the different font options.
In these project, the following fonts are used:
- STIX Two Text and STIX Two Math from the STIX Fonts project: This serif font is used as the main text font. You can download the last font version archives from their GitHub repository and install it into your system. Then, you only need to specify the folder where the font archives can be found with the
Path
option of thefontspec
package. - Source Sans 3: This sans-serif font serves as an attention-grabbing choice for titles and other visually prominent elements. Additionally, it serves as the main font within the theslides class. The font, created by Paul D. Hunt, is freely available from Adobe. The creators of STIX Two fonts have lauded it as a highly suitable companion to their font.
- Source Code Pro: This monospaced font, also designed by Paul D. Hunt, is specifically intended for code-like typesetting, such as in code snippets.