From: Ihor Radchenko <yantar92@posteo.net>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: emacs-orgmode@gnu.org,
Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Subject: Re: org-latex-preview, pNiceArray (running latex twice)
Date: Wed, 14 Aug 2024 10:29:36 +0000 [thread overview]
Message-ID: <87v803qtwv.fsf@localhost> (raw)
In-Reply-To: <87plqbjtg2.fsf@mat.ucm.es>
Uwe Brauer <oub@mat.ucm.es> writes:
> > I just tried
>
> > latexmk -f -pdf text.tex
>
> Confirmed.
>
> So I changed the setting of org-preview-latex-process-alist
> ....
> But now I receive
>
>
> --8<---------------cut here---------------start------------->8---
> Debugger entered--Lisp error: (error "File \"/tmp/orgtex68AmTu.dvi\" wasn’t produced. Ple...")
> signal(error ("File \"/tmp/orgtex68AmTu.dvi\" wasn’t produced. Ple..."))
> error("File \"/tmp/orgtex68AmTu.dvi\" wasn't produced. Ple...")
> org-compile-file("/tmp/orgtex68AmTu.tex" ("latexmk -f -pdf -output-directory=%o %f") "dvi" "Please adjust `dvipng' part of `org-preview-latex-..." #<buffer *Org Preview LaTeX Output*>)
This is expected.
> ((dvipng :programs
> ("latexmk" "dvipng")
> :description "dvi > png" :message "you need to install the programs: latex and dvipng." :image-input-type "dvi" :image-output-type "png" :image-size-adjust
> (1.0 . 1.0)
> :latex-compiler
> ("latexmk -f -pdf -output-directory=%o %f")
> :image-converter
> ("dvipng -D %D -T tight -o %O %f")
> :transparent-image-converter
> ("dvipng -D %D -T tight -bg Transparent -o %O %f"))
dvipng previews expect .dvi files, not .pdf. You must use
("latexmk -f -latex -output-directory=%o %f")
Except that latex does not produce the desired result, which indicates
that you are using some very strange package that is not compatible with
latex.
I can only suggest using "imagemagick" process to use pdf -> png
conversion, but truly that should be a bug in the latex package.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2024-08-14 10:29 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 15:27 org-latex-preview, pNiceArray (running latex twice) Uwe Brauer via General discussions about Org-mode.
2024-08-13 19:35 ` Ihor Radchenko
2024-08-14 7:28 ` Uwe Brauer
2024-08-14 7:33 ` Ihor Radchenko
2024-08-14 7:56 ` Uwe Brauer
2024-08-14 7:59 ` Ihor Radchenko
2024-08-14 8:02 ` Uwe Brauer
2024-08-14 8:07 ` Ihor Radchenko
2024-08-14 9:32 ` Uwe Brauer
2024-08-14 9:51 ` Ihor Radchenko
2024-08-14 10:21 ` Uwe Brauer
2024-08-14 10:29 ` Ihor Radchenko [this message]
2024-08-14 10:54 ` Uwe Brauer
2024-08-15 17:01 ` [RFC] latex preview and pdflatex-only packages (was: org-latex-preview, pNiceArray (running latex twice)) Ihor Radchenko
2024-08-16 5:46 ` [RFC] latex preview and pdflatex-only packages Stefan Nobis
2024-08-16 6:30 ` Stefan Nobis
2024-08-18 12:01 ` Ihor Radchenko
2024-08-18 13:35 ` Juergen Fenn
2024-08-18 13:47 ` Ihor Radchenko
2024-08-18 14:12 ` Juergen Fenn
2024-08-18 14:31 ` Ihor Radchenko
2024-08-18 15:00 ` Juergen Fenn
2024-08-18 15:32 ` Juergen Fenn
2024-08-17 20:12 ` [RFC] latex preview and pdflatex-only packages (was: org-latex-preview, pNiceArray (running latex twice)) Karthik Chikmagalur
2024-08-18 12:29 ` Ihor Radchenko
2024-08-14 12:38 ` org-latex-preview, pNiceArray (running latex twice) Uwe Brauer
2024-08-14 16:21 ` Uwe Brauer via General discussions about Org-mode.
2024-08-17 20:08 ` Karthik Chikmagalur
2024-08-18 6:09 ` Uwe Brauer
2024-08-18 12:30 ` Ihor Radchenko
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=87v803qtwv.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=karthikchikmagalur@gmail.com \
--cc=oub@mat.ucm.es \
/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).