On Monday,  1. October 2001 18:56, M. B. Schiekel wrote:

Well, in the meantime I learned a little LaTeX and made my own (simple) 
PDF-compatible endnote-management. With that I have double-linked 
endnotes.
----------------------------------------------------------------------------------------------------------
\newcounter{myEndno}
%call: myLink{Link-Text}
\newcommand{\myLink}[1]{\addtocounter{myEndno}{1}%
\hyperlink{A\themyEndno}{#1\ensuremath{^{\themyEndno}}}\hypertarget{M\themyEndno}{}}%
%
% call: \myTarget{Target-Text}
\newcommand{\myTarget}[1]{\addtocounter{myEndno}{1}%
\hyperlink{M\themyEndno}{\ensuremath{^{\themyEndno}}#1}\hypertarget{A\themyEndno}{}}%
%
% before the list of endnotes, one has to clear the counter with:
\setcounter{my Endno}{0}
-----------------------------------------------------------------------------------------------------------
So, what do the experts suggest?
bernhard


Reply via email to