mirror of https://lore.kernel.org/perfbook/git/0.git
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@kernel.org>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH -perfbook] Load xcolor before loading newtxtext
Date: Tue, 7 Nov 2023 19:56:30 -0800	[thread overview]
Message-ID: <76299560-a2b3-4f8d-82b7-a4585fead94e@paulmck-laptop> (raw)
In-Reply-To: <f306add5-cf32-4988-8fd2-21d25a944fdd@gmail.com>

On Tue, Nov 07, 2023 at 05:35:34PM +0900, Akira Yokosawa wrote:
> newtxtext v1.73 loads xcolor for its new option called "supscolor"
> without any options.
> This conflicts with the later loading of xcolor with the option
> list of [table,svgnames].
> Resolve it by loading xcolor with our option list just before
> loading newtxtext.
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> ---
> Next Ubuntu LTS (24.04) will likely have newtxtext >= 1.73.
> Note that as of this writing, newtxtext v1.73 is not compatible
> with our -sf (sans-serif) builds.  This issue is expected to
> be fixed soon in v1.732 or higher.

Queued and pushed, thank you!!!

							Thanx, Paul

>         Thanks, Akira
> --
>  perfbook-lt.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/perfbook-lt.tex b/perfbook-lt.tex
> index cddff24f..8db77cb6 100644
> --- a/perfbook-lt.tex
> +++ b/perfbook-lt.tex
> @@ -15,6 +15,7 @@
>  \usepackage[full]{textcomp} % use symbols in TS1 encoding
>  \usepackage{lmodern}
>  \usepackage[T1]{fontenc} % use postscript type 1 fonts
> +\usepackage[table,svgnames]{xcolor} % newtxtext v1.73 loads xcolor without options
>  \usepackage[defaultsups,helvratio=0.9]{newtxtext} % use nice, standard fonts for roman
>  
>  % Improves the text layout
> @@ -44,7 +45,6 @@
>  \setlist[sequence]{label*=\arabic*}
>  %\usepackage{enumerate}
>  \usepackage{ifthen}
> -\usepackage[table,svgnames]{xcolor}
>  \usepackage[shortcuts]{extdash}
>  \usepackage{changepage}
>  \usepackage{listings}
> 
> base-commit: 6e4fc392e080383f29b6eac5fc2e94ef7ec13876
> -- 
> 2.34.1
> 

           reply	other threads:[~2023-11-08  3:56 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <f306add5-cf32-4988-8fd2-21d25a944fdd@gmail.com>]

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

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

  git send-email \
    --in-reply-to=76299560-a2b3-4f8d-82b7-a4585fead94e@paulmck-laptop \
    --to=paulmck@kernel.org \
    --cc=akiyks@gmail.com \
    --cc=perfbook@vger.kernel.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.
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).