Glossaries mit MikTex

Erstellen von Index, Glossar, Symbolverzeichnis, einer Nomenklatur etc. mit MakeIndex oder Xindy


kkronig
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: So 3. Feb 2013, 22:11

Glossaries mit MikTex

Beitrag von kkronig »

Hallo Zusammen,

ich bin relativ neu dabei, mein Projekt (Buch) in Latex aufzubauen. Generell komme ich gut zurecht, derzeit bin ich aber am verzweifeln.
Mittlerweile habe ich bereits 3 Tage damit zugebracht, ein Glossar anzuzeigen zu lassen.
Hier mein Test Code, den ich letztendlich im Internet gefunden habe, um eigene Fehler auszuschliessen:

% This file is public domain.
%
% This is a minimal file for testing and debugging
% the glossaries package. Change the class file as
% desired, and add the relevant package options to
% both the class file and the glossaries package.
% Change the sample glossary entry and acronym if
% required. If the problem occurs with an additional
% glossary, add in the relevant \newglossary command
% and a sample entry.
%
% Only add extra packages or commands if they
% contribute to whatever problem you are trying to
% test.
%
% Remember that the document will not be complete
% until you have successfully completed all of the
% following steps:
% 1. latex minimalgls
% 2. makeglossaries minimalgls (note no extension)
% 3. latex minimalgls
% A further run through LaTeX will be required to ensure that
% the table of contents is up to date if the toc option
% is used.
\documentclass{article}
\listfiles

\usepackage[colorlinks]{hyperref}
\usepackage{glossaries} % acronym will go in main glossary
%\usepackage[acronym]{glossaries} % make a separate list of acronyms

\makeglossaries

\newglossaryentry{sample}{name={sample},
description={a sample entry}}

\newacronym[\glsshortpluralkey=cas,\glslongpluralkey=contrived
acronyms]{aca}{aca}{a contrived acronym}

\begin{document}
A \gls{sample} entry and \gls{aca}. Second use: \gls{aca}.

Plurals: \glspl{sample}. Reset acronym\glsreset{aca}.
First use: \glspl{aca}. Second use: \glspl{aca}.

\printglossaries
\end{document}

Auch wenn dies bei mir erst einmal durchläuft und ein PDF erzeugt,
fehlt das eigenltiche durch \printglossaries erzeugte Glossar.
Ich habe es auf 2 verschiedenen Rechnern (Window7-64bit) versucht, jeweils mit TeXnicCenter, TeXworks und Texstudios.
Viel im Internet gelesen, sogar einmal Perl runtergeladen und installiert.
Alles half nicht.
Ich erhalte den Fehler:
"minimalgls.idx not found"
Was kann ich noch tun?

Danke für Eure Hilfe,

Klaus

Benutzeravatar
Sepp99
Forum-Meister
Forum-Meister
Beiträge: 1569
Registriert: So 29. Aug 2010, 17:26
Wohnort: Offenhausen/OÖ

Beitrag von Sepp99 »

Das Beispiel läuft fehlerfrei durch. Ich nehme daher an, dass du den makeindex- bzw. makeglossaries-Aufruf nicht oder falsch durchführst. Wahrscheinlich hilft dir bei der Einrichtung dieser Prozessoren [3]-Abschnitt 2.5 weiter.

Gruß, Sepp

kkronig
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: So 3. Feb 2013, 22:11

Beitrag von kkronig »

Hallo,

vielen Dank nochmal für die wirklich schnelle Hilfe. Nachdem ich die Einstellungen entsprechend in TeXnicCenter gewählt habe, ist alles bestens.

Danke und Gruß,

Klaus

Gast

Beitrag von Gast »

hallo,
ich habe das gleiche Problem, welche Einstellungen hast du im TexnicCenter gemacht?

Benutzeravatar
Sepp99
Forum-Meister
Forum-Meister
Beiträge: 1569
Registriert: So 29. Aug 2010, 17:26
Wohnort: Offenhausen/OÖ

Beitrag von Sepp99 »

Anonymous hat geschrieben:..., welche Einstellungen hast du im TexnicCenter gemacht?
Hast du dir den Hinweis oben angesehen, [3]-Abschnitt 2.5 und die Einstellung zu makeglossaries auf S. 39 ?

Gruß, Sepp

Antworten