Skip to main content

Questions tagged [enumext]

Filter by
Sorted by
Tagged with
4 votes
1 answer
109 views

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. \...
Sebastiano's user avatar
  • 66.6k
2 votes
1 answer
116 views

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} \...
Explorer's user avatar
  • 8,429
5 votes
3 answers
267 views

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 ...
Teepeemm's user avatar
  • 9,851
3 votes
1 answer
131 views

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 \...
Harry's user avatar
  • 1,790
2 votes
2 answers
96 views

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 ...
Ulisses 's user avatar
2 votes
1 answer
68 views

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 ...
Ulisses 's user avatar
4 votes
1 answer
176 views

Consider the following MWE: \documentclass[letterpaper]{article} \usepackage{xcolor} \usepackage{enumext} \setenumext[enumext, 1]{% label={\arabic*}, font={\bfseries} } \setenumext[...
azetina's user avatar
  • 30.9k