org-cv/readme.org
2018-03-22 18:37:32 +01:00

30 lines
1.1 KiB
Org Mode

#+TITLE: Org exporter for curriculum vitaes
#+AUTHOR: Óscar Nájera
#+EMAIL: hello@oscarnajera.com
#+DATE: 2018 Mar 22
#+LATEX_HEADER: \usepackage[top=2cm,bottom=2.5cm,left=3cm,right=3cm]{geometry}
#+LATEX_HEADER: \usepackage{indentfirst}
#+LATEX_CLASS_OPTIONS: [a4paper,12pt]
#+STARTUP: hideblocks
#+OPTIONS: toc:nil num:nil
# This is for syntax highlight
#+LaTeX_HEADER: \usepackage{minted}
#+LaTeX_HEADER: \usemintedstyle{friendly}
#+LaTeX_HEADER: \newminted{common-lisp}{fontsize=\footnotesize}
This project aim on generating from an orgmode file with reasonably ordered
items of live to export to a latex file which compiles into a reasonably
nice CV.
* DONE Base environment
- State "DONE" from "TODO" [2018-03-22 Thu 17:57]
I have the basic cv template that gets exported
* TODO org-exporter for latex
:LOGBOOK:
CLOCK: [2018-03-22 Thu 17:58]--[2018-03-22 Thu 18:37] => 0:39
:END:
I'm comparing the contents of the template export function. It looks that
this one give the genera document layout and this is where I shall insert
them data.
comparing ox-latex, ox-beamer, ox-koma
* TODO Tune in latex export