mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Added an optional argument to \moderncvstyle to specify style options
This commit is contained in:
parent
6d5bc29478
commit
52b14e784a
1 changed files with 2 additions and 2 deletions
|
|
@ -312,8 +312,8 @@
|
|||
|
||||
% loads a style variant
|
||||
% usage: \moderncvstyle{<style variant name>}
|
||||
\newcommand*{\moderncvstyle}[1]{
|
||||
\RequirePackage{moderncvstyle#1}}
|
||||
\newcommand*{\moderncvstyle}[2][]{
|
||||
\RequirePackage[#1]{moderncvstyle#2}}
|
||||
|
||||
% loads a color scheme
|
||||
% usage: \moderncvcolor{<color scheme name>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue