diff options
| author | Fritz Rehde <fritzrehde.work@gmail.com> | 2023-10-30 23:25:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 23:25:28 +0100 |
| commit | c3114fa380d80e7268e14d631b08511b2ebf58ec (patch) | |
| tree | a0c4faba3a8dc8aa131d30d8eaba703da39c017e /docs/guides | |
| parent | a5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 (diff) | |
Fixed typos (#2524)
Diffstat (limited to 'docs/guides')
| -rw-r--r-- | docs/guides/guide-for-latex-users.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index d0fb92cb..0ac26309 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -486,7 +486,7 @@ $ f(x) = (x + 1) / x $ to include more than one value in a sub- or superscript, enclose their contents in parentheses: `{$x_(a -> epsilon)$}`. -Since variables in math mode do not need to be preprended with a `#` or a `/`, +Since variables in math mode do not need to be prepended with a `#` or a `/`, you can also call functions without these special characters: ```example @@ -545,7 +545,7 @@ The example below - sets wide [margins]($page.margin) - enables [justification]($par.justify), [tighter lines]($par.leading) and [first-line-indent]($par.first-line-indent) -- [sets the font]($text.font) to "New Computer Modern", an OpenType derivate of +- [sets the font]($text.font) to "New Computer Modern", an OpenType derivative of Computer Modern for both text and [code blocks]($raw) - disables paragraph [spacing]($block.spacing) - increases [spacing]($block.spacing) around [headings]($heading) |
