-
> It's not the same feature I know, but it's quite similar.
Yes indeed, the latex user tags are very similiar and also still available.
And there are currently no plans for adding on the fly abbreviations. But if you/someone wants to start hacking on a feature like that, I'll be happy to help where I can. Lot's of kile features were added by one-time contributors.
How does the...
2009-08-30 19:12:29 UTC in Kile KDE LaTeX Editor
-
>I am impressed with the new
> IDE, which is much more cleaner now and more useful.
Thanks! Most of the changes have been done by the KDE4 libraries, only some toolbar changes were our ideas.
The abbreviation panel is actually not new, it was there also in kile 2.0. But it seems that it is now always shown.
The idea is to add text snippets which one can then insert by short...
2009-08-30 11:39:53 UTC in Kile KDE LaTeX Editor
-
Hi RafaĆ,
I added your fix to kile in r1012555.
Thanks,
Thomas.
2009-08-17 20:20:07 UTC in Kile KDE LaTeX Editor
-
Hi,
sorry I'm kind of very busy at the moment and had no time to have a look at your code.
The best place to put stuff is bugs.kde.org, so please file bug report there and add your code.
In this case we can not forget it ;)
regards,
thomas.
2009-08-17 19:23:58 UTC in Kile KDE LaTeX Editor
-
You should add a new configuration for the ViewPDF tool and not for the PDFLatex tool.
And then set this ViewPDF configuration as current.
2009-07-29 18:38:34 UTC in Kile KDE LaTeX Editor
-
1.) Copy the following bibtex key into the clipboard taken from prola.aps.org:
###
% Copyright (C) 2009 The American Physical Society
% Please report any problems to prola@aps.org
@Article{PhysRevB.41.5010,
title = {Phase stability and magnetism of $Ni3$Al},
author = {Xu, Jian-hua and Min, B. I. and Freeman, A. J. and Oguchi, T. },
journal = {Phys. Rev. B},
volume = {41},
n.
2009-07-28 08:50:42 UTC in JabRef
-
I will have alook into the code. Your patch seems good.
2009-07-07 20:31:45 UTC in Kile KDE LaTeX Editor
-
Hi,
all "properly" defined labels should be catched. Here properly means that the label command is not an argument to some other command.
Working:
\section{my life} \label{sec:myLife}
Not Working:
\section{my life \label{sec:myLife}}
The only way you can change that is in the source code and believe me you don't want that ;)
2009-07-07 16:17:19 UTC in Kile KDE LaTeX Editor
-
Okular only supports forwardDVI starting form a specified version that's the reason for the error message.
I just committed a change that will nevertheless open the viewer and only sent a complaint message.
Thanks for the pointer,
Thomas.
2009-07-01 18:48:12 UTC in Kile KDE LaTeX Editor
-
> The most annoying thing is that when I use shortcut ALT+(up or down arrow) to go to the next
> (prev) section, the structure is redrawing. Why?
If you changed the text, e. g. introduced new sections, the structure view would be incorrect if it would not be redrawn before choosing the target section.
Any way the current structure view code is really horrible and should be...
2009-07-01 18:17:21 UTC in Kile KDE LaTeX Editor