PDF/A: English version
parent
2f3c6dad6f
commit
264c122533
@ -1,12 +1,14 @@
|
||||
export TEXINPUTS=../tex//:
|
||||
|
||||
all: thesis.pdf
|
||||
|
||||
# LaTeX must be run multiple times to get references right
|
||||
thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib
|
||||
thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib thesis.xmpdata
|
||||
pdflatex $<
|
||||
bibtex thesis
|
||||
pdflatex $<
|
||||
pdflatex $<
|
||||
|
||||
clean:
|
||||
rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg
|
||||
rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg *.xmpi
|
||||
rm -f thesis.pdf
|
||||
|
@ -0,0 +1,7 @@
|
||||
% Metadata to be stored in PDF, see documentation of the pdfx package for more details.
|
||||
|
||||
\Author{Name Surname}
|
||||
\Title{Thesis title}
|
||||
\Keywords{keywords\sep more such\sep yet another}
|
||||
\Subject{Abstract of thesis}
|
||||
\Publisher{Charles University}
|
@ -1 +1,3 @@
|
||||
Do tohoto adresáře můžete uložit další soubory s TeXovými makry.
|
||||
|
||||
This directory can be used for further TeX macro files.
|
||||
|
Loading…
Reference in New Issue