Skip to content

Commit

Permalink
Merge pull request #4 from Ninjapouet/master
Browse files Browse the repository at this point in the history
Update various remarks and added slides.
  • Loading branch information
Ninjapouet authored Oct 18, 2024
2 parents 50b0be0 + 88440aa commit a4b0da4
Show file tree
Hide file tree
Showing 8 changed files with 740 additions and 64 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ all: $(PDFS)
watch:
while inotifywait -e close_write "src/étude/OCamlPro_PPAQSE-COTS_rapport.typ" || true; do make; done

$(BUILD_DIR)/%.pdf: src/%.typ $$(call deps,src/%.typ) $$(dir src/%)/bibliography.yml Makefile | $$(@D)/.
$(BUILD_DIR)/%.pdf: src/%.typ src/base.typ $$(call deps,src/%.typ) $$(dir src/%)/bibliography.yml Makefile | $$(@D)/.
$(TYPST) c $(TYPST_ARGS) $<
# force moving file for typst seems to always try building locally oO
mv -f src/$*.pdf $@
Expand Down
9 changes: 6 additions & 3 deletions src/base.typ
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
dir: ttb,
spacing: 2pt,
line(length: 100%),
v(5pt),
align(
center + horizon,
[
Expand All @@ -89,7 +90,9 @@
text(size: 40pt, [*#title*]),
text(size: 30pt, [*#subtitle*]),
authors,
body
body,
v(1fr),
image("imgs/by.png")
)
)
]
Expand Down Expand Up @@ -240,8 +243,8 @@
)
}
),
v(10%),

v(1fr),
image("imgs/by.png")

)
)
Expand Down
Binary file added src/imgs/by.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a4b0da4

Please sign in to comment.