Skip to content
Snippets Groups Projects
Commit cee9be7c authored by Michael's avatar Michael
Browse files

Syncing from Monotone at 20131208130153

parent 4a7f23a0
No related branches found
No related tags found
No related merge requests found
......@@ -271,9 +271,11 @@ Functions get called with two parameters: match and list of registers.")
(,(string #\Return) . "~\\\\")
(,(string #\NewLine) . "~\\\\")
("\"" . "{''}")
("­" . "")
(" " . "")
("‑" . "-")
(,(string (code-char 173)) . "\\-") ; Soft hyphen
(,(string (code-char 160)) . "~") ; No-break space
(,(string (code-char 8209)) . "-") ; Non-breaking hyphen
(,(string (code-char 8211)) . "--") ; En-dash
(,(string (code-char 8212)) . "---") ; Em-dash
)))
(defun escape-for-latex (string)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment