Texmaker and TeXstudioNew \item in Texmaker

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
jelden
Posts: 2
Joined: Mon Feb 16, 2015 11:45 pm

New \item in Texmaker

Post by jelden »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Harish Kumar
Posts: 2
Joined: Sun Feb 22, 2015 1:39 am

New \item in Texmaker

Post by Harish Kumar »

Inside a list in texmaker, to insert

Code: Select all

\item
, press Enter and then Ctrl+Shift+I.

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}
jelden
Posts: 2
Joined: Mon Feb 16, 2015 11:45 pm

Re: New \item in Texmaker

Post by jelden »

Thanks! Not exactly as I imagined, but a time saver nonetheless!
Post Reply