Changeset 3908
- Timestamp:
- 06/30/09 13:05:04 (5 months ago)
- Files:
-
- 1 modified
-
trunk/Fortify/fortify.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Fortify/fortify.el
r3907 r3908 1397 1397 1398 1398 (defun fortress-render-unknown (str) 1399 (concat "\\underline{" (fortress-render-string-contents str) "}")) 1399 (if (and (= (length str) 1) (= (elt str 0) ?\r)) 1400 "" 1401 (concat "\\underline{" (fortress-render-string-contents str) "}"))) 1400 1402 1401 1403 (defun fortress-render-string-contents (str) … … 3168 3170 ("|||" "\\mathrel{\\Vvert}" RELATION) 3169 3171 ("||||" "\\mathrel{\\VVert}" RELATION) 3170 ("//" "\\mathrel{/\ !\!/}" RELATION)3171 ("///" "\\mathrel{/\ !\!/\!\!/}" RELATION)3172 ("////" "\\mathrel{/\ !\!/\!\!/\!\!/}" RELATION)3172 ("//" "\\mathrel{/\\!\\!/}" RELATION) 3173 ("///" "\\mathrel{/\\!\\!/\\!\\!/}" RELATION) 3174 ("////" "\\mathrel{/\\!\\!/\\!\\!/\\!\\!/}" RELATION) 3173 3175 ("<-" "\\leftarrow" RELATION) 3174 3176 ("->" "\\rightarrow" RELATION)

