aboutsummaryrefslogtreecommitdiffhomepage
path: root/sisu.org
diff options
context:
space:
mode:
Diffstat (limited to 'sisu.org')
-rw-r--r--sisu.org86
1 files changed, 83 insertions, 3 deletions
diff --git a/sisu.org b/sisu.org
index dec830af..7ee24682 100644
--- a/sisu.org
+++ b/sisu.org
@@ -1423,7 +1423,7 @@ Copyright. For consistency have add the prefix 'Copyright' to the output.
Preference to omit noted, but this solution is consistent with options
provided. Bug closed, re-open if necessary.
-**** TODO [#B] #744383 [w|u] sisu syntax: :B and :C result in the same formatting
+**** DONE (6.0.5) [#B] #744383 [w|u] sisu syntax: :B and :C result in the same formatting :output:fix: (partial solution)
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744383>
From: Daniel Baumann <daniel.baumann@progress-technologies.net>
@@ -1446,6 +1446,68 @@ both equal <h2>.
Regards,
Daniel
+***** NOTES/COMMENTS
+
+this is in part an artifact of LaTeX not having as many document heading levels
+and trying to take advantage of the behavior of existing levels rather than
+customizing further
+
+look for a solution, possibly overriding the default font sizes for each
+
+The current settings were chosen because, there are not enough levels and I
+find too many different font sizes disconcerting, especially running sisu over
+a wide variety of document types
+
+the following levels are available in LaTeX
+
+\part
+\chapter
+\section
+\subsection
+\subsubsection
+
+the levels in sisu are
+
+A [title]
+B [part]
+C [subpart]
+D [subsubpart]
+1 [segment (chapter)]
+2 [subsegment]
+3 [subsubsegment]
+
+sisu current mapping:
+
+level A [title]
+level B C D \part (it is up to the user to make part levels visually distinguishable e.g. Book Part Section)
+[skipped \chapter]
+[skipped \section]
+level 1 \subsection
+level 2 \subsubsection
+level 3 \subsubsection
+
+the reason for skipping section was the default configuration and resulting
+fact that it made for a table of contents that takes more space
+
+sisu new mapping:
+
+level A [title]
+level B C D \part (it is up to the user to make part levels visually distinguishable e.g. Book Part Section)
+[skipped \chapter]
+level 1 \section
+level 2 \subsection
+level 3 \subsubsection
+
+levels B C & D are the same size,
+ it is up to the user to make part levels visually distinguishable
+ e.g. Book Part Section
+levels 1 2 & 3 are now distinguished
+
+(Closes #744386) sisu syntax: 1~ and 2~ result in the same formatting
+(under consideration & yet to be done #744383) sisu syntax: :B and :C result in the same formatting
+(touches )
+override part font size settings for different levels (B C D)
+
**** TODO [#C] #744384 [w|u] sisu syntax: relies on empty lines
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744384>
@@ -1472,7 +1534,7 @@ having an empty line in between like this:
Regards,
Daniel
-**** TODO [#B] #744386 [w|u] sisu syntax: 1~ and 2~ result in the same formatting
+**** DONE (6.0.5) [#B] #744386 [w|u] sisu syntax: 1~ and 2~ result in the same formatting :output:pdf:fix: (see #744383)
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744386>
From: Daniel Baumann <daniel.baumann@progress-technologies.net>
@@ -1489,6 +1551,12 @@ should be different in the output format (pdf here).
Regards,
Daniel
+***** NOTES/COMMENTS
+
+1~ 2~ 3~ are now differentiated
+
+deal with under #744383
+
**** TODO [#B] #744390 [w|u] sisu: empty sections are ignored
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744390>
@@ -1614,7 +1682,7 @@ to use for TOCs.
Regards,
Daniel
-**** TODO [#B] #744399 [w|u] sisu syntax: :A smaller formatted than :B
+**** DONE (6.0.5) [#B] #744399 [w|u] sisu syntax: :A smaller formatted than :B :output:fix: (see #744383) (partial solution)
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744399>
From: Daniel Baumann <daniel.baumann@progress-technologies.net>
@@ -1639,6 +1707,18 @@ page after TOC).
Regards,
Daniel
+***** NOTES/COMMENTS
+
+for pdf
+
+now is same size see #744383
+
+\part (level A B C D)
+\chapter (skipped)
+\section (level 1)
+\subsection (level 2)
+\subsubsection (level 3)
+
**** DONE (6.0.5) [#C] #744402 [w|u] sisu: support sha512 :implement:
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744402>