header.tex 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. % file header.tex
  2. %
  3. % You may want to use these packages or edit some options
  4. % Feel free to insert more packages, if you need them
  5. % choose appropriate inputenc
  6. %\usepackage[utf8x]{inputenc}
  7. \usepackage[latin1]{inputenc}
  8. \usepackage{fontenc}
  9. % some usefull packages, if you do not need them, comment them out
  10. \usepackage{babel}
  11. \usepackage{amsfonts}
  12. \usepackage{amsmath}
  13. \usepackage{amssymb}
  14. \usepackage{amsthm}
  15. \usepackage{graphicx}
  16. \usepackage[hang]{caption}
  17. \usepackage{subcaption}
  18. \usepackage{booktabs}
  19. \usepackage{makeidx}
  20. %\usepackage{subfigure}
  21. \usepackage{xcolor}
  22. \usepackage{array}
  23. \usepackage[
  24. plainpages=false,
  25. pdfpagelayout=TwoPageRight,
  26. pdfborder={0 0 0},
  27. hyperfootnotes=false
  28. ]{hyperref}
  29. \usepackage{longtable} % for tables larger than one page
  30. \usepackage{pdflscape} % for pages in landscape format
  31. \usepackage{rotating} % for rotated tables on landscape pages using sidewaystable
  32. \usepackage{booktabs}
  33. \usepackage{multirow}
  34. \usepackage{tabularx}
  35. \usepackage{enumitem}
  36. \usepackage{tikz}
  37. \usepackage{cite}
  38. \usepackage{bm}
  39. % footnote packages
  40. \usepackage{footnote}
  41. \usepackage{chngcntr}% necessary for next command
  42. \counterwithout{footnote}{chapter}% consecutive numbering of footnotes throughout the whole document, no renumeration in each chapter
  43. \usepackage{setspace}
  44. \onehalfspacing