mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-15 15:41:13 -06:00
Merge branch 'main' into better_plots_tikz
This commit is contained in:
2
.github/workflows/release-book-website.yml
vendored
2
.github/workflows/release-book-website.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
options: -v ${{ github.workspace }}:/app
|
options: -v ${{ github.workspace }}:/app
|
||||||
run: |
|
run: |
|
||||||
cd /app/book
|
cd /app/book
|
||||||
make bake
|
make -j -O bake
|
||||||
- name: Release baked book to S3
|
- name: Release baked book to S3
|
||||||
uses: shallwefootball/s3-upload-action@master
|
uses: shallwefootball/s3-upload-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -99,8 +99,11 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
|||||||
%.xbb: %.jpg
|
%.xbb: %.jpg
|
||||||
ebb -x $<
|
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)
|
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)
|
book_serif/book.pdf: $(src_all)
|
||||||
$(LATEX) -output-directory=book_serif book.tex
|
$(LATEX) -output-directory=book_serif book.tex
|
||||||
|
|||||||
Reference in New Issue
Block a user