Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. documentclass[aspectratio=169]{beamer}
  2. usepackage{color}
  3. definecolor{gray}{rgb}{0.76, 0.76, 0.76}
  4. definecolor{dark-gray}{rgb}{0.36, 0.36, 0.36}
  5. usebackgroundtemplate{%
  6. vbox to paperheight{
  7. vfil
  8. colorbox{dark-gray}{
  9. makebox [paperwidth][l]{
  10. tinycolor{gray}{
  11. hspace{2em}textcopyright Company Name
  12. }
  13. }
  14. }
  15. }
  16. }
  17.  
  18. begin{document}
  19. begin{frame}{ }
  20. test
  21. end{frame}
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement