mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Fix more typos
This commit is contained in:
@@ -206,7 +206,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}
|
||||||
|
|
||||||
@@ -228,4 +228,4 @@ That's all for now!
|
|||||||
## More on LaTeX
|
## More on LaTeX
|
||||||
|
|
||||||
* The amazing LaTeX wikibook: [https://en.wikibooks.org/wiki/LaTeX](https://en.wikibooks.org/wiki/LaTeX)
|
* The amazing LaTeX wikibook: [https://en.wikibooks.org/wiki/LaTeX](https://en.wikibooks.org/wiki/LaTeX)
|
||||||
* An actual tutorial: [http://www.LaTeX-tutorial.com/](http://www.LaTeX-tutorial.com/)
|
* An actual tutorial: [http://www.latex-tutorial.com/](http://www.latex-tutorial.com/)
|
||||||
|
Reference in New Issue
Block a user