From a0cf8796ba016252193e69bf61cf49448cd89886 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Wed, 25 Mar 2015 17:36:29 -0400 Subject: [PATCH] add institution to techreport --- org-ref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ref.el b/org-ref.el index 784aa76..4655026 100644 --- a/org-ref.el +++ b/org-ref.el @@ -81,7 +81,7 @@ You should use full-paths for each file." '(("article" . "%a, %t, %j, %v(%n), %p (%y). link. doi.") ("book" . "%a, %t, %u (%y).") - ("techreport" . "%a, %t, %u (%y).") + ("techreport" . "%a, %t, %i, %u (%y).") ("proceedings" . "%e, %t in %S, %u (%y).") ("inproceedings" . "%a, %t, %p, in %b, edited by %e, %u (%y)")) "String to format an entry. Just the reference, no numbering at the beginning, etc... see the `org-ref-reftex-format-citation' docstring for the escape codes." -- 2.39.2