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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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 5304 times
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
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