diff options
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-entities.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el index 39571633922..3670f365137 100644 --- a/lisp/org/org-entities.el +++ b/lisp/org/org-entities.el | |||
| @@ -330,7 +330,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'." | |||
| 330 | ("infin" "\\propto" t "∞" "[infinity]" "[infinity]" "∞") | 330 | ("infin" "\\propto" t "∞" "[infinity]" "[infinity]" "∞") |
| 331 | ("infty" "\\infty" t "∞" "[infinity]" "[infinity]" "∞") | 331 | ("infty" "\\infty" t "∞" "[infinity]" "[infinity]" "∞") |
| 332 | ("prop" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") | 332 | ("prop" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") |
| 333 | ("proptp" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") | 333 | ("propto" "\\propto" t "∝" "[proportional to]" "[proportional to]" "∝") |
| 334 | ("not" "\\textlnot{}" nil "¬" "[angled dash]" "¬" "¬") | 334 | ("not" "\\textlnot{}" nil "¬" "[angled dash]" "¬" "¬") |
| 335 | ("neg" "\\neg{}" t "¬" "[angled dash]" "¬" "¬") | 335 | ("neg" "\\neg{}" t "¬" "[angled dash]" "¬" "¬") |
| 336 | ("land" "\\land" t "∧" "[logical and]" "[logical and]" "∧") | 336 | ("land" "\\land" t "∧" "[logical and]" "[logical and]" "∧") |