summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty
diff options
context:
space:
mode:
authorStaszek Wawrykiewicz <staw@gust.org.pl>2007-10-27 17:36:44 +0000
committerStaszek Wawrykiewicz <staw@gust.org.pl>2007-10-27 17:36:44 +0000
commit810688d38ba9b6cde74eb9a577ce38ea228ec677 (patch)
tree872526672d9654ea73b37cc376eddf3627009485 /Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty
parent877effe0d36b054bf5fa306809beabcdc153d673 (diff)
TeXGyre Chorus added
git-svn-id: svn://tug.org/texlive/trunk@5283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty b/Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty
new file mode 100644
index 00000000000..c13fcc48e6e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tex-gyre/tgchorus.sty
@@ -0,0 +1,35 @@
+%% Begin of file `tgchorus.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-Chorus.txt
+% and README-TeX-Gyre-Chorus.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 Chorus fonts
+%% The declaration `\usepackage{tgchorus}' in the LaTeX preamble
+%% will set TeX Gyre Chorus as the default (serif) font for the document.
+%%
+%% [PL] Wspomaga stosowanie w LaTeXu kroju Tex Gyre Chorus
+%% Umieszczenie linijki `\usepackage{tgchorus}' w preambule spowoduje
+%% ustawienie TeX Gyre Chorus 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{tgchorus}
+%% \usepackage[T1]{polski}
+%% ----------------------------------------------------------------------------
+
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{tgchorus}
+ [2006/11/01 v1.0 TeX Gyre Chorus as default serif family]
+
+\renewcommand{\rmdefault}{qzc}
+\renewcommand{\familydefault}{\rmdefault}
+\fontfamily{\familydefault}
+
+\endinput
+%%
+%% End of file `tgchorus.sty'.