From 6802d4535f356ca9cbfee860440fa7e9bd04bca4 Mon Sep 17 00:00:00 2001 From: shhyou Date: Mon, 7 Sep 2020 20:09:13 -0500 Subject: [PATCH] Disable txfonts package in scribble/acmart Commit c62d008cf include txfonts into the set of default LaTeX packages. However, txfonts changes the main font of the document, conflicting the requirement of acmart articles. We skip txfonts by setting packageTxfonts to nop. --- scribble-lib/scribble/acmart/acmart-load.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/scribble-lib/scribble/acmart/acmart-load.tex b/scribble-lib/scribble/acmart/acmart-load.tex index 36996658..d8584ca5 100644 --- a/scribble-lib/scribble/acmart/acmart-load.tex +++ b/scribble-lib/scribble/acmart/acmart-load.tex @@ -5,6 +5,7 @@ \renewcommand\packageTocstyle\relax \renewcommand\packageMathabx{\ifx\bigtimes\undefined \usepackage{mathabx} \else \relax \fi} % Both 'mathabx' and 'newtxmath' (required by the 'acmart' class) define a '\bigtimes' command. +\renewcommand\packageTxfonts\relax \let\Footnote\undefined \let\captionwidth\undefined \renewcommand{\renewrmdefault}{}