summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/noto/noto.sty
blob: eeec0fb295e66b5f6dbc80a4f074700dd86446fe (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{noto}
    [2019/04/22 (Bob Tennent)  Supports Noto fonts for all LaTeX engines.]

\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}

\newif\ifnoto@otf 
\ifxetex
  \noto@otftrue
\else\ifluatex
  \noto@otftrue
\else  % [pdf]LaTeX
  \noto@otffalse
\fi\fi

\newif\ifnoto@sfdefault \noto@sfdefaultfalse
\newif\ifnoto@sf \noto@sftrue
\newif\ifnoto@rm \noto@rmtrue
\newif\ifnoto@tt \noto@tttrue


\newcommand*{\NotoSans@scale}{1}
\newcommand*{\NotoMono@scale}{1}
\DeclareOptionX{scaled}{\renewcommand*{\NotoSans@scale}{#1}\renewcommand*{\NotoMono@scale}{#1}}
\DeclareOptionX{scale}{\renewcommand*{\NotoSans@scale}{#1}\renewcommand*{\NotoMono@scale}{#1}}


\DeclareOptionX{sf}{\noto@sftrue\noto@rmfalse}
\DeclareOptionX{rm}{\noto@rmtrue\noto@sffalse}
\DeclareOptionX{nott}{\noto@ttfalse}

\DeclareOptionX{sfdefault}{\noto@sfdefaulttrue}
\DeclareOptionX{type1}{\noto@otffalse}


\newif\ifnoto@oldstyle \noto@oldstylefalse
\newif\ifnoto@proportional \noto@proportionalfalse

\DeclareOptionX{lining}{\noto@oldstylefalse}
\DeclareOptionX{lf}{\noto@oldstylefalse}
\DeclareOptionX{tabular}{\noto@proportionalfalse}
\DeclareOptionX{tf}{\noto@proportionalfalse}
\DeclareOptionX{proportional}{\noto@proportionaltrue}
\DeclareOptionX{pf}{\noto@proportionaltrue}
\DeclareOptionX{oldstyle}{\noto@oldstyletrue}
\DeclareOptionX{osf}{\noto@oldstyletrue}

\newif\ifnoto@thin \noto@thinfalse
\newif\ifnoto@extralight \noto@extralightfalse
\newif\ifnoto@light \noto@lightfalse
\newif\ifnoto@medium \noto@mediumfalse
\newif\ifnoto@semibold \noto@semiboldfalse
\newif\ifnoto@extrabold \noto@extraboldfalse
\newif\ifnoto@black \noto@blackfalse

\DeclareOptionX{thin}{\noto@thintrue}
\DeclareOptionX{extralight}{\noto@extralighttrue}
\DeclareOptionX{light}{\noto@lighttrue}
\DeclareOptionX{regular}{\noto@lightfalse\noto@thinfalse\noto@extralightfalse\noto@mediumfalse}
\DeclareOptionX{medium}{\noto@mediumtrue}
\DeclareOptionX{semibold}{\noto@semiboldtrue}
\DeclareOptionX{extrabold}{\noto@extraboldtrue}
\DeclareOptionX{black}{\noto@blacktrue}
\DeclareOptionX{bold}{\noto@blackfalse\noto@semiboldfalse\noto@extraboldfalse}


\ProcessOptionsX\relax

\ifnoto@otf
  \def\noto@boldstyle{Bold}
  \ifnoto@semibold\def\noto@boldstyle{SemiBold}\fi
  \ifnoto@extrabold\def\noto@boldstyle{ExtraBold}\fi
  \ifnoto@black\def\noto@boldstyle{Black}\fi
  \def\noto@regstyle{Regular}
  \ifnoto@thin\def\noto@regstyle{Thin}\fi
  \ifnoto@extralight\def\noto@regstyle{ExtraLight}\fi
  \ifnoto@light\def\noto@regstyle{Light}\fi
  \ifnoto@medium\def\noto@regstyle{Medium}\fi

\else % type1
  \ifnoto@tt\def\bfseries@tt{bold}\fi
  \ifnoto@sf\def\bfseries@sf{bold}\fi
  \ifnoto@rm\def\bfseries@rm{bold}\fi
  \ifnoto@semibold
    \ifnoto@sf\def\bfseries@sf{semibold}\fi
    \ifnoto@rm\def\bfseries@rm{semibold}\fi
  \fi
  \ifnoto@extrabold
    \ifnoto@sf\def\bfseries@sf{extrabold}\fi
    \ifnoto@rm\def\bfseries@rm{extrabold}\fi
  \fi
  \ifnoto@black
    \ifnoto@sf\def\bfseries@sf{black}\fi
    \ifnoto@rm\def\bfseries@rm{black}\fi
  \fi
  \ifnoto@tt\def\mdseries@tt{regular}\fi
  \ifnoto@sf\def\mdseries@sf{regular}\fi
  \ifnoto@rm\def\mdseries@rm{regular}\fi
  \ifnoto@thin
    \ifnoto@sf\def\mdseries@sf{thin}\fi
    \ifnoto@rm\def\mdseries@rm{thin}\fi
  \fi
  \ifnoto@extralight
    \ifnoto@sf\def\mdseries@sf{extralight}\fi
    \ifnoto@rm\def\mdseries@rm{extralight}\fi
  \fi
  \ifnoto@light
    \ifnoto@sf\def\mdseries@sf{light}\fi
    \ifnoto@rm\def\mdseries@rm{light}\fi
  \fi
  \ifnoto@medium
    \ifnoto@sf\def\mdseries@sf{medium}\fi
    \ifnoto@rm\def\mdseries@rm{medium}\fi
  \fi
  \def\seriesdefault{\mdseries@rm}
  
\fi

\ifnoto@otf
  
  \def\noto@figurestyle{Lining}
  \ifnoto@oldstyle\def\noto@figurestyle{OldStyle}\fi
  \def\noto@figurealign{Monospaced}
  \ifnoto@proportional\def\noto@figurealign{Proportional}\fi

\else % type1

  \def\noto@figurestyle{LF}
  \ifnoto@oldstyle\def\noto@figurestyle{OsF}\fi
  \def\noto@figurealign{T}
  \ifnoto@proportional\def\noto@figurealign{}\fi

\fi

\ifnoto@otf
  \RequirePackage{fontspec}
\else
  \RequirePackage{fontenc,fontaxes,mweights}
  \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
  \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
  \def\sufigures{\@nomath\sufigures
      \fontfigurestyle{superior}\selectfont}
  \DeclareTextFontCommand{\textsu}{\sufigures}
  \let\textsuperior\textsu
\fi

\ifnoto@otf
  \def\noto@regular{Regular}
  \ifxetex\XeTeXtracingfonts=1\fi
  \defaultfontfeatures{
        Ligatures = TeX ,
        Extension = .otf }
  \ifnoto@sf
    \setsansfont
        [ Scale     = \NotoSans@scale ,
          Numbers   = {\noto@figurealign, \noto@figurestyle} ,
          SmallCapsFeatures={Letters=SmallCaps} ,
          UprightFont    = *-\noto@regstyle ,
          ItalicFont     = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi ,
          BoldFont       = *-\noto@boldstyle , 
          BoldItalicFont = *-\noto@boldstyle Italic ]
        {NotoSans}
    \let\notosansfamily\sfdefault  
  \fi
  \ifnoto@rm
     \setmainfont 
        [ Numbers   = {\noto@figurealign, \noto@figurestyle} ,
          SmallCapsFeatures={Letters=SmallCaps} ,
          UprightFont    = *-\noto@regstyle ,
          ItalicFont     = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi ,
          BoldFont       = *-\noto@boldstyle , 
          BoldItalicFont = *-\noto@boldstyle Italic ]
        {NotoSerif}
  \fi
  \ifnoto@tt
    \setmonofont 
        [ Extension = .otf ,
          Scale     = \NotoMono@scale ,
          UprightFont    = *-Regular ,
          ItalicFont     = *-Italic ,
          BoldFont       = *-Bold , 
          BoldItalicFont = *-BoldItalic ]
        {NotoMono}
    \let\notomonofamily\ttdefault  
  \fi
  \ifnoto@sfdefault\renewcommand*\familydefault{\notosansfamily}\fi
  \newfontfamily\notosans
        [ Scale     = \NotoSans@scale ,
          Numbers   = {\noto@figurealign, \noto@figurestyle} ,
          SmallCapsFeatures={Letters=SmallCaps} ,
          UprightFont    = *-\noto@regstyle ,
          ItalicFont     = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi ,
          BoldFont       = *-\noto@boldstyle , 
          BoldItalicFont = *-\noto@boldstyle Italic ]
        {NotoSans}
  \newfontfamily\notoserif
        [ Numbers   = {\noto@figurealign, \noto@figurestyle} ,
          SmallCapsFeatures={Letters=SmallCaps} ,
          UprightFont    = *-\noto@regstyle ,
          ItalicFont     = *-\ifx\noto@regstyle\noto@regular Italic\else\noto@regstyle Italic\fi ,
          BoldFont       = *-\noto@boldstyle , 
          BoldItalicFont = *-\noto@boldstyle Italic ]
        {NotoSerif}
  \newfontfamily\notomono 
        [ Extension = .otf ,
          Scale     = \NotoMono@scale ,
          UprightFont    = *-Regular ,
          ItalicFont     = *-Italic ,
          BoldFont       = *-Bold , 
          BoldItalicFont = *-BoldItalic ]
        {NotoMono}
\else % type1
  \def\notosansfamily{NotoSans-\noto@figurealign\noto@figurestyle}
  \def\notoseriffamily{NotoSerif-\noto@figurealign\noto@figurestyle}
  \def\notomonofamily{NotoMono-TLF}
  \newcommand*\notoserif{\fontfamily{\notoseriffamily}\selectfont}
  \newcommand*\notosans{\fontfamily{\notosansfamily}\selectfont}
  \newcommand*\notomono{\fontfamily{\notomonofamily}\selectfont}
  \ifnoto@rm \def\rmdefault{\notoseriffamily} \fi
  \ifnoto@sf \def\sfdefault{\notosansfamily} \fi 
  \ifnoto@tt \def\ttdefault{\notomonofamily} \fi 
  \ifnoto@sfdefault\edef\familydefault{\sfdefault}\fi
\fi

\newcommand*\notoseriflgr{\fontencoding{LGR}\fontfamily{NotoSerif-TLF}\selectfont}
\newcommand*\notosanslgr{\fontencoding{LGR}\fontfamily{NotoSans-TLF}\selectfont}
\newcommand*\notomonolgr{\fontencoding{LGR}\fontfamily{NotoMono-TLF}\selectfont}


\ifnoto@otf
  % turn off defaults in case other fonts are selected:
  \defaultfontfeatures{}
\fi

\endinput