mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Replace invite sign $ by > in compilation example
$ sign messes with syntax highlighting (it stays in math mode for the rest of the document). Using > fixes this easily.
This commit is contained in:
parent
f75cb997b0
commit
6fe6a9b16b
@ -212,7 +212,7 @@ Getting to the final document using LaTeX consists of the following steps:
|
||||
\item Compile source code to produce a pdf.
|
||||
The compilation step looks something like this (in Linux): \\
|
||||
\begin{verbatim}
|
||||
$pdflatex learn-latex.tex learn-latex.pdf
|
||||
> pdflatex learn-latex.tex learn-latex.pdf
|
||||
\end{verbatim}
|
||||
\end{enumerate}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user