diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-05-24 01:34:55 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-05-25 00:27:57 -0600 |
| commit | 3b6345a91537051053a0a07617d098ec5c49e3f5 (patch) | |
| tree | 5f88727d5bf2a3cbdef6122d2f856327308d6b44 /examples | |
| parent | 964830b916e9636885db998954cf2705262c398d (diff) | |
resolves #135 allow theme to control layout of title page
- theme: use absolute top position for document title
- theme: margin top & bottom for all text elements on title page
- theme: text alignment on title page
- theme: revision info delimiter
- rename title-logo attribute to title-logo-image
- absolute top position for image logo (theme or from document attribute)
- 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
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/chronicles.adoc | 4 | ||||
| -rw-r--r-- | examples/chronicles.pdf | bin | 193662 -> 310127 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/chronicles.adoc b/examples/chronicles.adoc index b417a388..78a9e370 100644 --- a/examples/chronicles.adoc +++ b/examples/chronicles.adoc @@ -1,11 +1,11 @@ -= The Dangerous & _Thrilling_ Documentation Chronicles += The Dangerous & _Thrilling_ Documentation Chronicles: Based on True Events Kismet Caméléon; Lazarus het_Draeke v1.0, 2014-01-01: The first incarnation of {doctitle} :description: This story chronicles the inexplicable hazards and vicious beasts a + team must surmount and vanquish on the journey to finding their open source + project's true power. :doctype: book -:title-logo: sample-title-logo.jpg +:title-logo-image: image:sample-title-logo.jpg[scaledwidth=50%,align=center] // Settings: :compat-mode: :experimental: diff --git a/examples/chronicles.pdf b/examples/chronicles.pdf Binary files differindex 7564442e..e2ad6133 100644 --- a/examples/chronicles.pdf +++ b/examples/chronicles.pdf |
