bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multitable widths problem


From: Werner LEMBERG
Subject: Re: multitable widths problem
Date: Fri, 26 Mar 2021 07:23:33 +0100 (CET)

>> In other words, we can't get the real width of the PDFs easily
>> within the texinfo framework.  A variant of `@columnfractions` that
>> accepts both fractions and sample strings would be thus ideal.
> 
> What prevents `lilypond-book` from determining the widths and
> inserting them?  Perhaps with a @lilypond-width placeholder in the
> initial source?

Assuming a LilyPond snippet

  @lilypond
  c4
  @end lilypond

you mean something like

  @multitable {@lilypond-width
               c4
               @end lilypond-width} {foo} ...
  ...

?  I don't think this flies.  First of all, the arguments of
`@multitable` have to be strictly on a single line that must not be
broken; this makes such code very fragile.  Second, how shall a
snippet width be specified for non-TeX modes?


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]