Fix missing backslash in documentclass
This commit is contained in:
parent
e271142804
commit
dc77fa3b02
@ -15,7 +15,7 @@ minimal examples and vimrc files might still be relevant.
|
|||||||
Please provide a minimal working LaTeX example, e.g.
|
Please provide a minimal working LaTeX example, e.g.
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
documentclass{minimal}
|
\documentclass{minimal}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
Hello World!
|
Hello World!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user