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.

610 questions
9
votes
1 answer

Command Name Conflict

In my preamble I have a newcommand definition using the following syntax: \newcommand{\RN}{\bcR^{\bcN}} This command lets me print R^N in the sort of boldface I like. I've used this command without any problems for a couple of years. But I recently…
9
votes
2 answers

\vec conflict between llncs.cls and MnSymbol

I would like to use MnSymbol alongside Springer's LNCS class file, llncs.cls, which can be found in this zip file and in many other places on the web. \documentclass{llncs} \usepackage{MnSymbol} \begin{document} \end{document} I get the dreaded !…
Roly
  • 4,221
  • 4
  • 26
  • 56
6
votes
1 answer

conflict between mathabx and other packages

I need to write the symbol of the earth, which is found in the package mathabx. When I compile my script I get the following error: ! LaTeX Error: Command \iint already defined. Or name \end... illegal, see p.192 of the manual. See…
mattiav27
  • 512
3
votes
1 answer

Class vs package conflict

I have a class that I use for my document. This class defines the environment example. I want to use this defined environment. I need a package that also defines an example environment. I don't want this environment. How do I use the class…
2
votes
1 answer

Incompatiability of bigoplus and qedhere

When I use \[\bigoplus\limits blah blah, \qedhere\], I find \bigoplus becomes bigger and bold. I don't know how to make it normal. Please hep me out, thanks.
ksj03
  • 245
1
vote
0 answers

How to find the packages causing an apparent incompatibility problem?

I am intending to change a document to use the glossaries-extra package. When I add \usepackage{glossaries-extra} to my preamble (or rather a file loaded with \input supposed to contain the \usepackage call and the actual glossary entries) I get the…
muk.li
  • 3,620
1
vote
1 answer

Help with ieee.cls and figure?

Using {ieee}[2000/01/11].cls (via Formatting IEEE Papers in LaTeX2e), I have a problem with the following minimal code (which builds fine for \documentclass{article} - using pdflatex to compile): \documentclass[% %draft, …
sdaau
  • 17,079
1
vote
1 answer

Incompatibility between pagesel and pgfgantt

The following code \documentclass{scrartcl} \usepackage[-6,nonofiles]{pagesel} \usepackage{lipsum} %\usepackage{pgfgantt} \begin{document} \lipsum[1-100] \end{document} works fine, but if you comment out the fourth line the PDF produced includes a…
Pierre
  • 883
0
votes
0 answers

No counter 'chapter' defined. } - Incompatibility of beamer with mysharedLibrary tex file

I am working on a project and the document has grown. So, I have divided the content into multiple files and one is a tex file, including my libraries, newcommands, etc. which is shared between my different reports so far. How? I put this…
Mahsa
  • 1