diff --git a/test/examples/quick-start/main.tex b/test/examples/quick-start/main.tex new file mode 100644 index 0000000..b8bbdb7 --- /dev/null +++ b/test/examples/quick-start/main.tex @@ -0,0 +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} + +\end{document}