Text Formattingkile on windows

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
binhlao
Posts: 2
Joined: Mon Dec 03, 2012 11:34 am

kile on windows

Post by binhlao »

Hi

I have managed to install kile on my windows pc and are using a report class document, but i have problems writing åäö.. it doesnt work when i compile. i have tried with this:

Code: Select all

\usepackage[latin1]{inputenc}
and also changing encode to this: ISO-8859-1

dont know if it is windows, kile or just me whos the problem here.

pls help

binhlaoad
Last edited by cgnieder on Mon Dec 03, 2012 12:55 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

kile on windows

Post by localghost »

Kile uses Unicode (UTF-8) by default. So utf8 would be the corresponding option for inputenc here.

You may take a look at selinput, which offers a semi-automatic input determination by selected glyphs. These glyphs are mostly special characters which depend on your document language.


Best regards and welcome to the board
Thorsten
binhlao
Posts: 2
Joined: Mon Dec 03, 2012 11:34 am

Re: kile on windows

Post by binhlao »

I tried with latin1 and it worked :)

thanks for the help!

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

kile on windows

Post by localghost »

binhlao wrote:I tried with latin1 and it worked […]
How can this be? In your question you said exactly that you tried this without success. Or did I misunderstand something?
Post Reply