Update README filepaths
This commit is contained in:
parent
f965417e90
commit
00adf52ea7
1
Makefile
1
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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue