Guest User

Untitled

a guest
Apr 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. usepackage{amsfonts} %for math symbols R,Z,N etc.
  2. %usepackage[font=small,labelfont=small]{caption}
  3. usepackage{graphicx}
  4. usepackage{amsthm}
  5. usepackage{amsmath} %eqn references
  6. usepackage[
  7. colorlinks=true
  8. ,breaklinks
  9. %,ngerman
  10. ]{hyperref}
  11.  
  12. usepackage[hyphenbreaks]{breakurl}
  13. usepackage{xcolor}
  14. definecolor{c1}{rgb}{0,0,1} % blue
  15. definecolor{c2}{rgb}{0,0.3,0.9} % light blue
  16. definecolor{c3}{rgb}{0.3,0,0.9} % red blue
  17. definecolor{c4}{rgb}{0,0,0}
  18. hypersetup{
  19. linkcolor={c4}, % internal links
  20. citecolor={c4}, % citations
  21. urlcolor={c4} % external links/urls
  22. }
  23.  
  24. usepackage[font={small,it}, textfont=it, hang]{caption}
  25. setlength{captionmargin}{30pt}
  26. usepackage{lipsum}
  27. usepackage{mwe}
  28. usepackage[top=3cm, bottom=1in, left=3cm, right=1in]{geometry}
  29. %usepackage{fullpage}
  30. %usepackage[top=2cm, bottom=2cm, left=2.5cm, right=2.5cm]{geometry}
  31.  
  32.  
  33. parindent=12mm %paragraph indent
  34. %usepackage{amsmath}
  35. sloppy %for hyphenless justification
  36. hyphenation{}
  37. hyphenpenalty=10000
  38. exhyphenpenalty=10000
  39. %usepackage{fancyhdr}
  40.  
  41. usepackage{titlesec}
  42.  
  43. titleformat{chapter}[display]
  44. {normalfonthugebfseriesfilcenter}{chaptertitlename
  45. thechapter}{25mm}{Huge}
  46. titlespacing*{chapter}{0pt}{75mm}{25mm}
  47.  
  48. titlespacing*{name=chapter, numberless}{0pt}{25mm}{25mm}
  49.  
  50. chapter{Introduction}
  51. label{intro}
  52. setcounter{page}{1}
  53. pagenumbering{arabic}
Add Comment
Please, Sign In to add comment