{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.
2
votes
1answer
30 views
Package conflict when using the combine document class
The following code demonstrates two types of errors, which I think are fundamentally the same. The code should format as is; now remove the % in front of \usepackage{semantic}. Reformatting fails to ...
3
votes
0answers
16 views
revtex incompatible with dblfloatfix?
This minimal example makes my latex/pdflatex from MiKTeX (or TeX Live of a colleague) crash:
\documentclass{revtex4-1}
\usepackage{dblfloatfix}
\begin{document}
Hello World!
\begin{figure}
...
5
votes
1answer
53 views
(Nonfatal but Symptomatic) Conflict of amsmath and mathstyle Packages
This was brought to my attention by our colleague, Lover of Structure, but since it affects my scalerel package (which began using the mathstyle package to detect the current math style, as of version ...
1
vote
0answers
35 views
Conflicting commands in preamble
I am using the class IEEEtran for writing a journal. I have two conflicting commands in my preamble. The first command has been used by me for some time, though I have no idea why it should be there. ...
3
votes
1answer
2k views
Conflict between amsthm and some other package
This is the preamble to a book I'm editing:
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xspace}
\usepackage{proof}
\usepackage{url}
\usepackage{xy}
\xyoption{all}
\usepackage{amsthm}
...
8
votes
1answer
110 views
How to disable \renewcommand
I've got a custom class derived from report. I defined some standard commands inside of it to reflect its specific, so they look like:
\newcommand\contentsname{Custom Content}
...
5
votes
2answers
109 views
Conflict between ifxetex and ucs under pdflatex/xelatex - why?
I use TexLive 2012 (on Mac) and the following minimal example does not work:
\documentclass{article}
\usepackage{ifxetex}
\usepackage[mathletters]{ucs} % Need newline here!
\ifxetex
\else
\fi
...
5
votes
1answer
174 views
Problem with tufte-book and subfigure
I'm having a problem using both the tufte-book class and the subfigure package. This problem started after a fresh install of texlive, and I can't find a reason for it.
Consider the following ...
0
votes
0answers
67 views
Unable to use subfigure package together with subcaption packages [closed]
I am using following code to place two sub figures one below another but it is giving multiple error
\begin{figure}[ht]
\centering
\subfigure[Feb 25]{
...
1
vote
1answer
101 views
Babel + Hebrew + aeguill incompatiblility
(Question split off from here.)
If you try to use the aeguill package (which adds some guillemets to the ae fonts) with Babel and Hebrew:
\documentclass{standalone}
...
7
votes
2answers
75 views
Chemfig package compatibility
Looking for help on the following problem:
I am trying to use chemfig package in my document, however after initial insertion had the following error:
!No room for a new \dimen.
I found No room ...
11
votes
2answers
225 views
How to undo \usepackage?
I would like to use two packages which conflict with each others. I hope I can apply them separately whenever I need and then cancel them so as to solve the problem. Is it possible?
For example, I ...
1
vote
1answer
155 views
Debugging TikZ and PGFPlots compatibility issue
I just tried to compile an old TikZ code (which as far as I recall compiled perfectly in the past and was not changed in the meanwhile) and I faced some serious compilation issues related to TikZ.
...
2
votes
2answers
65 views
enumitem conflict with french babel
The following crashes with the error:
! LaTeX Error: Something's wrong--perhaps a missing \item.
\documentclass[]{article}
\usepackage[francais]{babel}
\usepackage{enumitem}
\begin{document}
...
4
votes
1answer
47 views
Concatenating book chapters at the PDF level
There are some LaTeX packages which conflict with each other. When assembling a book from different chapters provided by different contributors, it might be not too easy to resolve these conflicts. In ...
1
vote
1answer
57 views
Dashed hline in longtabu (arydshln conflicts, does not work?)
I have a large table with the following requirements:
Spans multiple pages (currently using longtable)
The last column's text must wrap (using tabu's longtabu environment as tabularx does not ...
3
votes
2answers
35 views
Babel spanish option and fancyvrb incompatibility
The following MWE compiles without problems
\documentclass{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{fancyvrb}
\begin{document}
\SaveVerb{x>y}|x > y|
...
3
votes
2answers
54 views
Use of \GetIdInfoAuxI doesn't match its definition and other errors
I have several errors reported with this minimal example (latest TeX Live 2012).
The errors were introduced with recent TeX Live updates.
\RequirePackage[l2tabu, orthodox]{nag}
...
1
vote
0answers
62 views
glossaries vs hyperref conflict [closed]
I'm writing my thesis and I'm having some trouble with the package glossaries and some strange conflict with hyperref package.
If I load hyperref before glossaries in order to have links I cannot ...
1
vote
0answers
58 views
Incompatibilities with and alternatives to nath
I just discovered the existence of nath to auto-size mathematical expressions. But I also read that it has many incompatibilities and it also doesn't seem to be maintained anymore (last update was ...
6
votes
1answer
88 views
Incompatibility of the ocg-p package with the ocgcolorlinks option of the hyperref package
When I use the option ocgcolorlinks of the hyperref package together with the package ocg-p (MiKTeX + pdflatex), it looks like the ocgcolorlinks option becomes not working anymore (independently of ...
17
votes
1answer
470 views
What packages are incompatible with KOMA-Script?
Triggered by the question why should I not use the koma script classes results practically necessarily a consequence question: What packages are incompatible with KOMA-Script?
KOMA-Script offers ...
1
vote
0answers
67 views
Conflict between expl3.sty and breqn [duplicate]
I've encountered some problems using the breqn-package. I've allready read most of the topics on this forum about breqn but didn't find a solution.
When I use the breqn-package, the log-file produces ...
49
votes
3answers
2k views
Cross-reference packages: which to use, which conflict?
Inspired by my earlier question Theorem packages: which to use, which conflict?, here is another similar question.
There are many different packages for making cross references. Among them hyperref, ...
5
votes
0answers
69 views
Incompatibility between amsrefs and memoir?
I am having trouble trying to use amsrefs together with the memoir class. Here is a minimal example:
\documentclass{memoir}
\usepackage{amsrefs}
\begin{document}
Some text.
\end{document}
LaTeX ...
9
votes
2answers
213 views
Why is fixltx2e incompatible with tikzexternalize
I had some weird problems with tikzexternalize sometimes working sometimes not.
I narrowed it down to the culprit fixltx2e. Here is a MWNE (Minimal not working exmple)
@ ALtermundus: Yes this is ...
2
votes
1answer
61 views
soul package does not work with user-defined language shorthands
Using \caps from the soul package with user-defined language shorthands generates an error. However, it works fine with language shorthands defined by babel itself, e.g. by using ...
2
votes
1answer
278 views
How to fix this amsmath warning about redefining \vec
I am using the pss(b) template, which starts with,
\documentclass[pss]{wiley2sp} % provides pss two-column style
\usepackage{amsmath}
%\usepackage{bm} % uncomment these two packages if ...
1
vote
1answer
53 views
nath and biblatex incompatibility
I try to use nath and couldn't get it to work within my document. So I started to track down the error with a minimal and adding all packages that I use after and after. I saw that I can load every ...
2
votes
1answer
97 views
biblatex and pgfplots
I'm using pgfplots to plot some graph of data I stored in a file (a lot of data points). If i charge the bibtex package and I obtains the famous error:
TeX capacity exceeded, sorry [main memory ...
22
votes
1answer
2k views
Test if a package (or package option) is loaded
[french]{babel} (aka frenchb) is incompatible with some other packages, such as tikz, since it tries to insert \thinspace before semi-colons.
In order to make these two play nice, you have to call ...
21
votes
1answer
548 views
Impact of hyperref, when varioref and cleveref are used
I think I may have found a bug in either hyperref, cleverefoder varioref but can't determine the details any further. If do not load hyperref in the following example, the result is fine.
...
6
votes
1answer
272 views
A problem with beamer, tikz and fonts
I am having a weird problem with beamer and tikz. The following MWE doesn't compile. Removing the \alert from the author line, or the \usepackage{tikz} or the math content in the frame is enough to ...
13
votes
2answers
410 views
Package options and \RequirePackage: order of commands and option conflicts?
How do the options of a \RequirePackage command interact with options specified for that same package elsewhere?
Here is an example: The pdfx package, if loaded with the a-1b-option, executes the ...
10
votes
1answer
152 views
What are best practices for package authors to deal with package conflicts?
One occasionally encountered problem with LaTeX is incompatibility between packages. What are best practices for package authors to deal with package conflicts?
For example:
What is the best way to ...
6
votes
1answer
104 views
Why do I need \newrefsegment when I already specify refsegment=section?
The following works well and shows exactly what I want. I am just wondering
about this: Why do I have to use \newrefsegment, if I already specified
refsegment=section? I expected everything to work ...
3
votes
0answers
70 views
Creating a dependency tree (\RequirePackage) for packages used in my document
Is there a way of creating a dependency tree for packages \RequirePackageing each other for those packages used in my document, ideally with the respective required options and version numbers? Are ...
7
votes
1answer
71 views
Conflict between MathTime Pro 2 and refcheck
The following MWE shows the problem:
\documentclass{article}
\usepackage{amsmath}
\usepackage[lite]{mtpro2}
\usepackage{refcheck}
\begin{document}
\begin{align}
a & \leq b
\end{align}
...
3
votes
1answer
56 views
What to do when a package conflicts with a development version of another one?
I'm not sure about making this question here but I don't know where to do it.
I'm using cvs version of TikZ and from time to time I found it incompatible with some other packages based on its ...
2
votes
1answer
82 views
ulem incompatibility with multiple entries in \cite
Consider the LaTeX code:
\documentclass[aps,pre]{revtex4}
\usepackage[normalem]{ulem}
\begin{document}
\sout{
asdas~\cite{a1989, b2001}.
}
\bibliographystyle{apsrev4-1}
...
0
votes
1answer
111 views
Numbered citations in Tufte-Latex 3.5
Tufte-LaTeX 3.5 (compiling with PDFTexify)
I need to have my citations in the numbered format e.g. [1], [2], etc.
I tried adding the following to the preamble
\usepackage[numbers]{natbib} but get ...
3
votes
1answer
235 views
empheq conflict with ntheorem?
I am trying to use the empheq package as indicated here. But I am seeing some problems with where the tags to the equations are placed, since my document also uses the ntheorem package. (Remark: the ...
15
votes
2answers
292 views
In which order should I load inputenc and fontenc?
When I’m using pdfLaTeX, my preamble usually contains
\usepackage[utf8]{inputenc}
and
\usepackage[T1]{fontenc}
Should these two be loaded in any particular order? What problems could arise if ...
11
votes
1answer
930 views
Is biblatex compatible with RevTeX?
biblatex seems to be not compatible with RevTeX. As RevTeX automatically loads natbib, I load biblatex with the option natbib=true, but still LaTeX compiler complains that lot of commands are already ...
4
votes
1answer
66 views
how to get the ws-procs9x6 document class to work with subcaption package?
I have a problem concerning the ws-procs9x6 document class furnished by a conference.
I can't get it work with the caption & subcaption or even subfig packages to work with it, which is a problem ...
2
votes
1answer
181 views
Problem with algorithm(ic) and hyperref
The following code works ... fine!
\documentclass{book}
% \usepackage{subfig}
% \usepackage{subcaption}
\usepackage[colorlinks]{hyperref}
\usepackage{algorithm}
\usepackage[noend]{algorithmic}
...
4
votes
1answer
94 views
Clash between mhchem and breqn. Any way to dodge or fix?
The use of breqn causes the subscript numbers in chemical expressions, formatted by mhchem, to be exlargened and perhaps moved slightly making it look ugly.
Is there a way to avoid this or should I ...
2
votes
0answers
82 views
Conflict between luatex-ja and fontspec
I am using LuaLaTeX to write my thesis, because LuaLaTeX has better compatibility. However, now I found that there seems to be conflict between the package luatex-ja (which provides neccessary CJK ...
4
votes
2answers
249 views
ledmac vs. setspace: Don’t change spacing of critical notes
Normaly setspace tries to set only the stretch of main text an footnotes are unchanged. In combination with ledmac the critical notes are stretched too. Is there a way to unstretch the notes like ...
2
votes
0answers
102 views
MinionPro conflicting with amssymb
I am using the package MinionPro. But I need some symbols, for example, \gnapprox and \mho, available on the package amssymb.
Well, here is my code (as minimal as possible):
\documentclass{report}
...
