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}
|
||||
\newpage % inserts a new page
|
||||
\textbf{<text>} % formats the text bold
|
||||
\usepackage[utf8]{inputenc} % configures the character encoding
|
||||
\frac{<numerator>}{<denominator>} % inserts a mathematical fraction
|
||||
\textbf{bold text} % formats the text bold
|
||||
\documentclass[a4paper,12pt]{article} % configures the document class
|
||||
\frac{1}{4} % inserts a mathematical fraction
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user