summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-16 12:39:13 +0000
committerKarl Berry <karl@freefriends.org>2007-09-16 12:39:13 +0000
commit90df8d94b2a8ec37029d151e6c8010c5ea597630 (patch)
tree92938ed9caea158dc36a37e68c88fed7a65d82ab /Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty
parenta2e9b5f65b5f4b5a358520fa22c8855b5bb63661 (diff)
tex-gyre cursor 1.010 etc. (14sep07)
git-svn-id: svn://tug.org/texlive/trunk@4955 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty b/Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty
new file mode 100644
index 00000000000..620bc3a82c0
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tex-gyre/tgcursor.sty
@@ -0,0 +1,35 @@
+%% Begin of file `tgcursor.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-Cursor.txt
+% and README-TeX-Gyre-Cursor.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 Cursor fonts
+%% The declaration `\usepackage{tgcursor}' in the LaTeX preamble
+%% will set TeX Gyre Cursor as the default (serif) font for the document.
+%%
+%% [PL] Wspomaga stosowanie w LaTeXu kroju Tex Gyre Cursor
+%% Umieszczenie linijki `\usepackage{tgcursor}' w preambule spowoduje
+%% ustawienie TeX Gyre Cursor 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{tgcursor}
+%% \usepackage[T1]{polski}
+%% ----------------------------------------------------------------------------
+
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{tgcursor}
+ [2006/11/01 v1.0 TeX Gyre Cursor as default roman family]
+
+\renewcommand{\rmdefault}{qcr}
+\renewcommand{\familydefault}{\rmdefault}
+\fontfamily{\familydefault}
+
+\endinput
+%%
+%% End of file `tgcursor.sty'.