fixed margin (for full-page)
This commit is contained in:
parent
6d59f4bc92
commit
e584dc4e36
@ -449,7 +449,8 @@
|
||||
(
|
||||
width: auto,
|
||||
height: auto,
|
||||
fill: config.background
|
||||
fill: config.background,
|
||||
margin: 0cm
|
||||
)
|
||||
} else {
|
||||
(:)
|
||||
|
@ -27,7 +27,7 @@
|
||||
let lang = schema.lang
|
||||
let content = schema.text
|
||||
if not lang in valid-extensions {
|
||||
let fmts = valid-extensions.map(fmt => "." + fmt).join(", ")
|
||||
let fmts = valid-extensions.join(", ")
|
||||
fmts = "(" + fmts + ")"
|
||||
panic("Unsupported format '" + lang + "'. Valid formats: " + fmts)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user