vimtex/test/error-messages/errors.tex

30 lines
515 B
TeX
Raw Normal View History

2014-06-12 13:12:08 -04:00
\documentclass{scrartcl}
% Testing hyperref warnings
2014-06-10 14:02:01 -04:00
\usepackage{hyperref}
% For missing package error
%\usepackage{testpackage}
2014-06-12 13:12:08 -04:00
\setcounter{secnumdepth}{2}
2014-06-10 14:02:01 -04:00
\begin{document}
This test document reproduces the errors and warnings listed here:
\url{http://en.wikibooks.org/wiki/LaTeX/Errors_and_Warnings}
\date
\test{}
{Hello world!}}
\epsilon
Hello world!
\\
Thistestdocumentreproducestheerrorsandwarningslistedherethistestdocumentreproducestheerrorsandwarningslistedhere
2014-06-11 02:17:52 -04:00
\section{$\alpha$}
2014-06-10 14:02:01 -04:00
\end{document}