Skip to content

How to define default frame from within .sil file #1579

Answered by Omikhleia
danielrode asked this question in Q&A
Discussion options

You must be logged in to vote

It seems to me that the masters package is what you might be looking for.

It should look like this, using SIL-like syntax when defining the frames.

\use[module=packages.masters]
\define-master-template[id=mymaster,first-content-frame=content]{
\frame[id=content,left=1in,right=100%pw - 1in, top=....]
\frame{id=folio, ....]
...
]
\switch-master[id=mymaster]

(Your content)

Also, I recommend always defining a "folio" frame, or you'll get into trouble with page numbering, etc.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Omikhleia
Comment options

@danielrode
Comment options

@Omikhleia
Comment options

@danielrode
Comment options

@Omikhleia
Comment options

Answer selected by danielrode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants