s-characters-combinations.mkxl /size: 2244 b    last modification: 2021-10-28 13:51
1%D \module
2%D   [      file=s-characters-combinations,
3%D        version=2021.02.08
4%D          title=\CONTEXT\ Style File,
5%D       subtitle=Character combinations,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\startmodule[characters-combinations]
15
16\registerctxluafile{s-characters-combinations}{autosuffix}
17
18\installmodulecommandluasingle \showcharactercombinations {moduledata.characters.combinations.showcombinations}
19
20\stopmodule
21
22\continueifinputfile{s-characters-combinations.mkxl}
23
24\usemodule[art-01]
25
26\setupbodyfont[dejavu]
27
28\starttext
29
30    \showcharactercombinations
31
32    \page
33
34    \startlines
35    \chr {a acute           }  á  \withacute           a
36    \chr {o double acute    }  ő  \withdoubleacute     o
37    \chr {a grave           }  à  \withgrave           a
38    \chr {o double grave    }  ȍ  \withdoublegrave     o
39    \chr {a circumflex      }  â  \withcircumflex      a
40    \chr {e circumflex below}    \withcircumflexbelow e
41    \chr {a diaeresis       }  ä  \withdiaeresis       a
42    \chr {a tilde           }  ã  \withtilde           a
43    \chr {i tilde below     }    \withtildebelow      i
44    \chr {a macron          }  ā  \withmacron          a
45    \chr {k line below      }    \withlinebelow       k
46    \chr {c cedilla         }  ç  \withcedilla         c
47    \chr {s comma below     }  ş  \withcommabelow      s
48    \chr {z hook below      }  ȥ  \withhookbelow       z
49    \chr {a hook            }    \withhook            a
50    \chr {a ring            }  å  \withring            a
51    \chr {a ring below      }    \withringbelow       a
52    \chr {m dot             }    \withdot             m
53    \chr {l middle dot      }  ŀ  \withmiddledot       l
54    \chr {m dot below       }    \withdotbelow        m
55    \chr {a breve           }  ă  \withbreve           a
56    \chr {a inverted breve  }  ȃ  \withinvertedbreve   a
57    \chr {k caron           }  ǩ  \withcaron           k
58    \chr {o stroke          }  ø  \withstroke          o
59    \stoplines
60
61\stoptext
62