From: John Kitchin Date: Wed, 25 Mar 2015 21:36:29 +0000 (-0400) Subject: add institution to techreport X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=a0cf8796ba016252193e69bf61cf49448cd89886 add institution to techreport --- 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."