I tried using this package only for the \Brack command,
without even using that command,
If I add \usepackage{nath} to the preamble of a document with absolutely no errors, I end up getting thousands of compile-time errors ... and I have no clue why.
I'm using revtex4 and TeXnicCenter..
Any help, suggestions or discussions are greatly appreciated
You must load the nath package after the graphicx package. However, keep in mind that the nath package completely changes everything related to mathematics, so you should never include it in a document that already contains some text.
For double brackets similar to those provided by the nath package (which depend on the heavy infrastructure of the nath package and are thus hard to isolate), see the stmaryrd package.
juliette wrote:
is it not possible for me to use the nath package for just some equations and not for others ??
No, that's impossible. As I said before, the nath package overwrites nearly all of LaTeX's math functionality. Once you've loaded it, you cannot revert to "normal" mathematics.
The stmaryrd package looks like it only has double brackets, but doesn't have the triple brackets that I want from nath.
You can try to fake the brackets (nath does something similar, but more sophisticated):