mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-22 19:39:56 -04:00
None of the margin setting code actually worked
This commit is contained in:
parent
a60956865a
commit
3484458bf5
@ -53,15 +53,6 @@ SILE.settings.set("document.parindent", SILE.nodefactory.glue())
|
|||||||
local simpletable = SILE.require("packages/simpletable")
|
local simpletable = SILE.require("packages/simpletable")
|
||||||
simpletable.init(SILE.documentState.documentClass, {tableTag = "table", trTag = "tr", tdTag = "td"})
|
simpletable.init(SILE.documentState.documentClass, {tableTag = "table", trTag = "tr", tdTag = "td"})
|
||||||
|
|
||||||
resume:declareFrame("content", {
|
|
||||||
left = "20%pw",
|
|
||||||
right = "80%pw",
|
|
||||||
top = "10%ph",
|
|
||||||
bottom = "10%ph",
|
|
||||||
})
|
|
||||||
|
|
||||||
resume.pageTemplate.firstContentFrame = resume.pageTemplate.frames["content"]
|
|
||||||
|
|
||||||
SILE.registerCommand("resume", function(opts, content)
|
SILE.registerCommand("resume", function(opts, content)
|
||||||
local author = SILE.settings.get("resume.author")
|
local author = SILE.settings.get("resume.author")
|
||||||
if author == "" then
|
if author == "" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user