von nixversteh » Di 7. Feb 2012, 23:05
Hallo Forumsmitgleider,
ich möchte ein Glossar erstellen und die
\newglossaryentry{taylorstheorem}{name={Taylor's theorem},
description={Theorem expressing a function $f(x)$ as the sum of
a polynomial and a remainder:
\[f(x) = f(a)+f'(a)(x-a)+f''(a)(x-a^2)/2!+\cdots+R_n\]
If $n\to\infty$ the expansion is a \glshyperlink{taylorseries}
and if $a=0$, the series is called a
\gls{maclaurinseries}}}
\newglossaryentry{taylorseries}{name={Taylor series},
description={Series expansion},see={taylorstheorem}}
\newglossaryentry{taylor}{name={Taylor, Brook},
first={Brook Taylor},text={Taylor},
description={English mathematician}}
\newglossaryentry{mcnemar}{name={McNemar, Quinn},
first={Quinn McNemar},text={McNemar},
description={Mathematician who introduced
\gls{mcnemarstest}. This entry has the number list
suppressed},nonumberlist}
gerne in eine externe Datei schreiben und dann über \include oder \input einbinden.
Ich verwende
\usepackage{translator}
\usepackage{xkeyval}
\usepackage{mfirstuc}
\usepackage{xfor}
\usepackage{fmtcount}
\usepackage[xindy,compatible-2.07,style=altlistgroup,toc]{glossaries}
diesen Code um ein Glossar zu erstellen, der gesamte Code ist etwas umfangreich, siehe meinen Post über das Literaturverzeichnis. Wie bekomme ich das hin? Bisher sagt XeLaTex, wenn ich eine externe Datei benutze, dass die Einträge nicht definiert seinen. Hat jemand einen Rat für mich?
Vielen Dank
Lieben Gruß
Martin
Hallo Forumsmitgleider,
ich möchte ein Glossar erstellen und die [code]\newglossaryentry{taylorstheorem}{name={Taylor's theorem},
description={Theorem expressing a function $f(x)$ as the sum of
a polynomial and a remainder:
\[f(x) = f(a)+f'(a)(x-a)+f''(a)(x-a^2)/2!+\cdots+R_n\]
If $n\to\infty$ the expansion is a \glshyperlink{taylorseries}
and if $a=0$, the series is called a
\gls{maclaurinseries}}}
\newglossaryentry{taylorseries}{name={Taylor series},
description={Series expansion},see={taylorstheorem}}
\newglossaryentry{taylor}{name={Taylor, Brook},
first={Brook Taylor},text={Taylor},
description={English mathematician}}
\newglossaryentry{mcnemar}{name={McNemar, Quinn},
first={Quinn McNemar},text={McNemar},
description={Mathematician who introduced
\gls{mcnemarstest}. This entry has the number list
suppressed},nonumberlist}[/code]
gerne in eine externe Datei schreiben und dann über \include oder \input einbinden.
Ich verwende [code]\usepackage{translator}
\usepackage{xkeyval}
\usepackage{mfirstuc}
\usepackage{xfor}
\usepackage{fmtcount}
\usepackage[xindy,compatible-2.07,style=altlistgroup,toc]{glossaries}[/code] diesen Code um ein Glossar zu erstellen, der gesamte Code ist etwas umfangreich, siehe meinen Post über das Literaturverzeichnis. Wie bekomme ich das hin? Bisher sagt XeLaTex, wenn ich eine externe Datei benutze, dass die Einträge nicht definiert seinen. Hat jemand einen Rat für mich?
Vielen Dank
Lieben Gruß
Martin