aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-02-06 12:22:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-02-06 12:22:10 -0300
commitd73011b1e0fa9b66e34e85cf83190a4ced5ced00 (patch)
treef5b6f61b25ef0ee26b58b0f7c8233fbb46b49078
parent42f96ffce24daf6590651134d98eac8253fe7863 (diff)
downloadbookup-main.tar.gz
bookup-main.tar.bz2
TODO: TOC fixesmain
-rw-r--r--TODO.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 5ba1018..df71b98 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,8 +3,15 @@
## Issues
* [ ] Fix handling of book parts:
- * [ ] Needs to fix positioning in the TOC.
* [ ] If `\part` is to be used, needs custom style for the part page.
+ * [ ] Big chapter names make the page number go to the other line (need to
+ increase overall width).
+* [ ] TOC fixes:
+ * [x] The fix for `\titlecontents{section}` when
+ there are many sections within a chapter: increase, or make customizable,
+ the width between the section number and the section title.
+ * [ ] Needs to fix `\part` positioning in the TOC.
+ * [ ] Send upstream (`tufte-latex`, `xtufte`) the fixes for `\titlecontents`.
* [ ] First paragraph indentation issue after \chapter in PDF output on Debian
trixie (branch `fix/trixie`).
Details at `tests/latex/first-paragraph-indentation`.
@@ -28,10 +35,6 @@
If needed, also apply corrections in the existing downstream projects.
* [ ] Support to be hosted under relative URLs, perhaps using the HTML
`<base>` tag.
-* [ ] Upstream on `tufte-latex` the fixes for `\titlecontents`, including:
- * [ ] The fix for `\titlecontents{section}` when
- there are many sections within a chapter: increase, or make customizable,
- the width between the section number and the section title.
* [ ] Bibliography should honor the `urldate` BibTeX field.
## Refactor