summaryrefslogtreecommitdiffhomepage
path: root/latex.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-03-31 11:29:39 +0200
committerven <vendethiel@hotmail.fr>2016-03-31 11:29:39 +0200
commitcd638b59b4a08aa6bc65cb3cd88bb78b21d033aa (patch)
tree56bfc98e0f14f8b6e62fe8090ab66dd93bcec587 /latex.html.markdown
parentf75cb997b0135a2ab8341c2043dfc0b78d3f2535 (diff)
parent6fe6a9b16bae20a0770bdfa78e67423e9b154d3b (diff)
Merge pull request #2221 from bermanmaxim/patch-1
[latex/en] Replace invite sign $ by > in compilation example
Diffstat (limited to 'latex.html.markdown')
-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}