I use the editor TexmakerX and have the Miktex distribution which both should be the latest versions.
The problem is when I want to use the this setup of commands (simplified):
I have also tried using a preamble which should work:\usepackage[danish,english]{babel}
%and then later after \begin{document} I use
\selectlanguage{danish}
%and it is the selectlanguage command which is unknown which is confusing since I have seen it being used several times in introductions to latex
But an explanation on what this command does would be nice too. My first guess would be it changes the dictionary used or? Because I can write danish only symbols without a problem.(also have a dictionary problem but I guess that is editor related and should be in that forum)\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[danish,english]{babel}
\usepackage{graphicx}
\usepackage{amsmath, amssymb}
\usepackage{url}
%giver mulighed for at henvise til en hjemmeside med f.eks. \url{www.psi.nbi.dk}
\begin{document}
\selectlanguage{danish}
%Udkommenter (tilføj et %-tegn i starten af linien) ovenstående, hvis du skriver på engelsk.
Hello world!
\end{document}
Have a screenshot also.
http://imageshack.us/photo/my-images/14 ... known.jpg/
EDIT: solved dictionary problem I also had
