It would be useful to support the concept of a "second page" (after title) for book projects. #4338
Unanswered
fuhrmanator
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Unfortunately, this doesn't work for HTML because this "second page" include appears on ALL pages of the HTML (it's a web site). It looks like I'm forced to put it in the If anyone has any ideas, I'd love to hear them. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the editing standards of my book project, a second page with ISBN, etc. (which seems pretty standard) is required. For the time being, I can't find a way to do this. The
index.qmd
is after the Tables of contents, etc. in a PDF file, so I can't put it there.My solution was to create the second page in LaTeX and HTML, and use
include-before-body:
for the PDF and HTML format of the book. I used pandoc to help me create these files from a common markdown, but it seems like I'm doing what Quarto could be doing.If you need more details, I can provide a MWE.
Beta Was this translation helpful? Give feedback.
All reactions