Klimi's new dotfiles with stow.
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.

15 lines
247 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: full template of moderncv class
  3. # key: moderncv
  4. # --
  5. \documentclass[${1:options}]{moderncv}
  6. \firstname{$3}
  7. \familyname{$4}
  8. \moderncvstyle{${5:casual}}
  9. \moderncvcolor{${6:blue}}
  10. \begin{document}
  11. $0
  12. \end{document}