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:
Maxim Berman 2016-03-31 10:09:45 +02:00
parent f75cb997b0
commit 6fe6a9b16b

View File

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