diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 22:43:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 22:43:02 -0400 |
commit | 9d76329a6203dbb2b48b926d764b3429ac04ea5c (patch) | |
tree | 0d0cfaf0af56bdc688a38bd43e06110e0d90dcb8 /sisu.org | |
parent | v6: texpdf, pdf default font size configurable (cli & sisurc.yml) (no fractions) (diff) |
v6: texpdf, pdf colored hyperlinks configurable
* --pdf-hyperlinks-color
--pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome
* ['default']['pdf_hyperlinks']='color'
(other options switch hyperlink color off 'no-color' 'color-off' 'monochrome')
* (Closes: #744391) no color on a4 portrait
see discussion in sisu.org
Diffstat (limited to 'sisu.org')
-rw-r--r-- | sisu.org | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1594,7 +1594,7 @@ if you have the following sisu syntax: then anything (including and) after ':B~ bar' is ignored entirely. -**** TODO [#C] #744391 [w|u] sisu output: no color on a4 portrait +**** DONE (6.0.5) [#C] #744391 [w|u] sisu output: no color on a4 portrait :output:pdf:contemplate: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744391> From: Daniel Baumann <daniel.baumann@progress-technologies.net> @@ -1627,6 +1627,33 @@ pdf does indeed have colors (red for toc, blue for links). Regards, Daniel +***** NOTES/COMMENTS + +background: +portrait was provided for print/paper copy and is great for that in monochrome +(without grays for colored links), +landscape better matching a screen for visual presentations, color affecting the landscape only + +solution: +make configurable by cli & rc file +make both (portrait & landscape colors) configurable +either as hyperlinks monochrome or colored +overriding existing default which remains as described + +document +cli: +--pdf-hyperlinks-no-color or --pdf-hyperlinks-mono +--pdf-hyperlinks-color + +rc: + +default: + pdf_hyperlinks: *[possible values] + pdf_hyperlinks_portrait: *[possible values] + pdf_hyperlinks_landscape: *[possible values] + + * 'color' or ('mono' or 'no-color' or 'color-off') + **** TODO [#D] #744395 [w|u] sisu output: half-page title page in landscape output <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744395> |