Merge branch 'main' into better_plots_tikz

This commit is contained in:
Cedric
2024-12-29 20:55:44 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -99,8 +99,11 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
%.xbb: %.jpg
ebb -x $<
# We don't want to use latexmk as there is no biber nor references and it
# seems to make it somehow unhappy
booklet/booklet.pdf: $(booklet_src)
$(LATEX) -nobibtex -output-directory=booklet booklet.tex
mkdir -p booklet
lualatex --output-directory=booklet booklet.tex
book_serif/book.pdf: $(src_all)
$(LATEX) -output-directory=book_serif book.tex