On Wed, Oct 26, 2022 at 11:51:30PM +0200, Vincent Lefevre wrote: > On 2022-10-26 21:31:24 +0200, Patrice Dumas wrote: > > On Wed, Oct 26, 2022 at 12:43:02PM +0200, Vincent Lefevre wrote: > > > For long formulas, it may be better to have separate text for TeX and > > > for the other formats (we already have a macro for that): for long > > > formulas in TeX, a centered formula is generally preferred, with > > > @displaymath I assume. The Texinfo manual also mentions $$...$$, > > > and I'm wondering whether there may be differences like in LaTeX, > > > e.g. > > > > > > https://tex.stackexchange.com/questions/503/why-is-preferable-to > > > > Texinfo TeX is TeX not LaTeX, so it is logical that it uses $$. > > I know, but $$ has spacing issues, which LaTeX fixes with \[. > So I was wondering whether Texinfo's @displaymath would attempt > to fix these spacing issues.
Please don't worry about hypothetical questions such as these. If you are going to go looking for problems, then it is actual examples of problems that are useful. For example, if you could find a spacing problem with @displaymath, that is something we could discuss. Otherwise, discssing hunches of where problems may occur, while leaving it to others to fill in the details, isn't particularly useful methinks.