aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-12-29 16:43:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-12-29 16:43:32 -0300
commit687bd404927fd6d3a3840a8fa2d717c4db616509 (patch)
treee08688639e9c8e6078c7d62360cfc1bcc143d735
parent88954f844d8e6415a458a47ff93c02c1e181b909 (diff)
downloadbookup-main.tar.gz
bookup-main.tar.bz2
Chore: TODO updatemain
-rw-r--r--TODO.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 74235a5..78189fb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,13 +2,16 @@
## Issues
-* [ ] Fix PDF output styling on Debian trixie:
-* [ ] Fix PDF compilation issues on Debian trixie:
- * Tests at `tests/citeproc-with-cite-and-bibitem`.
- * Use cite and bibitem even with citeproc:
- https://github.com/jgm/pandoc/issues/9031#issuecomment-1694744040
- * pandoc - Undefined control sequence using citeproc to convert MD to PDF with a template:
- https://tex.stackexchange.com/questions/695228/undefined-control-sequence-using-citeproc-to-convert-md-to-pdf-with-a-template
+* [ ] Disable first paragraph indentation in PDF output on Debian trixie
+ (branch `fix/trixie`).
+* [ ] Fix PDF compilation issues on Debian trixie (branch `fix/trixie`):
+ * [x] Research:
+ * Use cite and bibitem even with citeproc:
+ https://github.com/jgm/pandoc/issues/9031#issuecomment-1694744040
+ * pandoc - Undefined control sequence using citeproc to convert MD to PDF with a template:
+ https://tex.stackexchange.com/questions/695228/undefined-control-sequence-using-citeproc-to-convert-md-to-pdf-with-a-template
+ * [x] Tests at `tests/citeproc-with-cite-and-bibitem`.
+ * [ ] Integrate (just merge branch `fix/trixie`) when the time comes.
* [ ] Bug in `pandoc` with `citeproc` ignoring citation inside LaTeX blocks.
Affecting the PDF format. Minimum working example available at
`test/pandoc/citeproc-conversion-bug`.