emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Konstantin Kliakhandler <kosta@slumpy.org>
To: emacs-orgmode@gnu.org
Subject: Several org-entities to be fixed.
Date: Wed, 10 Dec 2014 22:26:52 +0200	[thread overview]
Message-ID: <CAH+LVpmikTnHef48M-Gi6RF329ZSS_xxKiHP=urtV8wxg7+JCw@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 528 bytes --]

Hello,

On all the computers I've used so far, including: Windows[8, 8.1] ,
OSX[Mavericks,Yosemite], debian[wheezy], ubuntu[14.04.1], I've seen the
same problem: the org-entities symbols for phi and varphi were inverted,
and the symbol for setminus was displayed as a W with a strike-through.

Attached is a patch that exchanges between the inverted symbols, and
replaces the W symbol by the unicode 'SET MINUS' symbol.

Thanks,
Kosta

-- 
Konstantin Kliakhandler
    http://slumpy.org
          )°) )°( (°(

[-- Attachment #1.2: Type: text/html, Size: 791 bytes --]

[-- Attachment #2: 0001-Corrected-several-symbols-in-org-entities.patch --]
[-- Type: application/octet-stream, Size: 1836 bytes --]

From 986122d70dda52e1557d9a782a7bdc49cf9d4045 Mon Sep 17 00:00:00 2001
From: Konstantin Kliakhandler <kosta@slumpy.org>
Date: Wed, 10 Dec 2014 22:15:45 +0200
Subject: [PATCH] Corrected several symbols in org-entities.

---
 lisp/org-entities.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 4044432..6f6d054 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -204,8 +204,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
     ("upsih" "\\Upsilon" t "&upsih;" "upsilon" "upsilon" "ϒ")
     ("upsilon" "\\upsilon" t "&upsilon;" "upsilon" "upsilon" "υ")
     ("Phi" "\\Phi" t "&Phi;" "Phi" "Phi" "Φ")
-    ("phi" "\\phi" t "&phi;" "phi" "phi" "φ")
-    ("varphi" "\\varphi" t "&varphi;" "varphi" "varphi" "ɸ")
+    ("phi" "\\phi" t "&phi;" "phi" "phi" "ɸ")
+    ("varphi" "\\varphi" t "&varphi;" "varphi" "varphi" "φ")
     ("Chi" "X" nil "&Chi;" "Chi" "Chi" "Χ")
     ("chi" "\\chi" t "&chi;" "chi" "chi" "χ")
     ("acutex" "\\acute x" t "&acute;x" "'x" "'x" "𝑥́")
@@ -378,7 +378,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
     ("sube" "\\subseteq" t "&sube;" "[subset of or equal to]" "[subset of or equal to]" "⊆")
     ("nsup" "\\not\\supset" t "&nsup;" "[not a superset of]" "[not a superset of]" "⊅")
     ("supe" "\\supseteq" t "&supe;" "[superset of or equal to]" "[superset of or equal to]" "⊇")
-    ("setminus" "\\setminus" t "&setminus;" "\" "\" "⧵")
+    ("setminus" "\\setminus" t "&setminus;" "\" "\" "∖")
     ("forall" "\\forall" t "&forall;" "[for all]" "[for all]" "∀")
     ("exist" "\\exists" t "&exist;" "[there exists]" "[there exists]" "∃")
     ("exists" "\\exists" t "&exist;" "[there exists]" "[there exists]" "∃")
-- 
2.1.3


             reply	other threads:[~2014-12-10 20:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10 20:26 Konstantin Kliakhandler [this message]
2014-12-11 11:26 ` Several org-entities to be fixed Rasmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+LVpmikTnHef48M-Gi6RF329ZSS_xxKiHP=urtV8wxg7+JCw@mail.gmail.com' \
    --to=kosta@slumpy.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).