Kile is a (La)TeX editor to edit (La)TeX source code. It runs on Unix-like systems including Mac OS X and Linux with the Qt libraries installed.

learn more… | top users | synonyms

2
votes
1answer
78 views

disable syntax highlighting in kile

In the \verbatim environment, the syntax highlighting is disabled default, e.g. a $ ist not recognized as beginning of the math mode. I add my own environtment (\rawtext) to the kile Verbatim ...
1
vote
1answer
42 views

Does Kile support Column/Block Selection?

Is it possible to select a rectangular area in a file with Kile, using the mouse or the keyboard? If so, how?
0
votes
1answer
107 views

texlive2012 on Ubuntu with KILE

Where can I find the res.cls (resume class) for texlive? Also, the curriculum vitae class? I wrote my resume in the resume class on TC with Miktex but now I can't compile it since I don't have the ...
0
votes
1answer
129 views

gnuplot, ubuntu 12.10, kile, texlive2012 [closed]

How can I download and install gnuplot for ubuntu 12.10? I can't find it on the software center or in repositories. Maybe I am not calling it right.
2
votes
0answers
39 views

Install IDE without installing TexLive 2007 [duplicate]

I've been trying so hard to make TexLive work on my Fedora, but I can't find a way. I've installed TeXLive 2012, but when I install Kile, it says it depends texlive2007, the old version. Then I tried ...
2
votes
1answer
156 views

How to automate the \label-ing of equations?

I'm not sure if the way LaTex works allows for automatically labeling of, for example, align environments. This would require that the environment has an internal counter. However, when placing an ...
3
votes
1answer
71 views

How to add custom strings to Kiles's »structure«-list

In Kile, some LaTeX commands are rendered bright red (\section, \begin, \end, \cite, …) as opposed to other commands that are displayed in brownish red (\textbf, \newline, \enlargethispage, …). In ...
1
vote
0answers
61 views

Kile autocompletion not working

I am using Kile Version 2.9.60 on Windows. For some reason the autocompletion of environments does not work anymore, i.e. when you press enter after typing \begin{enviroment} nothing happens besides ...
2
votes
1answer
137 views

Is it possible to integrate sage in kile?

I'm using sagetex to output the result of computations directly on LaTeX. I'm using Kile as my editor. The usual procedure for compilation is: compile LaTeX on Kile. goto terminal and load the Sage ...
2
votes
0answers
64 views

Highlight R chunks in a Knitr document when working in Kile

When working on a knitr document in kile I can get highlights for the LaTeX parts of the document by adding the *.Rnw file extension in the Modes & Filetypes tab under Open/save configuration ...
2
votes
1answer
104 views

Show knitr-RNW document structure in Kile

When working with a knitr file (RNW document) on Kile the document structure isn't shown in the structure view, even though it contains a valid LaTeX structure of parts, sections etc. If I change the ...
1
vote
0answers
61 views

Highlighting modifications in a .tex file using Kile editor

I am looking for any option of automatically highlighting the modified or added text (in pdf version after compilation) in my current .tex file using Kile editor. I know that there is a similar ...
5
votes
1answer
95 views

Change what kile highlights/considers as math

Kile automatically highlights what is inside a math environment. Now, if I use an environment that I defined and that includes opening a math environment, this is not recognized by kile. Is it ...
0
votes
0answers
158 views

pdf figures in Kile not showing up in the .pdf [closed]

I've started trying to include .pdf images directly into my .tex files (instead of converting them to .eps which seems to degrade the image quality) but they're not showing up in the final .pdf file. ...
2
votes
0answers
165 views

I want to setup Kile correctly [closed]

After installing Ubuntu 12.04 I was trying to install Kile as to write .tex file . But this message showing after attempting install Kile and updates: W:Failed to fetch ...
4
votes
2answers
151 views

Unhelpful, misleading errors in amsmath environments

With the simple equation environment; \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} a \foo b \end{equation} \end{document} you can see a helpful error message, ...
2
votes
1answer
222 views

How to get forward-search working in Kile with nested source files

I have a huge set of .tex files which compile into a single document. I have recently switched to Kile on Unbuntu (love it so far). However I see that forward search from source files other than the ...
7
votes
1answer
471 views

