%% Begin of file `tgadventor.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-Adventor.txt % and README-TeX-Gyre-Adventor.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 Adventor fonts %% The declaration `\usepackage{tgadventor}' in the LaTeX preamble will %% set TeX Gyre Adventor as the default (sansserif) font for the document. %% %% [PL] Wspomaga stosowanie w LaTeXu kroju Tex Gyre Adventor %% Umieszczenie linijki `\usepackage{tgadventor}' w preambule spowoduje %% ustawienie TeX Gyre Adventor jako podstawowego bezszeryfowego kroju %% dokumentu, czyli kroju skojarzonego z poleceniem \sffamily. %% W dokumentach po polsku konieczne jest uaktywnienie kodowania %% T1, QX lub OT4 (najlepiej przy pomocy pakietu 'polski'). Np.: %% %% \usepackage{tgadventor} %% \usepackage[T1]{polski} %% ---------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{tgadventor} [2007/03/30 v1.0 TeX Gyre Adventor as default sansserif family] \renewcommand{\sfdefault}{qag} \renewcommand{\familydefault}{\sfdefault} \fontfamily{\familydefault} \endinput %% %% End of file `tgadventor.sty'.