CHANGELOG 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. version 0.6 (28 May 2007)
  2. - corrected some spacing bugs and cleaned up the code.
  3. - corrected a bug in the bibliography file of the examples spotted by
  4. U. Stöhr.
  5. - added color variants to the classic and casual style, as suggested by
  6. U. Stöhr.
  7. - added a requested by A. Martin.
  8. - added commands to include a mobile phone and fax number.
  9. - made the symbols used for the phone number, the email, ... customizable.
  10. To modify those symbols, just redefine \phonesymbol, emailsymbol, ...
  11. - corrected the pdf information given to hyperref as pointed out by
  12. C. Knuepfer.
  13. - rewrote the examples.
  14. version 0.5 (9 September 2006)
  15. - added a \photo command to display a picture. That command takes the name of
  16. the file with the picture as argument, and the desired height as optional
  17. argument.
  18. - implemented the needed commands to make moderncv compatible with BibTeX, as
  19. suggested by J. Lie. This makes it possible to display one's publications,
  20. stored in the BibTeX file 'publications.bib'
  21. by using:
  22. \nocite{*}
  23. \bibliographystyle{plain}
  24. \bibliography{publications}
  25. As usual, the name of the section title can be changed by redefining the
  26. command \refname.
  27. - added the \today command, useful for example if one need to add the date the
  28. resumé was produced with
  29. \closesection{}
  30. \vfill{\hfill{\scriptsize Produced \today.}}
  31. at the end of your CV, as suggested by F. Hammann.
  32. version 0.4 (2 May 2006)
  33. - removed the dependency on the geometry package, so that users can now invoke
  34. it themselve, and easily change the geometry of the page.
  35. version 0.3 (10 April 2006)
  36. - moderncv now uses the 'longtable' class, allowing cv sections to split
  37. across multiple pages.
  38. - the different lengths used by moderncv are now customizable! In particular,
  39. the first column (the one containing the date in the examples), can now be set
  40. to any width, for people needing a smaller or larger one. To do that, either
  41. use
  42. \sethintscolumnlength{<length>},
  43. where <length> is the desired length in a unit LaTeX understands, or
  44. \sethintscolumntowidth{<string>},
  45. where <string> is a string of the desired length (usually, the longest string
  46. that has to appear in the column). Thanks to A. Pöge for pointing out the need
  47. of such a feature.
  48. - added the command \emptysection{}, which makes it possible to start a
  49. section without name. In combination with \closesection{}, this makes it
  50. possible to drop out of the layout of moderncv, and come back to it later.
  51. This should make the inclusion of arbitrary elements not covered by moderncv
  52. code possible.
  53. - corrected a spacing problem in the cventry command, as pointed out and
  54. solved by B. Eßmann.
  55. version 0.2 (6 March 2006)
  56. - rewrite of the code to have the styles (fonts, colours, headers and footers)
  57. be defined in different files than the class. The styles are now defined in a
  58. separate file per style, named moderncvstyle<style_name>. It should now be
  59. easy to write your own style, starting from moderncvstyleempty.sty. If you
  60. feel you have created a nice style, just email it to me and I'll include it in
  61. the next version.
  62. - due to the previous point, styles are now loaded by the command
  63. \moderncvstyle{style_name}. I couldn't figure out a way to preserve the old
  64. "casual" and "classic" class options, so these are now broken! Use
  65. \moderncvstyle{casual} or \moderncvstyle{classic} at the beginning of your
  66. document. This should be the only incompatibility with version 0.1.
  67. - added class option "nolmodern" for people without the latin modern fonts.
  68. - corrected some English mistakes in the examples. Thanks to M. H. Prager for
  69. pointing them out.
  70. - added a \cvlistitem to produce items with a bullet (or whatever is defined
  71. in \listitemsymbol), and renamed \cvresume to \cvlistdoubleitem for
  72. consistency purpose. For compatibility reasons, the command \cvresume still
  73. works, but should be avoided.
  74. version 0.1 (1 March 2006)
  75. - first release.