Math & Science ⇒ Using '\smash', '\llap' or '\rlap' Commands in 'enumerate'
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Using '\smash', '\llap' or '\rlap' Commands in 'enumerate'
How can I use \smash, \llap or \rlap for \item in an enumerate environment?
Last edited by ghostanime2001 on Sun Aug 07, 2011 7:13 am, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
Just write the command and the argument therein.
This question ist not very specific. Perhaps elaborate what you mean.
Stefan
This question ist not very specific. Perhaps elaborate what you mean.
Stefan
LaTeX.org admin
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
Do you mean like this? \llap{\item} ? OR \item{\llap} ?
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
I mean the latter, such as \item{\llap{text}}.
Stefan
Stefan
LaTeX.org admin
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
NO no i mean collapsing the label itself using \smash or \rlap or \llap
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Using '\smash', '\llap' or '\rlap' Commands in 'enumerate'
LaTeX.org admin
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
I've read that package a zillion times. Nothing in there helps with what I want.
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
Please explain what it is you want. Otherwise, it's going to be hard to provide any help.
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: Using '\smash', '\llap' or '\rlap' Commands in 'enumerat
have a look at "Correct Alignment of nested Counters with outer Contents" post that I posted. This is ultimately what I am trying to do. By removing whitespace around the \item still doesn't help.