diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-11-29 13:53:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-11-29 14:07:51 -0500 |
commit | b4566320aa08e7311abd3659637921b3302f16bf (patch) | |
tree | a08908125f6334003978af1f44ff392ba86e94db /data/doc | |
parent | epub: ocn (object numbers) now link to themselves (diff) |
texpdf: toc now contains level 3~ consistent with other output formats
(requested fix, Ben Armstrong (live-manual))
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/v2/CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG index 11b6e850..984fe865 100644 --- a/data/doc/sisu/v2/CHANGELOG +++ b/data/doc/sisu/v2/CHANGELOG @@ -23,6 +23,14 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.9.orig.tar.gz * texpdf, use of monospace in headings causes table of contents breakage, fix (requested fix, Ben Armstrong (live-manual)) + * texpdf, toc now contains level 3~ to be consistent with other output + formats + (requested fix, Ben Armstrong (live-manual) "all TOC for different formats + include headings for 1~ 2~ and 3~ *except* PDF which only has 1~ and 2~. i + consider this a bug. how do i fix it?") + (the fix is a workaround manually indenting level 3 further than + level 2 as both levels make use of LaTeX "subsubsection") + * html & css, ocn (object numbers) now link to themselves, clicking on one places that object at the top of the browser and provides its url (requested, Ben Armstrong (live-manual)) |