You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a good time using this tool to render PDFs. But now I'm working on a book using this tool which is an anthology, with a collection of short stories.
For printing, I want to have the title and author placed at the top of the page, one on the left and one on the right:
:root {
--title:'The Next Horizon';
--author:'Author Name';
}
But since this is an anthology, I want to be able to change the title that appears on top depending on the individual titles. This means I need a way to replace this title variable. But when I try to do that, it doesn't appear to have an effect in the tool:
I'm having a good time using this tool to render PDFs. But now I'm working on a book using this tool which is an anthology, with a collection of short stories.
For printing, I want to have the title and author placed at the top of the page, one on the left and one on the right:
This works when I set the variables in the
root
:But since this is an anthology, I want to be able to change the title that appears on top depending on the individual titles. This means I need a way to replace this
title
variable. But when I try to do that, it doesn't appear to have an effect in the tool:Neither seem to have an effect, but I can confirm in the basic HTML via a web browser that the value should've changed.
Is this a bug? Should I just stick with having the name of the entire collection?
The text was updated successfully, but these errors were encountered: