change command examples
This commit is contained in:
parent
f04d09aaf5
commit
a7401228c8
@ -72,9 +72,9 @@ General structure of a command:
|
|||||||
|
|
||||||
``` {.lang-tex .tex .hljs .fragment}
|
``` {.lang-tex .tex .hljs .fragment}
|
||||||
\newpage % inserts a new page
|
\newpage % inserts a new page
|
||||||
\textbf{<text>} % formats the text bold
|
\textbf{bold text} % formats the text bold
|
||||||
\usepackage[utf8]{inputenc} % configures the character encoding
|
\documentclass[a4paper,12pt]{article} % configures the document class
|
||||||
\frac{<numerator>}{<denominator>} % inserts a mathematical fraction
|
\frac{1}{4} % inserts a mathematical fraction
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user