-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow theme to control style and placement of document title #135
Comments
The font size, style and color are currently controlled using the |
Also the text_transform. |
I think it's better to use margin_top than y position. However, we could support both options (with y position getting precedent). |
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
May 24, 2015
- absolute top position for title - margin top & bottom for all text elements - text alignment - revision info delimiter - absolute top position for image logo - rename title-logo attribute to title-logo-image - parse title-logo-image attribute value as image macro (if used) - title logo image size and alignment - update example to include subtitle and logo image scaling - fix theme_font so all properties are inherited (except heading size) - minor code cleanups
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
May 25, 2015
- absolute top position for title - margin top & bottom for all text elements - text alignment - revision info delimiter - absolute top position for image logo - rename title-logo attribute to title-logo-image - parse title-logo-image attribute value as image macro (if used) - title logo image size and alignment - update example to include subtitle and logo image scaling - fix theme_font so all properties are inherited (except heading size) - minor code cleanups
We can't support the text_transform style until #141 is merged. |
mojavelinux
added a commit
to mojavelinux/asciidoctor-pdf
that referenced
this issue
May 25, 2015
- absolute top position for title - margin top & bottom for all text elements - text alignment - revision info delimiter - absolute top position for image logo - rename title-logo attribute to title-logo-image - parse title-logo-image attribute value as image macro (if used) - title logo image size and alignment - update example to include subtitle and logo image scaling - fix theme_font so all properties are inherited (except heading size) - minor code cleanups
mojavelinux
added a commit
that referenced
this issue
May 25, 2015
resolves #135 allow theme to control layout of title page
Closed
Closed
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Allow the theme to control the style of the document title. This includes the following:
We should also have similar settings (or allow them to inherit) for the author and revision info.
The text was updated successfully, but these errors were encountered: