Texmaker and TeXstudio ⇒ New \item in Texmaker
New \item in Texmaker
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 2
- Joined: Sun Feb 22, 2015 1:39 am
New \item in Texmaker
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}