diff options
author | ven <vendethiel@hotmail.fr> | 2016-03-31 11:29:39 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-03-31 11:29:39 +0200 |
commit | cd638b59b4a08aa6bc65cb3cd88bb78b21d033aa (patch) | |
tree | 56bfc98e0f14f8b6e62fe8090ab66dd93bcec587 | |
parent | f75cb997b0135a2ab8341c2043dfc0b78d3f2535 (diff) | |
parent | 6fe6a9b16bae20a0770bdfa78e67423e9b154d3b (diff) |
Merge pull request #2221 from bermanmaxim/patch-1
[latex/en] Replace invite sign $ by > in compilation example
-rw-r--r-- | latex.html.markdown | 2 |
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} |