forked from mirrors/org-cv
Large section heading & export
This commit is contained in:
parent
0be84d0f7e
commit
c039870d2d
3 changed files with 16 additions and 5 deletions
|
@ -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
|
[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>
|
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
|
because I need extra features and I encourage to use this fork on the
|
||||||
sections branch.
|
`sections` branch.
|
||||||
|
|
||||||
The style of this CV is more involved and you need some configuration in
|
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
|
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
|
```org
|
||||||
#+latex: }
|
#+latex: }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
When exporting you can call the following function to get the latex file.
|
||||||
|
|
||||||
|
```emacs-lisp
|
||||||
|
(org-export-to-file 'moderncv "moderncv.tex")
|
||||||
|
```
|
||||||
|
|
2
doc/themes/project-landing-page
vendored
2
doc/themes/project-landing-page
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 4f2cf5e52fab4e37173f1aea272bf07f7a377fbb
|
Subproject commit 35665596cdd2a60e6cbf7b48a97bc2c0570de0c4
|
|
@ -131,8 +131,8 @@ When exporting you can call the following function to get the latex file.
|
||||||
** Using alta-cv
|
** Using alta-cv
|
||||||
[[https://github.com/liantze/AltaCV][AltaCV]] is another project to generate a CV, you will need to install it
|
[[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
|
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
|
because I need extra features and I encourage to use this fork on the
|
||||||
sections branch.
|
=sections= branch.
|
||||||
|
|
||||||
The style of this CV is more involved and you need some configuration in
|
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
|
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
|
#+include: workcontent.org
|
||||||
#+END_SRC
|
#+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
|
* Update readme
|
||||||
** TODO examples [0/2]
|
** TODO examples [0/2]
|
||||||
*** TODO pictures
|
*** TODO pictures
|
||||||
|
|
Loading…
Reference in a new issue