Tagged Questions
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 ...
2
votes
1answer
275 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 ...
5
votes
2answers
136 views
colortbl and amsmath conflict
I have a problem with colortbl and amsmath. Is someone here aware of a conflict between these two packages?
\documentclass[10pt]{article}
\usepackage{amsmath}
%\usepackage{colortbl}
\begin{document}
...
8
votes
1answer
142 views
What causes this strange interaction between glossaries and amsmath?
MWE: greatly trimmed from a large document; XeLaTeX; full TeXLive2012 completely up-to-date:
\documentclass{memoir}
\usepackage{fixltx2e}
\usepackage{amsmath}
\usepackage{mathspec}
...
11
votes
1answer
121 views
Compatibility between amsmath and exscale
Both the amsmath package and the exscale package define the delimiter macros \big, \Big, \bigg and \Bigg based on the internal macro \bBigg@. However, as the following minimal example reveals the ...
5
votes
1answer
58 views
Incompatibility of zref-perpage and amsmath
If amsmath is loaded after zref-perpage, zref-perpage will not reset counters in each page. What should be done to fix this except changing the loading order:
\documentclass{article}
...
5
votes
3answers
176 views
Conflict between amsmath and ntheorem, or, how I fell into an infinite troubleshooting loop
There are similar questions on this site, but nothing quite fixed this problem for me.
When using amsmath with ntheorem I get either a missing end of theorem symbol (when my theorem ends with an ...
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 ...
2
votes
1answer
254 views
Is there an equivalent to \ddot for MnSymbol?
In my bibtex file (in Jabref) I have several authors that require an umlaut. I was using \ddot which was doing the trick. Unfortunately I've needed to load some other symbols from MnSymbol that ...
5
votes
1answer
116 views
Can anyone explain why setting \lineskiplimit breaks align?
OK, so this is a follow-up to one of my previous questions:
If you uncomment the \lineskiplimit line, LaTeX goes crazy. Why? Does anyone have an idea how to fix it (without manually changing ...
6
votes
1answer
425 views
Conflict: kluwer and amsmath
When I try to use the document class kluwer together with amsmath there seems to be a conflict. Is is possible to avoid this conflict?
I have tried to add \let\iint\noexists before loading amsmath as ...
14
votes
4answers
290 views
Conflict: onlyamsmath and TikZ
To force myself and collaborators to only use AMS-Math commands, I laod this package in the preamble:
\usepackage[all,warning]{onlyamsmath}
However, when this is combined with TikZ, I get into ...
0
votes
1answer
514 views
Error using the package makeidx
My index is working smoothly with the command
\makeindex
alone. However, when I put
\usepackage{makeidx}\makeindex
compilation gives two errors as
1. Command \see already defined.
...
10
votes
1answer
258 views
Conflict between amsmath and pdfcomment
I use both amsmath and pdfcomment in one document. This leads to the references produced by (\ref{}) to appear like (zref@1) instead of numbers like (1). Without amsmath or pdfcomment this problem ...
3
votes
1answer
372 views
Use fleqn with acm_proc?
I would like to use the fleqn option to amsmath package. However, my document class gets in the way:
Writing
\documentclass[fleqn]{acm_proc_article-sp}
I am warned that the global option is ...
