From 05cf2544aabc181ce7cde82e138e888baa9739a2 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 29 Jul 2015 01:59:44 -0600 Subject: 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 --- examples/chronicles-example.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/chronicles-example.adoc') 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 -- cgit v1.2.3