[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
- multitable widths problem, Werner LEMBERG, 2021/03/17
- Re: multitable widths problem, Gavin Smith, 2021/03/17
- Re: multitable widths problem, Gavin Smith, 2021/03/19
- Re: multitable widths problem, Werner LEMBERG, 2021/03/19
- Re: multitable widths problem, Gavin Smith, 2021/03/24
- Re: multitable widths problem, Werner LEMBERG, 2021/03/25
- Re: multitable widths problem, Jacob Bachmeyer, 2021/03/25
- Re: multitable widths problem,
Werner LEMBERG <=
- Re: multitable widths problem, Jacob Bachmeyer, 2021/03/26
- Re: multitable widths problem, Werner LEMBERG, 2021/03/27
- Re: multitable widths problem, Jacob Bachmeyer, 2021/03/29
- Re: multitable widths problem, Werner LEMBERG, 2021/03/30