From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Latex export - footnotes and emphasis Date: Mon, 30 Mar 2009 11:41:35 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoDzz-0003TU-FG for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 05:41:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoDzu-0003St-Aj for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 05:41:42 -0400 Received: from [199.232.76.173] (port=60956 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoDzu-0003Sq-03 for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 05:41:38 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:40360) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoDzt-0003pM-Cl for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 05:41:37 -0400 Received: by ewy4 with SMTP id 4so2060385ewy.42 for ; Mon, 30 Mar 2009 02:41:36 -0700 (PDT) In-Reply-To: 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: Scot Becker Cc: Org Mode List On Mar 30, 2009, at 11:27 AM, Scot Becker wrote: > I can confirm this. > > Another related issue is that italics and bold do not mix in latex > export. You can't do something like this: > > /An italicized sentence with a *bold* bit./ or *vice /versa/*. Nested emphasis is indeed not possible. However, as a LaTeX user, I think you can do /An italicized sentence with a \textbf{bold} bit./ > > Also, and this may be unavoidable without adding significant > complexity to the export engine. Indeed. > But you can't, e.g. > /carry your emphasis on until after the punctuation is over./ > (It's been a while since I tested this. I'll check it out again > today). This does work, I think. > For LaTeX export in particular, it would be nice to have finer > control over just where the emphasis goes. For periods it's not > generally an issue :-), but some of the taller punctuation get into > fistfights with their text if they aren't allowed to be italicized > too. Emphasis is one of the nightmares, and I will only work on this at gun point :-) - Carsten > > Scot > > On Sat, Mar 28, 2009 at 7:29 PM, Matthew Lundin > wrote: > Hi Carsten, > > When I export a footnote that begins with emphasis/italics markup, the > markup is not converted to \emph in the LaTeX output. > > E.g., the following source... > > --8<---------------cut here---------------start------------->8--- > #+title: Test > > This is a footnote.[fn:footnote] > > [fn:footnote] /Test./ > --8<---------------cut here---------------end--------------->8--- > > Is exported as (some of preamble omitted): > > ,---- > | \title{Test} > | \author{Matthew Lundin} > | \date{March 28, 2009} > | > | \begin{document} > | > | \maketitle > | > | \setcounter{tocdepth}{3} > | \tableofcontents > | \vspace*{1cm} > | > | > | This is a footnote.\footnote{/Test./ } > | > | > | > | \end{document} > `---- > > Any advice would be greatly appreciated. > > Thanks, > Matt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode