Hi!
I wonder if a kind of autocomplete is available with Texmaker and I haven't found of yet.
In Auctex times (but I don't want to go back to Emacs) and in enumerate/itemize envorinments I would hit Alt+Enter to get a new line with \item in the beginning.
Is this behavior also available with Texmaker? I couldn't find it so far..
Tanks,
Michael
Texmaker and TeXstudio ⇒ New \item in Texmaker
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 2
- Joined: Sun Feb 22, 2015 1:39 am
New \item in Texmaker
Inside a list in texmaker, to insert , press Enter and then Ctrl+Shift+I.
Code: Select all
\item
Code: Select all
\documentclass{article}
\begin{document}
\begin{enumerate}
\item one item %%<---- press Enter here and then Ctrl+Shift+I
\item
\end{enumerate}
\end{document}
Re: New \item in Texmaker
Thanks! Not exactly as I imagined, but a time saver nonetheless!