mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2025-04-17 10:49:27 +00:00
docs(ox-moderncv.el): Add documentation for new options
This commit is contained in:
parent
1f182a2340
commit
56a53c3c1a
1 changed files with 7 additions and 1 deletions
|
@ -138,8 +138,14 @@ org file.
|
|||
#+BEGIN_SRC org :tangle moderncv.org
|
||||
# CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
|
||||
,#+CVSTYLE: banking
|
||||
# CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
||||
# CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'burgundy', 'purple', 'grey' and 'black'
|
||||
,#+CVCOLOR: green
|
||||
# Page number - for multiple pages CV you can choose to disable page number
|
||||
,#+CVPAGENUMBER: false
|
||||
# Date column width - you specify the width of the date column
|
||||
,#+CVCOLUMNWIDTH: 3cm
|
||||
# Page geomerty - you can set the page geometry with anything that goes into parameters of the geometry latex package
|
||||
,#+CVGEOMETRY: scale=0.95
|
||||
#+END_SRC
|
||||
|
||||
# Next block is to generate exports
|
||||
|
|
Loading…
Add table
Reference in a new issue