src/Pure/Thy/bibtex.ML
changeset 77029 1046a69fabaa
parent 77028 f5896dea6fce
child 77030 d7dc5b1e4381
--- a/src/Pure/Thy/bibtex.ML	Fri Jan 20 19:52:52 2023 +0100
+++ b/src/Pure/Thy/bibtex.ML	Fri Jan 20 20:26:42 2023 +0100
@@ -75,10 +75,7 @@
 fun cite_command ctxt get_kind ((opt_loc, citations), macro_name) =
   let
     val loc = the_default Input.empty opt_loc;
-    val _ =
-      Context_Position.reports ctxt
-        (Document_Output.document_reports loc @
-          map (fn (name, pos) => (pos, Markup.citation name)) citations);
+    val _ = Context_Position.reports ctxt (Document_Output.document_reports loc);
     val _ = List.app (check_bibtex_entry ctxt) citations;
 
     val kind = if macro_name = "" then get_kind ctxt else macro_name;