emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Stefan Nobis <stefan-ml@snobis.de>
To: emacs-orgmode@gnu.org
Subject: Re: LaTeX export: grffile is a stub package
Date: Tue, 28 Sep 2021 10:03:56 +0200	[thread overview]
Message-ID: <m1v92l9leb.fsf@nobis-it.eu> (raw)
In-Reply-To: <87pmsuc9op.fsf@gmail.com> (Timothy's message of "Mon, 27 Sep 2021 23:19:28 +0800")

Timothy <tecosaur@gmail.com> writes:

> meedstrom@teknik.io writes:

> Oh, that reminds me, we can also get rid of texcomp.
> <https://tecosaur.github.io/emacs-config/config.html#reduce-default-packages>

Hmmm... one note about xcolor in your list: Some configuration options
are load-time options that have to be set as package load options. If
xcolor is already loaded with no options, its much harder to load it
with special options like [table,svgnames*]. Also some classes like
beamer are very special with reagads to xcolor.

But what about some other tweaks?

To better support lualatex and xelatex in the default configuration,
we should add

    ("" "fontspec" t ("lualatex" "xelatex"))

Personally, I would also add the following two lines for better
multilingual support with all three engines:

    ("AUTO,safe=none,math=normal" "babel" t ("pdflatex" "lualatex"))
    ("AUTO" "polyglossia" t ("xelatex"))

Then, for math it may be nice to substitute "amsmath" with "mathtools"
and for lualatex and xelatex add something like this:

    ("warnings-off={mathtools-colon,mathtools-overbracket}" "unicode-math" t ("lualatex" "xelatex"))

What do you think?

-- 
Until the next mail...,
Stefan.


  parent reply	other threads:[~2021-09-28  8:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 12:07 LaTeX export: grffile is a stub package meedstrom
2021-09-27 15:19 ` Timothy
2021-09-27 15:39   ` Bastien
2021-09-27 16:31     ` Timothy
2021-09-27 16:40       ` Bastien
2021-09-28  8:03   ` Stefan Nobis [this message]
2021-09-27 16:23 ` Max Nikulin
2021-09-27 17:00 ` Juan Manuel Macías

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=m1v92l9leb.fsf@nobis-it.eu \
    --to=stefan-ml@snobis.de \
    --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).