help-texinfo
[Top][All Lists]
Advanced

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

@displaymath \leqalignno problem for pdf output


From: Christopher Dimech
Subject: @displaymath \leqalignno problem for pdf output
Date: Thu, 12 Nov 2020 20:15:59 +0100

I have been testing some more and we are getting some serious problems.
Have tried the following two constructs

------------------------------------

1. First Test - This works in html, but fails in pdf ($$ $$ are required)

@displaymath
\leqalignno{
   \int v(t)\, dt &= u(t) + C&[3.1]\cr
   \int v(t)\, dt &= u(t) + H&[3.2]\cr
}
@end displaymath

---------------------------------------

2. This works it pdf, but does not show up in html (this is expected bahaviour)

@tex
$$\leqalignno{
   \int v(t)\, dt &= u(t) + C&[3.1]\cr
   \int v(t)\, dt &= u(t) + H&[3.2]\cr
}$$
@end tex




reply via email to

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