summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/fira
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-24 21:29:44 +0000
committerKarl Berry <karl@freefriends.org>2018-05-24 21:29:44 +0000
commit02c7b1553e2e3ea2657ff01c3a87c5b27da2bb6a (patch)
tree527cbdcc295af819497d57365332697a8199234d /Master/texmf-dist/doc/fonts/fira
parent7895df6ab5d011bd09484b5aba16db682a2621e9 (diff)
fira (24may18)
git-svn-id: svn://tug.org/texlive/trunk@47824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fira')
-rw-r--r--Master/texmf-dist/doc/fonts/fira/README11
-rw-r--r--Master/texmf-dist/doc/fonts/fira/fira-samples.pdfbin108183 -> 118525 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fira/fira-samples.tex15
3 files changed, 21 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/fira/README b/Master/texmf-dist/doc/fonts/fira/README
index 66abadf15f3..dcb56b56014 100644
--- a/Master/texmf-dist/doc/fonts/fira/README
+++ b/Master/texmf-dist/doc/fonts/fira/README
@@ -1,4 +1,4 @@
-This is the README for the fira package, version 4.2-2018-01-09.
+This is the README for the fira package, version 4.2-2018-05-24.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the Fira Sans family of fonts (version 4.2)
@@ -51,7 +51,7 @@ change the default to lining figures and the tabular (or
tf) option will change the default to tabular (monospaced)
figures. The default for Fira Mono is oldstyle.
-Font encodings supported are OT1, T1, LY1 and TS1.
+Font encodings supported are OT1, T1, TS1, LY1 and LGR.
For Fira Sans, the medium, semibold, extrabold and heavy
options activate those series as the default bold series.
@@ -66,13 +66,16 @@ allow for localized use of non-default figures. Superior
numbers are available using \sufigures. Commands \firathin,
\firalight etc. allow for localized use of those series.
+Commands \firalgr and \firamonolgr allow for localized use
+of LGR-encoded type1 fonts.
+
The original OpenType fonts were obtained from
-https://github.com/carrois/Fira
+https://github.com/bBoxType/FiraSans
and are licensed under the SIL Open Font License, version
1.1; the text may be found in the doc directory. The
-type1 versions were created using fontforge or cfftot1.
+type1 versions were created using cfftot1.
The support files were created using autoinst and are
licensed under the terms of the LaTeX Project Public
License. The maintainer of this package is Bob Tennent at
diff --git a/Master/texmf-dist/doc/fonts/fira/fira-samples.pdf b/Master/texmf-dist/doc/fonts/fira/fira-samples.pdf
index b97f10be44a..983b8be52d7 100644
--- a/Master/texmf-dist/doc/fonts/fira/fira-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/fira/fira-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/fira/fira-samples.tex b/Master/texmf-dist/doc/fonts/fira/fira-samples.tex
index 0fa10dcc474..a0858e0159c 100644
--- a/Master/texmf-dist/doc/fonts/fira/fira-samples.tex
+++ b/Master/texmf-dist/doc/fonts/fira/fira-samples.tex
@@ -1,5 +1,5 @@
\documentclass{article}
-\usepackage[T1]{fontenc}
+\usepackage[LGR,T1]{fontenc}
\usepackage[sfdefault]{FiraSans}
\usepackage[nomap]{FiraMono}
\usepackage{lipsum}
@@ -106,6 +106,13 @@ X{\sufigures 1234567890}
Officially broken off. Often offline, find me flowerless.
+\subsection*{LGR}
+
+{\firalgr\noindent
+ a b g d e z h j i k l m n x o p r s t u f q y w\\
+ A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
+}
+
\section*{Fira Mono}
\ttfamily
@@ -141,5 +148,11 @@ Officially broken off. Often offline, find me flowerless.
X{\sufigures 1234567890}
+\subsection*{LGR}
+
+{\firamonolgr\noindent
+ a b g d e z h j i k l m n x o p r s t u f q y w\\
+ A B G D E Z H J I K L M N X O P R S T U F Q Y W
+}
\end{document}