PageRenderTime 6ms CodeModel.GetById 4ms RepoModel.GetById 0ms app.codeStats 0ms

/oldtest/test-missing-package.tex

https://code.google.com/p/latex-makefile/
LaTeX | 12 lines | 7 code | 5 blank | 0 comment | 0 complexity | 96bc5f3cc2445702913df33ab432b5e0 MD5 | raw file
  1. \documentclass{article}
  2. \usepackage{nonexistent}
  3. \title{Hi, I'm a title}
  4. \author{Me Too}
  5. \begin{document}
  6. \maketitle
  7. \end{document}