Tagged Questions
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 ...
4
votes
1answer
104 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
...
1
vote
1answer
565 views
Auto-completion for citation in Kile using Biblatex
Currently in Kile you can get citation auto-completion when using BibTeX. You just add \bibliography{file} and Kile knows from this where the bib file is and what is in it.
However biblatex does not ...