From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-mode latex pdf export issue: Underlined lines not breaking properly Date: Tue, 11 Jun 2013 15:24:18 +0200 Message-ID: <87li6gok59.fsf@gmail.com> References: <20130306115906.GT7544@kuru.dyndns-at-home.com> <20130306140248.GX7544@kuru.dyndns-at-home.com> <87vc5nve0n.fsf@gmail.com> <87fvwqeu4o.fsf@news.tumashu-localhost.org> <87ppvsonjt.fsf@gmail.com> <87bo7cdcrf.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOYi-0007Mw-PL for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 09:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmOYe-0004gb-AM for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 09:24:24 -0400 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:50090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOYe-0004gM-2e for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 09:24:20 -0400 Received: by mail-we0-f171.google.com with SMTP id m46so5835064wev.2 for ; Tue, 11 Jun 2013 06:24:19 -0700 (PDT) In-Reply-To: <87bo7cdcrf.fsf@news.tumashu-localhost.org> (Feng Shu's message of "Tue, 11 Jun 2013 20:59:16 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Feng Shu Cc: emacs-orgmode@gnu.org Feng Shu writes: > Nicolas Goaziou writes: >> 1. Does \underline{=E4=B8=AD=E6=96=87=E6=B5=8B=E8=AF=95} work properly= (notwithstanding the line >> breaks)? > > \underline can show chinese, but the command can't resolve lines > breaking properly. > >> 2. Does \uline from "ulem" package handle it correctly, including the >> line breaks? > > \uline seem to work properly. Then, the best solution seems to add "ulem" package to `org-latex-default-packages-alist' and use \ulem for underline. "soul" will only be used for strike-through. Is there any objection to this change? Regards, --=20 Nicolas Goaziou