I already realized that eqnarray shows a strange behavior, but i did not try to use "align". It's kind of dumb, I think, because I use "align*" all the time... damn
Thanks alot for the help and the hints!
Greetings,
Stefan
Search found 16 matches
- Wed Jun 25, 2008 11:41 pm
- Forum: General
- Topic: \tag in equations
- Replies: 4
- Views: 23225
- Sun Jun 22, 2008 11:57 pm
- Forum: General
- Topic: \tag in equations
- Replies: 4
- Views: 23225
\tag in equations
Hi community!
I want to change the tags of equations in such a way, that they display for example "(*)" instead of "(1.1)".
Currently I'm using the "\tag"-command provided by amsmath (or empheq or ntheorem, it's always the same) but there are several problems with that.
First, I get a warning ...
I want to change the tags of equations in such a way, that they display for example "(*)" instead of "(1.1)".
Currently I'm using the "\tag"-command provided by amsmath (or empheq or ntheorem, it's always the same) but there are several problems with that.
First, I get a warning ...
- Sun Jun 22, 2008 10:47 pm
- Forum: Document Classes
- Topic: to many environments with ntheorem
- Replies: 2
- Views: 3183
Re: to many environments with ntheorem
thank you, that works fine.
- Thu Jun 05, 2008 11:18 pm
- Forum: Document Classes
- Topic: to many environments with ntheorem
- Replies: 2
- Views: 3183
to many environments with ntheorem
hi there!
i have some trouble with the ntheorem package (again).
i get the following error:
! No room for a new \count .
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.1306 \newcount\MPnumerator
\MPnumerator = 1073741824 % 2^{30}
i have defined 26 different theorem-like ...
i have some trouble with the ntheorem package (again).
i get the following error:
! No room for a new \count .
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.1306 \newcount\MPnumerator
\MPnumerator = 1073741824 % 2^{30}
i have defined 26 different theorem-like ...
- Tue May 27, 2008 5:47 pm
- Forum: Document Classes
- Topic: the packages empheq and ntheorem
- Replies: 4
- Views: 5623
the packages empheq and ntheorem
i found out how to fix it, kind of sick...
i already tried to call ntheorem with
\usepackage[framed, hyperref, thmmarks, amsmath, thref, empheq]{ntheorem}
causing latex to tell me that "empheq" is an unknown option, but to produce a different error...
what actually is working and what i did not ...
i already tried to call ntheorem with
\usepackage[framed, hyperref, thmmarks, amsmath, thref, empheq]{ntheorem}
causing latex to tell me that "empheq" is an unknown option, but to produce a different error...
what actually is working and what i did not ...
- Tue May 27, 2008 4:58 pm
- Forum: Document Classes
- Topic: the packages empheq and ntheorem
- Replies: 4
- Views: 5623
Re: the packages empheq and ntheorem
sorry, i did not mention that i already tried this...
- Tue May 27, 2008 4:10 pm
- Forum: Document Classes
- Topic: the packages empheq and ntheorem
- Replies: 4
- Views: 5623
the packages empheq and ntheorem
hi community!
i'm currently trying to get empheq and ntheorem to work together, but somehow i cannot achieve it.
translating the following document
\documentclass{book}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman, english]{babel}
\usepackage{array, paralist ...
i'm currently trying to get empheq and ntheorem to work together, but somehow i cannot achieve it.
translating the following document
\documentclass{book}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman, english]{babel}
\usepackage{array, paralist ...
- Fri May 16, 2008 10:10 pm
- Forum: Document Classes
- Topic: ntheorem: cannot toggle to normalfont/always italic
- Replies: 6
- Views: 10519
Re: ntheorem: cannot toggle to normalfont/always italic
hi
thanks a lot, Stefan. It works, you made my day
thanks a lot, Stefan. It works, you made my day

- Fri May 16, 2008 8:08 pm
- Forum: Document Classes
- Topic: ntheorem: cannot toggle to normalfont/always italic
- Replies: 6
- Views: 10519
ntheorem: cannot toggle to normalfont/always italic
okay, it works without the amsthm option. but this raises the next problem. i used amsthm for an proof-environment which displayed a small box at its end. apparently ntheorem can do this as well. in the documentation is said, that i have to use the package option "thmmarks". when i do so, i get the ...
- Fri May 16, 2008 2:07 pm
- Forum: Document Classes
- Topic: ntheorem: cannot toggle to normalfont/always italic
- Replies: 6
- Views: 10519
ntheorem: cannot toggle to normalfont/always italic
i tried loading ntheorem with
and after hyperref, but this did not help.
thanks anyway
Code: Select all
\usepackage[framed, amsthm, hyperref]{ntheorem}
thanks anyway