moderncvthemeempty.sty 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. %% start of file `moderncvthemeempty.sty'.
  2. %% Copyright 2007 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{moderncvthemeempty}[2007/05/28 v0.6 modern curriculum vitae style: empty]
  12. %-------------------------------------------------------------------------------
  13. % required packages
  14. %-------------------------------------------------------------------------------
  15. %-------------------------------------------------------------------------------
  16. % package options
  17. %-------------------------------------------------------------------------------
  18. % unused options
  19. \DeclareOption*{
  20. \PackageWarning{moderncvthemeempty}{Unknown option ‘\CurrentOption’}}
  21. % execute default options
  22. \ExecuteOptions{}
  23. % process given options
  24. \ProcessOptions\relax
  25. %-------------------------------------------------------------------------------
  26. % style definition
  27. %-------------------------------------------------------------------------------
  28. \endinput
  29. %% end of file `moderncvthemeempty.sty'.