GeneralReferences

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kasperhh
Posts: 7
Joined: Mon Nov 19, 2012 10:56 am

References

Post by kasperhh »

Hello everybody

I have a little problem with the way Latex compile my preamble. I'm writing my master thesis in Danish and evertime I use:

Code: Select all

\fref{sec:kvalitet}
I get: section 4.2 på side 21
Instead of afsnit or sektion 4.2 på side 21.

How do I get the danish translation for chapters and sections instead of the english words.

Kasper
Last edited by cgnieder on Wed May 08, 2013 9:52 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

References

Post by localghost »

Kindly prepare a self-contained and minimal example in order to give an adequate problem description and to avoid guesswork and random shots for others.


Thorsten
kasperhh
Posts: 7
Joined: Mon Nov 19, 2012 10:56 am

References

Post by kasperhh »

When i have a section in the rapport:

Code: Select all

\section{Kvalitet}
\label{sec:kvalitet}
bla bla bla....

I normally use fancyref to create references in the rapport like this:

Code: Select all

\fref{sec:kvalitet}
The output i get: "section 4.2 på side 21"

This a mix between danish and english, I would prefer latex to write:
"afsnit 4.2 på side 21"
or
"sektion 4.2 på side 21"

This must be defined somwhere in the fancyref package, but is it possible to change? The number of references 4.2 is just an eksample and so is the page number 21. "sektion x.x på side xx". Can't explain the problem better than this!

Kasper
Last edited by cgnieder on Wed May 08, 2013 9:53 pm, edited 1 time in total.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: References

Post by localghost »

Please follow the links in my last reply.
Post Reply