@ -19,6 +19,7 @@ Here you can find the highlights of each day lecture, to avoid repetitive points
* document options and geometry
* Defining new vars, paragraph spaces, tabulation space, and text sizes
* A dummy text definition command
* The minipage challenge
Here are some basic but useful information about the eexamples and packages that we use during the webinar. If you require more deep information you can visit the links provided along the Readme file.
@ -50,6 +51,22 @@ Here you can find the highlights of each day lecture, to avoid repetitive points
|`\texttt{}` |for terminal text|
|`\oldstylenums{}` |for old number font|
#### Font sizes
The font formats and sizes **are not modified frequently**, most of the time LaTeX makes a good work with them. However, here are some common font size modifiers to work with:
|Class option|10pt |11pt|12pt|
|-------------|----|----|----|
|\Huge|25pt|25pt|25pt|
|\huge|20pt|20pt|25pt|
|\LARGE|17pt|17pt|20pt|
|\Large|14pt|14pt|17pt|
|\large|12pt|12pt|14pt|
|\normalsize(default)|10pt|11pt|12pt|
|\small|9pt|10pt|11pt|
|\footnotesize|8pt|9pt|10pt|
|\scriptsize|7pt|8pt|8pt|
|\tiny|5pt|6pt|6pt|
### Example 3: Geometry and Lengths
@ -76,6 +93,119 @@ Here you can find the highlights of each day lecture, to avoid repetitive points
### Day 2: Document Classes and Sectional Units ###
### Day 3: Equations, Tables and Figures (Marx) ###