On 11/10/2009 05:40 PM, Matthias Schmidt wrote:
Hello,
please can someone tell me, how to increase the tracking. I want to accentuate a
sentence this way.
This can be done using the soul package. With ERT, you could do it as:
[ERT]\so{[\ERT]this will be spaced out[ERT]}[/ERT]. Alternatively, it
would be very easy to make a module for this, by adapting the
logicalmkup module, as below. It'd be nice to add some of the other
commands, at least those not already supported by LyX.
rh
===========
#\DeclareLyXModule{Soul}
#DescriptionBegin
#Defines some of the soul macros as char styles.
#DescriptionEnd
Format 11
InsetLayout CharStyle:LetterSpacing
LyxType charstyle
LabelString letterspace
LatexType command
LatexName so
Font
Color green
EndFont
Requires soul
End