[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [new exporter] Problems with entities
From: |
Thomas Holst |
Subject: |
[O] [new exporter] Problems with entities |
Date: |
Mon, 27 Aug 2012 11:08:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) |
Hello,
first I want to thank you all for org-mode 7.9! The list of changes is
incredible!
While testing the new exporter we encountered problems with entities. We
tried to make ligations work. In LaTeX you write '\/' for a ligation
e.g. 'f\/ifteen'. To achieve that we set `org-entities-user':
#+BEGIN_SRC emacs-lisp
(setq org-entities-user
'("Ligatur" "\\/" nil "" "" "" ""))
#+END_SRC
The following text is used to show the problem:
Dies ist eine Ligatur: f\/ifteen \alpha ab\-cd.
With the old exporter the translation to LaTeX is:
Dies ist eine Ligatur: f\/ifteen $\alpha$ ab\-cd.
Which is the expected result. With the new exporter we get:
Dies ist eine Ligatur: f$\backslash$/ifteen $\alpha$
ab$\backslash$-cd.
As you can see the shy hyphen is also wrong. But \alpha is exported
correctly. So I don't know what is happening here.
--
Bis neulich ...
Thomas
- [O] [new exporter] Problems with entities,
Thomas Holst <=