From abf50a3f04dff85e2e1fb7f8f5123e54dce32706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Mon, 3 Oct 2016 22:12:39 +0200 Subject: [PATCH] Changed the quick-start example file --- test/examples/quick-start/main.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/examples/quick-start/main.tex b/test/examples/quick-start/main.tex index b8bbdb7..080360a 100644 --- a/test/examples/quick-start/main.tex +++ b/test/examples/quick-start/main.tex @@ -1,12 +1,12 @@ \documentclass{minimal} \begin{document} -\begin{enumerate} - \item Start compiling the document with `\ll` - \item Open pdf viewer and/or do forward searching with `\lv` - \item Stop the running compilation with `\ll` (or `\lk`) - \item To parse the log file for errors and warnings, press `\le` - \item To clean auxiliary files, press `\lc` (or `\lC` to remove pdf's) -\end{enumerate} +% \ll Start/Stop compiling the document +% \lk Stop the running compilation +% \lv Open pdf viewer and/or do forward searching with +% \le Parse the log file for errors and warnings +% \lc Clean auxiliary files (\lC to also clean pdf files) + +Hello world! \end{document}