Guest User

Untitled

a guest
Mar 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. immediatewrite18{makeindex jobname.nlo -s nomencl.ist -o jobname.nls}
  2. documentclass[12pt]{report}
  3. usepackage[utf8]{inputenc}
  4. usepackage{lineno}
  5. usepackage{array}
  6. newcolumntype{L}{>{$}l<{$}}
  7. newcolumntype{m}{>{displaystyle}l}
  8. usepackage{framed}
  9. usepackage{cclicenses}
  10. usepackage{makecell}
  11. usepackage{setspace}
  12. usepackage{gensymb}
  13. usepackage{titlesec}
  14. usepackage{lipsum}
  15. usepackage{nomencl}
  16. makenomenclature
  17. setcounter{secnumdepth}{4}
  18. setcounter{tocdepth}{4}
  19. usepackage[justification=centering]{caption}
  20. usepackage{etoolbox}
  21. usepackage{titleps}
  22. newpagestyle{mystyle}{%
  23. headrulesethead{textsc chaptername thechapter. textsc chaptertitle}
  24. {}{}
  25. setfoot{}{thepage}{}footrule}
  26. pagestyle{mystyle}
  27. graphicspath{{imagesthesis/}}
  28. usepackage[a4paper,right=20mm,left=25mm,top=20mm, bottom=20mm]{geometry}
  29. makeatletter
  30. titleformat{chapter}[display]
  31. {normalfonthugebfseries}{chaptertitlename thechapter}{20pt}{Huge}
  32. titlespacing*{chapter}{0pt}{0pt}{20pt}
  33. makeatother
  34. title {Tile of the report }
  35. titleformat{paragraph}
  36. {normalfontnormalsizebfseries}{theparagraph}{1em}{}
  37. titlespacing*{paragraph}
  38. {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
  39. begin{document}
  40. renewcommandarraystretch{1.3}
  41. doublespacing
  42. maketitle
  43. tableofcontents
  44. chapter*{Publications}
  45. chapter*{acknowledegement}
  46. I want...
  47. chapter*{table list}
  48. listoffigures
  49. renewcommand{nomname}{abbreviation list}
  50. printnomenclature
  51. chapter*{Introduction }
  52. lipsum
  53. chapter{state of art}
  54. lipsum
  55. chapter{theory}
  56. lipsum
  57. end{document}
Add Comment
Please, Sign In to add comment