Hi all,
I'm trying to have nice blue hyperref links in my
PDF files, not just for the TOC but as well for references.
With Lyx I've a document with several Labels and References.
one of my labels is 'fig:xxx' to which a PrettyRef points.
I my PDF now, I'd like to have the reference being shown a
Herbert Voss wrote:
> a very special question. try it in comp.text.tex
> or the germna one de.comp.text.tex
and so I did, thanks a lot Herbert
here the answer I got
\newrefformat{fig}{\hyperlink{#1}{\autoref{#1}}}
does the trick
oliver
Hi,
putting
\@addtoreset{figure}{section}
\renewcommand{\thefigure}{\thesection.\arabic{figure}}
in your preamble
gives you "figure 2.10: apple pie" for the 10. picture in section 2
Steve Litt wrote:
>
> Some books have the caption above the figure, some below, and some to the
> side. An