Update README filepaths

This commit is contained in:
coolneng 2021-01-10 14:09:53 +01:00
parent f965417e90
commit 00adf52ea7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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.