Finish chapter about basic latex commands

This commit is contained in:
2025-01-10 13:04:01 +01:00
parent 08738c0e62
commit be12c37ee6

View File

@@ -42,10 +42,10 @@ The following commands are used to format normal paragraphs. However, most comma
|Command|Explanation| |Command|Explanation|
|--|--| |--|--|
|`\\`|Creates a new line. Its usage is only necessary, when you | |`\\`|Creates a new line. Its usage is only necessary when you explicitly want a newline. LaTeX generally does the line break for you.|
|`\textbf{<TEXT>}`|| |`\textbf{<TEXT>}`|Formats the text inside the brackets bold.|
|`\textit{<TEXT>}`|| |`\textit{<TEXT>}`|Formats the text inside the brackets italic.|
|`\underline{<TEXT>}`|| |`\underline{<TEXT>}`|Underlines the text inside the brackets.|
## Bulletpoints and Enumerations ## Bulletpoints and Enumerations
### Bulletpoints ### Bulletpoints