vimtex/test/examples/quick-start/main.tex

13 lines
402 B
TeX
Raw Normal View History

2016-10-01 08:06:10 -04:00
\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}