summaryrefslogtreecommitdiff
path: root/fonts/merriweather/latex/merriweather.sty
blob: 35fba36110f74eba2584473d03c2d93c749f9814 (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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
\ProvidesPackage{merriweather}[%
   2020/07/31 (Bob Tennent)  Supports Merriweather(Sans) fonts for all LaTeX engines. ] 

\RequirePackage{ifxetex,ifluatex,textcomp}

\newif\ifmerriweather@ttf
\ifxetex
  \merriweather@ttftrue
\else\ifluatex
  \merriweather@ttftrue
\else  % [pdf]LaTeX
  \merriweather@ttffalse
\fi\fi

\newcommand*{\Merriwthr@scale}{1}  % not adjustable
\newcommand*{\MerriwthrSans@scale}{1}
\RequirePackage{xkeyval}
\DeclareOptionX{scaled}{\renewcommand*{\MerriwthrSans@scale}{#1}}
\DeclareOptionX{scale}{\renewcommand*{\MerriwthrSans@scale}{#1}}

\newif\ifmerriweather@rm \merriweather@rmfalse
\newif\ifmerriweather@sf \merriweather@sffalse
\newif\ifmerriweather@sfdefault \merriweather@sfdefaultfalse
\newif\ifmerriweather@rmlight \merriweather@rmlightfalse
\newif\ifmerriweather@sflight \merriweather@sflightfalse
\newif\ifmerriweather@rmblack \merriweather@rmblackfalse
\newif\ifmerriweather@sfblack \merriweather@sfblackfalse

\DeclareOptionX{sf}{\merriweather@sftrue}
\DeclareOptionX{rm}{\merriweather@rmtrue}
\DeclareOptionX{sfdefault}{\merriweather@sftrue\merriweather@sfdefaulttrue}
\DeclareOptionX{type1}{\merriweather@ttffalse}
\DeclareOptionX{light}{\merriweather@rmlighttrue\merriweather@sflighttrue}
\DeclareOptionX{rmlight}{\merriweather@rmlighttrue}
\DeclareOptionX{sflight}{\merriweather@sflighttrue}
\DeclareOptionX{black}{\merriweather@rmblacktrue\merriweather@sfblacktrue}
\DeclareOptionX{rmblack}{\merriweather@rmblacktrue}
\DeclareOptionX{sfblack}{\merriweather@sfblacktrue}

\ProcessOptionsX\relax

\ifmerriweather@ttf
  \RequirePackage{fontspec}
\else
  \RequirePackage{fontenc,fontaxes,mweights}
\fi

\ifmerriweather@rm\else\ifmerriweather@sf\else
  \merriweather@rmtrue\merriweather@sftrue  % both false -> both true
\fi\fi


% Set main and/or sans fonts:
\ifmerriweather@ttf

  \ifxetex\XeTeXtracingfonts=1\fi
  \defaultfontfeatures{
     Ligatures = TeX ,
     Extension = .ttf ,
  }
  \ifmerriweather@rm
    \ifmerriweather@rmlight
      \ifmerriweather@rmblack
        \setmainfont
            [ UprightFont    = *-Light ,
              ItalicFont     = *-LightIt ,
              BoldFont       = *-UltraBold , 
              BoldItalicFont = *-UltraBdIt ]
            {Merriweather}
        \newfontfamily\merriweather
            [ UprightFont    = *-Light ,
              ItalicFont     = *-LightIt ,
              BoldFont       = *-UltraBold , 
              BoldItalicFont = *-UltraBdIt ]
            {Merriweather}
      \else
        \setmainfont
            [ UprightFont    = *-Light ,
              ItalicFont     = *-LightIt ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldIt ]
            {Merriweather}
        \newfontfamily\merriweather
            [ UprightFont    = *-Light ,
              ItalicFont     = *-LightIt ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldIt ]
            {Merriweather}
      \fi
    \else
      \ifmerriweather@rmblack
        \setmainfont
            [ UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-UltraBold , 
              BoldItalicFont = *-UltraBdIt ]
            {Merriweather}
        \newfontfamily\merriweather
            [ UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-UltraBold , 
              BoldItalicFont = *-UltraBdIt ]
            {Merriweather}
      \else
        \setmainfont
            [ UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldIt ]
            {Merriweather}
        \newfontfamily\merriweather
            [ UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldIt ]
            {Merriweather}
      \fi
    \fi
  \fi
  \ifmerriweather@sf
    \ifmerriweather@sflight
      \ifmerriweather@sfblack
        \setsansfont
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Light ,
              ItalicFont     = *-LightItalic ,
              BoldFont       = *-ExtraBold , 
              BoldItalicFont = *-ExBoldIt ]  
            {MerriweatherSans}
        \newfontfamily\merriweathersans
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Light ,
              ItalicFont     = *-LightItalic ,
              BoldFont       = *-ExtraBold , 
              BoldItalicFont = *-ExBoldIt ]  
            {MerriweatherSans}
      \else
        \setsansfont
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Light ,
              ItalicFont     = *-LightItalic ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldItalic ]  
            {MerriweatherSans}
        \newfontfamily\merriweathersans
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Light ,
              ItalicFont     = *-LightItalic ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldItalic ]  
            {MerriweatherSans}
      \fi
    \else
      \ifmerriweather@sfblack
        \setsansfont
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-ExtraBold , 
              BoldItalicFont = *-ExBoldIt ]  
            {MerriweatherSans}
        \newfontfamily\merriweathersans
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-ExtraBold , 
              BoldItalicFont = *-ExBoldIt ]  
            {MerriweatherSans}
      \else
        \setsansfont
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldItalic ]  
            {MerriweatherSans}
        \newfontfamily\merriweathersans
            [ Scale     = \MerriwthrSans@scale ,
              UprightFont    = *-Regular ,
              ItalicFont     = *-Italic ,
              BoldFont       = *-Bold , 
              BoldItalicFont = *-BoldItalic ]  
            {MerriweatherSans}
      \fi
    \fi
  \fi
  % grab the \sfdefault in case it changes subsequently:
  \let\merriweathersffamily\sfdefault
  \ifmerriweather@sfdefault
     \renewcommand*\familydefault{\merriweathersffamily}
  \fi
  \newfontfamily\merriweatherlight
      [ UprightFont    = *-Light ,
        ItalicFont     = *-LightIt ,
        BoldFont       = *-Light , 
        BoldItalicFont = *-LightIt ]
      {Merriweather}
  \newfontfamily\merriweathersanslight
      [ Scale     = \MerriwthrSans@scale ,
        UprightFont    = *-Light ,
        ItalicFont     = *-LightItalic ,
        BoldFont       = *-Light ,
        BoldItalicFont = *-LightItalic ]  
      {MerriweatherSans}
  \newfontfamily\merriweatherblack
      [ UprightFont    = *-UltraBold ,
        ItalicFont     = *-UltraBdIt ,
        BoldFont       = *-UltraBold , 
        BoldItalicFont = *-UltraBdIt ]
      {Merriweather}
  \newfontfamily\merriweathersansblack
      [ Scale     = \MerriwthrSans@scale ,
        UprightFont    = *-ExtraBold ,
        ItalicFont     = *-ExBoldIt ,
        BoldFont       = *-ExtraBold ,
        BoldItalicFont = *-ExBoldIt ]  
      {MerriweatherSans}

