src/Pure/Thy/latex.ML
changeset 8896 c80aba8c1d5e
parent 8808 204f4ebbba64
child 8965 d46b36785c70
--- a/src/Pure/Thy/latex.ML	Sun May 21 14:32:47 2000 +0200
+++ b/src/Pure/Thy/latex.ML	Sun May 21 14:33:46 2000 +0200
@@ -76,8 +76,8 @@
       let val s = T.val_of tok in
         if invisible_token tok then ""
         else if T.is_kind T.Command tok then
-          if s = "{{" then "{\\isabeginblock}"
-          else if s = "}}" then "{\\isaendblock}"
+          if s = "{" then "{\\isabeginblock}"
+          else if s = "}" then "{\\isaendblock}"
           else "\\isacommand{" ^ output_syms s ^ "}"
         else if T.is_kind T.Keyword tok andalso Syntax.is_identifier s then
           "\\isakeyword{" ^ output_syms s ^ "}"