emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Putting in bold some letters of a word


From: Carsten Dominik
Subject: Re: [Orgmode] Putting in bold some letters of a word
Date: Mon, 18 Jan 2010 08:30:16 +0100


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]