From c039870d2d76e0afa449f71be17a23c2eddf2244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 25 Apr 2018 15:10:34 +0200 Subject: [PATCH] Large section heading & export --- doc/content/post/latex_export.md | 10 ++++++++-- doc/themes/project-landing-page | 2 +- readme.org | 9 +++++++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/doc/content/post/latex_export.md b/doc/content/post/latex_export.md index 6c6b4db..f9df014 100644 --- a/doc/content/post/latex_export.md +++ b/doc/content/post/latex_export.md @@ -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 -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") +``` diff --git a/doc/themes/project-landing-page b/doc/themes/project-landing-page index 4f2cf5e..3566559 160000 --- a/doc/themes/project-landing-page +++ b/doc/themes/project-landing-page @@ -1 +1 @@ -Subproject commit 4f2cf5e52fab4e37173f1aea272bf07f7a377fbb +Subproject commit 35665596cdd2a60e6cbf7b48a97bc2c0570de0c4 diff --git a/readme.org b/readme.org index 098cf57..cf6de6a 100644 --- a/readme.org +++ b/readme.org @@ -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