Guest User

Untitled

a guest
Mar 17th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ---
  2. title: "Untitled"
  3. author: "ME"
  4. date: "THEDATE"
  5. header-includes:
  6. \usepackage{fancyhdr}
  7. \pagestyle{fancy}
  8. \fancyhf{}
  9. \addtolength{\headheight}{1.0cm}
  10. \rhead{Test Report - \today} \lhead{\includegraphics[width=2cm]{logo.png}}
  11. \rfoot{\thepage}
  12. \fancypagestyle{plain}{\pagestyle{fancy}}
  13. output: pdf_document
  14. ---
Add Comment
Please, Sign In to add comment