diff --git a/Makefile b/Makefile index 13ce522..37845ef 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,5 @@ all: $(pdfs) clean # clean up everything except final pdfs clean: latexmk -c . - rm $(out_dir)/*.{aux,xdv,log,fls,fdb_latexmk} .DEFAULT_GOAL := all diff --git a/README.org b/README.org index e6609ea..34dabfb 100644 --- a/README.org +++ b/README.org @@ -11,13 +11,12 @@ Curriculum vitae template that uses LaTeX for rendering, via Pandoc. ** Configuration -- Sections and layout: Assets/template.latex -- Details: Input/%.yml +- Sections and layout: assets/template.latex +- Details: input/%.yml The /lang/ variable allows you to have different section names, if you want a bilingual CV. - ** Usage Compile the documents using make @@ -26,4 +25,4 @@ Compile the documents using make make #+END_SRC -The pdf documents will appear in the *Output* folder. +The pdf documents will appear in the *output* folder.