Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
639 B

  1. %
  2. % [:VIM_EVAL:]expand('%:t')[:END_EVAL:]
  3. % [:VIM_EVAL:]expand('%:p:h:t')[:END_EVAL:]
  4. %
  5. % Created by Yigit Colakoglu on [:VIM_EVAL:]strftime('%m/%d/%y')[:END_EVAL:].
  6. % Copyright [:VIM_EVAL:]strftime('%Y')[:END_EVAL:]. Yigit Colakoglu. All rights reserved.
  7. %
  8. \RequirePackage[l2tabu, orthodox]{nag}
  9. \documentclass[12pt]{article}
  10. \usepackage{amssymb}
  11. \usepackage{amsmath}
  12. \usepackage{verbatim}
  13. \usepackage{graphicx}
  14. \usepackage{microtype}
  15. \usepackage{upquote}
  16. \usepackage{units}
  17. \usepackage{booktabs}
  18. \usepackage{siunitx}
  19. \usepackage{xcolor}
  20. \title{}
  21. \date{\today}
  22. \author{Yigit Colakoglu}
  23. \begin{document}
  24. \maketitle
  25. \end{document}