Figure captions with text in wrong language
Hi, I'd like my figures to have dutch captions when I write a text in dutch. Unfortunately, context shows my captions with the text "Figure" instead of "Figuur", which would be the dutch way. My code looks like this: % output=pdf \language[nl] \starttext \placefigure [here] [fig:uur] {Figuur een} {} \stoptext and the text shown is "Figure 1 Figuur een". I use texexec version 5.2.5 with cont-nl version 2005.03.16. I assumed setting the language to nl would give me dutch captions. What did I miss? Cheers, Roelof Langman
Roelof Langman wrote:
Hi, I'd like my figures to have dutch captions when I write a text in dutch. Unfortunately, context shows my captions with the text "Figure" instead of "Figuur", which would be the dutch way.
My code looks like this:
% output=pdf
\language[nl]
\mainlanguage[nl] (\language is for a local switch)
\starttext
\placefigure [here] [fig:uur] {Figuur een} {}
\stoptext
and the text shown is "Figure 1 Figuur een".
I use texexec version 5.2.5 with cont-nl version 2005.03.16.
I assumed setting the language to nl would give me dutch captions.
What did I miss?
Cheers, Roelof Langman
------------------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Roelof Langman wrote:
Hi, I'd like my figures to have dutch captions when I write a text in dutch. Unfortunately, context shows my captions with the text "Figure" instead of "Figuur", which would be the dutch way.
My code looks like this:
% output=pdf
\language[nl]
Perhaps: \mainlanguage[nl] vit
\starttext
\placefigure [here] [fig:uur] {Figuur een} {}
\stoptext
and the text shown is "Figure 1 Figuur een".
I use texexec version 5.2.5 with cont-nl version 2005.03.16.
I assumed setting the language to nl would give me dutch captions.
What did I miss?
Cheers, Roelof Langman
participants (3)
-
Hans Hagen
-
Roelof Langman
-
Vit Zyka