| ... | @@ -25,8 +25,8 @@ You can create sections of text with running numbering with the ```\section{}``` |
... | @@ -25,8 +25,8 @@ You can create sections of text with running numbering with the ```\section{}``` |
|
|
In some cases you might want to **bold** or *italicize* your text. To do this, enter the text within these commands:
|
|
In some cases you might want to **bold** or *italicize* your text. To do this, enter the text within these commands:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
Bold = \textbf{This is bold text}
|
|
\textbf{This is bold text}
|
|
|
Italic = \textit{This is italic text}
|
|
\textit{This is italic text}
|
|
|
|
|
|
|
|
You can also underline text with \underline{}, but this is not commonly used.
|
|
You can also underline text with \underline{}, but this is not commonly used.
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |