diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-07-29 01:59:44 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-07-29 22:26:53 -0600 |
| commit | 05cf2544aabc181ce7cde82e138e888baa9739a2 (patch) | |
| tree | b7fea973fd07091ade44f00122fd1f2cb4cc5e83 /examples/chronicles-example.adoc | |
| parent | 504a7d81d769ec6016d728e33d3b36235c8638d4 (diff) | |
resolves #221 apply point conversion to image widths
- apply point conversion to width of images on title page
- apply point conversion to width of images in running header/footer
- don't allow image in running header/footer to overrun page (shrink to fit)
- only hide title page if notitle is set (not noheader)
- use ThemeLoader.resolve_theme_asset to resolve path of title-logo-image
- add method to calculate intrinsic dimensions of image
- document fallback running footer content in theming guide
- document the effect the notitle, noheader & nofooter attributes have in theming guide
- minor cleanups
Diffstat (limited to 'examples/chronicles-example.adoc')
| -rw-r--r-- | examples/chronicles-example.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 9d137e4e..503f3fe5 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -14,7 +14,7 @@ power. :toc: :toclevels: 3 ifdef::backend-pdf[] -:title-logo-image: image:sample-title-logo.jpg[scaledwidth=50%,align=center] +:title-logo-image: image:sample-title-logo.jpg[pdfwidth=4.25in,align=center] :pygments-style: tango //:source-highlighter: pygments :source-highlighter: coderay |
