From c638ce033524deae1ac1ca5f553c7d20869bb971 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 Sep 2024 22:04:34 -0300 Subject: Fix: removes the unused "biblio-style" config --- ChangeLog.md | 4 ++++ TODO.md | 1 + _common.yml | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 551571a..a62fe7c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## v0.0.3 - Unreleased + +* [x] Removes the unused `biblio-style` config. + ## v0.2.2 - 2024-09-29 * [x] Display label before the book URL. diff --git a/TODO.md b/TODO.md index cb64644..aa828b3 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,7 @@ * [ ] Upstream on `tufte-latex` 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 diff --git a/_common.yml b/_common.yml index 28b6aed..672db95 100644 --- a/_common.yml +++ b/_common.yml @@ -11,5 +11,4 @@ date : "`r Sys.Date()`" lang: "en" # Bibliography -biblio-style: apalike link-citations: true -- cgit v1.2.3