\addto\captions{%
\renewcommand{\figurename}{I LOVE LYX}%
}
does not work after \begin{document} and there is no way to put it
after \usepackage{polyglossia}. I am enraged!
LyX 2.3.7 (2023-01-01)
Should I compile whatever is the latest version to fix this? It feels
so dumb to handcraft a file
Am Dienstag, dem 09.04.2024 um 00:17 +0300 schrieb Folsk Pratima:
> \addto\captions{%
> \renewcommand{\figurename}{I LOVE LYX}%
> }
>
> does not work after \begin{document} and there is no way to put it
> after \usepackage{polyglossia}. I am enraged!
\AtBeginDocument{
\addto\captions{%
\r
On Tue, 09 Apr 2024 08:01:03 +0200
"Jürgen Spitzmüller" wrote:
> Am Dienstag, dem 09.04.2024 um 00:17 +0300 schrieb Folsk Pratima:
> > \addto\captions{%
> > \renewcommand{\figurename}{I LOVE LYX}%
> > }
> >
> > does not work after \begin{document} and there is no way to put it
> > after \usepa