--- tex-gyre-20150923.orig/debian/65-fonts-texgyre.conf +++ tex-gyre-20150923/debian/65-fonts-texgyre.conf @@ -0,0 +1,48 @@ + + + + + /usr/share/texmf/fonts/opentype/public/tex-gyre + /usr/share/texmf/fonts/opentype/public/tex-gyre-math + + + + + TeXGyreAdventor + Type 1 + + + TeXGyreBonum + Type 1 + + + TeXGyreChorus + Type 1 + + + TeXGyreCursor + Type 1 + + + TeXGyreHeros + Type 1 + + + TeXGyreHerosCondensed + Type 1 + + + TeXGyrePagella + Type 1 + + + TeXGyreSchola + Type 1 + + + TeXGyreTermes + Type 1 + + + + --- tex-gyre-20150923.orig/debian/README.Debian +++ tex-gyre-20150923/debian/README.Debian @@ -0,0 +1,65 @@ +How to use the TeX Gyre fonts with LaTeX-based engines[1]? +-------------------------------------------------------------- + +By adding: + +For TeX Gyre Adventor: + \usepackage{tgadventor} +For TeX Gyre Bonum: + \usepackage{tgbonum} +For TeX Gyre Cursor: + \usepackage{tgcursor} +For TeX Gyre Heros: + \usepackage{tgheros} +For TeX Gyre Pagella: + \usepackage{tgpagella} +For TeX Gyre Schola: + \usepackage{tgschola} +For TeX Gyre Termes: + \usepackage{tgtermes} + +Please don't forget to select a suitable font encoding. For example, for +most texts using the latin script you should include: + + \usepackage[T1]{fontenc} + \usepackage{textcomp} + +in the preamble. + +[1] By LaTeX-based engine, I mean a program such as latex or pdflatex. + + +How to use the TeX Gyre fonts with TeX? +--------------------------------------- + +If you are using TeX directly, you should know that. ;-) +You can find the name of the fonts as far as TeX sees them with the +following command (this assumes lmodern is installed): + + dpkg -L tex-gyre | grep '\.tfm$' | sed 's@.*/\([^/]\{1,\}\)\.tfm$@\1@' + +Then, to use Termes Roman in T1 encoding (Cork), for instance, you can do: + + \font\Myfont=ec-qtmr {\Myfont Sample text in ec-qtmr Termes} + +However, you should be aware that ec-qtmr being T1-encoded makes things +difficult when using TeX directly; you cannot access all its characters as +easily as with the LaTeX packages 'inputenc' and 'fontenc'. For instance, +things such as \'e will probably not do what you would like. + + +The PFM files are not included +------------------------------ + +The upstream tarball of the TeX Gyre fonts comes with PFM files +(Printer Font Metrics). As they seem to be hardly ever used in the free +software world, they are not included in this Debian package in order to +save space. The package contains the AFM files (Adobe Font Metrics) +however, which should be equivalent to the PFM files but are much more +common in the free software world in my experience. + +If you have a reason to think that the PFM files should be included, +please contact me. + + + -- Norbert Preining , Thu Aug 23 19:03:35 CEST 2007 --- tex-gyre-20150923.orig/debian/VERSIONS +++ tex-gyre-20150923/debian/VERSIONS @@ -0,0 +1,51 @@ +This package includes the following versions of various TeX Gyre fonts: + +TeX Gyre Adventor + Version: 2.003 + Date: 16 IX 2009 + +TeX Gyre Bonum + Version: 2.004 + Date: 30 X 2009 + +TeX Gyre Chorus + Version: 2.003 + Date: 16 IX 2009 + +TeX Gyre Cursor + Version: 2.004 + Date: 30 X 2009 + +TeX Gyre Heros + Version: 2.004 + Date: 30 X 2009 + +TeX Gyre Pagella + Version: 2.004 + Date: 7 X 2009 + +TeX Gyre Schola + Version: 2.005 + Date: 30 X 2009 + +TeX Gyre Termes + Version: 2.004 + Date: 7 X 2009 + +TeX Gyre Bonum Math + Version: 1.002 + Date: 12 V 2014 + +TeX Gyre Pagella Math + Version: 1.605 + Date: 14 1 2013 + +TeX Gyre Schola Math + Version: 1.526 + Date: 12 V 2014 + +TeX Gyre Termes Math + Version: 1.502 + Date: 14 I 2013 + + --- tex-gyre-20150923.orig/debian/changelog +++ tex-gyre-20150923/debian/changelog @@ -0,0 +1,110 @@ +tex-gyre (20150923-1) unstable; urgency=medium + + * new upstream release with new math fonts + * override license-problem-font-adobe-copyrighted-fragment + * bump standards version to 3.9.6, no changes necessary + + -- Norbert Preining Thu, 24 Sep 2015 20:09:08 +0900 + +tex-gyre (20140520-1) unstable; urgency=medium + + * changed versioning of fonts, as it is a mixture of too many + releases and versions + * new upstream based on TL 2014 prerelease which includes new + TeX Gyre Math fonts for Bonum and Schola + * Remove the fontconfig patch which registered the fonts as aliases for the + Adobe PostScript Base fonts. This is already handled by fontconfig + upstream in recent versions. (Closes: #735143) Thanks Fabian Greffrath. + * drop fonts-texgyre to recommends (Closes: #737269) + * bump standards version, no changes necessary + * add multiarch: foreign to all packages + + -- Norbert Preining Tue, 20 May 2014 12:55:56 +0900 + +tex-gyre (2.004.2-4) unstable; urgency=low + + * fix dangling symlinks of doc files (Closes: #706993) + + -- Norbert Preining Tue, 07 May 2013 13:42:30 +0900 + +tex-gyre (2.004.2-3) experimental; urgency=low + + * fix Vcs fields + * move doc files into /usr/share/texmf/doc + * build-depend on tex-common >= 4.01 + * bump standards version to 3.9.4, no changes necessary + * adjust lintian ignore for new location + + -- Norbert Preining Wed, 19 Dec 2012 14:20:41 +0900 + +tex-gyre (2.004.2-2) unstable; urgency=low + + * fix wrong symlinks for fonts.conf files, thanks Fabian for spotting it + + -- Norbert Preining Wed, 31 Oct 2012 07:27:42 +0900 + +tex-gyre (2.004.2-1) unstable; urgency=low + + * New upstream release: inclusion of tex-gyre-math fonts, that is + TeX Gyre Pagella Math and TeX Gyre Thermes Math fonts opentype format + (adapt packaging, adjust copyright file) + * split OTF fonts into a separate package fonts-texgyre + (Closes: #689580, #689581) + * make OTF fonts available to fontconfig, and disable the Type1 fonts + for fontconfig, but keep them for normal X (Closes: #686098) + * register fonts as metric compatible alternatives to the Adobe Fonts + (Closes: #616419) + Thanks to Fabian Greffrath who provided the fontconfig conf files, + did lots of inquire and testing. + * bump standards version, shut lintian up since we create the + copyright file, use .install files, bump compat level to 7 + + -- Norbert Preining Tue, 30 Oct 2012 12:22:04 +0900 + +tex-gyre (2.004.1-4) unstable; urgency=low + + * upload to unstable + + -- Norbert Preining Thu, 22 Mar 2012 18:24:07 +0900 + +tex-gyre (2.004.1-3) experimental; urgency=low + + * fix dangling symlink after the renaming qzcri -> qzcmi (Closes: #566986) + * ack NMU (Closes: #649830) + * build from tex-common v3 for TL2012, remove updmap.d conffile + * build-dep on tex-common >= 3 + + [ Hilmar Preuße ] + * Use maintscript support in dh_installdeb rather than writing out + dpkg-maintscript-helper commands by hand. Thanks to Colin Watson + (Closes: #659746) + + -- Norbert Preining Mon, 05 Mar 2012 09:33:53 +0900 + +tex-gyre (2.004.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Transition away from defoma. Closes: #649830 + + -- Christian Perrier Sat, 17 Dec 2011 18:55:59 +0100 + +tex-gyre (2.004.1-2) unstable; urgency=low + + * forced rebuild due to defoma breakage (Closes: #560776) + + -- Norbert Preining Sat, 26 Dec 2009 18:25:28 +0900 + +tex-gyre (2.004.1-1) unstable; urgency=low + + * new upstream release without changed version number + * TeX Gyre Schola in fact is now ver 2.005. + * link the -hist files also into /u/s/d/tex-gyre as they contain + the changes of the fonts (see #552238) + + -- Norbert Preining Tue, 17 Nov 2009 19:49:02 +0900 + +tex-gyre (2.004-1) unstable; urgency=low + + * First upload to Debian after the license cleanup + + -- Norbert Preining Sun, 11 Oct 2009 14:48:01 +0900 --- tex-gyre-20150923.orig/debian/compat +++ tex-gyre-20150923/debian/compat @@ -0,0 +1 @@ +7 --- tex-gyre-20150923.orig/debian/control +++ tex-gyre-20150923/debian/control @@ -0,0 +1,77 @@ +Source: tex-gyre +Section: tex +Priority: optional +Maintainer: Debian TeX maintainers +Uploaders: Norbert Preining +Build-Depends: debhelper (>= 8.1.0) +Build-Depends-Indep: tex-common (>= 4.01) +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/debian-tex/tex-gyre.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/tex-gyre.git +Homepage: http://www.gust.org.pl/projects/e-foundry/tex-gyre/ + +Package: tex-gyre +Section: tex +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends} +Recommends: fonts-texgyre (= ${source:Version}) +Multi-Arch: foreign +Description: scalable PostScript and OpenType fonts based on URW Fonts + The TeX Gyre project, following the Latin Modern project, aims at providing + a rich collection of diacritical characters in the attempt to cover as many + Latin-based scripts as possible. + . + This package provides TeX support and Type1 (PostScript) fonts. If only + the OpenType fonts are needed, please see the package fonts-texgyre. + . + See the description for fonts-texgyre package for more information. + +Package: fonts-texgyre +Section: fonts +Architecture: all +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends} +Replaces: tex-gyre (<= 2.004.1-4) +Breaks: tex-gyre (<= 2.004.1-4), fontconfig-config (<< 2.11.0) +Multi-Arch: foreign +Description: OpenType fonts based on URW Fonts + The TeX Gyre project, following the Latin Modern project, aims at providing + a rich collection of diacritical characters in the attempt to cover as many + Latin-based scripts as possible. + . + This package provides the OpenType variant of these fonts. For support + for TeX and Type 1 (PostScript) fonts, see the tex-gyre package. + . + The TeX-GYRE bundle consists of seven font families: + . + The TeX Gyre Adventor family of fonts is based on the URW Gothic L + family (designed by Herb Lubalin and Tom Carnase). + . + The TeX Gyre Bonum family of fonts is based on the URW Bookman L family + (designed by Alexander Phemister). + . + The TeX Gyre Chorus font is based on URW Chancery L Medium Italic + (designed by Hermann Zapf (ITC Zapf Chancery(R), 1979)). + . + The TeX Gyre Cursor family is based on the URW Nimbus Mono L family + (designed by Howard G. (Bud) Kettler in 1955 for the IBM corporation). + . + The TeX Gyre Heros family of fonts is based on the URW Nimbus Sans L + (prepared by Max Miedinger, with Eduard Hoffmann). + . + The TeX Gyre Pagella family of fonts is based on the URW Palladio L + family (designed by Hermann Zapf). + . + The TeX Gyre Schola family of fonts is based on the URW Century + Schoolbook L family (designed by Morris Fuller Benton). + . + The TeX Gyre Termes is based on the URW Nimbus Roman No9 L family + (designed by Stanley Morison together with Starling Burgess and + Victor Lardent). + . + The constituent 4 standard faces of each family have been greatly + extended, and contain nearly 1200 glyphs each. Each family is + available in Adobe Type 1 and Open Type formats, and LaTeX support + (for use with a variety of encodings) is provided. Vietnamese + characters were added by Han The Thanh. --- tex-gyre-20150923.orig/debian/copyright.in +++ tex-gyre-20150923/debian/copyright.in @@ -0,0 +1,271 @@ +This package was debianized by Norbert Preining on +Thu, 23 Aug 2007 18:38:31 +0200. + +The following TeX Live packages were downloaded from + http://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/ +and merged into one orig.tar.gz file: + tex-gyre.tar.xz + tex-gyre.doc.tar.xz + tex-gyre-math.tar.xz + tex-gyre-math.doc.tar.xz +This is done with the script debian/make-orig-tar + +Upstream work +------------- + +We include the relevant parts from the various README-* files: + +----- README-TeX-Gyre-Adventor.txt: +License: + % Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Adventor.txt file. + + +----- README-TeX-Gyre-Bonum.txt +License: + % Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % The original Greek symbols were replaced by the relevant glyphs + % from the Kerkis package (http://iris.math.aegean.gr/kerkis/) + % with the kind permission of the authors, Apostolos Syropoulos + % and Antonis Tsolomitis. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed in + % % in the MANIFEST-TeX-Gyre-Bonum.txt file. + + +----- README-TeX-Gyre-Chorus.txt +License: + % Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Chorus.txt file. + + +----- README-TeX-Gyre-Cursor.txt +License: + % Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed in + % the MANIFEST-TeX-Gyre-Cursor.txt file. + + +----- README-TeX-Gyre-Heros.txt +License: + % Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Heros.txt file. + + +----- README-TeX-Gyre-Pagella.txt +License: + % Copyright 2006--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Pagella.txt file. + + +----- README-TeX-Gyre-Schola.txt +License: + % Copyright 2007--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed in + % in the MANIFEST-TeX-Gyre-Schola.txt file. + + +----- README-TeX-Gyre-Termes.txt +License: + % Copyright 2006--2009 for TeX Gyre extensions by B. Jackowski + % and J.M. Nowacki (on behalf of TeX Users Groups). + % Vietnamese characters were added by Han The Thanh. + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt ). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Termes.txt file. + + +----- README-TeX-Gyre-Bonum-Math.txt +License: + % Copyright 2014 for the TeX Gyre math extensions by B. Jackowski, + % P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski, Piotr Strzelczyk and Piotr Pianowski. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Bonum.txt file. + + +----- README-TeX-Gyre-Pagella-Math.txt +License: + % Copyright 2012--2014 for the TeX Gyre math extensions by B. Jackowski, + % P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski, Piotr Strzelczyk and Piotr Pianowski. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Pagella.txt file. + + +----- README-TeX-Gyre-Schola-Math.txt +License: + % Copyright 2014 for the TeX Gyre math extensions by B. Jackowski, + % P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski, Piotr Strzelczyk and Piotr Pianowski. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Schola.txt file. + + +----- README-TeX-Gyre-Termes-Math.txt +License: + % Copyright 2012--2014 for the TeX Gyre math extensions by B. Jackowski, + % P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). + % + % This work can be freely used and distributed under + % the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) + % which is actually an instance of the LaTeX Project Public License + % (LPPL -- see http://www.latex-project.org/lppl.txt). + % + % This work has the maintenance status "maintained". The Current Maintainer + % of this work is Bogus\l{}aw Jackowski, Piotr Strzelczyk and Piotr Pianowski. + % + % This work consists of the files listed + % in the MANIFEST-TeX-Gyre-Termes.txt file. + + + +------------------ + +See the appendix A for the GUST Font License. + +Debian packaging +---------------- + +Copyright (c) 2004, 2005, 2006, 2007 Florent Rougon +Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Norbert Preining + +The packaging of the TeX Gyre fonts are based heavily on Florent's +package for the Latin Modern fonts (lmodern). + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General Public License version +2 can be found in `/usr/share/common-licenses/GPL-2'. + + +Appendix A -- GUST Font License +------------------------------- + +What follows is the exact contents of GUST-FONT-LICENSE.txt from the +upstream distribution of the TeX Gyre fonts. + --- tex-gyre-20150923.orig/debian/fonts-texgyre.install +++ tex-gyre-20150923/debian/fonts-texgyre.install @@ -0,0 +1,5 @@ +fonts/opentype/public/tex-gyre/*.otf usr/share/texmf/fonts/opentype/public/tex-gyre +fonts/opentype/public/tex-gyre-math/*.otf usr/share/texmf/fonts/opentype/public/tex-gyre-math +doc/fonts/tex-gyre/* usr/share/texmf/doc/fonts/tex-gyre +doc/fonts/tex-gyre-math/* usr/share/texmf/doc/fonts/tex-gyre-math +debian/65-fonts-texgyre.conf etc/fonts/conf.avail --- tex-gyre-20150923.orig/debian/fonts-texgyre.lintian-overrides +++ tex-gyre-20150923/debian/fonts-texgyre.lintian-overrides @@ -0,0 +1,2 @@ +fonts-texgyre binary: extra-license-file usr/share/texmf/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt +fonts-texgyre binary: extra-license-file usr/share/texmf/doc/fonts/tex-gyre-math/GUST-FONT-LICENSE.txt --- tex-gyre-20150923.orig/debian/fonts-texgyre.maintscript +++ tex-gyre-20150923/debian/fonts-texgyre.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/fonts/conf.avail/30-fonts-texgyre-aliases.conf 2.004.2-4.1~ fonts-texgyre --- tex-gyre-20150923.orig/debian/maintscript +++ tex-gyre-20150923/debian/maintscript @@ -0,0 +1,2 @@ +rm_conffile /etc/defoma/hints/ttf-gyre.hints 2.004.1-2 +rm_conffile /etc/texmf/updmap.d/20tex-gyre.cfg 2.004.1-2.1 --- tex-gyre-20150923.orig/debian/make-orig-tar +++ tex-gyre-20150923/debian/make-orig-tar @@ -0,0 +1,39 @@ + +tlnet=${1:-/var/www/norbert/tlnet} + +package=tex-gyre +contents="tex-gyre tex-gyre-math" + + +version=`dpkg-parsechangelog --show-field version | sed -e s/-.*$//` + +pkg="${package}-${version}" +orig="${package}_${version}.orig.tar.gz" + +if [ -r $pkg ] ; then + echo "already here: $pkg" + exit 1 +fi + +unpackone() { + what=$1 + for i in "" .doc .source .i386-linux ; do + fn="$tlnet/archive/$what${i}.tar.xz" + if [ -r "$fn" ] ; then + echo "unpacking $fn" + tar -xf "$fn" + fi + done +} + +echo "installing from $tlnet" + +mkdir -p $pkg +cd $pkg +for i in $contents ; do + unpackone $i +done +cd .. + +GZIP=-9 tar -czf $orig $pkg + --- tex-gyre-20150923.orig/debian/preinst +++ tex-gyre-20150923/debian/preinst @@ -0,0 +1,11 @@ +#! /bin/sh + +set -e + +if dpkg --compare-versions "$2" lt 2.004.1-3; then + if [ -x "which defoma-font 2>/dev/null" ]; then + defoma-font purge /etc/defoma/hints/ttf-gyre.hints + fi +fi + +#DEBHELPER# --- tex-gyre-20150923.orig/debian/rules +++ tex-gyre-20150923/debian/rules @@ -0,0 +1,169 @@ +#! /usr/bin/make -f + +PKG := tex-gyre +PKGFONTS := fonts-texgyre +PKG_INSTALL_DIR := debian/$(PKG) +PKGFONTS_INSTALL_DIR := debian/$(PKGFONTS) + +FAMILIES := qag qbk qzc qcr qcs qhv qpl qtm +FAMILYNAMES := Adventor Bonum Chorus Cursor Heros Pagella \ + Schola Termes + +INSTALL := install +INSTALL_FILE := $(INSTALL) -p -o root -g root -m 644 + + +SHELL := /bin/bash + +build: build-arch build-indep +# We have nothing to do here but the Debian Policy says this target must +# exist. + +build-arch: +# Nothing to do here + +build-indep: build-indep-stamp + +build-indep-stamp: + dh_testdir fonts/type1/public/tex-gyre/qtmr.pfb tex/latex/tex-gyre/tgtermes.sty + # Warn the person building the package if new files were added + # to the .orig.tar.gz + .diff.gz that this script is not aware of. + @newfiles=$$(find . -type f | grep -Ev \ + -e '^\./debian/' \ + -e '^\./tlpkg/' \ + -e '^\./fonts/type1/public/tex-gyre/[^/]*\.pf[bm]$$' \ + -e '^\./fonts/afm/public/tex-gyre/[^/]*\.afm$$' \ + -e '^\./fonts/tfm/public/tex-gyre/[^/]*\.tfm$$' \ + -e '^\./fonts/map/dvips/tex-gyre/[^/]*\.map$$' \ + -e '^\./fonts/enc/dvips/tex-gyre/[^/]*\.enc$$' \ + -e '^\./fonts/opentype/public/tex-gyre/[^/]*\.otf$$' \ + -e '^\./fonts/opentype/public/tex-gyre-math/[^/]*\.otf$$' \ + -e '^\./tex/latex/tex-gyre/[^/]*\.(fd|sty)$$' \ + -e '^\./doc/fonts/tex-gyre-math/[^/]*\.(tex|pdf|txt|fea|docx)$$' \ + -e '^\./doc/fonts/tex-gyre-math/README$$' \ + -e '^\./doc/fonts/tex-gyre/[^/]*\.(tex|pdf|txt|fea|nam)$$' || true) && \ + if [ -n "$$newfiles" ]; then \ + { echo "New files were found in the patched tarball" \ + "(.orig.tar.gz + .diff.gz):"; \ + echo "$$newfiles" | sed 's/^\(.*\)$$/ \1/'; \ + echo; \ + echo "Please update the debian/rules file accordingly."; \ + } >&2; \ + exit 1; \ + fi + + # Upstream provides /fonts/map/dvips/tex-gyre/q??.map that + # should be equivalent to all the encoding-specific map files in + # /fonts/map/dvips/tex-gyre/ + # Let's check if this is really the case. + @export LC_COLLATE=C && for fam in $(FAMILIES) ; do \ + a=$$(find fonts/map/dvips/tex-gyre -name "$$fam-*.map" \ + -print0 | xargs -0r cat | grep -Ev -e '^(%|[[:space:]]*$$)' \ + | sort) \ + && b=$$(sort < fonts/map/dvips/tex-gyre/$$fam.map | grep -Ev -e \ + '^(%|[[:space:]]*$$)') \ + && if [ "$$a" != "$$b" ]; then \ + { echo; \ + echo "Warning: fonts/map/dvips/tex-gyre/$$fam.map does not appear to" \ + "be equivalent to"; \ + echo "the concatenation of the other family's map files found in" \ + "fonts/map/dvips/tex-gyre/."; \ + echo; \ + } >&2; \ + fi ; \ + done + + # Generate $(PKG).scale from $(PKG).defoma-hints (since it contains + # nice hand-crafted XLFD names for the fonts). + sed -nf debian/sed_scripts/gen-fonts.scale \ + "debian/$(PKG).defoma-hints" > "debian/$(PKG).scale.tmp" + { wc -l < "debian/$(PKG).scale.tmp" && \ + cat "debian/$(PKG).scale.tmp"; \ + } > "debian/$(PKG).scale" + + # The following generated list should be safe with respect to font + # file names containing spaces (there is one name per line)... + sed -ne 's/^[[:blank:]]*begin[[:blank:]]\{1,\}.*[/]\([^/]\{1,\}\)\.pfb[[:blank:]]*$$/\1/p' \ + < "debian/$(PKG).defoma-hints" > "debian/$(PKG).fontlist-x11" + + # Generate the actual copyright file from copyright.in and + # the GUST license + cat debian/copyright.in doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt \ + > debian/copyright + + touch build-indep-stamp + +clean: + dh_testdir fonts/type1/public/tex-gyre/qtmr.pfb tex/latex/tex-gyre/tgtermes.sty + dh_testroot + # debian/$(PKG).links is automatically generated from the list of + # fonts to declare to X11 among other things, so we have to delete + # it here. + rm -f build-indep-stamp debian/copyright \ + "debian/$(PKG).scale.tmp" "debian/$(PKG).scale" \ + "debian/$(PKG).fontlist-x11" "debian/$(PKG).links" + dh_clean + +binary-indep: build-indep + dh_testdir fonts/type1/public/tex-gyre/qtmr.pfb tex/latex/tex-gyre/tgtermes.sty + dh_testroot + dh_clean + + # We will call dh_link only once for the build, with all desired links + # specified in $(PKG).links because it is much faster than spawning + # a dh_link (actually, Perl) process for every symbolic link in this + # package. So, $(PKG).links starts as an empty file and (target, link) + # pairs will be added to it in the relevant places. + : > "debian/$(PKG).links" + + + # Setup symlinks so that X can see the AFM and PFB files as well. + sed -nf debian/sed_scripts/gen-x-fonts-links-list \ + "debian/$(PKG).fontlist-x11" >> "debian/$(PKG).links" + + dh_install + dh_installxfonts + dh_installtex mapfile=debian/tex-gyre.cfg + dh_installtex -p $(PKGFONTS) + + $(foreach PPP, $(PKG) $(PKGFONTS), \ + dh_link -p $(PPP) \ + $(foreach FAM, $(FAMILYNAMES), \ + usr/share/texmf/doc/fonts/tex-gyre/README-TeX-Gyre-$(FAM).txt \ + usr/share/doc/$(PPP)/README-TeX-Gyre-$(FAM).txt) \ + $(foreach FAM, $(FAMILIES), \ + usr/share/texmf/doc/fonts/tex-gyre/$(FAM)-info.pdf \ + usr/share/doc/$(PPP)/$(FAM)-info.pdf) \ + $(foreach FAM, $(FAMILIES), \ + usr/share/texmf/doc/fonts/tex-gyre/$(FAM)-hist.txt \ + usr/share/doc/$(PPP)/$(FAM)-hist.txt) \ + usr/share/texmf/doc/fonts/tex-gyre-math/README-TeX-Gyre-Bonum-Math.txt \ + usr/share/doc/$(PPP)/README-TeX-Gyre-Bonum-Math.txt \ + usr/share/texmf/doc/fonts/tex-gyre-math/README-TeX-Gyre-Pagella-Math.txt \ + usr/share/doc/$(PPP)/README-TeX-Gyre-Pagella-Math.txt \ + usr/share/texmf/doc/fonts/tex-gyre-math/README-TeX-Gyre-Schola-Math.txt \ + usr/share/doc/$(PPP)/README-TeX-Gyre-Schola-Math.txt \ + usr/share/texmf/doc/fonts/tex-gyre-math/README-TeX-Gyre-Termes-Math.txt \ + usr/share/doc/$(PPP)/README-TeX-Gyre-Termes-Math.txt \ + ; ) + dh_link -p $(PKGFONTS) \ + etc/fonts/conf.avail/65-$(PKGFONTS).conf \ + etc/fonts/conf.d/65-$(PKGFONTS).conf + + dh_installdocs debian/VERSIONS + dh_installchangelogs + dh_lintian + dh_compress -X.pdf + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: +# We have nothing to do here but the Debian Policy says this target must +# exist. + +binary: binary-indep binary-arch + +.PHONY: clean build build-arch build-indep binary binary-indep binary-arch --- tex-gyre-20150923.orig/debian/sed_scripts/gen-fonts.scale +++ tex-gyre-20150923/debian/sed_scripts/gen-fonts.scale @@ -0,0 +1,12 @@ +/^[[:blank:]]*begin[[:blank:]]\{1,\}[/]/,/^[[:blank:]]*end[[:blank:]]*$/{ + /^[[:blank:]]*begin[[:blank:]]\{1,\}.*[/]\([^/]\{1,\}\)$/{ + s/^[[:blank:]]*begin[[:blank:]]\{1,\}.*[/]\([^/]\{1,\}\)$/\1/ + h + } + /^[[:blank:]]*X-FontName[0-9]\{1,\}[[:blank:]]*=[[:blank:]]*[^[:blank:]]\{1,\}/{ + s/^[[:blank:]]*X-FontName[0-9]\{1,\}[[:blank:]]*=[[:blank:]]*\([^[:blank:]]\{1,\}\)/\1/ + s/_/ /g + G + s/\(.*\)\n\(.*\)/\2 \1/p + } +} --- tex-gyre-20150923.orig/debian/sed_scripts/gen-x-fonts-links-list +++ tex-gyre-20150923/debian/sed_scripts/gen-x-fonts-links-list @@ -0,0 +1,2 @@ +s@^\(.*\)$@usr/share/texmf/fonts/type1/public/tex-gyre/\1.pfb usr/share/fonts/X11/Type1/\1.pfb\ +usr/share/texmf/fonts/afm/public/tex-gyre/\1.afm usr/share/fonts/X11/Type1/\1.afm@p --- tex-gyre-20150923.orig/debian/source.lintian-overrides +++ tex-gyre-20150923/debian/source.lintian-overrides @@ -0,0 +1 @@ +tex-gyre source: no-debian-copyright --- tex-gyre-20150923.orig/debian/tex-gyre.cfg +++ tex-gyre-20150923/debian/tex-gyre.cfg @@ -0,0 +1,33 @@ +# Don't delete the following pseudo-comment unless you know what you are doing. +# -_- DebPkgProvidedMaps -_- +# This file will *not* be included in updmap.cfg if the tex-gyre package is +# removed. Please read update-updmap(1) for details. +# +# This file is part of the set of files used to (indirectly) generate the +# final map files such as psfonts_{t1,pk}.map, {pdftex,dvipdfm}_{,n}dl14.map, +# ps2pk.map, builtin35.map and download35.map under /var/lib/texmf/fonts/map/ +# (with psfonts.map being a symbolic link to one of psfonts_{t1,pk}.map, +# pdftex.map a symbolic link to one of pdftex_{,n}dl14.map and dvipdfm.map a +# symbolic link to one of dvipdfm_{,n}dl14.map, the choice depending on your +# updmap configuration, which you can customize by altering the files in +# /etc/texmf/updmap.d/ and running update-updmap). +# +# You should *not* modify the aforementioned final map files under +# /var/lib/texmf/fonts/map/ directly, for they are automatically generated by +# updmap-sys(1). Instead, you should read update-updmap(1), updmap-sys(1) and +# if you actually need to make changes to the aforementioned final map files, +# you should make the changes in /etc/texmf/updmap.d/, use update-updmap to +# regenerate /var/lib/texmf/web2c/updmap.cfg and finally updmap-sys to +# regenerate the final map files. +# +# Reading /etc/texmf/updmap.d/00updmap.cfg can also help understand how all +# this works. +# +Map qag.map +Map qbk.map +Map qcr.map +Map qcs.map +Map qhv.map +Map qpl.map +Map qtm.map +Map qzc.map --- tex-gyre-20150923.orig/debian/tex-gyre.defoma-hints +++ tex-gyre-20150923/debian/tex-gyre.defoma-hints @@ -0,0 +1,694 @@ +category type1 +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qzcmi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreChorus-MediumItalic + Charset = font-specific + Family = TeXGyreChorus + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreChorus-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qzcmi.afm + FontName1 = TeXGyreChorus-MediumItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreChorus-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreChorus-MediumItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreChorus-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qagr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreAdventor-Regular + Charset = font-specific + Family = TeXGyreAdventor + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreAdventor-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qagr.afm + FontName1 = TeXGyreAdventor-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreAdventor-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreAdventor-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreAdventor-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qagri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreAdventor-Italic + Charset = font-specific + Family = TeXGyreAdventor + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreAdventor-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qagri.afm + FontName1 = TeXGyreAdventor-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreAdventor-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreAdventor-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreAdventor-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qagb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreAdventor-Bold + Charset = font-specific + Family = TeXGyreAdventor + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreAdventor-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qagb.afm + FontName1 = TeXGyreAdventor-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreAdventor-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreAdventor-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreAdventor-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qagbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreAdventor-BoldItalic + Charset = font-specific + Family = TeXGyreAdventor + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreAdventor-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qagbi.afm + FontName1 = TeXGyreAdventor-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreAdventor-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreAdventor-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreAdventor-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qbkr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreBonum-Regular + Charset = font-specific + Family = TeXGyreBonum + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreBonum-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qbkr.afm + FontName1 = TeXGyreBonum-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreBonum-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreBonum-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreBonum-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qbkri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreBonum-Italic + Charset = font-specific + Family = TeXGyreBonum + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreBonum-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qbkri.afm + FontName1 = TeXGyreBonum-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreBonum-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreBonum-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreBonum-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qbkb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreBonum-Bold + Charset = font-specific + Family = TeXGyreBonum + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreBonum-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qbkb.afm + FontName1 = TeXGyreBonum-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreBonum-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreBonum-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreBonum-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qbkbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreBonum-BoldItalic + Charset = font-specific + Family = TeXGyreBonum + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreBonum-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qbkbi.afm + FontName1 = TeXGyreBonum-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreBonum-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreBonum-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreBonum-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcrr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreCursor-Regular + Charset = font-specific + Family = TeXGyreCursor + GeneralFamily = Typewriter + Weight = Medium + Width = Fixed + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreCursor-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcrr.afm + FontName1 = TeXGyreCursor-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreCursor-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreCursor-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreCursor-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcrri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreCursor-Italic + Charset = font-specific + Family = TeXGyreCursor + GeneralFamily = Typewriter + Weight = Medium + Width = Fixed + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreCursor-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcrri.afm + FontName1 = TeXGyreCursor-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreCursor-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreCursor-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreCursor-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcrb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreCursor-Bold + Charset = font-specific + Family = TeXGyreCursor + GeneralFamily = Typewriter + Weight = Bold + Width = Fixed + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreCursor-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcrb.afm + FontName1 = TeXGyreCursor-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreCursor-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreCursor-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreCursor-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcrbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreCursor-BoldItalic + Charset = font-specific + Family = TeXGyreCursor + GeneralFamily = Typewriter + Weight = Bold + Width = Fixed + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreCursor-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcrbi.afm + FontName1 = TeXGyreCursor-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreCursor-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreCursor-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreCursor-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-Regular + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvr.afm + FontName1 = TeXGyreHeros-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-Italic + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvri.afm + FontName1 = TeXGyreHeros-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-Bold + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvb.afm + FontName1 = TeXGyreHeros-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-BoldItalic + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvbi.afm + FontName1 = TeXGyreHeros-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvcr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-Condensed + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Upright Condensed + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-medium-r-normal-condensed-0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvcr.afm + FontName1 = TeXGyreHeros-Condensed-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-medium-r-normal-condensed-0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-Condensed-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-medium-r-normal-condensed-0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvcri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-CondensedItalic + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Medium + Width = Variable + Shape = NoSerif Italic Condensed + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-medium-i-normal-condensed-0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvcri.afm + FontName1 = TeXGyreHeros-CondensedItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-medium-i-normal-condensed-0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-CondensedItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-medium-i-normal-condensed-0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvcb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-CondensedBold + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Upright Condensed + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-bold-r-normal-condensed-0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvcb.afm + FontName1 = TeXGyreHeros-CondensedBold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-bold-r-normal-condensed-0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-CondensedBold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-bold-r-normal-condensed-0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qhvcbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreHeros-CondensedBoldItalic + Charset = font-specific + Family = TeXGyreHeros + GeneralFamily = SansSerif + Weight = Bold + Width = Variable + Shape = NoSerif Italic Condensed + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreHeros-bold-i-normal-condensed-0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qhvcbi.afm + FontName1 = TeXGyreHeros-CondensedBoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreHeros-bold-i-normal-condensed-0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreHeros-CondensedBoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreHeros-bold-i-normal-condensed-0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qplr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyrePagella-Regular + Charset = font-specific + Family = TeXGyrePagella + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyrePagella-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qplr.afm + FontName1 = TeXGyrePagella-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyrePagella-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyrePagella-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyrePagella-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qplri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyrePagella-Italic + Charset = font-specific + Family = TeXGyrePagella + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyrePagella-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qplri.afm + FontName1 = TeXGyrePagella-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyrePagella-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyrePagella-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyrePagella-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qplb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyrePagella-Bold + Charset = font-specific + Family = TeXGyrePagella + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyrePagella-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qplb.afm + FontName1 = TeXGyrePagella-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyrePagella-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyrePagella-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyrePagella-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qplbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyrePagella-BoldItalic + Charset = font-specific + Family = TeXGyrePagella + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyrePagella-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qplbi.afm + FontName1 = TeXGyrePagella-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyrePagella-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyrePagella-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyrePagella-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcsr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreSchola-Regular + Charset = font-specific + Family = TeXGyreSchola + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreSchola-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcsr.afm + FontName1 = TeXGyreSchola-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreSchola-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreSchola-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreSchola-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcsri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreSchola-Italic + Charset = font-specific + Family = TeXGyreSchola + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreSchola-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcsri.afm + FontName1 = TeXGyreSchola-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreSchola-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreSchola-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreSchola-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcsb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreSchola-Bold + Charset = font-specific + Family = TeXGyreSchola + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreSchola-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcsb.afm + FontName1 = TeXGyreSchola-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreSchola-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreSchola-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreSchola-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qcsbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreSchola-BoldItalic + Charset = font-specific + Family = TeXGyreSchola + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreSchola-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qcsbi.afm + FontName1 = TeXGyreSchola-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreSchola-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreSchola-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreSchola-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreTermes-Regular + Charset = font-specific + Family = TeXGyreTermes + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreTermes-medium-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qtmr.afm + FontName1 = TeXGyreTermes-Regular-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreTermes-medium-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreTermes-Regular-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreTermes-medium-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qtmri.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreTermes-Italic + Charset = font-specific + Family = TeXGyreTermes + GeneralFamily = Roman + Weight = Medium + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreTermes-medium-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qtmri.afm + FontName1 = TeXGyreTermes-Italic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreTermes-medium-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreTermes-Italic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreTermes-medium-i-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qtmb.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreTermes-Bold + Charset = font-specific + Family = TeXGyreTermes + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Upright + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreTermes-bold-r-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qtmb.afm + FontName1 = TeXGyreTermes-Bold-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreTermes-bold-r-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreTermes-Bold-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreTermes-bold-r-normal--0-0-0-0-p-0-iso8859-15 +end +begin /usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.pfb + FaceNum = 3 + Inherit = Family GeneralFamily Weight Width Shape Direction Priority AFM + FontName = TeXGyreTermes-BoldItalic + Charset = font-specific + Family = TeXGyreTermes + GeneralFamily = Roman + Weight = Bold + Width = Variable + Shape = Serif Italic + Direction = Horizontal + Priority = 20 + X-FontName = -unregistered-TeXGyreTermes-bold-i-normal--0-0-0-0-p-0-unregistered-font_specific + AFM = /usr/share/texmf/fonts/afm/public/tex-gyre/qtmbi.afm + FontName1 = TeXGyreTermes-BoldItalic-ISO8859-1 + Charset1 = ISO8859-1 + X-FontName1 = -unregistered-TeXGyreTermes-bold-i-normal--0-0-0-0-p-0-iso8859-1 + FontName1 = TeXGyreTermes-BoldItalic-ISO8859-15 + Charset1 = ISO8859-15 + X-FontName1 = -unregistered-TeXGyreTermes-bold-i-normal--0-0-0-0-p-0-iso8859-15 +end --- tex-gyre-20150923.orig/debian/tex-gyre.install +++ tex-gyre-20150923/debian/tex-gyre.install @@ -0,0 +1,7 @@ +fonts/type1/public/tex-gyre/*.pfb usr/share/texmf/fonts/type1/public/tex-gyre +fonts/afm/public/tex-gyre/*.afm usr/share/texmf/fonts/afm/public/tex-gyre +fonts/tfm/public/tex-gyre/*.tfm usr/share/texmf/fonts/tfm/public/tex-gyre +fonts/enc/dvips/tex-gyre/*.enc usr/share/texmf/fonts/enc/dvips/tex-gyre +fonts/map/dvips/tex-gyre/*.map usr/share/texmf/fonts/map/dvips/tex-gyre +tex/latex/tex-gyre/*.fd tex/latex/tex-gyre/*.sty usr/share/texmf/tex/latex/tex-gyre +debian/tex-gyre.scale etc/X11/fonts/Type1 --- tex-gyre-20150923.orig/debian/tex-gyre.lintian-overrides +++ tex-gyre-20150923/debian/tex-gyre.lintian-overrides @@ -0,0 +1 @@ +tex-gyre: license-problem-font-adobe-copyrighted-fragment