1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

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

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}