Some have been saying that one can use some latex commands. What's the story?
> Sent: Saturday, November 14, 2020 at 11:19 AM > From: "Gavin Smith" <[email protected]> > To: "Christopher Dimech" <[email protected]> > Cc: "help-texinfo gnu" <[email protected]>, "Patrice Dumas" > <[email protected]> > Subject: Re: \blacksquare and \square do not work in texi2pdf > > On Sat, Nov 14, 2020 at 11:07:12AM +0100, Christopher Dimech wrote: > > Have noticed that \blacksquare and \square give errors when using texi2pdf. > > The commands word when output is html. > > > > The following three commands all fail with texi2pdf > > > > @math{\blacksquare \square} > > > > @displaymath > > \blacksquare \square > > @end displaymath > > > > @tex > > $\blacksquare \square$ > > $$\blacksquare \square$$ > > @end tex > > Yes, any LaTeX commands will not work. >
