Hello, I think the package is quite advanced. Of the features mentioned, I
need to incorporate docbook, the problem is that the sources produce errors
when compiling them, patches must be applied. I have added via plugins to
lilypond and sweave/knitr, it seems like the best to me.
As for sweave/kn
On 1/8/24 05:03, Jean-Marc Lasgouttes wrote:
Le 08/01/2024 à 10:52, Yexuan Xiao a écrit :
I tried to use cmake to compile lyx, but failed because there are
errors in lyx's code.
Refer to https://en.cppreference.com/w/cpp/language/static, if a
const static data member or a constexpr static data
Le 08/01/2024 à 10:52, Yexuan Xiao a écrit :
I tried to use cmake to compile lyx, but failed because there are errors
in lyx's code.
Refer to https://en.cppreference.com/w/cpp/language/static, if a const
static data member or a constexpr static data member is odr-used, a
definition at namespace
I tried to use cmake to compile lyx, but failed because there are errors in
lyx's code.
Refer to https://en.cppreference.com/w/cpp/language/static, if a const static
data member or a constexpr static data member is odr-used, a definition at
namespace scope is still required.
In the file src/fron