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 up everything except final pdfs
|
||||||
clean:
|
clean:
|
||||||
latexmk -c .
|
latexmk -c .
|
||||||
rm $(out_dir)/*.{aux,xdv,log,fls,fdb_latexmk}
|
|
||||||
|
|
||||||
.DEFAULT_GOAL := all
|
.DEFAULT_GOAL := all
|
||||||
|
|
|
@ -11,13 +11,12 @@ Curriculum vitae template that uses LaTeX for rendering, via Pandoc.
|
||||||
|
|
||||||
** Configuration
|
** Configuration
|
||||||
|
|
||||||
- Sections and layout: Assets/template.latex
|
- Sections and layout: assets/template.latex
|
||||||
- Details: Input/%.yml
|
- Details: input/%.yml
|
||||||
|
|
||||||
The /lang/ variable allows you to have different section names, if you want a
|
The /lang/ variable allows you to have different section names, if you want a
|
||||||
bilingual CV.
|
bilingual CV.
|
||||||
|
|
||||||
|
|
||||||
** Usage
|
** Usage
|
||||||
|
|
||||||
Compile the documents using make
|
Compile the documents using make
|
||||||
|
@ -26,4 +25,4 @@ Compile the documents using make
|
||||||
make
|
make
|
||||||
#+END_SRC
|
#+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