Questions tagged [auto-completion]

Auto-completion is a feature in (La)TeX source code editors that predicts the (La)TeX commands close to the command being typed to eliminate the need for typing frequently used commands. If your question concerns the functionality of specific editors (e.g., {texstudio}, {emacs}), include them as tags as well.

Auto-completion is a feature offered in (La)TeX source code editors that predicts the (La)TeX commands close to the command being typed to eliminate the need for typing frequently used commands.

273 questions
3
votes
1 answer

How to Autoclose $...$ (math mode enclosed using single dollar signs?)

I'm using Visual Studio Code text editor to type up a LaTeX .tex document. Most text editors will auto-close brackets for you, so that when you type "{" it adds "}" and then moves your cursor in between. Since dollar signs are used to signify inline…
3
votes
0 answers

Automatically add braces in Texworks

I tend to use Texshop in my macbook. I like it because of simplicity, I don't need a big IDE, and I feel at home with it. However at my office I use a Linux computer. I also like to keep things simple and use an editor that looks/behaves as much as…
dbluesk
  • 133
2
votes
0 answers

Auto-completion LaTeXila doesn't work

After update ubuntu 16.04, auto-completion in LaTeXila has stopped working. Anyone know how to fix this? Thanks.
2
votes
1 answer

shortcut for inserting matching endsomething in Windows

I would like to automatically inserting closing environments In MiKTeX-TeXWorks. And i have found Shortcut for inserting matching \end{something} in VIM. Any other same options are available in Windows?
Balaji
  • 2,282
1
vote
1 answer

Sublime text 3 Latex autocomplete issue

I use sublime text 3 for Latex. Whenever I use autocomplete say I wrote \section{ then hit enter what sublime text suggests, I end up having section{} without \ sign in front. Am I missing something? Why each time \ drops from command when I choose…
1
vote
1 answer

Autocomplete theorem environments not auto-completing

I am using TexStudio, and this question might be more about TexStudio than about LaTeX but I will ask here anyway. I am writing a long math paper which I have trimmed down to the bare essentials in the code below. When I start to write `\begin{th'…
1
vote
0 answers

Word prediction when typing LaTeX

Some time ago I while preparing my Bachelor's thesis I came across a word prediction macro for Microsoft Word - the preDict: http://www.beingbrunel.com/predictive-text-in-word/ https://github.com/thomasmichaelwallace/preDict I found it quite…
ndandanov
  • 13
  • 2
1
vote
3 answers

TeXstudio: \ref and \eqref auto-completion

I've read quite a few questions and answers on this web site but none helps me to resolve my problem. I am using \ref and \eqref commands most often. After installing and re-installing the latest version of TeXstudio (2.10.0, 5.5.0), in some files…
0
votes
0 answers

autocompletion removes the \ in the beginning of latex code

https://github.com/SublimeText/LaTeXTools/issues/1527 a work around for problems with auto complete in ST4 hopefully of some use to other users
js bibra
  • 21,280
0
votes
0 answers

Implementing my own package(auto-completion) for Texmaker/any IDE written in python

Let's say, I have an Auto completion algorithm in python using machine learning (I haven't finished yet). The benefits of this comparing to the in-house auto-completion is personalization. Over a period of time, this algorithm learns all the words…
spicy
  • 1
0
votes
0 answers

Exam class auto complete in TexStudio

I am using TexStudio and exam class. It runs fine and produces the output I want but I cannot get TexStudio to recognise the commands from the exam class and hence auto complete.