From 2bc9cd77f68409457c730234a65db1e733411e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 22 Mar 2018 17:37:00 +0100 Subject: [PATCH] Starting the project --- readme.org | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 readme.org diff --git a/readme.org b/readme.org new file mode 100644 index 0000000..8b3f4f0 --- /dev/null +++ b/readme.org @@ -0,0 +1,20 @@ +#+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. + +* TODO Base environment +* TODO Tune in latex export