Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. documentclass[markcolor=black,spinewidth=15mm]{bookcover}
  2.  
  3. usepackage[T1]{fontenc}
  4. usepackage[english]{babel}
  5. definecolor{background}{cmyk}{.18,.35,.92,.07}
  6. definecolor{lettering}{cmyk}{.40,.45,.7,.34}
  7. begin{document}
  8.  
  9.  
  10. % The outside of the book cover
  11. begin{bookcover}
  12.  
  13. % That wonderful Dijon mustard background color on the cover
  14. bookcovercomponent{color}{bg whole}{color=background}
  15.  
  16.  
  17. % That wonderful Dijon mustard background color on the spine
  18. bookcovercomponent{color}{bg spine}{color=background}
  19.  
  20.  
  21. % Text on the spine
  22. bookcovercomponent{center}{spine}{
  23. rotatebox[origin=c]{90}{footnotesizebfseries
  24. Universidade de Coimbra}}
  25.  
  26. % Uni logo (uc.png) on the front cover
  27. bookcovercomponent{normal}{front}{
  28. centering
  29. includegraphics[width=6cm]{./img/universidade-coimbra.png}
  30. }
  31.  
  32. end{bookcover}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement