src/Pure/Tools/bibtex.ML
changeset 58550 f65911a725ba
parent 58545 30b75b7958d6
child 65032 42b92fa72a51
--- a/src/Pure/Tools/bibtex.ML	Sun Oct 05 18:44:04 2014 +0200
+++ b/src/Pure/Tools/bibtex.ML	Sun Oct 05 22:18:40 2014 +0200
@@ -20,7 +20,7 @@
     Thy_Output.antiquotation @{binding cite}
       (Scan.lift
         (Scan.option (Parse.verbatim || Parse.cartouche) --
-         Scan.repeat1 (Parse.position Args.name)))
+         Parse.and_list1 (Parse.position Args.name)))
       (fn {context = ctxt, ...} => fn (opt, citations) =>
         let
           val _ =