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

13 lines
314 B
TeX
Raw Normal View History

2016-10-01 08:06:10 -04:00
\documentclass{minimal}
\begin{document}
2016-10-03 16:12:39 -04:00
% \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!
2016-10-01 08:06:10 -04:00
\end{document}