Search found 1 match

by Wramberg
Wed Feb 15, 2012 8:52 pm
Forum: General
Topic: Smart References to Figures etc.
Replies: 1
Views: 2530

Smart References to Figures etc.

Hi, I am having a problem making a smart reference to figures, pictures etc. in Latex. So far I've put this in my preamble:
\newcommand{\figref}[1]{figur \ref{#1} (s. \pageref{#1})}
\newcommand{\afigref}[1]{figur \ref{#1}}
Now the first line I use when the figure is not on the same page as the ...