fix LaTeX object in logo
This commit is contained in:
@@ -8,13 +8,16 @@ EXAMPLES = example \
|
||||
background-color-example \
|
||||
background-image-example \
|
||||
test-country-short \
|
||||
texstudio_d30266
|
||||
texstudio_d30266 \
|
||||
mrw-test
|
||||
|
||||
examplesdir = ${docdir}/examples
|
||||
dist_examples_DATA = $(EXAMPLES:%=%.tex) $(EXAMPLES:%=%.pdf)
|
||||
|
||||
%.pdf:%.tex
|
||||
xelatex -synctex=1 -interaction=nonstopmode $<
|
||||
TEXINPUTS=..:${srcdir}:$${TEXINPUTS} xelatex -synctex=1 -interaction=nonstopmode $<
|
||||
|
||||
CLEANFILES = $(EXAMPLES:%=%.aux) $(EXAMPLES:%=%.pdf) $(EXAMPLES:%=%.log) $(EXAMPLES:%=%.synctex.gz) $(EXAMPLES:%=%.fdb_latexmk) $(EXAMPLES:%=%.fls) $(EXAMPLES:%=%.xdv)
|
||||
MAINTAINERCLEANFILES = makefile.in
|
||||
|
||||
EXTRA_DIST = .latexmkrc
|
||||
|
||||
Reference in New Issue
Block a user