From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Putting in bold some letters of a word Date: Mon, 18 Jan 2010 08:30:16 +0100 Message-ID: References: <87hbqkpc2h.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWm4C-00079K-Qd for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 02:30:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWm46-00077N-TE for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 02:30:27 -0500 Received: from [199.232.76.173] (port=36640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWm45-00077F-P9 for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 02:30:21 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:37651) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWm44-00075H-M7 for emacs-orgmode@gnu.org; Mon, 18 Jan 2010 02:30:21 -0500 Received: by ewy24 with SMTP id 24so3172986ewy.26 for ; Sun, 17 Jan 2010 23:30:19 -0800 (PST) In-Reply-To: <87hbqkpc2h.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org On Jan 18, 2010, at 12:05 AM, S=E9bastien Vauban wrote: > Hi all, > > I'm trying to Orgify a Word document of my beloved, whose writing a =20= > manual for > learning Spanish. In the first chapter (the one I'm converting), =20 > 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