On 06/02/2015 01:21 PM, Jean-Marc Lasgouttes wrote:
Le 02/06/2015 18:35, Guenter Milde a écrit :
Dear LyX developers,
I am planning to improve/fix the "textgreek" feature of the Unicode ->
LaTeX export.
The current implementation of “textgreek” makes LyX insert
“\DeclareTextSymbol{\~}{LGR}{126}” into the LaTeX preamble.
This was a workaround for missing accent definitions in LGR before the
upcoming of the “greek-fontenc” package (May 2013). It is no longer
required and stands in the way - preventing proper accent placement for
non-standard accent-letter-combinations.
Is it possible to test whether this package is available and act on that?
I was going to suggest the same strategy: test for it in configure, and
then do
the new thing if it is available. If that can be done.
Richard