[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] what settings would make original export to pdf as good as pando
From: |
Samuel Wales |
Subject: |
Re: [O] what settings would make original export to pdf as good as pandoc conversion? |
Date: |
Sun, 18 Mar 2018 21:41:29 -0700 |
On 3/13/18, Eric S Fraga <address@hidden> 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 errors.
\[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}")))
#+end_src
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, (continued)
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/03
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/08
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/09
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/09
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/09
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/09
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/12
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/12
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/12
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/13
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?,
Samuel Wales <=
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/19
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/19
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Samuel Wales, 2018/03/24
- Re: [O] what settings would make original export to pdf as good as pandoc conversion?, Eric S Fraga, 2018/03/25