Advertisement
Guest User

Example, overlay

a guest
Apr 4th, 2013
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.00 KB | None | 0 0
  1. \documentclass{report}
  2. \usepackage[a4paper]{geometry}
  3. \usepackage{fancyhdr}
  4. \usepackage{lastpage}
  5. \usepackage{fullpage, graphicx, wrapfig, subcaption, setspace}
  6. \usepackage[T1]{fontenc}
  7. \usepackage[font=small, labelfont=bf]{caption}
  8. \usepackage{fourier}
  9. \usepackage[protrusion=true, expansion=true]{microtype}
  10. \usepackage[english]{babel}
  11.  
  12. \newcommand{\HRule}[1]{\rule{\linewidth}{#1}}
  13. \onehalfspacing
  14.  
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16. % HEADER & FOOTER
  17. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. \pagestyle{fancy}
  19. \fancyhf{}
  20. \fancyhead[L]{Student ID: 1123123/1}
  21. \fancyhead[C]{University}
  22. \fancyfoot[R]{Page \thepage\ of \pageref{LastPage}}
  23.  
  24. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  25. % TITLE PAGE
  26. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  27.  
  28. \begin{document}
  29.  
  30. \title{ \normalsize \textsc{SUBTITLE}
  31.         \\ [2.0cm]
  32.         \HRule{0.5pt} \\
  33.         \LARGE \textbf{\uppercase{TITLE}}
  34.         \HRule{2pt} \\ [0.5cm]
  35.         \normalsize \today
  36. }
  37.  
  38. \date{}
  39.  
  40. \author{\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\
  41.         SID:  \\
  42.         University \\
  43.         Department of Life Sciences
  44. }
  45.  
  46. \maketitle
  47.  
  48. \pagebreak
  49.  
  50.  
  51.  
  52.  
  53. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  54. % BODY
  55. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  56.  
  57.  
  58. \section*{\textsc{SECTION}}
  59.  
  60. \end{document}
  61.  
  62. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  63. % SNIPPETS
  64. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  65.  
  66. %\begin{figure}[!ht]
  67. %   \centering
  68. %   \includegraphics[width=0.8\textwidth]{file_name}
  69. %   \caption{}
  70. %   \centering
  71. %   \label{label:file_name}
  72. %\end{figure}
  73.  
  74. %\begin{wrapfigure}{r}{0.30\textwidth}
  75. %   \vspace{-40pt}
  76. %   \begin{center}
  77. %       \includegraphics[width=0.29\textwidth]{file_name}
  78. %   \end{center}
  79. %   \vspace{-20pt}
  80. %   \caption{}
  81. %   \label{label:file_name}
  82. %\end{wrapfigure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement