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.

28 lines
553 B

  1. %
  2. % `(buffer-name)`
  3. %
  4. % Created by `(user-full-name)` on `(format-time-string "%d/%m/%Y")`.
  5. % Copyright `user-mail-address`. `(format-time-string "%Y")`. All rights reserved.
  6. %
  7. \RequirePackage[l2tabu, orthodox]{nag}
  8. \documentclass[12pt]{article}
  9. \usepackage{amssymb}
  10. \usepackage{amsmath}
  11. \usepackage{verbatim}
  12. \usepackage{graphicx}
  13. \usepackage{microtype}
  14. \usepackage{upquote}
  15. \usepackage{units}
  16. \usepackage{booktabs}
  17. \usepackage{siunitx}
  18. \usepackage{xcolor}
  19. \title{}
  20. \date{\today}
  21. \author{Yigit Colakoglu}
  22. \begin{document}
  23. \maketitle
  24. \end{document}