2014-04-30 11:21 GMT+02:00 Roel Schipper:
> \prettyref{fig:Momentenlijnen-voor-liggers}
>
Prettyref has no babel support. You need to specify something like this in
the preamble:
\newrefformat{fig}{Figuur~\ref{#1}}
The same is needed for chapter etc. Here is my complete (German)
redefinition:
\newrefformat{cha}{Kapitel~\ref{#1}}
\newrefformat{sec}{Abschnitt~\ref{#1}}
\newrefformat{sub}{Abschnitt~\vef{#1}}
\newrefformat{anm}{Anm.~\ref{#1}}
\newrefformat{app}{Anhang~\ref{#1}}
\newrefformat{tab}{Tabelle~\ref{#1}}
\newrefformat{fig}{Abbildung~\ref{#1}}
HTH
Jürgen