lib/hemingway/special/special.treetop in hemingway-0.0.2 vs lib/hemingway/special/special.treetop in hemingway-0.0.3
- old
+ new
@@ -4,10 +4,10 @@
grammar Special
# Special characters that need to be escaped in Latex.
# Example: War \& Peace
rule special
- escape character:( "#" / "$" / "%" / "&" / "_" / "{" / "}" ) <SpecialNode>
+ escape character:( "#" / "$" / "%" / "&" / "_" / "{" / "}" / "textbackslash{}" ) <SpecialNode>
end
rule escape
"\\"
end
\ No newline at end of file