summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Berman <bermanmaxim@gmail.com>2016-03-31 10:09:45 +0200
committerMaxim Berman <bermanmaxim@gmail.com>2016-03-31 10:09:45 +0200
commit6fe6a9b16bae20a0770bdfa78e67423e9b154d3b (patch)
tree56bfc98e0f14f8b6e62fe8090ab66dd93bcec587
parentf75cb997b0135a2ab8341c2043dfc0b78d3f2535 (diff)
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.
-rw-r--r--latex.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex.html.markdown b/latex.html.markdown
index 0c443c8a..81c0d24c 100644
--- a/latex.html.markdown
+++ b/latex.html.markdown
@@ -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}