On 2013-06-02, stefano franchi wrote:
>> Has anyone found a way to make commands and environments
>> with Lua, rather than the unobvious LaTeX methods?
unobvious? -never heard this term. But maybe you think about coding pearls
like
% The second and third lines are TeX' way of writing ``uclclist += …``::
\providecommand*\update@uclc@with@greek{%
\expandafter\def\expandafter\@uclclist\expandafter{%
\@uclclist
\accdasia\LGR@accdropped
...
An example is the "selig" package on CTAN.
I would like to have an s -> ſ conversion package (which does the conversion
according to German orthography, keeping the Schluß-Es where required).
I assume there is nothing LyX-specific (yet).
Günter