Decision Guidance ⇒ A look at 8+ free LaTeX editors
A look at 8+ free LaTeX editors
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
A look at 8+ free LaTeX editors
I haven't finished reading the whole article; in fact, I've read only the introduction and your description of TeXworks and I noticed this:
But TeXworks does offer automatic code completion! Type...it [TeXworks] does not offer features such as automatic code completion...
\begin{ta
for example and then press the "Tab" key.
Re: A look at 8+ free LaTeX editors
(OK, answered my own questions; the dot is a placeholder you get to with Ctrl-Tab. Nice features, which I should have known about. Oh, well, learn new things every day!)
A look at 8+ free LaTeX editors
These features are explained on Section 4.6 Auto-completion of this manual.
Re: A look at 8+ free LaTeX editors
A look at 8+ free LaTeX editors
I did a quick search on the completion files and apparently there's nothing for \begin{document}...\end{document}; however, the manual (See link in my previous reply) explains how to define own keywords for auto-completion.frabjous wrote:...I tried with \begin{document} and got nothing...
Re: A look at 8+ free LaTeX editors
Re: A look at 8+ free LaTeX editors
I will try Gummi, I am curious to try its live preview feature while coding Tikz pictures.
By the way, the gedit latex plugin allow you to complete citation (write \cite{ and call the code completion with Ctrl + Space). There is space for improvement though: for example it does not work with \citep and similar (nor \vref, \autoref, \cref, etc..) and I believe it has trouble if the bibliography file is called with an absolute path. On the other hand in recent versions it works with multi-file projects.
Re: A look at 8+ free LaTeX editors
I don't think I've ever tried gummi with TikZ. Let us know how it works, if you don't mind.
A look at 8+ free LaTeX editors
To be honest I had to check if the citation completion works (I usually do not use the basic commands \cite and \ref). Moreover sometimes it is automatic and gedit suggests you the entry as you type, sometimes it requires you to use ctrl + space...frabjous wrote:Thanks for the tip about the gedit-latex-plugin. Can't believe I missed that. Looks like I didn't do my homework as well as I thought!
I gave gummi a quick try, only to check it.I don't think I've ever tried gummi with TikZ. Let us know how it works, if you don't mind.
It works and the TikZ picture is correctly live-updated.
Drawing "live" is surely a nice feature, but the limitations of gummi make me doubtful.
Typing, while the TikZ commands are not complete, gummi highlights with red a lot of text. This is quite annoying.