|
@@ -1686,13 +1686,7 @@ See the `org-export-latex.el' code for a complete conversion table."
|
|
"\\(\\(\\\\?\\$\\)\\)"
|
|
"\\(\\(\\\\?\\$\\)\\)"
|
|
"\\([a-zA-Z0-9()]+\\|[ \t\n]\\|\\b\\|\\\\\\)\\(_\\|\\^\\)\\({[^{}]+}\\|[a-zA-Z0-9]+\\|[ \t\n]\\|[:punct:]\\|)\\|{[a-zA-Z0-9]+}\\|([a-zA-Z0-9]+)\\)"
|
|
"\\([a-zA-Z0-9()]+\\|[ \t\n]\\|\\b\\|\\\\\\)\\(_\\|\\^\\)\\({[^{}]+}\\|[a-zA-Z0-9]+\\|[ \t\n]\\|[:punct:]\\|)\\|{[a-zA-Z0-9]+}\\|([a-zA-Z0-9]+)\\)"
|
|
"\\(.\\|^\\)\\(\\\\\\)\\([ \t\n]\\|\\([&#%{}\"]\\|[a-zA-Z][a-zA-Z0-9]*\\)\\)"
|
|
"\\(.\\|^\\)\\(\\\\\\)\\([ \t\n]\\|\\([&#%{}\"]\\|[a-zA-Z][a-zA-Z0-9]*\\)\\)"
|
|
- "\\(.\\|^\\)\\(&\\)"
|
|
|
|
- "\\(.\\|^\\)\\(#\\)"
|
|
|
|
- "\\(.\\|^\\)\\(%\\)"
|
|
|
|
- "\\(.\\|^\\)\\({\\)"
|
|
|
|
- "\\(.\\|^\\)\\(}\\)"
|
|
|
|
- "\\(.\\|^\\)\\(~\\)"
|
|
|
|
- "\\(.\\|^\\)\\(\\.\\.\\.\\)"
|
|
|
|
|
|
+ "\\(^\\|.\\)\\([&#%{}~]\\|\\.\\.\\.\\)"
|
|
;; (?\< . "\\textless{}")
|
|
;; (?\< . "\\textless{}")
|
|
;; (?\> . "\\textgreater{}")
|
|
;; (?\> . "\\textgreater{}")
|
|
)))
|
|
)))
|