Merge pull request #2221 from bermanmaxim/patch-1

[latex/en] Replace invite sign $ by > in compilation example
This commit is contained in:
ven 2016-03-31 11:29:39 +02:00
commit cd638b59b4

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}