[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
|
| | >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| |
| | Lars> The problem is the \hfill which makes alignment of the lable
| | Lars> highly unpredictable. And why doesn't my \makebox work?
| |
| | Because the box has fixed width \labelwidth even if the actual text is
| | greater than that. Therefore, you get collisions in text.
|
| But I thought that we set the \labelwidth to the with of the actual
| text. (- hfills). There is something I don't understand here.
| Is it so that the paragraph indent goes out of scope before it is
| used?
|
| |
| | Lars> Hmm, what happens if we just use:
| |
| | Lars> \renewcommand{\makelabel}[1]{##1}
| |
| | We'd have to try it :) I guess the alignement is not the right one
| | anymore. What was the problem with the original form. Would using
| | \hfil (a weak \hfill) work?
|
| how weak?
|
| The problem with the \hfill is that it is impossible to right align
| the label.
I just had another look at this and IMO the list version is correct as
it is now. This environment is a hack! And to get the label width
correctly you have to set Label with in Layout->Paragraph.
Why do we need this list environment after all?
A description is basically the same.
btw. It is possible to make the list envir smarter so that you don't
have to set the Label width manually, this would require us to output
the widest label to the .aux file and run latex a second time to get
it right.
Lgb