Finish chapter about basic latex commands
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user