aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-29 12:27:31 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-29 12:27:31 -0500
commite304d03dfa8f8ac5b0e19a781d93eac3ce68a0a7 (patch)
treee457dcb3156a2ded8895fae867dccab85c7842b2
parentbump default font size in emacs to 13pt (diff)
title case collection entries as well
Diffstat (limited to '')
-rw-r--r--dot_emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index 928f141..d1d5b81 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -617,6 +617,7 @@ If not, issue a warning."
:custom
(org-ref-title-case-types '(("article" "title")
("book" "booktitle" "title")
+ ("collection" "booktitle" "title")
("incollection" "booktitle" "title")
("inproceedings" "booktitle" "title")
("misc" "title")