
Search found 4 matches
- Sat Aug 21, 2010 5:18 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: no entries
- Replies: 7
- Views: 11220
Re: no entries
OMG this was it. I should have thought of this by myself
Thank you very much!

- Fri Aug 20, 2010 11:54 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: no entries
- Replies: 7
- Views: 11220
no entries
ok i wrote this inside the documents body:
\newglossaryentry{example}
{
name=example,
description={how it might be}
}
this is a simple \gls{example}
pdflatex issues a warning:
test.tex:0: name{glo:example} has been referenced but does not exist, replaced by a fixed one
and makeindex ...
\newglossaryentry{example}
{
name=example,
description={how it might be}
}
this is a simple \gls{example}
pdflatex issues a warning:
test.tex:0: name{glo:example} has been referenced but does not exist, replaced by a fixed one
and makeindex ...
- Fri Aug 20, 2010 10:22 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: no entries
- Replies: 7
- Views: 11220
no entries
I'm working with Ubuntu 9.10. The mwe is:
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{ngerman}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage[colorlinks=true,linkcolor=red]{hyperref}
\usepackage{glossaries}
\usepackage{eurosym}
\makeglossaries ...
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{ngerman}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage[colorlinks=true,linkcolor=red]{hyperref}
\usepackage{glossaries}
\usepackage{eurosym}
\makeglossaries ...
- Fri Aug 20, 2010 7:16 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: no entries
- Replies: 7
- Views: 11220
no entries
Hello,
i am trying to build a glossary and I am stuck with makeindex. My Latex-document contains such an entry:
some example
\newglossaryentry{example}{name={example}, description={exmp description}}
but when I run makeindex I get:
pdflatex ...
makeindex test.glo -s test.ist -t test.glg -o ...
i am trying to build a glossary and I am stuck with makeindex. My Latex-document contains such an entry:
some example
\newglossaryentry{example}{name={example}, description={exmp description}}
but when I run makeindex I get:
pdflatex ...
makeindex test.glo -s test.ist -t test.glg -o ...