From d9b070dd4d3c4a75d902aae466a693185342e9e1 Mon Sep 17 00:00:00 2001 From: MT Date: Wed, 21 Oct 2015 21:08:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef18b8..3f13406 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This little project should ease the pain of building and maintaining a CV or résumé using LaTeX. -Since I find writing LaTeX code tedious and error-prone, I've ported the whole thing to [pandoc](http://pandoc.org/). By doing this, I can keep the actual content of the CV in a yaml file for easier editing and updating, while the layout lives in a separate TeX file. +Since I find writing LaTeX code tedious and error-prone, I keep the actual content of the CV in a yaml file for easier editing and updating, while the layout lives in a separate TeX file. The amazing [pandoc](http://pandoc.org/) takes then care of wrapping everything together and compiling the PDF through LaTeX. This repository contains a modified version of Dario Taraborelli's [cvtex](https://github.com/dartar/cvtex) template. The original is targeted to academics and scientist, while this one should be flexible enough for everyone.