\else % type1

  \ifmerriweather@rm
    \ifmerriweather@rmlight\def\mdseries@rm{l}\else\def\mdseries@rm{m}\fi
    \ifmerriweather@rmblack\def\bfseries@rm{ub}\else\def\bfseries@rm{b}\fi
  \else
    \def\mdseries@rm{m}\def\bfseries@rm{b}
  \fi
  \ifmerriweather@sf
    \ifmerriweather@sflight\def\mdseries@sf{l}\else\def\mdseries@sf{m}\fi
    \ifmerriweather@sfblack\def\bfseries@sf{eb}\else\def\bfseries@sf{b}\fi
  \else
    \def\mdseries@sf{m}\def\bfseries@sf{b}
  \fi



  \def\merriweatherfamily{Merriwthr-OsF}
  \def\merriweathersffamily{MerriwthrSans-OsF}

  \ifmerriweather@rm
    \renewcommand*\rmdefault{\merriweatherfamily}
  \fi

  \ifmerriweather@sf
    \renewcommand*\sfdefault{\merriweathersffamily}
  \fi

  \ifmerriweather@sfdefault
    \renewcommand*\familydefault{\merriweathersffamily}
  \fi
  
  \renewcommand*\seriesdefault{\mdseries@rm}

  \newcommand*\merriweather{\fontfamily{\merriweatherfamily}\selectfont}
  \newcommand*\merriweathersans{\fontfamily{\merriweathersffamily}\selectfont}
  \newcommand*\merriweatherlight{\fontfamily{\merriweatherfamily}\fontseries{l}\selectfont}
  \newcommand*\merriweathersanslight{\fontfamily{\merriweathersffamily}\fontseries{l}\selectfont}
  \newcommand*\merriweatherblack{\fontfamily{\merriweatherfamily}\fontseries{ub}\selectfont}
  \newcommand*\merriweathersansblack{\fontfamily{\merriweathersffamily}\fontseries{eb}\selectfont}

\fi

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

\endinput