diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-13 22:34:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-13 22:34:19 +0000 |
commit | 50009bfa57abb0caef1de84b10beb3265268bb87 (patch) | |
tree | ad657f3554c962d3ced3bef57f01e24343fffc94 /Master | |
parent | dd5c634836f2baa30078beba0229fdc67906d5cc (diff) |
fira (13feb16)
git-svn-id: svn://tug.org/texlive/trunk@39708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/fira/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/type1/public/fira/FiraSans-UltraLightItalic.pfb | bin | 354024 -> 385364 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/fira/FiraMono.sty | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/fira/README b/Master/texmf-dist/doc/fonts/fira/README index 8235a010129..1a49130d8c4 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.1-2015-06-15. +This is the README for the fira package, version 4.1-2016-02-12. This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Fira Sans family of fonts (version 4.1) @@ -34,10 +34,13 @@ Use \usepackage{FiraMono} -to activate Fira Mono as the monospaced text font. +to activate Fira Mono as the monospaced text font. LuaLaTeX and xeLaTeX users who might prefer type1 fonts or -who wish to avoid fontspec may use the type1 option. +who wish to avoid fontspec may use the type1 option. +The nomap option will suppress the tex-text mapping +of TeX "smart quotes" and other ligatures into unicode +glyphs (for xeLaTeX). Options scaled=<number> or scale=<number> may be used to scale the fonts. diff --git a/Master/texmf-dist/fonts/type1/public/fira/FiraSans-UltraLightItalic.pfb b/Master/texmf-dist/fonts/type1/public/fira/FiraSans-UltraLightItalic.pfb Binary files differindex 8c62c6f067c..750b12037f5 100644 --- a/Master/texmf-dist/fonts/type1/public/fira/FiraSans-UltraLightItalic.pfb +++ b/Master/texmf-dist/fonts/type1/public/fira/FiraSans-UltraLightItalic.pfb diff --git a/Master/texmf-dist/tex/latex/fira/FiraMono.sty b/Master/texmf-dist/tex/latex/fira/FiraMono.sty index 9ce328a2456..9b513358f28 100644 --- a/Master/texmf-dist/tex/latex/fira/FiraMono.sty +++ b/Master/texmf-dist/tex/latex/fira/FiraMono.sty @@ -1,6 +1,8 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{FiraMono} - [2015/06/15 (Bob Tennent and autoinst) Style file for Fira Mono fonts.] + [2016/02/12 (Bob Tennent and autoinst) Style file for Fira Mono fonts.] + +% nomap option patch from Harlan Lieberman-Berg (hlieberm@akamai.com) 2016-02-11 \RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} @@ -18,6 +20,7 @@ \newif\iffiramono@medium \firamono@mediumfalse \newcommand*{\FiraMono@scale}{1} +\newcommand*{\FiraMono@mapping}{tex-text} \RequirePackage{xkeyval} \DeclareOptionX{scaled}{\renewcommand*{\FiraMono@scale}{#1}} \DeclareOptionX{scale}{\renewcommand*{\FiraMono@scale}{#1}} @@ -26,6 +29,7 @@ \DeclareOptionX{lf}{\firamono@liningtrue} \DeclareOptionX{oldstyle}{\firamono@liningfalse} \DeclareOptionX{osf}{\firamono@liningfalse} +\DeclareOptionX{nomap}{\renewcommand*{\FiraMono@mapping}{}} \DeclareOptionX{medium}{\firamono@mediumtrue} \DeclareOptionX{mb}{\firamono@mediumtrue} @@ -77,6 +81,7 @@ ItalicFont = *-\firamono@regstyle , BoldFont = *-\firamono@boldstyle , BoldItalicFont = *-\firamono@boldstyle , + Mapping = \FiraMono@mapping ] {FiraMono} % grab current family in case of subsequent change: |