mirror of
https://github.com/danbulant/introductionToProgramming
synced 2026-06-20 15:01:29 +00:00
fix page sizes
This commit is contained in:
parent
d0fa51dbd6
commit
ee42aa5d4f
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
#import "@preview/prequery:0.2.0": prequery
|
#import "@preview/prequery:0.2.0": prequery
|
||||||
|
|
||||||
#let template(doc) = context {
|
#let template(doc) = context {
|
||||||
if target() != "html" {
|
set page(height: auto)
|
||||||
set page(height: auto)
|
|
||||||
}
|
|
||||||
show link: underline
|
show link: underline
|
||||||
set quote(block: true)
|
set quote(block: true)
|
||||||
doc
|
doc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue