In an enumerate environment:
Code: Select all
\begin{enumerate}[a.]
\item Whatever1
\item *[Whatever2]
\item [Whatever3]
\end{enumerate}
\textrm{}
, but I cannot figure out why it's happening.Code: Select all
\begin{enumerate}[a.]
\item Whatever1
\item *[Whatever2]
\item [Whatever3]
\end{enumerate}
\textrm{}
, but I cannot figure out why it's happening.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
\item
s can have an optional argument. As you might already know, those are set within brackets. You already saw that by using braces, you can protect the brakets from being interpreted as the optional argument. Code: Select all
\documentclass{article}
\usepackage{blindtext}
\usepackage{scrextend}%Just for labeling
\usepackage{showframe}
\begin{document}
\begin{enumerate}%[a.]
\item Whatever1 \blindtext
\item [Whatever2] \blindtext
\item {[Whatever3]} \blindtext
\end{enumerate}
\clearpage
\begin{description}%[a.]
\item empty no headers or footers
\item [plain] no header
\item {[headings]} header and footer
\end{description}
\begin{description}%[a.]
\item [empty] no headers or footers
\item [plain] no header
\item [headings] header and footer
\end{description}
\begin{labeling}[~--]{headings}
\item [empty] no headers or footers
\item [plain] no header
\item [headings] header and footer
\end{labeling}
\end{document}
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