Tux
01-11-2010, 14:07
Hi, ich bin ein absoluter Noob auf dem gebiet... ich habe seit drei stunden versucht in diesem Forum die Antworten zu finden aber entweder ich check die einträge nicht oder es klappt einfach nicht.
Mein Problem:
ich versche in meine diplomarbeit ein Abkürzungsverzecihnis einzufügen. ich verwende das Packet "nomencl"
Ich habe ausschließlich mathematische Zeichen (F für Kraft, etc. ) in meinem Verzecihnis.
das ist mein minimalbeispiel, das in der doku steht.
\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\begin{document}
\section*{Main equations}
\begin{equation}
a=\frac{N}{A}
\end{equation}%
\nomenclature{$a$}{The number of angels per unit area}%
\nomenclature{$N$}{The number of angels per needle point}%
\nomenclature{$A$}{The area of the needle point}%
The equation $\sigma = m a$ follows easily.
\nomenclature{$\sigma$}{The total mass of angels per unit area}%
\nomenclature{$m$}{The mass of one angel}
\printnomenclature
\end{document}
mein Problem:
es klappt nicht, ich kann Ausgabe drüken sooft ich will aber es gibt mir kein Verzeichnis aus. In der Doku steht, dass man MakeIndex beibringen soll wie es die erzeugten Dateien benutzt. Bitte helft mir, ich weiß nicht wied das geht.
Zitat aus der Doku
"The next step is to invoke MakeIndex. You should instruct MakeIndex
to use hfilenamei.nlo as your input file, use nomencl.ist as your style
file1, and write output to the file hfilenamei.nls. How to do this depends
on your implementation of MakeIndex. For most UNIX implementations
you should write something like
makeindex hfilenamei.nlo -s nomencl.ist -o hfilenamei.nls"
Wo ist denn Makeindex und wie kann ich ihm was beibringen? ich versteh den ganzen Absatz aus der Doku überhaupt nicht.
Vielen Dank schonmal für die Hilfe!
PS: ich habe Windows und benutze TeXnicCenter und MikTex
Mein Problem:
ich versche in meine diplomarbeit ein Abkürzungsverzecihnis einzufügen. ich verwende das Packet "nomencl"
Ich habe ausschließlich mathematische Zeichen (F für Kraft, etc. ) in meinem Verzecihnis.
das ist mein minimalbeispiel, das in der doku steht.
\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\begin{document}
\section*{Main equations}
\begin{equation}
a=\frac{N}{A}
\end{equation}%
\nomenclature{$a$}{The number of angels per unit area}%
\nomenclature{$N$}{The number of angels per needle point}%
\nomenclature{$A$}{The area of the needle point}%
The equation $\sigma = m a$ follows easily.
\nomenclature{$\sigma$}{The total mass of angels per unit area}%
\nomenclature{$m$}{The mass of one angel}
\printnomenclature
\end{document}
mein Problem:
es klappt nicht, ich kann Ausgabe drüken sooft ich will aber es gibt mir kein Verzeichnis aus. In der Doku steht, dass man MakeIndex beibringen soll wie es die erzeugten Dateien benutzt. Bitte helft mir, ich weiß nicht wied das geht.
Zitat aus der Doku
"The next step is to invoke MakeIndex. You should instruct MakeIndex
to use hfilenamei.nlo as your input file, use nomencl.ist as your style
file1, and write output to the file hfilenamei.nls. How to do this depends
on your implementation of MakeIndex. For most UNIX implementations
you should write something like
makeindex hfilenamei.nlo -s nomencl.ist -o hfilenamei.nls"
Wo ist denn Makeindex und wie kann ich ihm was beibringen? ich versteh den ganzen Absatz aus der Doku überhaupt nicht.
Vielen Dank schonmal für die Hilfe!
PS: ich habe Windows und benutze TeXnicCenter und MikTex