mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02: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:
@@ -212,7 +212,7 @@ Getting to the final document using LaTeX consists of the following steps:
|
|||||||
\item Compile source code to produce a pdf.
|
\item Compile source code to produce a pdf.
|
||||||
The compilation step looks something like this (in Linux): \\
|
The compilation step looks something like this (in Linux): \\
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
$pdflatex learn-latex.tex learn-latex.pdf
|
> pdflatex learn-latex.tex learn-latex.pdf
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user