Cooltips
Verfasst: Mo 19. Mai 2014, 12:03
Hallo ihr lieben Leute!
Ich habe das für sogennante cooltips gefunden. Das ist das, was ich sehr gut brauchen könnte, allerdings für Fußnoten.
Bei meinem Beispiel schreibt er als Fehlermeldung:
Use of \\ctip@make@Text doesn't match this definition.
Wie kann ich das umändern.
Bärchen
Ich habe das für sogennante cooltips gefunden. Das ist das, was ich sehr gut brauchen könnte, allerdings für Fußnoten.
\documentclass{article} \usepackage{cooltooltips} \usepackage{graphicx} \usepackage{color} \usepackage{hyperref} \def\cool{\texttt{cool}} \begin{document} The \cool\ package enables a document to contain hyperlinks that pop up a brief tooltip when the mouse moves over them and also open a small window containing additional text. \cool\ works only with pdf\LaTeX\@. Furthermore, the tooltips that \cool\ produces are much less cool when viewed under older versions of Acrobat~($<7.0$) or the current version of xpdf~(3.00) because they don't pop up the extra, small window. \cooltooltip[0 0 1]{Example}{This is an example of a cool tooltip. Pretty cool, eh?}{http://www.ctan.org/}{Visit CTAN on the Web}{This text\strut} % is an example of a cool tooltip (assuming you're viewing this document with a sufficiently capable \textsc{pdf} reader). Move your mouse pointer over it and watch what happens. Then, click on the link. If your \textsc{pdf} reader is properly configured it should launch a Web browser and send it to the \textsc{ctan} home page. \end{document}
\documentclass{scrbook} \usepackage[ansinew]{inputenc} \usepackage[T1]{fontenc} \usepackage[french,ngerman]{babel} \usepackage{tocloft} \usepackage{cooltooltips} \renewcommand{\cftchapleader}{\cftdotfill{3.0}} \usepackage[colorlinks,hyperfootnotes=false]{hyperref} \begin{document} \tableofcontents \frontmatter \setcounter{page}{5} \addchap{Preface} \mainmatter \addchap{1. Ich bin da} Dieser Beispieltext zitiert einen Artikel aus der Bib-Datei, \cooltooltip[001]{\footnote {Das ist ein Text}}{\footnote{Das ist ein Text}{\footnote\strut}} welche in diesem Dokument angelegt wurde. \addsec{1.1 Das ist ein Test} Find ich super \addchap{Kapitel 2} Dieser Beispieltext zitiert einen Artikel aus der Bib-Datei, welche in diesem Dokument angelegt wurde. \end{document}
Wie kann ich das umändern.
Bärchen