summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/cstypo/cstypo-tex.tex
blob: 2b768f783dd0f1e7a1f2b9068d79feb21d37ab90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\directlua{require('cstypo')}

\long\def\cstypoSingleLetterEnable{%
  \directlua{cstypo_single_letter_enable()}}
\long\def\cstypoSingleLetterDisable{%
  \directlua{cstypo_single_letter_disable()}}

\long\def\cstypoALetterEnable{%
  \directlua{cstypo_a_letter_enable()}}
\long\def\cstypoALetterDisable{%
  \directlua{cstypo_a_letter_disable()}}

\long\def\cstypoPercentsEnable{%
  \directlua{cstypo_percents_enable()}}
\long\def\cstypoPercentsDisable{%
  \directlua{cstypo_percents_disable()}}