Skip to content

Commit

Permalink
Disble biber for booklet
Browse files Browse the repository at this point in the history
  • Loading branch information
cedounet committed Dec 28, 2024
1 parent 6eba963 commit 2dea80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
ebb -x $<

booklet/booklet.pdf: $(booklet_src)
$(LATEX) -output-directory=booklet booklet.tex
$(LATEX) -nobibtex -output-directory=booklet booklet.tex

book_serif/book.pdf: $(src_all)
$(LATEX) -output-directory=book_serif book.tex
Expand Down

0 comments on commit 2dea80a

Please sign in to comment.