change command examples

This commit is contained in:
Fradtschuk 2022-10-03 22:02:21 +02:00
parent f04d09aaf5
commit a7401228c8

View File

@ -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
```