Advertisement
Guest User

Untitled

a guest
May 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. \documentclass[a4paper, 14pt]{extreport}
  2. \usepackage[landscape]{geometry}
  3. \usepackage[sfdefault]{quattrocento}
  4. \usepackage[T1]{fontenc}
  5. \usepackage{titlesec}
  6. \usepackage{tabularx}
  7. \usepackage{fancyhdr}
  8. \usepackage{lipsum}
  9.  
  10. %\titleformat{\subsection*}[display]{\big}{}{0}{\flushleft}
  11. %\titlespacing{\subsection*}{0ex}{0ex}{1ex}
  12.  
  13. \renewcommand{\headrulewidth}{0.0pt} % make decorative line under header invisible
  14.  
  15. \begin{document}
  16. \thispagestyle{fancy}
  17. \lhead{\Huge \textbf{Valuation}}
  18. \chead{}
  19. \rhead{ }
  20. \setlength{\headheight}{40.0pt}
  21.  
  22.  
  23. \begin{flushleft}
  24.  
  25.  
  26. %\section*{Valuation}
  27.  
  28. \begin{table}[h]
  29. \begin{tabularx}{\columnwidth}{lX}
  30. \textbf{Account Holder:} & Mr Smith \\
  31. %\cline{2-2}
  32. \textbf{Account Number:} & SIB 123456 \\
  33. %\cline{2-2}
  34. \end{tabularx}
  35. \end{table}
  36.  
  37.  
  38. %\subsection*{Account Holder: Mr Smith}
  39. %\subsection*{Account Number: SIB 123456}
  40.  
  41.  
  42.  
  43.  
  44. \begin{table}[h]
  45. \begin{tabularx}{\columnwidth}{X|S[table-format=3.4]|S[table-format=3.2]|r}
  46. \hline\hline
  47.  
  48. \textbf{Fund Name} & \textbf{Units Held} &
  49. \textbf{Unit Price} & \textbf{Value (\pounds)}
  50. \\
  51. \hline\hline
  52. OMW Invesco Perp Managed
  53. Equity & 1 & 129 & 5000\\
  54. \hline
  55. OMW Global Multi-asset Managed
  56. Equity & 111.1321 & 129.12 & 90000\\
  57. \hline
  58. OMW Invesco Perp Managed
  59. Equity & 1 & 129 & 5000\\
  60. \hline
  61. OMW Global Multi-asset Managed
  62. Equity & 111.1321 & 129.12 & 90000\\
  63. \hline
  64. OMW Invesco Perp Managed
  65. Equity & 1 & 129 & 5000\\
  66. \hline
  67. OMW Global Multi-asset Managed
  68. Equity & 111.1321 & 129.12 & 90000\\
  69. \hline
  70. OMW Invesco Perp Managed
  71. Equity & 1 & 129 & 5000\\
  72. \hline
  73. OMW Global Multi-asset Managed
  74. Equity & 111.1321 & 129.12 & 90000\\
  75. \hline\hline
  76. \end{tabularx}
  77. \end{table}
  78.  
  79. \end{flushleft}
  80. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement