On Jan 18, 2010, at 12:05 AM, Sébastien Vauban wrote:

Hi all,

I'm trying to Orgify a Word document of my beloved, whose writing a manual for learning Spanish. In the first chapter (the one I'm converting), there are
some groups of letters that have to be in bold or underlined.

I've tried the following:

--8<---------------cut here---------------start------------->8---
    Es *A*\~lfonso.
    Es *B*\,enito.
    Es *C*\{\}armen.
    Es *C*hago.
--8<---------------cut here---------------end--------------->8---

But this gives:

--8<---------------cut here---------------start------------->8---
    Es \textbf{A}\~lfonso.
    Es \textbf{B}\,enito.
    Es \textbf{C}\{\}armen.
    Es *C*hago.
--8<---------------cut here---------------end--------------->8---

Which is not that good.

If LaTeX is the only tqarget you have, writing directly

    Es \textbf{A}lfonso.
    Es \textbf{B}enito.
    Es \textbf{C}armen.
    Es \textbf{C}hago.

is you best bet.

HTH

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to