I was given this nice piece of code to put in my LaTeX preamble and it works great in
all but one chapter (that is, when I work on one chapter at a time).
\usepackage{natbib}
\usepackage{flafter}
\renewcommand\@eqnnum{\[EMAIL PROTECTED]\p@{}%
\rlap{\normalfont\normalcolor
\hskip -\displaywidth[\theequation]}%
}
What this does is it places my equation numbers on the left margin and encloses them
with squared brackets.
When I try this in one of my chapters or my master file when I am trying to check the
layout of my whole thesis I get an error.
The LaTeX preamble in my master file has the following in it:
\usepackage{natbib}
\usepackage{textcomp}
\usepackage{nice}[nicefrac]
\usepackage{flafter}
My question is, is there some sort of incombatibility between what is already in my
preamble and what I am trying to add?
Kent Kostuk
[EMAIL PROTECTED]