emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Aaron Ecay <aaronecay@gmail.com>
To: Divan Santana <divan@santanas.co.za>, emacs-orgmode@gnu.org
Subject: Re: org2pdf export broken on parabola
Date: Sun, 28 Aug 2016 19:46:15 +0100	[thread overview]
Message-ID: <87oa4czq88.fsf@gmail.com> (raw)
In-Reply-To: <877fb0dib4.fsf@santanas.co.za>

Hi Divan,

Thanks for your reply.

2016ko abuztuak 28an, Divan Santana-ek idatzi zuen:
> 
> Thanks for the reply.
> 
> My initial post was a lacking detail, sorry...
> 
> So, on parabola Linux, a simply org file, like this:
> 
> QUOTE
> * Test
> 
> Testing org export to pdf via latex, on parabola Linux.
> END QUOTE
> 
> If I try export via C-c C-e l p
> 
> results in a blank PDF.
> 
> The *Org PDF LaTeX Output* buffer contains this:
> 
> QUOTE
> This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Parabola) (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (/home/admin/ownCloud/documents/org/test.tex
> LaTeX2e <2016/03/31> patch level 3
> Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
> (/usr/share/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
> (/usr/share/texmf-dist/tex/latex/base/size11.clo))
> (/usr/share/texmf-dist/tex/latex/base/inputenc.sty
> (/usr/share/texmf-dist/tex/latex/base/utf8.def
> (/usr/share/texmf-dist/tex/latex/base/t1enc.dfu)
> (/usr/share/texmf-dist/tex/latex/base/ot1enc.dfu)
> (/usr/share/texmf-dist/tex/latex/base/omsenc.dfu)))
> (/usr/share/texmf-dist/tex/latex/base/fontenc.sty
> (/usr/share/texmf-dist/tex/latex/base/t1enc.def)
> kpathsea: Running mktextfm ecrm1095
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1095
> This is METAFONT, Version 2.7182818 (TeX Live 2016/Parabola) (preloaded base=mf)
> 
> kpathsea: Running mktexmf ecrm1095
> 
> ! I can't find file `ecrm1095'.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1095

[...snip the rest...]

This log indicates that the problem occurs during the loading of the
fontenc package.  Fontenc is a good package to load, apparently:
<https://tex.stackexchange.com/questions/664/why-should-i-use-usepackaget1fontenc>.

You can probably fix this error by either removing the entry for the
fontenc package from org-latex-default-packages-alist, or setting
org-latex-compiler to either lualatex or xelatex (newer latex compilers
neither of which use fontenc).  Of course, either of these might uncover
further problems (the parabola approach to packaging texlive seems
pretty haphazard), but I believe either step would fix the problem you
have reported.

-- 
Aaron Ecay

  reply	other threads:[~2016-08-28 18:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23 15:35 org2pdf export broken on parabola Divan Santana
2016-08-26 11:28 ` Aaron Ecay
2016-08-28 15:28   ` Divan Santana
2016-08-28 18:46     ` Aaron Ecay [this message]
2016-09-15 12:19       ` Divan Santana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oa4czq88.fsf@gmail.com \
    --to=aaronecay@gmail.com \
    --cc=divan@santanas.co.za \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).