-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.sty
More file actions
33 lines (25 loc) · 796 Bytes
/
fonts.sty
File metadata and controls
33 lines (25 loc) · 796 Bytes
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
% This file is part of eclecTeX, a multi-purpose LaTeX library.
%
% © 2009-2013 Sebastián González Montesinos.
%
% This work may be distributed and/or modified under the conditions of
% the LaTeX Project Public License version 1.3 or later.
%
% This work has the LPPL maintenance status `maintained'.
% The Current Maintainer of this work is Sebastián González.
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eclectex/fonts}
[2013/07/10 v0.0 Font utilities.]
\ProcessOptions\relax
% ---[ Packages ]---
\RequirePackage{ifxetex}
\ifxetex
\RequirePackage{fontspec}
\else
\RequirePackage[T1]{fontenc} % avoid using together with fontspec
\fi
% ---[ Configuration ]---
\ifxetex
\defaultfontfeatures{Ligatures=TeX, Mapping=tex-text, Scale=MatchLowercase}
\fi
% ---[ Commands ]---