aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.