Changed the quick-start example file

This commit is contained in:
Karl Yngve Lervåg 2016-10-03 22:12:39 +02:00
parent b16e29f4d7
commit abf50a3f04

View File

@ -1,12 +1,12 @@
\documentclass{minimal} \documentclass{minimal}
\begin{document} \begin{document}
\begin{enumerate} % \ll Start/Stop compiling the document
\item Start compiling the document with `\ll` % \lk Stop the running compilation
\item Open pdf viewer and/or do forward searching with `\lv` % \lv Open pdf viewer and/or do forward searching with
\item Stop the running compilation with `\ll` (or `\lk`) % \le Parse the log file for errors and warnings
\item To parse the log file for errors and warnings, press `\le` % \lc Clean auxiliary files (\lC to also clean pdf files)
\item To clean auxiliary files, press `\lc` (or `\lC` to remove pdf's)
\end{enumerate} Hello world!
\end{document} \end{document}