Insert code or text file in latex as is?

Question : How can I insert a txt file ( a source code) as such in latex without any change in indentation, tabs, formatting etc? Scenario : Consider I have a text file as below ( It is a part of a ...
4
votes
1answer
102 views

Argument names for autocompletion in Kile

Let say I created the following command in my latex document \newcommand{\red}[1]{ \textcolor{red}{#1} } When working with the LaTeX editor Kile, the autocompletion gives me something like ...
0
votes
0answers
199 views

error on bibliography: “myArticle.bbl is not a LaTex root document.” [closed]

I want to reduce the size of my bibliography with the package savetrees, so in the preamble I added: \usepackage[all=normal,bibliography]{savetrees} As soon as I compile it with pdflatex on Kile, I ...
2
votes
1answer
67 views

authors being left out in one bibliography entry

In the bibliography, I have an entry whose authors names get replaced by a long dash whenever I change the style from plain to savetrees: \bibliographystyle{savetrees} \bibliography{all} Here is an ...
2
votes
0answers
67 views

Find In Project regex not matching [closed]

If I do this: grep -ri "\.'" . in a terminal to search for the literal .' (dot apostrophe) , it seems to work and returns some hits. However, inside of Kile, using the Find in Files or Find in ...
1
vote
1answer
395 views

0: file ended while scanning use of \@genfrac [closed]

The code is here \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} \begin{array}{ll} \hat{\mu_1}&=\dfrac{\sum_{i=1}^nX_{i,1}}{n}\\ ...
0
votes
0answers
153 views

Kile Windows - Failed to create subdirectory Struture [closed]

I am running Kile on windows 7.I Fixed the live preview tool error message Unknown tool LivePreviewPDFLaTeX. by creating a new tool and following the instructions Kile: "[Kile] Unknown tool ...
2
votes
0answers
153 views

Using Kile's tools in scripts

I have just started using Kile, and I would like to set up some custom scripts for various things that may help speed up my writing. One thing I in particular would like to do it make a script that, ...
1
vote
1answer
3k views

mathtools.sty not found in kile [closed]

How could I solve this following problem: 'mathtools.sty' not found .\usepackage I am using following packages: \documentclass[12pt]{report} \usepackage{textcomp, amssymb} ...
1
vote
1answer
205 views

My pdf closes every time in WinEdt

I use Kile on Linux and WinEdt on Windows both with same version of MiKTeX. While using KILE, when I compile "PDFLaTeX" , it updates my opend output pdf file and does not close the file. Where as in ...
1
vote
0answers
917 views

Kile KDE installation under window 7 [closed]

I've encountered a problem very similar to this: I'm trying to run Kile 2.9.60 on windows through KDE 4.8.00. After successfully installing Kile with the dependent packages (Kile, Kate, ...
3
votes
0answers
165 views

Insert a block comment title in Kile

I would like to know whether it is possible in Kile to define a script to insert a centered commented block. I often mark different parts of my code with those kind of titles: ...
1
vote
1answer
235 views

Unwanted tabulation in Kile editor after pressing Return

I'm using Kile to edit LaTeX code. When I press Return to get a new line, Kile does create a new line but automatically adds a tabulation (an indentation) at the beginning of the new line. This ...
1
vote
1answer
150 views

Making Preamble File and SyncTeX with Kile (in Linux)

I am on an Ubuntu system with TeXLive as my TeX-distribution. I would like to write a common style file and include this file in every document. What should the extension of such a file be? And, ...
1
vote
0answers
175 views

How I can use vim-latexsuite in the Kile's vim-plugin?

I use vim-latexsuite after several years and it is impressing the way I can TeXing new documents (shortcuts, macros and autocompleting)... However, when I need to correct big amounts of text with cut ...
4
votes
3answers
2k views

Kile and texlive 2012

Since I was not happy about the choice of texlive 2009 from Ubuntu repositories, I installed texlive 2012 manually from the website. Secondly, I like Kile to write, but when I try to install it, it ...
1
vote
0answers
238 views

How to Export and Import a Kile dictionary?

While using a web-browser I create bookmarks which help me revisit the pages that I find interesting. For times such as when I format my computer, I can export my bookmarks, format and re-install my ...
0
votes
0answers
706 views

How to install latex packages in kile under Ubuntu [duplicate]

Possible Duplicate: How do I install an individual package on a Linux system? I successfully installed tex live 2011 from here running the install-tl script. I then exported the path using ...
2
votes
0answers
157 views

Kile inverse search fails with Texlive 2011 [closed]

I am using Scientific Linux 6.1. When I installed Kile it came with Texlive 2007 so I installed Texlive 2011 and made necessary changes to make Kile use Texlive 2011. The problem is , am unable to ...
0
votes
0answers
1k views

File `revtex4.cls' not found [closed]

OS: Windows 7 SP1 TeX: MiKTeX 2.9 IDE: Kile 2.1 When trying to compile a latex document I get the following error: myfn.tex:32:File `revtex4.cls' not found. ...blish.aps.org/revtex4/ for ...
2
votes
1answer
211 views

Is there a way to configure Kile to run a certain program?

Version: Kile 2.1 OS: Windows 7 SP1 I wanted to delete the files that Kile generates at the time it creates a .pdf file from a given .tex file. I can easily compile a program into a .exe file (say ...
0
votes
0answers
2k views

Kile can't start [closed]

I just installed Kile for windows but it says poppler-qt4.dll is missing. Can someone help me out? Also I tried to render to pdf with MikTex a .tex file I created on another computer but it say I'm ...
0
votes
0answers
800 views

Kile QuickBuild doesn't work [closed]

OS: Win7 SP3 TeX: MikTex 2.9 Editor: Kile 2.1 When I click the Kile QuickBuild (QB) button, it doesn't work. When I click it again, it reads unknown tool. I have read that resetting the tool might ...
2
votes
0answers
138 views

How to make kile to accept absolute pathnames at inverse search?

I have the combination Kile and SumatraPDF under Windows 7. The inverse search is running so far. The main problem is, that if I activate it, Kile opens the file in a new tab under the absolute path ...
3
votes
1answer
905 views

Restructure classic thesis project with subfolders using Kile

I would like to change the folder structure of the ClassicThesis project. My current folder setup looks like this. |-- bib // Some *.bib files. |-- bst // Some *.bst files. |-- cfg // Configuration ...
2
votes
2answers
742 views

Unable to use python.sty package

When compiling a .tex file that uses python.sty package and contains: \begin{python} ... \end{python} I keep getting an error: ./main.tex:33:I can't find file 'bin/main.py.out' \end{python} ...
1
vote
1answer
393 views

Using Kile@Ubuntu and getting “*.cls file not found. \begin”

I've just started using LaTeX for an assignment and got this error: File 'assignment_1.cls' not found. ^^M What can I do about this?
1
vote
2answers
2k views

Issues with Kile live preview while running on windows

I recently downloaded Kile 2.1 via the KDEwin installer. The editor runs flawlessly, except for the live preview. In the log and messages i get an error message saying: [Kile] Unknown tool ...
1
vote
3answers
536 views

Kile vs WinEDT vs TexShop

Question 1. When I type \begin{document} What keyboard shortcut can I use to so TexShop/Kile/WinEDT will automatically type the following: \end{document} Question 2. How to do the following in ...
1
vote
1answer
3k views

including .png images with PDFLaTeX through Kile

I have a lot of experience using LaTeX with Miktex/TeXnicCenter on windows, but am only taking baby steps in learning how to do it on ubuntu. I am using Kile as IDE, since I got the impression from ...
3
votes
3answers
7k views

Kile will not work on Ubuntu (utf8x.def)

I just installed Kile on Ubuntu and I can't get it to work. Even just starting with one of the templates I continue to get the error: [PDFLaTeX]finished with exit code 1 ...
0
votes
1answer
526 views

How to access style files in texlive-publishers from Kile

I installed texlive-publishers for Ubuntu 11.10 but I don't know where all the class files got installed. They look to be installed under /usr/share/texmf-texlive/tex/latex. So with my rudimentary ...
0
votes
0answers
310 views

Kile and Ubuntu 11.10 AND RevTeX [duplicate]

Possible Duplicate: How can I manually install a LaTeX package (Debian/Ubuntu Linux)? I just downloaded RevTeX for a PRL paper that I propose to write. However, after unzipping the contents ...

1 2