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|
|
||||
|--|--|
|
||||
|`\\`|Creates a new line. Its usage is only necessary, when you |
|
||||
|`\textbf{<TEXT>}`||
|
||||
|`\textit{<TEXT>}`||
|
||||
|`\underline{<TEXT>}`||
|
||||
|`\\`|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>}`|Formats the text inside the brackets bold.|
|
||||
|`\textit{<TEXT>}`|Formats the text inside the brackets italic.|
|
||||
|`\underline{<TEXT>}`|Underlines the text inside the brackets.|
|
||||
|
||||
## Bulletpoints and Enumerations
|
||||
### Bulletpoints
|
||||
|
||||
Reference in New Issue
Block a user