Enabling export of property drawers might be useful to export HTML or
ASCII versions of the CV, but they are not used in the AwesomeCV LaTeX
export (and in fact break the compilation), so we just ignore them. Also
removed some spurious newlines in some of the environments.
Added a new ox-awesomecv.el, which provides support for the AwesomeCV
LaTeX class: https://github.com/posquit0/Awesome-CV
Added the corresponding documentation in the README as well.
An example of a CV produced with this exporter can be found at
https://zzamboni.org/vita/
Support for AwesomeCV (https://github.com/posquit0/Awesome-CV).
This is based on ox-altacv, with modifications for the macros and
structures supported by AwesomeCV. At the moment the following types
of sections are supported:
- CV_ENV "cventry" converts the section into a cventry environment.
- CV_ENV "cvskills" converts the section into a cvskills
environment. It must contain a description list, which gets renders
as the appropriate "cvskill" elements.