]> git.donarmstrong.com Git - org-ref.git/commitdiff
add institution to techreport
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Wed, 25 Mar 2015 21:36:29 +0000 (17:36 -0400)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Wed, 25 Mar 2015 21:36:29 +0000 (17:36 -0400)
org-ref.el

index 784aa76cc4ccf8956ae46f003cc07a0a0e525a7f..465502629918becbad0e4e4ad7488200411a764f 100644 (file)
@@ -81,7 +81,7 @@ You should use full-paths for each file."
   '(("article" . "%a, %t, <i>%j</i>, <b>%v(%n)</b>, %p (%y). <a href=\"%U\">link</a>. <a href=\"http://dx.doi.org/%D\">doi</a>.")
 
     ("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."