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}