Theses, Books, Title pagesAdding Norwegian letters

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Adding Norwegian letters

Post by templateuser »

Hi!
Template looks great :) I was wondering how I can allow norwegian letters (æøå) in my document. Tried adding

Code: Select all

\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[english, norsk]{babel}
but I get errors if I include \usepackage[latin1]{inputenc}.
Does anyone know how to fix this? I still write in English but occasionally I have some names including æøå and would love for the letters and the references to look nice and proper!

Thank you and I’ll buy you a coffee for sure :)

Kate

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Adding Norwegian letters

Post by Vel »

Hi Kate,

Try this instead:

Code: Select all

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english, norsk]{babel}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
gsdesena
Posts: 1
Joined: Tue Jun 05, 2018 2:54 pm

Adding Norwegian letters

Post by gsdesena »

Tusen takk! Perfekt!
Post Reply