Replies: 1 comment 1 reply
-
I have the same effect. If I add to my
Then it generates an extra page for the title page. Without the
With the
Is this the expected behaviour? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a stylesheet including this;
and found it generated a pretty darn decent cover page in my final pdf. However, after adding the following for footers:
I found that the title would be pushed off the cover page. This was supported by a docinfo file for the running footer
So I added the following to my docinfo, so the cover could be generated:
with the {} items being taken from this .adoc header:
And found it fixed that problem, but that the title would be repeated two pages later.
I figured this was because I hadn't removed the cover content from the CSS. After commenting it out, I found it simply led to blank pages as a cover. Then I guessed it was likely because the document title was twice in the .adoc header, but commenting that out didn't fix it.
I noticed in another issue that the :showtitle!: wasn't supported, could this be what is causing my issue? OR have I missed something in my code. I'm very new to both html and CSS.
Beta Was this translation helpful? Give feedback.
All reactions