diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 21:56:28 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 21:56:28 -0400 |
commit | df9e4219258cd799a11be6f2d18f2af5b88d8352 (patch) | |
tree | af59c4b61a075705b530837492eaea37f4a2676d /sisu.org | |
parent | v6: texpdf, headings and table of contents representation (diff) |
v6: texpdf, pdf default font size configurable (cli & sisurc.yml) (no fractions)
* --pdf-fontsize-12 --pdf-fontsize-8
* default:
texpdf_fontsize: 12
* (Closes: #744405)
Diffstat (limited to 'sisu.org')
-rw-r--r-- | sisu.org | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1744,7 +1744,7 @@ Daniel implemented document command line option --sha512 -**** TODO [#C] #744405 [w|u] sisu: set default font size +**** DONE (6.0.5) [#C] #744405 [w|u] sisu: set default font size :configuration:pdf:implement: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744405> From: Daniel Baumann <daniel.baumann@progress-technologies.net> @@ -1762,6 +1762,21 @@ able to set the default font size. Regards, Daniel +***** NOTES/COMMENTS + +for pdf make configurable + +yaml.rc + +default: + texpdf_fontsize: 12 + +command-line + +--pdf-fontsize-12 +--pdf-fontsize-8 +etc. + **** TODO [#C] #744407 [w|u] sisu: possibility to influence content/formating of the title page <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744407> |