Kilemigrating from Texniccenter to Kile

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
skidzo
Posts: 8
Joined: Mon Sep 22, 2008 9:45 am

migrating from Texniccenter to Kile

Post by skidzo »

I want to be able to edit my .tex files produced with Texniccenter in Kile...

i use the following:
% Standard Style-Files
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

so I can use äöüß with my German keyboard as i want to write in German.

what kind of encoding do I have to use in kile, as the default configuration gives me strange symbols for those characters mentioned above?

I already found
http://www.latex-community.org/viewtopi ... e+encoding

so with opening in cp1252 everything looks fine...

can there be other problems or can I safely stay with cp1252 for now?
Last edited by skidzo on Mon Sep 29, 2008 12:42 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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

migrating from Texniccenter to Kile

Post by localghost »

Linux systems use unicode (UTF8) by default, whereas Windows systems use ISO-8859-1. You can change to that encoding in the dialogue window that appears after going to Einstellungen -> Kile einrichten (see attachment).


Best regards
Thorsten¹
Attachments
German setup dialogue in Kile to change encoding.
German setup dialogue in Kile to change encoding.
kile-setup.png (77.6 KiB) Viewed 5763 times
skidzo
Posts: 8
Joined: Mon Sep 22, 2008 9:45 am

Re: migrating from Texniccenter to Kile

Post by skidzo »

Thanks a lot, that's what I wanted to do!
Post Reply