summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatexja/patches/lltjp-microtype.sty
blob: aacde2f22a06e647760bf92ee7b674b89cbb9082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%
% lltjp-microtype.sty 2019-03-28
%
% (Work in Progress)
% 
\NeedsTeXFormat{LaTeX2e}

\RequirePackage{etoolbox}
\RequirePackage{luatexja}
\makeatletter

\def\MT@register@font{%
  \xdef\MT@font@list{\expandonce{\MT@font@list}\MT@font,}%
}
\def\MT@register@subst@font{\MT@exp@one@n\MT@in@clist\font@name\MT@font@list
  \ifMT@inlist@\else
	\xdef\MT@font@list{\expandonce{\MT@font@list}\font@name,}%
  \fi}
\endinput