Seite 1 von 1

Glossaries mit MikTex

Verfasst: So 3. Feb 2013, 22:37
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

Verfasst: Mo 4. Feb 2013, 05:48
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

Verfasst: Mo 4. Feb 2013, 21:53
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

Verfasst: Di 11. Jun 2013, 23:24
von Gast
hallo,
ich habe das gleiche Problem, welche Einstellungen hast du im TexnicCenter gemacht?

Verfasst: Mi 12. Jun 2013, 05:31
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