moderncvcolorblack.sty 986 B

123456789101112131415161718192021222324252627
  1. %% start of file `moderncvcolorblack.sty'.
  2. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7. %-------------------------------------------------------------------------------
  8. % identification
  9. %-------------------------------------------------------------------------------
  10. \NeedsTeXFormat{LaTeX2e}
  11. \ProvidesPackage{moderncvcolorblack}[2015/07/28 v2.0.0 modern curriculum vitae and letter color scheme: black]
  12. %-------------------------------------------------------------------------------
  13. % color scheme definition
  14. %-------------------------------------------------------------------------------
  15. \definecolor{color0}{rgb}{0,0,0}% black
  16. \definecolor{color1}{rgb}{0,0,0}% black
  17. \definecolor{color2}{rgb}{0,0,0}% black
  18. \endinput
  19. %% end of file `moderncvcolorblack.sty'.