Isaac David

Results 5 comments of Isaac David

I think I managed to debug my way through this issue: The `make_pager()` function is returning as soon as it finds a content-less directory in the project navlist object. This...

I apologize for any potential disturbances. The previous identical request was closed by accident.

Change font size by placing `\scriptsize` or any other LaTeX font size on a line right before the table, then revert it with `\normalsize` after the table

Any updates on this, @MrTidbury ?

I've found my way around this issue inside `preamble.txt`: Use something along the lines of: ```{tex} \usepackage{titlesec} \titleformat{\chapter}[display] {\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge} \titlespacing{\chapter}{0pt}{0pt}{0pt} % or {0pt}{-50pt}{40pt} for even leaner headings ``` It...