Will Robertson

Results 97 issues of Will Robertson

Original question: > marginparwidth is still omitted in the page layout, although marginparpush, and marginparsep appears. Is there a way to display marginparwidth and its length in the page layout?...

layouts

A typical `.toc` file looks like this: ``` \contentsline {part}{I\hspace {1em}I want to enlarge the space between the label and the content}{2} \contentsline {chapter}{\numberline {1}Introduction}{3} \contentsline {section}{\numberline {1.1}Just a sample...

tocloft

As far as I can see, the syntax below is intended to be supported by the package. Somewhere in the bowels of the repeating code: ``` \documentclass{article} \usepackage{verse} \setlength\stanzaskip{3pt} \poemlines{1}...

verse

From Michael Palmer: > Regarding the epigraph package, may I suggest an \epigraphx macro that > adjusts the overall width to the natural text width of the quote, or >...

epigraph

I'm not sure why the code uses xdef here: ``` \appendiargdef{\date}{% \begingroup \renewcommand{\thanks}[1]{} \renewcommand{\thanksmark}[1]{} \renewcommand{\thanksgap}[1]{} \protected@xdef\thedate{#1} \endgroup} ``` The result is poor if `\today` is redefined: ``` \documentclass{article} \usepackage[ngerman]{babel} \usepackage{titling}...

titling

For consideration: https://tex.stackexchange.com/questions/458492/printed-length-in-layouts-package-inaccurate

layouts

When the `titles` option is used, standard class `\section*` or `\chapter*` commands are used to typeset the heading of each "list of". This should be customisable to use the non-starred...

tocloft

Should have an option or a hook for two-column ToCs and List-ofs. This is quite easy conceptually: ``` \usepackage{multicol} \addtocontents{toc}{\protect\begin{multicols}{2}} \AtEndDocument{\addtocontents{toc}{\protect\end{multicols}}} ``` I think that since an external package is...

tocloft

Several packages do not have DTX files, and documentation for them has recently appeared on CTAN. I need to merge the CTAN docs into this repository and turn them all...

Many (most) of the packages are not compiled with `hypdoc`, so they're missing niceties such as PF bookmarks and hyperlinks. Should be fixed as each package is updated. Here's a...