KileHOWTO: Run Kile on Windows natively. Works great!

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
aliner
Posts: 5
Joined: Sun Apr 11, 2010 9:00 pm

HOWTO: Run Kile on Windows natively. Works great!

Post by aliner »

frabjous wrote:Excellent. I'm curious whether I can get this in linux. Can you check the version? It doesn't exist in Version 2.0.83, which I have installed, and is the latest in the Ubuntu Karmic repositories. Hopefully the Lucid repos have a newer one.
fellow student wrote: Linux 2.6.32.11-99.fc12.i686.PAE i686
System: Fedora release 12 (Constantine)
KDE: 4.4.2 (KDE 4.4.2)
I guess you ca get t by installing the newest Fedora from official website and KDE 4.4.2. Have not checked that, but does not seem to become a problem.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Re: HOWTO: Run Kile on Windows natively. Works great!

Post by meho_r »

Kile was always a great editor, but without inline spellchecking it was somehow crippled. But with this feature, it will really shine :)

@frabjous: if you manage to get it working on Ubuntu, please, let us know :)
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

HOWTO: Run Kile on Windows natively. Works great!

Post by frabjous »

meho_r wrote:@frabjous: if you manage to get it working on Ubuntu, please, let us know :)
...should probably start a new thread since this has nothing to do with Windows anymore, but since you asked I just got it working on Kubuntu 10.04 (which I just installed the other day) by buiding Kile 2.1 beta 4 from source.
spellcheck.png
spellcheck.png (67.04 KiB) Viewed 6670 times
Another great thing is that I also got forward/reverse search working using SyncTeX with PDFs in Okular following the advice here, except that the python script given there wasn't working quite right, so I wrote a bash script that does the same.

Code: Select all

#!/bin/bash
first=`echo $1 | sed -e 's@file:@@g'`
second=`echo $2 | sed -e 's@\./@@g'`
okular --unique "$first$second" &
(...named okular_fs.sh and subbed in for okular_fs.py in the instructions...)

Pretty cool. This may cause me to abandon TeXworks and go back to Kile!
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

HOWTO: Run Kile on Windows natively. Works great!

Post by frabjous »

Just to respond to myself above, turns out that you don't need to compile from source. The Lucid repos have 2.1 beta of Kile, and it even comes with a ForwardPDF routine for Okular pre-defined, and there's no need for the script I gave above.

(Actually, the version of Okular in Lucid is awesome and can do SyncTeX with just about any editor. I've got it working with gedit now... but that's definitely a topic for another thread!)
lews
Posts: 1
Joined: Mon Jun 07, 2010 4:37 pm

HOWTO: Run Kile on Windows natively. Works great!

Post by lews »

Thanks for the great tip! However, I got one problem I could not solve. Kile currently can only compile from the files saved on the C:/Users/my-user-name section. I can save anywhere I want, however if I try to compile using PdfLaTeX it claims the folder is not writable. Using the exe file with administrator rights didn't help as well. Does anyone have a clue where the problem might be? Most probably it is not a bug, but something I am overlooking. Would be great if I could compile from anywhere :lol:
Post Reply