The public sources for my resume. These sources are auto compiled and published upon changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.5 KiB

  1. %%
  2. %% This is file `datenumberUSenglish.ldf',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% datenumber.dtx (with options: `USenglish')
  8. %%
  9. %% This file is part of the `datenumber' package,
  10. %%
  11. %% Copyright (C) 2001 J"org-Michael Schr"oder.
  12. %%
  13. %% IMPORTANT NOTICE:
  14. %%
  15. %% This program may be distributed and/or modified under the
  16. %% conditions of the LaTeX Project Public License, either version 1.2
  17. %% of this license or (at your option) any later version.
  18. %% The latest version of this license is in
  19. %% http://www.latex-project.org/lppl.txt
  20. %% and version 1.2 or later is part of all distributions of LaTeX
  21. %% version 1999/12/01 or later.
  22. %%
  23. %% This program consists of all files listed in README.txt.
  24. %%
  25. %% For error reports, or offers to help make this a more powerful
  26. %% tool, please contact me on schrj020@mail.uni-mainz.de
  27. %%
  28. \ProvidesFile{datenumberUSenglish.ldf}
  29. \def\@datelanguageUSenglish{%
  30. \def\@dayname{\@daynameUSenglish}
  31. \def\@monthname{\@monthnameUSenglish}%
  32. \def\@datedate{\@datedateUSenglish}%
  33. }
  34. \def\@monthnameUSenglish#1{%
  35. \ifcase#1\or
  36. January\or February\or March\or April\or May\or June\or
  37. July\or August\or September\or October\or November\or December\fi}%
  38. \def\@daynameUSenglish#1{%
  39. \ifcase#1\or
  40. Monday\or Tuesday\or Wednesday\or Thursday\or
  41. Friday\or Saturday\or Sunday\fi}
  42. \def\@datedateUSenglish{\datemonthname\space\thedateday, \thedateyear}
  43. \@datelanguageUSenglish
  44. \endinput
  45. %%
  46. %% End of file `datenumberUSenglish.ldf'.