Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. documentclass[a4paper]{article}
  2.  
  3. usepackage[autodefine]{xspotcolor}
  4. NewSpotColorSpace{PANTONE}
  5. AddSpotColor{PANTONE} {PANTONE3035PC} {PANTONESpotSpace 3035SpotSpace PC} {1 0 0.05 0.72}
  6. definecolor{PANTONE3035PCA}{spotcolor}{PANTONE3035PC,.5}
  7. definecolor{grey}{gray}{0.5}
  8.  
  9. usepackage{fontspec}
  10. setmainfont{Linux Libertine O}
  11.  
  12. begin{document}
  13. SetPageColorSpace{PANTONE}
  14.  
  15. Examples:
  16.  
  17. begin{itemize}
  18. item this text is not Pantone
  19. item textcolor{PANTONE3035PC}{dark blue}
  20. item textcolor{PANTONE3035PCA}{light blue}
  21. item textcolor{grey}{grey}
  22. end{itemize}
  23.  
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement