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.
2
votes
1answer
108 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 ...
3
votes
0answers
170 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:
...
2
votes
0answers
69 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
0answers
154 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, ...
2
votes
0answers
139 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 ...
1
vote
0answers
62 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 ...
1
vote
0answers
62 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 ...
1
vote
0answers
178 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 ...
1
vote
0answers
242 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
21 views
Using epsfig - gives errors in Kile but compiles fine using pdflatex in terminal
\documentclass{article}
\usepackage{epsfig}
\begin{document}
\begin{figure}[ht!]
\centering
\epsfig{file=example.eps}
\end{figure}
\end{document}
When I compile with PDFLaTeX in Kile (I ...
0
votes
0answers
13 views
How to view messages/log files in kile?
I am using text editor 'kile 2.1 beta 4' on the system 'ubuntu 10.04' . But in kile I can,t view the 'messages/log files' :
Here is an screenshot of my 'kile' is given below :
How can I view ...