mirror of
https://github.com/danbulant/introductionToProgramming
synced 2026-05-19 04:18:32 +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
|
||||
|
||||
#let template(doc) = context {
|
||||
if target() != "html" {
|
||||
set page(height: auto)
|
||||
}
|
||||
set page(height: auto)
|
||||
show link: underline
|
||||
set quote(block: true)
|
||||
doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue