2024-09-09 to 2024-09-13
to : Deniz Aydin
Minutes: 420
Worked on typesetting for LEMDO. I made the following changes to the typesetting:
\changemargin
custom environment, which allows you to define a right and a left margin in a custom way. This enviornment can nest the hangingpar environment, so there is minimal change required at the XML/XSLT level. It also doesn’t affect the header/footer, especially when the footer needs to extend into the right margin as per the page layout desired.- Custom speech numbering using
\spnum{}
that makes use of nested boxes, one of fixed width (inner), and one of zero width (outer) tobreak out of
the margin arragement. - Put page numbers centered in the footer using
\fancyfoot[C]
. - Adjust the header layout to have Left Even, Right Odd title/chapter/section info (
\fancyhead[LE, RO]
). - Wherever there was a
\marginpar
, I’ve filled it with\hspace*{0pt}\hfill
. I think that\hspace
might even be omitted since\hfill
fills up the horizontal space nicely without it and the space doesn’t ever seem omitted.