forked from mirrors/org-cv
Add available coverletter options to readme
This commit is contained in:
parent
99ea2e0878
commit
ee6e42c857
1 changed files with 41 additions and 15 deletions
56
readme.org
56
readme.org
|
@ -219,23 +219,25 @@ When exporting you can call the following function to get the latex file.
|
|||
CVs. In addition to the regular document attributes, the following are supported:
|
||||
|
||||
#+attr_html: :class table table-striped
|
||||
| Field | Description |
|
||||
|-----------------+-----------------------------------------------------------|
|
||||
| PHOTOSTYLE | Style of photo to use. Comma-separated values can include |
|
||||
| | circle/rectangle,edge/noedge,left/right. |
|
||||
| CVCOLOR | Color of highlights. |
|
||||
| Field | Description |
|
||||
|-----------------+-------------------------------------------------------------|
|
||||
| PHOTOSTYLE | Style of photo to use. Comma-separated values can include |
|
||||
| | circle/rectangle,edge/noedge,left/right. |
|
||||
| CVCOLOR | Color of highlights. |
|
||||
| STACKOVERFLOW | Stack overflow, must be specified as =ID username= |
|
||||
| FONTDIR | Directory where the fonts can be found, defaults |
|
||||
| FONTDIR | Directory where the fonts can be found, defaults |
|
||||
| | to =fonts/= (as in the standard AwesomeCV) |
|
||||
| CVHIGHLIGHTS | Whether to colorize highlights. Defaults to true |
|
||||
| QUOTE | Optional quote to include at the top of the CV |
|
||||
| FIRSTNAME | First name to be shown in the CV. By default the first |
|
||||
| | space-separated part of AUTHOR is used. |
|
||||
| LASTNAME | Last name to be shown in the CV. By default the second |
|
||||
| | space-separated part of AUTHOR is used. |
|
||||
| CVFOOTER_LEFT | Text to include in the left footer. None by default |
|
||||
| CVFOOTER_MIDDLE | Text to include in the middle footer. None by default. |
|
||||
| CVFOOTER_RIGHT | Text to include in the right footer. None by default. |
|
||||
| CVHIGHLIGHTS | Whether to colorize highlights. Defaults to true |
|
||||
| QUOTE | Optional quote to include at the top of the CV |
|
||||
| FIRSTNAME | First name to be shown in the CV. By default the first |
|
||||
| | space-separated part of AUTHOR is used. |
|
||||
| LASTNAME | Last name to be shown in the CV. By default the second |
|
||||
| | space-separated part of AUTHOR is used. |
|
||||
| CVFOOTER_LEFT | Text to include in the left footer. None by default |
|
||||
| CVFOOTER_MIDDLE | Text to include in the middle footer. None by default. |
|
||||
| CVFOOTER_RIGHT | Text to include in the right footer. None by default. |
|
||||
| LATEX_TITLE | Text to use as the title section. \makecvheader by default. |
|
||||
| | (Can specify \makecvheader[R] to justify to the right) |
|
||||
|
||||
AwesomeCV supports a few additional types of environment types in
|
||||
=CV_ENV=, including =cvemployer=, =cvskills=, =cvhonors= and =cvschool=. Some of
|
||||
|
@ -306,6 +308,30 @@ Converts to a =\cvskills= environment. The headline must contain a
|
|||
commands, with the term as the skill title and the description as its
|
||||
contents.
|
||||
|
||||
*** =letterheader=
|
||||
|
||||
Provides heading information for a cover letter. Supports attributes =RECIPIENT=. =EMPLOYER=, =LOCATION=, =LETTER_OPENING=, =LETTER_CLOSING=, =LETTER_ATTACHED=, =DATE=, =DATEFORMAT=.
|
||||
|
||||
#+attr_html: :class table table-striped
|
||||
| Field | Description |
|
||||
|----------------+---------------------------------------------------------------------------|
|
||||
| RECIPIENT | Addressee E.g. Company Recruitment Team |
|
||||
| EMPLOYER | Company name, E.g. Google Inc |
|
||||
| LOCATION | Company address, E.g. 1600 Amphitheatre Parkway\\Mountain View, CA 94043 |
|
||||
| LETTER_OPENING | Letter opening, E.g. Dear Ms./Mr./Dr. LastName |
|
||||
| LETTER_CLOSING | Letter closing, E.g. Yours Sincerely, |
|
||||
| DATE | The date used for the letter, uses \\today as default if unspecified. |
|
||||
| DATEFORMAT | Specify an alternative date format for the letter header. |
|
||||
| | E.g. %e %M %Y might provide 19 March 2021 |
|
||||
|
||||
*** =cvletter=
|
||||
|
||||
Converts to a =\cvletter= environment. This holds the content of a cover letter.
|
||||
|
||||
*** =lettersection=
|
||||
|
||||
Converts to a =\lettersection= command. These are the headline portions of a cover letter.
|
||||
|
||||
* Markdown Hugo Exporter
|
||||
:PROPERTIES:
|
||||
:EXPORT_FILE_NAME: hugo_export
|
||||
|
|
Loading…
Reference in a new issue