Questions tagged [incompatibility]
{incompatibility} is for questions about packages and document classes that are not compatible with each other or that need to be loaded in a specific order.
622 questions
6
votes
2
answers
154
views
Incompatibility between KOMA-script classes and babel Spanish
While using [spanish]babel with a KOMA-script class (I've tried with scrartcl and scrbook) I get the following error:
LaTeX hooks: Generic hooks cannot be added to '\@startsection'.
How can I fix ...
1
vote
2
answers
67
views
bropd and yathesis compatibility
I usually use the bropd package, which provides an automatic way to alternate different kinds of brackets with the \br command. They even automatically change size to accomodate their content. This ...
0
votes
0
answers
22
views
Incompatibility between `array` and `arydshln` [duplicate]
In a document, I need to use both feature of array and arydshln. I also need to insert table headers in a rotated box (to get them vertically).
Consider this MWE
\documentclass{article}
\usepackage{...
4
votes
1
answer
200
views
Conflict between packages: array and arydshln
The documentation of arydshln says:
[..] arydshln has to be loaded after array [..]
\usepackage{array} % and/or
\usepackage{longtable} % and/or
\usepackage{colortab} % or
\usepackage{colortbl}
\...
4
votes
2
answers
181
views
Conflict between packages: siunitx and arydshln
Why do the packages siunitx and arydshln conflict, causing a bug with vertical lines in tables? See example code and output:
\documentclass{standalone}
\usepackage{siunitx}
\usepackage{arydshln}
\...
3
votes
2
answers
212
views
Are mathtools and leftindex incompatibile with amsmath?
I create an environment for resize math text but the code does not work with mathtools and leftindex package which are essential for me. To follow I put the code which contains the new enviroment: ...
0
votes
1
answer
220
views
Conflict between acronym and cleverref package, using Quarto and TinyTeX
I had previously encountered a bug when using the TinyTeX 2024.11 version and the cleverref and acronym package. Essentially there would be added space around acronyms such as Vitamin D Receptor ( VDR)...
0
votes
0
answers
134
views
Resolve package conflicts in LaTeX: ! LaTeX Error: Command ..... already defined
Considering this thread there is a discussion where an user give an answer to solve conflicts between packages.
\let\oldsecond\second
\let\olddegree\degree
\let\second\relax
\let\degree\relax
\...
3
votes
1
answer
125
views
regexpatch and newtx collisions
I learned today that
\usepackage{mathptmx}
is obsolete and should be replaced by
\usepackage{newtxtext,newtxmath}
The problem is, that my template is using
\usepackage{regexpatch}
to change the - ...
2
votes
1
answer
86
views
Renaming package on the fly to avoid its detection by \@ifpackageloaded{}?
I am told to use a rather old .sty file (freely available dgruyter.sty from 2017), which does something to lstmisc, a part of the listings package, which breaks on an up to date TeX Live installation.
...
1
vote
1
answer
184
views
Different versions in one document Compatibility of TeX and derivates. ....To choose or not to choose
In another forum I once asked, if LaTeX is still compatible with TeX. I got the answer, that there is no problem as compatibility.
Well, the truth is quite different:
I cannot compile TeX files with ...
2
votes
0
answers
73
views
Conflict between ngerman and stringstrings packages [closed]
A TeX distribution upgrade broke a small project of mine, and it took me a while but I finally figured out that the problems are due to a conflict between the ngerman package and the stringstrings ...
1
vote
1
answer
202
views
Possible compatibility issue between tagpdf and amsthm?
\DocumentMetadata{testphase=phase-III}
\documentclass{article}
\usepackage{amsthm} % causes error. Compiles fine if either this line, or the first line, or both, is commented out.
\newtheorem{thrm}{...
0
votes
1
answer
77
views
apa7 and cleveref
I'm formatting a document with the apa7 style and would like to use the cleveref package. However, it doesn't seem to work. Here's a minimal not-working example:
\documentclass{apa7}
\usepackage{...
3
votes
2
answers
175
views
Is xr-hyper compatible with amsart?
I'm having trouble using xr-hyper (for cross-referencing between files) with the class amsart.
The following code gives me an error when trying to compile both .tex files (see below); whichever file I ...