Skip to main content

All Questions

Tagged with
3 votes
1 answer
556 views

What's the cleanest way to set \emergencystretch only for one list item?

Feeding pdflatex with \documentclass{article} \pagestyle{empty} \usepackage[USenglish,latin]{babel} \babelprovide[hyphenrules=nohyphenation]{latin} \usepackage{enumitem}%%% the same problem occurrs ...
user avatar
2 votes
1 answer
318 views

Create a fake label ref using list

Hello everyone once again, after having resolved my doubt regarding the use of \label and \ref. Reading the comments, I have noticed that in many occasions do not need to use the referencing system, ...
Pablo González L's user avatar
3 votes
2 answers
4k views

grouping enumerated list

I am trying to generate a numbered list with a bracket to the right of the list to group the list items into additional categories. I am trying to get something like: I have fiddled around with \mbox ...
Glenn Roth's user avatar
8 votes
1 answer
783 views

Missing bullet when itemize \item content is empty and buried within a group

When writing my question about various approaches to creating loops, I stumbled across the following anomaly \documentclass{article} \usepackage{pgffor} \begin{document} \begin{itemize} \foreach \x ...
A.Ellett's user avatar
  • 50.7k
5 votes
1 answer
131 views

Problem setting lengths in an environment (spilling outside of the environment)

I am having with spacing between paragraphs in my document, and I think I have been able to trace back to a custom environment I have defined. \makeatletter \def\remarkname{Remark} \newcounter{...
Jérémie's user avatar
  • 3,011
6 votes
3 answers
1k views

Is there a way for a command to have a scope within item?

I defined a command \newcommand{\done}{\color[RGB]{124, 124, 255}} Is there a way to use it as \item \done la-la instead of \item {\done la-la} It bothers me to put brackets all the time. So ...
kirill_igum's user avatar