Search found 2 matches

by kidnapper
Sat May 02, 2009 7:32 pm
Forum: Document Classes
Topic: How to modify \autoref?
Replies: 2
Views: 4780

How to modify \autoref?

Using varioref package ...
\usepackage{varioref}
\labelformat{figure}{#1~Figure}

:-)

In order to modify also the caption of the figures:
\usepackage{caption}
\DeclareCaptionLabelFormat{number-fig}{#2~#1}
\captionsetup{labelformat=number-fig}

;-)
Thanks! It works like a charm, it doesn't ...
by kidnapper
Sun Apr 12, 2009 11:15 pm
Forum: Document Classes
Topic: How to modify \autoref?
Replies: 2
Views: 4780

How to modify \autoref?

Hi all,

I am using \autoref and \hyperref commands, and now I have some trouble with them:

When I liked to create a link to a Figure, the text of the \autoref will be always "Figure 1", but I would like to get "1 Figure". I tried many things with renewcommand and so on, but there was no result.
So ...