Pork-and-Beef
13-10-2008, 18:28
Hallo
Das Wort "Text" bei "Dies ist ein Text \glossary{asd} mit Verweisen auf den Glossar." erscheint wie ein normales Wort im PDF und kein Link erscheint auf "\nomenclature{$asd$}{Definition}". Was muss man machen damit ein Link entsteht? (PDFLatex)
thx
\documentclass[a4paper,titlepage,11pt,DIV10,BCOR0.5cm,headinclude ,oneside]{scrbook}
%'%S.idx'
%-interaction=nonstopmode '%source'
\usepackage[]{nomencl}
\renewcommand*\pagedeclaration[1]{\unskip, \hyperpage{#1}}
\usepackage{times}
\usepackage{makeidx}
\usepackage[pdftex]{hyperref} % used for pdf-output
\usepackage[justification=centering]{caption}
\hypersetup{
a4paper=true,
%ps2pdf=true,
%pagebackref=true,
breaklinks=true,
pdftoolbar = true,
colorlinks=true,
linkcolor=red,
anchorcolor=red,
citecolor=blue,
filecolor=red,
pagecolor=red,
urlcolor=red
}
\makeindex
\renewcommand{\nomname}{Glossary}
\makenomenclature
\begin{document}
\tableofcontents
\chapter{Hello1}
Dies ist ein \textit{Text} \glossary{asd} mit Verweisen auf den Glossar.
\nomenclature{$asd$}{Definition}
\chapter{Hello2}
\printnomenclature
\end{document}
Das Wort "Text" bei "Dies ist ein Text \glossary{asd} mit Verweisen auf den Glossar." erscheint wie ein normales Wort im PDF und kein Link erscheint auf "\nomenclature{$asd$}{Definition}". Was muss man machen damit ein Link entsteht? (PDFLatex)
thx
\documentclass[a4paper,titlepage,11pt,DIV10,BCOR0.5cm,headinclude ,oneside]{scrbook}
%'%S.idx'
%-interaction=nonstopmode '%source'
\usepackage[]{nomencl}
\renewcommand*\pagedeclaration[1]{\unskip, \hyperpage{#1}}
\usepackage{times}
\usepackage{makeidx}
\usepackage[pdftex]{hyperref} % used for pdf-output
\usepackage[justification=centering]{caption}
\hypersetup{
a4paper=true,
%ps2pdf=true,
%pagebackref=true,
breaklinks=true,
pdftoolbar = true,
colorlinks=true,
linkcolor=red,
anchorcolor=red,
citecolor=blue,
filecolor=red,
pagecolor=red,
urlcolor=red
}
\makeindex
\renewcommand{\nomname}{Glossary}
\makenomenclature
\begin{document}
\tableofcontents
\chapter{Hello1}
Dies ist ein \textit{Text} \glossary{asd} mit Verweisen auf den Glossar.
\nomenclature{$asd$}{Definition}
\chapter{Hello2}
\printnomenclature
\end{document}