borgg
23-11-2012, 00:38
Ich habe Probleme \mattbb in einen glossary zu verwenden.
Folgendes Beispiel:
\usepackage[toc]{glossaries}
...
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
...
publications/authors/tex/amslatex
\newglossaryentry{TEST}{
type=symbols,
name= \ensuremath{\mathcal{P}},
sort=p,
description=p
}
\newglossaryentry{TEST}{
type=symbols,
name= \ensuremath{\mathbb{X}},
sort=x,
description=x
}
\newglossaryentry{TEST}{
type=symbols,
name= \ensuremath{\mathfrak{Y}},
sort=y,
description=y
}
\mathcal funktioniert ohne probleme. Aber bei \mathbb und \mathfrak kommt folgender fehler.
! Undefined control sequence.
\@glo@name ->\ensuremath {\mathbb
{R}}
l.116 }
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Im restlichen Dokument können beide problemlos verwendet werden. Nur im glossary spinnt der rum. Gibts da irgend einen Trick!?
Wäre dankbar für hinweise :(
nutze den miktex pdflatex compiler
Folgendes Beispiel:
\usepackage[toc]{glossaries}
...
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
...
publications/authors/tex/amslatex
\newglossaryentry{TEST}{
type=symbols,
name= \ensuremath{\mathcal{P}},
sort=p,
description=p
}
\newglossaryentry{TEST}{
type=symbols,
name= \ensuremath{\mathbb{X}},
sort=x,
description=x
}
\newglossaryentry{TEST}{
type=symbols,
name= \ensuremath{\mathfrak{Y}},
sort=y,
description=y
}
\mathcal funktioniert ohne probleme. Aber bei \mathbb und \mathfrak kommt folgender fehler.
! Undefined control sequence.
\@glo@name ->\ensuremath {\mathbb
{R}}
l.116 }
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Im restlichen Dokument können beide problemlos verwendet werden. Nur im glossary spinnt der rum. Gibts da irgend einen Trick!?
Wäre dankbar für hinweise :(
nutze den miktex pdflatex compiler