From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: what settings would make original export to pdf as good as pandoc conversion? Date: Sun, 18 Mar 2018 21:41:29 -0700 Message-ID: References: <87y3jbara4.fsf@gmail.com> <87h8pxo0xf.fsf@gmail.com> <87fu59u585.fsf@gmail.com> <87tvtox0ag.fsf@gmail.com> <874lllvddn.fsf@ucl.ac.uk> <871sgoo2ya.fsf@gmail.com> 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]:38626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exmc0-0002mO-Ql for emacs-orgmode@gnu.org; Mon, 19 Mar 2018 00:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exmbz-0000m8-VU for emacs-orgmode@gnu.org; Mon, 19 Mar 2018 00:41:32 -0400 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:38537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exmbz-0000lb-Np for emacs-orgmode@gnu.org; Mon, 19 Mar 2018 00:41:31 -0400 Received: by mail-lf0-x22c.google.com with SMTP id y2-v6so21251889lfc.5 for ; Sun, 18 Mar 2018 21:41:31 -0700 (PDT) In-Reply-To: <871sgoo2ya.fsf@gmail.com> 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" To: Samuel Wales , emacs-orgmode@gnu.org On 3/13/18, Eric S Fraga wrote: > Could you post a minimal example that illustrates this? here is the minimal example. [btw, it turns out that pandoc erros now, so i have to either get your direct export code to work, or fix pandoc's export.] *********** NEXTKA fixing pdf to have better paragraphs SCHEDULED: <2018-03-21 Wed> #+begin_src emacs-lisp (add-to-list 'org-latex-classes '("article" " \\documentclass{scrartcl} % alpha is the single \ for these three erroneous? but with \\ it error= s. =C2=A0 =C2=A0\[DEFAULT-PACKAGES] =C2=A0 =C2=A0\[PACKAGES] =C2=A0 =C2=A0\[EXTRA] =C2=A0 =C2=A0\\setlength{\\parindent}{0pt} =C2=A0 =C2=A0\\setlength{\\parskip}{6pt} " =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("\\section{%s}" . "\\section*{%s}") =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("\\subsection{%s}" . "\\subsection*{%s}") =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("\\subsubsection{%s}" . "\\subsubsection*{%s}") =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("\\paragraph{%s}" . "\\paragraph*{%s}") =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) #+end_src