Guest User

Untitled

a guest
Apr 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage[demo]{graphicx}
  4. usepackage{hyperref}
  5. usepackage{array}
  6. usepackage{lastpage}
  7. usepackage{lipsum}
  8. usepackage{helvet}
  9. renewcommand{familydefault}{sfdefault}
  10. usepackage{fancyhdr}
  11. usepackage[hmargin=2cm,top=4cm,headheight=1 in,footskip=0.9 cm]{geometry}
  12. setlength{parindent}{0.95cm}
  13. pagestyle{fancy}
  14. renewcommand{headrulewidth}{0pt}
  15. %fancyhead[CE,CO,LE,LO,RE,RO]{} %% clear out all headers
  16. fancyhead[C]{
  17. begin{tabular}{|m{5cm} m{5.5cm} m{5cm}|l }
  18. multicolumn{1}{l}{} & & multicolumn{1}{r}{includegraphics[height=1.2cm,width=5cm]{image3.jpeg}} & \
  19. cline{1-3}
  20. Company & Owner & Description & \
  21. AAAAA & Test & Technical Specification & \
  22. begin{tabular}[c]{@{}l@{}}\
  23. end{tabular} & & & \
  24. Doc No. & Revision & Date & \
  25. BBBBBB & A & today & \
  26. cline{1-3}
  27. end{tabular}
  28. }
  29. cfoot{}
  30. rfoot{page thepage of pageref{LastPage}}
  31. begin{document}
  32.  
  33.  
  34. vspace*{2cm}
  35. %%% first page revision control
  36.  
  37. noindentbegin{tabular}{|m{5cm} m{5.5cm} m{5cm}|l }
  38. multicolumn{1}{l}{} & & multicolumn{1}{r}{} & \
  39. cline{1-3}
  40. Author & Checked & Approved & \
  41. AAAAAA & BBBBBBBB & AAAAAAAAA & \
  42. begin{tabular}[c]{@{}l@{}}\
  43. end{tabular} & & & \
  44. Revision History & Action & Responsible & \
  45. BBBBBBB & NNNNNNNN & MMMMMM & \
  46. cline{1-3}
  47. end{tabular}
  48.  
  49.  
  50. tableofcontents
  51.  
  52. newpage
  53.  
  54. section{General}
  55. subsection{Nomenclature}
  56. subsection{Reference Documents}
  57. subsection{Objective and Scope}
  58. subsection{System Overview}
  59. section{System Functionality}
  60. subsection{Function Relations}
  61. subsection{Function Descriptions}
  62. subsection{Functional Matrix for Subsystems}
  63. subsection{Interfaces Between Subsystems}
  64. section{Realization}
  65. subsection{Basic Hardware Choices}
  66. subsection{Basic Software Choices}
  67. subsection{Function Matrix For System Modules}
  68. subsection{Interfaces between System Modules}
  69. section{Interface to the Environment}
  70. subsection{Interface to other Hardware}
  71. subsubsection{First Connector}
  72. subsubsection{Second Connector}
  73. subsection{Interface to other Software}
  74. subsubsection{First Signal Group}
  75. subsubsection{Second Signal Group}
  76.  
  77.  
  78.  
  79.  
  80. %lipsum[1-30]
  81.  
  82. end{document}
Add Comment
Please, Sign In to add comment