Jean-Marc Lasgouttes wrote: > This means that we do not have anything which does % of \textwidth! > (\paperwidth was \pagewidth before, which does not exist). > > I think that PW, which is I think related to "%" should have a > case PW: > buffer << abs(static_cast<int>(val_/100)) << "." > << abs(static_cast<int>(val_)%100) << "\\textwidth"; > break; > > Thoughts?
than let us do it in a consequently way: PW -> t% -> \textwidth Herbert -- http://www.lyx.org/help/