1

How to use æ, ø, å in LaTeX align?

\documentclass{article} \usepackage[utf8]{inputenc} \usepackage[danish]{babel} \usepackage{amsmath, amssymb, amsfonts} \begin{document} \begin{align} æ,ø,å \end{align} \end{document} 

KR

3
  • 5
    Welcome to TeX.SX! Do you really want to use æ, ø, and å as variables in math mode? If you want to write text in math mode use \text{æ,ø,å}. See also tex.stackexchange.com/q/98052/35864 and tex.stackexchange.com/q/65599/35864 Commented Oct 6, 2015 at 11:57
  • 3
    Welcome to TeX SX! As math variables/inside function names or as text? Commented Oct 6, 2015 at 11:58
  • @moewe thank you very much. Could you transform it into an answer, so we can close the question? :-) and well, I don't like to use danish symbols in mathspace eather, but my instructor wants it so. Commented Oct 6, 2015 at 15:41

1 Answer 1

2

If you want to write text in math mode use \text{æ,ø,å}.

See also Umlauts in math mode and utf-8 characters in latex math mode

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.