diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tex-gyre/tgschola.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tex-gyre/tgschola.sty | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tex-gyre/tgschola.sty b/Master/texmf-dist/tex/latex/tex-gyre/tgschola.sty new file mode 100644 index 00000000000..0ed9e3e0390 --- /dev/null +++ b/Master/texmf-dist/tex/latex/tex-gyre/tgschola.sty @@ -0,0 +1,35 @@ +%% Begin of file `tgschola.sty'. +% This file belongs to the TeX Gyre collection of fonts. The work is released +% under the GUST Font License. See the MANIFEST-TeX-Gyre-Schola.txt +% and README-TeX-Gyre-Schola.txt files for the details. +% For the most recent version of this license see +% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or +% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt +%% ---------------------------------------------------------------------------- +%% [EN] LaTeX2e support for Tex Gyre Schola fonts +%% The declaration `\usepackage{tgschola}' in the LaTeX preamble +%% will set TeX Gyre Schola as the default (serif) font for the document. +%% +%% [PL] Wspomaga stosowanie w LaTeXu kroju Tex Gyre Schola +%% Umieszczenie linijki `\usepackage{tgschola}' w preambule spowoduje +%% ustawienie TeX Gyre Schola jako podstawowego szeryfowego kroju +%% dokumentu, czyli kroju skojarzonego z poleceniem \rmfamily. +%% W dokumentach po polsku konieczne jest uaktywnienie kodowania +%% T1, QX lub OT4 (najlepiej przy pomocy pakietu 'polski'). Np.: +%% +%% \usepackage{tgschola} +%% \usepackage[T1]{polski} +%% ---------------------------------------------------------------------------- + + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{tgschola} + [2006/11/01 v1.0 TeX Gyre Schola as default roman family] + +\renewcommand{\rmdefault}{qcs} +\renewcommand{\familydefault}{\rmdefault} +\fontfamily{\familydefault} + +\endinput +%% +%% End of file `tgschola.sty'. |