-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TeX Gyre Math fonts: Bonum, Pagella, Schola, Termes
- Loading branch information
1 parent
28fccc1
commit 8efea93
Showing
1 changed file
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
--- | ||
name: TeX Gyre Math | ||
description: TeX Gyre Math | ||
homepage: http://www.gust.org.pl/projects/e-foundry | ||
resources: | ||
TeX_Gyre_Math.zip: | ||
urls: | ||
- https://mirrors.ctan.org/fonts/tex-gyre-math.zip | ||
sha256: 373e47fa823bf1a645edbf772531fb9ff411d26a215dab253054635680bb6107 | ||
file_size: 3075580 | ||
fonts: | ||
- name: TeX Gyre Bonum Math | ||
styles: | ||
- family_name: TeX Gyre Bonum Math | ||
type: Regular | ||
preferred_family_name: TeX Gyre Bonum Math | ||
preferred_type: Regular | ||
full_name: TeXGyreBonumMath-Regular | ||
post_script_name: TeXGyreBonumMath-Regular | ||
version: '1.005' | ||
copyright: Copyright 2013 for Tex Gyre Bonum Math OTF by B. Jackowski, P. Strzelczyk | ||
and P. Pianowski (on behalf of TeX users groups). This work is released under | ||
the GUST Font License -- see http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt | ||
for details. | ||
font: texgyrebonum-math.otf | ||
- name: TeX Gyre DejaVu Math | ||
styles: | ||
- family_name: TeX Gyre DejaVu Math | ||
type: Regular | ||
preferred_family_name: TeX Gyre DejaVu Math | ||
preferred_type: Regular | ||
full_name: TeXGyreDejaVuMath-Regular | ||
post_script_name: TeXGyreDejaVuMath-Regular | ||
version: '1.106' | ||
copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. DejaVu changes | ||
are in public domain, math extensions are in public domain. | ||
font: texgyredejavu-math.otf | ||
- name: TeX Gyre Pagella Math | ||
styles: | ||
- family_name: TeX Gyre Pagella Math | ||
type: Regular | ||
preferred_family_name: TeX Gyre Pagella Math | ||
preferred_type: Regular | ||
full_name: TeXGyrePagellaMath-Regular | ||
post_script_name: TeXGyrePagellaMath-Regular | ||
version: '1.632' | ||
copyright: Copyright 2012--2014 for Tex Gyre Pagella Math OTF by B. Jackowski, | ||
P. Strzelczyk and P. Pianowski (on behalf of TeX users groups). This work is | ||
released under the GUST Font License -- see http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt | ||
for details. | ||
font: texgyrepagella-math.otf | ||
- name: TeX Gyre Schola Math | ||
styles: | ||
- family_name: TeX Gyre Schola Math | ||
type: Regular | ||
preferred_family_name: TeX Gyre Schola Math | ||
preferred_type: Regular | ||
full_name: TeXGyreScholaMath-Regular | ||
post_script_name: TeXGyreScholaMath-Regular | ||
version: '1.533' | ||
copyright: Copyright 2014 for Tex Gyre Schola Math OTF by B. Jackowski, P. Strzelczyk | ||
and P. Pianowski (on behalf of TeX users groups). This work is released under | ||
the GUST Font License -- see http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt | ||
for details. | ||
font: texgyreschola-math.otf | ||
- name: TeX Gyre Termes Math | ||
styles: | ||
- family_name: TeX Gyre Termes Math | ||
type: Regular | ||
preferred_family_name: TeX Gyre Termes Math | ||
preferred_type: Regular | ||
full_name: TeXGyreTermesMath-Regular | ||
post_script_name: TeXGyreTermesMath-Regular | ||
version: '1.543' | ||
copyright: Copyright 2012--2014 for Tex Gyre Termes Math OTF by B. Jackowski, | ||
P. Strzelczyk and P. Pianowski (on behalf of TeX users groups). This work is | ||
released under the GUST Font License -- see http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt | ||
for details. | ||
font: texgyretermes-math.otf | ||
extract: {} | ||
copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. DejaVu changes | ||
are in public domain, math extensions are in public domain. | ||
license_url: http://dejavu-fonts.org/wiki/License | ||
open_license: |- | ||
% This is a preliminary version (2006-09-30), barring acceptance from | ||
% the LaTeX Project Team and other feedback, of the GUST Font License. | ||
% (GUST is the Polish TeX Users Group, http://www.gust.org.pl) | ||
% | ||
% 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 | ||
% | ||
% This work may be distributed and/or modified under the conditions | ||
% of the LaTeX Project Public License, either version 1.3c of this | ||
% license or (at your option) any later version. | ||
% | ||
% Please also observe the following clause: | ||
% 1) it is requested, but not legally required, that derived works be | ||
% distributed only after changing the names of the fonts comprising this | ||
% work and given in an accompanying "manifest", and that the | ||
% files comprising the Work, as listed in the manifest, also be given | ||
% new names. Any exceptions to this request are also given in the | ||
% manifest. | ||
% | ||
% We recommend the manifest be given in a separate file named | ||
% MANIFEST-<fontid>.txt, where <fontid> is some unique identification | ||
% of the font family. If a separate "readme" file accompanies the Work, | ||
% we recommend a name of the form README-<fontid>.txt. | ||
% | ||
% The latest version of the LaTeX Project Public License is in | ||
% http://www.latex-project.org/lppl.txt and version 1.3c or later | ||
% is part of all distributions of LaTeX version 2006/05/20 or later. | ||
command: create-formula --name TeX\ Gyre\ Math https://mirrors.ctan.org/fonts/tex-gyre-math.zip |