From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: LaTeX Export Date: Thu, 8 Jan 2009 22:38:31 +0100 Message-ID: <74C94044-F04A-41D5-A3B2-1E741DE7B369@uva.nl> References: <824p0d6i0w.fsf@gmail.com> <82tz8d4ttg.fsf@gmail.com> <66BDDF6C-A9D9-4011-9CC8-59B7AA59BFFB@uva.nl> <828wplbsdx.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) 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 1LL2aN-0000Bw-9A for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:38:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL2aL-0000BI-6j for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:38:38 -0500 Received: from [199.232.76.173] (port=54423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL2aK-0000B7-VX for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:38:37 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]:53420) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL2aK-00036Y-HV for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 16:38:36 -0500 Received: by ug-out-1314.google.com with SMTP id 36so2424095uga.17 for ; Thu, 08 Jan 2009 13:38:35 -0800 (PST) In-Reply-To: <828wplbsdx.fsf@gmail.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: Rasmus Pank Roulund Cc: emacs-orgmode@gnu.org Hi Rasmus, please keep testing! I have fixed the issues you mentioned in you mail - I am sure there will be more. Parsing TeX is hard, parsing pseudo-TeX like in Org-mode is even harder. Note that this will never be perfect. In particular, $-parsing is a bitch. You can elagantly cheat out by using \(...\) and \[...\] instead. - Carsten On Jan 8, 2009, at 6:48 PM, Rasmus Pank Roulund wrote: >> I have tried to fix the issues with dollars, please download the >> latest GIT version and check if your stuff is now converted better. > > I have gotten the newest git version from today. I have Org =20 > v6.17trans. > > There is still something funny with $-signs. > > Here are a couple of examples: > ------ > LaTeX output: > \item Hvis en vare har input \$x\$ \dots > > Org: > - Hvis en vare har input $x$ \dots > ------ > LaTeX output: > $$M\overline{V}=3DP\overline{Y}$$ > \$M\$ er bestemt af centralbanken, og det eneste den bestemmer =20= > er > prisniveauet. > > Org: > - Produktionsfunktionen brugt af monetarister: > $$M\overline{V}=3DP\overline{Y}$$ > $M$ er bestemt af centralbanken, og det eneste den bestemmer er > prisniveauet. > ------ > LaTeX output (this one is particuarily troublesome): > \item P=E5 arbejdsmarkedet bestemmes ligev=E6gten imellem $L_d$ = og =20 > $L_s\$ > Her ud fra findes ligev=E6gten i udbudet. > > Org: > - P=E5 arbejdsmarkedet bestemmes ligev=E6gten imellem $L_d$ og = $L_s$ > Her ud fra findes ligev=E6gten i udbudet. > ------ > LaTeX (also troublesome): > \item Givet ved $y=3Df(l, k)\$ > > Org: > - Givet ved $y=3Df(l, k)$ > ------ > There are lots of \$ in the end of math even though there is no line > break. > > Cheers, > Rasmus > > > > _______________________________________________ > 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