Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. documentclass[12pt,a4paper]{report}
  2. usepackage[labelfont=bf]{caption}
  3. usepackage[T1]{fontenc}
  4. usepackage{mathptmx}
  5.  
  6. usepackage[english]{babel}
  7. usepackage{longtable}
  8. usepackage{amsmath}
  9. usepackage{amssymb}
  10. usepackage{graphicx}
  11. usepackage{color}
  12. usepackage{pdfpages}
  13. usepackage{float}
  14. usepackage{listings}
  15.  
  16.  
  17. usepackage[nottoc]{tocbibind}
  18. renewcommandbibname{References}
  19.  
  20.  
  21. usepackage{lmodern}
  22.  
  23.  
  24. author{XXX}
  25. title{USER Instruction}
  26. begin{document}
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. tableofcontents
  34.  
  35. newpage
  36. clearpage
  37. phantomsection
  38. listoffigures
  39.  
  40. newpage
  41. clearpage
  42. phantomsection
  43. listoftables
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. setcounter{chapter}{0}
  60.  
  61. chapter{INTRODUCTION}
  62. %pagenumbering{arabic}
  63.  
  64.  
  65. subsection{Data}
  66. it can be divided into two operations:
  67.  
  68.  
  69. section{The pt}
  70.  
  71. chapter{ASA }
  72.  
  73. llllllllllllllll
  74.  
  75.  
  76.  
  77.  
  78. chapter{Cooo}
  79.  
  80. k
  81.  
  82. chapter{CoooK}
  83.  
  84. lkkkkkkkkk
  85. section{CoooWork}
  86.  
  87. In th
  88.  
  89. bibliography{Bibliography}
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement