Search found 7 matches

by kasperhh
Wed May 08, 2013 6:20 pm
Forum: General
Topic: References
Replies: 3
Views: 2154

References

When i have a section in the rapport:
\section{Kvalitet}
\label{sec:kvalitet}
bla bla bla....


I normally use fancyref to create references in the rapport like this:
\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 ...
by kasperhh
Wed May 08, 2013 5:55 pm
Forum: General
Topic: References
Replies: 3
Views: 2154

References

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:

\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 ...
by kasperhh
Wed Mar 13, 2013 4:49 pm
Forum: General
Topic: Warning regarding Anchor and Bookmark
Replies: 2
Views: 19086

Warning regarding Anchor and Bookmark

Hi everybody,

I have a problem with this code in LaTeX and can't figure out why?

\begingroup
\raggedright
\addcontentsline{toc}{chapter}{\numberline{}Literature}
\bibliography{bibtex/literature}
\endgroup

The warning is this one.
package hyperref warning the anchor of a bookmark and its ...
by kasperhh
Mon Dec 03, 2012 3:01 pm
Forum: General
Topic: Danish Dictionary
Replies: 2
Views: 5789

Re: Danish Dictionary

It's working absolutely perfect. Thanks a lot.
by kasperhh
Mon Dec 03, 2012 2:45 pm
Forum: General
Topic: Danish Preamble Problem
Replies: 3
Views: 19549

Re: Danish Preamble Problem

I found a solution to the problem: The .tex file was not saved as ANSI but as UTF-8 which caused the problem. Thanks for the inputs btw.

Have a nice day ;)
by kasperhh
Thu Nov 29, 2012 11:58 am
Forum: General
Topic: Danish Dictionary
Replies: 2
Views: 5789

Danish Dictionary

Hey everybody,

Anybody who can help me finding the Danish dictionary for TeXnicCenter? The FTP server is unavailable at the moment.

http://wiki.openoffice.org/wiki/Dictionaries (hyph_da_DK.zip).

It will typically be named "TxcResdanish.dll" and be placed at
C:\Program Files\TeXnicCenter Alpha ...
by kasperhh
Mon Nov 19, 2012 11:45 am
Forum: General
Topic: Danish Preamble Problem
Replies: 3
Views: 19549

Danish Preamble Problem

I can't compile my report without getting errors when typing danish letters as æ, ø, å. I've tried to use UTF8 command instead of Latin, but I still get errors. Normally it is no problem when I type in english and the preamble works perfect.

I neeed a solution to this problem, so please help me ...