Questions tagged [enumext]
The enumext tag has no summary.
13 questions
4
votes
1
answer
109
views
Customise answers A, B, C, D, with a box on each letter using enumext package
Reading the manual enumext, I am not found how to personalized the letter A, B, C, D, of the answers with a squared box.
Manually I can use \squarecap macro creating a table with two columns.
\...
2
votes
1
answer
116
views
How to insert specific content after \item in enumext environment?
This question is similar to this one, but not the same.
Code
\documentclass{article}
\usepackage{libertinus-otf}
\usepackage{showframe}
\usepackage{amsmath}
\usepackage{enumitem}
\usepackage{enumext}
\...
5
votes
3
answers
267
views
How to reset a resumed enumext enumerate?
I'm using the enumext package for my enumerates. For programming reasons, I want to always resume the counter. But there are occasions (when I hit a new section) when I want to reset the counter ...
3
votes
1
answer
131
views
enumext within minipages
Having issues getting enumext to work with minipages:
\documentclass{article}
\usepackage{enumext,lipsum}
\usepackage{amsmath}
\begin{document}
\begin{enumext}
\item
\lipsum[1][1-2]
\item \...
2
votes
2
answers
96
views
remove the period after the figure citation in the text
I have a problem removing the period after citing questions. I'll try to explain what's going on. I'm preparing a list of exercises, in most questions I use the \label function so I can reference it ...
2
votes
1
answer
68
views
How to align text within the enumext alternatives?
I wrote a text within the options of a question, I am using the enumext package. I wanted the text I placed to be aligned with the left margin of the document. I used the flushleft function and it ...
4
votes
1
answer
176
views
Formatting keyvalues in enumext package
Consider the following MWE:
\documentclass[letterpaper]{article}
\usepackage{xcolor}
\usepackage{enumext}
\setenumext[enumext, 1]{%
label={\arabic*},
font={\bfseries}
}
\setenumext[...