Large section heading & export

This commit is contained in:
Óscar Nájera 2018-04-25 15:10:34 +02:00
parent 0be84d0f7e
commit c039870d2d
3 changed files with 16 additions and 5 deletions

View file

@ -33,8 +33,8 @@ When exporting you can call the following function to get the latex file.
[AltaCV](https://github.com/liantze/AltaCV) is another project to generate a CV, you will need to install it
yourself. I maintain a fork too at <https://github.com/Titan-C/AltaCV.git>
because I need extra features and I encourage to use this for on the
sections branch.
because I need extra features and I encourage to use this fork on the
`sections` branch.
The style of this CV is more involved and you need some configuration in
your org file to get it to work. First define the margins, the large margin
@ -76,3 +76,9 @@ need to enclose it in the `\marginpar{}` command as shown next.
```org
#+latex: }
```
When exporting you can call the following function to get the latex file.
```emacs-lisp
(org-export-to-file 'moderncv "moderncv.tex")
```

@ -1 +1 @@
Subproject commit 4f2cf5e52fab4e37173f1aea272bf07f7a377fbb
Subproject commit 35665596cdd2a60e6cbf7b48a97bc2c0570de0c4

View file

@ -131,8 +131,8 @@ When exporting you can call the following function to get the latex file.
** Using alta-cv
[[https://github.com/liantze/AltaCV][AltaCV]] is another project to generate a CV, you will need to install it
yourself. I maintain a fork too at https://github.com/Titan-C/AltaCV.git
because I need extra features and I encourage to use this for on the
sections branch.
because I need extra features and I encourage to use this fork on the
=sections= branch.
The style of this CV is more involved and you need some configuration in
your org file to get it to work. First define the margins, the large margin
@ -182,6 +182,11 @@ need to enclose it in the =\marginpar{}= command as shown next.
#+include: workcontent.org
#+END_SRC
When exporting you can call the following function to get the latex file.
#+BEGIN_SRC emacs-lisp
(org-export-to-file 'moderncv "moderncv.tex")
#+END_SRC
* Update readme
** TODO examples [0/2]
*** TODO pictures