blob: 8fbca98cafc19066078bbb9e16dc0a74f86d1600 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
%D \module
%D [ file=enco-fsl,
%D version=2005.08.17,
%D title=\CONTEXT\ Encoding Macros,
%D subtitle=Slovenian Specialities,
%D author={Hans Hagen, Mojka Miklavec},
%D date=\currentdate,
%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
%D Usage:
%D
%D \starttyping
%D \useencoding[fsl]
%D
%D \starttext
%D \dstroke \language[sl] \dstroke
%D \stoptext
%D \stoptyping
\unprotect
\startlanguagespecifics[\s!sl]
\startencoding[\s!default]
\definecharacter dstroke {d\zcaron} % hm, expects a space delimiter
\stopencoding
\stoplanguagespecifics
\protect \endinput
|