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: Sat, 24 Mar 2018 17:23:18 -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> <87370ws87f.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eztV3-0000ic-DO for emacs-orgmode@gnu.org; Sat, 24 Mar 2018 20:31:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eztRR-0000op-H3 for emacs-orgmode@gnu.org; Sat, 24 Mar 2018 20:27:05 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:40665) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eztRR-0000oV-91 for emacs-orgmode@gnu.org; Sat, 24 Mar 2018 20:23:21 -0400 Received: by mail-lf0-x229.google.com with SMTP id e5-v6so23273552lfb.7 for ; Sat, 24 Mar 2018 17:23:21 -0700 (PDT) In-Reply-To: <87370ws87f.fsf@delle7240.chemeng.ucl.ac.uk> 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 i find that the following does not take effect the first time, but works the second time. not sure why that would be. it looks much better now. i think the main thing i would want is to color links differently from the default red box, like maybe color the text "#8968cd" and underline it so it looks kind of like a web page. also, the pronoun "I" is boldface, which is disconcerting. Acronyms are also, but that is less disconcerting. (add-to-list 'org-latex-classes '("article" " \\documentclass{scrartcl} % alpha is the single \ for these three correct? \[DEFAULT-PACKAGES] \[PACKAGES] \[EXTRA] \\setlength{\\parindent}{0pt} \\setlength{\\parskip}{6pt} " ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) > 1. Start your document with a top level heading, i.e. single * heading. subtree. > 2. Remove any whitespace before the \[...] entries in your > org-latex-classes setting. this seemed to work [when i run it twice at least]. thank you! aren't the single \ removed by emacs lisp's string object parsing?