Am Dienstag 14 Juli 2009 13:37:34 schrieben Sie: > > But why do you use a VSpace here? The indendation is a horizontal space. > > As > > > long as you do not want to do fancy things, I guess a Length would be > more > suitable. > > Because all other width in GuiDocument also uses VSpace, see for example > the margins. I want to avoid to introduce new code if not really possible.
It's not new code. VSpace is Length with some addons such as defskip, bigskip and *fill. These are clearly not wanted here. > When I switch to Length, should I also change the other width from VSpace > to Length? Only those who do not need the VSpace features. And you need to tkae care whether a Length or a GlueLength is required. Jürgen