summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-26 22:19:06 +0000
committerKarl Berry <karl@freefriends.org>2011-08-26 22:19:06 +0000
commit48dd773c890f2b8a9b6cc6508f88eaef6e7bcb27 (patch)
tree29bb955cfe1229e87de27c6f1d40756c57d4c8ba /Master/texmf-dist/source
parent88a7c1cfb083c98a210bdf72c884745fea80386f (diff)
lato 2.0 (23aug11)
git-svn-id: svn://tug.org/texlive/trunk@23705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/fonts/lato/Makefile (renamed from Master/texmf-dist/source/lato/Makefile)54
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-01.etx788
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-02.etx (renamed from Master/texmf-dist/source/lato/lato-fixlatin.etx)19
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-dotlessj.etx (renamed from Master/texmf-dist/source/lato/lato-dotlessj.etx)8
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-drv.tex191
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-fixlatin.mtx28
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-fixtextcomp.mtx64
-rw-r--r--Master/texmf-dist/source/fonts/lato/lato-map.tex (renamed from Master/texmf-dist/source/lato/lato-map.tex)6
-rw-r--r--Master/texmf-dist/source/fonts/lato/ttf2type1.pe (renamed from Master/texmf-dist/source/lato/ttf2type1.pe)2
-rw-r--r--Master/texmf-dist/source/lato/CHANGES7
-rw-r--r--Master/texmf-dist/source/lato/README22
-rw-r--r--Master/texmf-dist/source/lato/lato-drv.tex204
-rw-r--r--Master/texmf-dist/source/lato/lato-fixtextcomp.etx145
-rw-r--r--Master/texmf-dist/source/lato/lato-reglyph.tex112
-rw-r--r--Master/texmf-dist/source/lato/lato-samples.pdfbin252110 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/lato/lato-samples.tex93
-rw-r--r--Master/texmf-dist/source/lato/lato.pdfbin115422 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/lato/lato.tex197
18 files changed, 1109 insertions, 831 deletions
diff --git a/Master/texmf-dist/source/lato/Makefile b/Master/texmf-dist/source/fonts/lato/Makefile
index b27ba6e7b2f..f789a049ed4 100644
--- a/Master/texmf-dist/source/lato/Makefile
+++ b/Master/texmf-dist/source/fonts/lato/Makefile
@@ -1,5 +1,5 @@
## Makefile
-## Copyright 2010, 2011 Mohamed El Morabity
+## Copyright 2011 Mohamed El Morabity
#
# This work may be distributed and/or modified under the conditions of the LaTeX
# Project Public License, either version 1.3 of this license or (at your option)
@@ -26,7 +26,7 @@ SUPPORTED_ENCODINGS = ot1 t1 ts1
# Supported LaTeX encodings containing small caps
SUPPORTED_SC_ENCODINGS = $(filter-out ts1,$(SUPPORTED_ENCODINGS))
# Custom encodings provided
-CUSTOM_ENCODINGS = $(FONT_NAME)-fixlatin $(FONT_NAME)-fixtextcomp $(FONT_NAME)-dotlessj
+INPUT_ENCODINGS = $(INPUT_ETX_FILES:$(FONT_NAME)-%.etx=%)
#####################
@@ -52,22 +52,18 @@ TRUETYPE_FILES = $(wildcard *.ttf)
# Fontinst files
FONTINST_FILE = $(FONT_NAME)-drv.tex
-FONTINST_REGLYPH_FILE = $(FONT_NAME)-reglyph.tex
FONTINST_MAP_FILE = $(FONT_NAME)-map.tex
# Custom Fontinst encoding files
-ETX_FILES = $(CUSTOM_ENCODINGS:=.etx)
+INPUT_ETX_FILES = $(FONT_NAME)-01.etx $(FONT_NAME)-02.etx $(FONT_NAME)-dotlessj.etx
+MTX_FILES = $(FONT_NAME)-fixlatin.mtx $(FONT_NAME)-fixtextcomp.mtx
STYLE_FILES = $(wildcard *.sty)
-DOCUMENTATION = $(FONT_NAME).tex $(FONT_NAME).pdf $(FONT_NAME)-samples.tex $(FONT_NAME)-samples.pdf CHANGES README
+DOCUMENTATION = $(FONT_NAME).tex $(FONT_NAME).pdf $(FONT_NAME)-samples.tex $(FONT_NAME)-samples.pdf README CHANGES
# Files to be installed in texmf/source
-BUILD_FILES = $(FONTINST_FILE) $(FONTINST_REGLYPH_FILE) $(FONTINST_MAP_FILE) $(ETX_FILES) Makefile ttf2type1.pe $(DOCUMENTATION)
-
-# Source files to be installed
-SOURCES_FILES = $(TRUETYPE_FILES) $(STYLE_FILES) $(BUILD_FILES) $(DOCUMENTATION)
-
+SOURCE_FILES = $(FONTINST_FILE) $(FONTINST_MAP_FILE) $(INPUT_ETX_FILES) $(MTX_FILES) Makefile ttf2type1.pe
###################
@@ -81,19 +77,15 @@ AFM_FILES = $(TYPE1_FILES:.pfb=.afm)
FONTINST_REC_FILE = $(FONT_NAME)-rec.tex
# Metrics files
-PL_FILES = $(foreach e,$(SUPPORTED_ENCODINGS) $(CUSTOM_ENCODINGS:$(FONT_NAME)-%=%), \
- $(foreach f,$(TRUETYPE_FILES:.ttf=), \
- raw-$(e)-$(f).pl \
- ) \
+PL_FILES = $(foreach e,$(INPUT_ENCODINGS), \
+ $(TRUETYPE_FILES:.ttf=-$(e).pl) \
)
-TMP_MTX_FILES = $(PL_FILES:%.pl=%.mtx) $(PL_FILES:raw-%.pl=%.mtx)
-VPL_FILES = $(foreach f,$(TRUETYPE_FILES:.ttf=), \
- $(foreach e,$(SUPPORTED_ENCODINGS), \
- $(e)-$(f).vpl \
- ) \
- $(foreach e,$(SUPPORTED_SC_ENCODINGS), \
- $(e)-$(f)-SmallCaps.vpl \
- ) \
+OUTPUT_MTX_FILES = $(PL_FILES:.pl=.mtx)
+VPL_FILES = $(foreach e,$(SUPPORTED_ENCODINGS), \
+ $(TRUETYPE_FILES:.ttf=-$(e).vpl) \
+ ) \
+ $(foreach e,$(SUPPORTED_SC_ENCODINGS), \
+ $(TRUETYPE_FILES:.ttf=-SmallCaps-$(e).vpl) \
)
TFM_FILES = $(PL_FILES:.pl=.tfm) $(VPL_FILES:.vpl=.tfm)
VF_FILES = $(VPL_FILES:.vpl=.vf)
@@ -108,14 +100,12 @@ FD_FILES = $(foreach e,$(SUPPORTED_ENCODINGS), \
)
# Generated encoding files
-ENC_FILES = $(SUPPORTED_ENCODINGS:%=$(FONT_NAME)-%.enc) $(CUSTOM_ENCODINGS:$(FONT_NAME)-%=$(FONT_NAME)-%.enc)
+ENC_FILES = $(INPUT_ETX_FILES:.etx=.enc)
# Generated files to be installed
GENERATED_FILES = $(TYPE1_FILES) $(AFM_FILES) $(TFM_FILES) $(VF_FILES) $(MAP) $(FD_FILES) $(ENC_FILES)
-
-
default: all
@@ -149,7 +139,7 @@ dist: $(ARCHIVE)
vptovf $^ $@
-$(FONTINST_REC_FILE): $(TYPE1_FILES) $(AFM_FILES) $(ETX_FILES) $(FONTINST_FILE) $(FONTINST_REGLYPH_FILE)
+$(FONTINST_REC_FILE): $(AFM_FILES) $(MTX_FILES) $(FONTINST_FILE)
latex $(FONTINST_FILE)
@@ -164,12 +154,12 @@ $(FD_FILES) $(ENC_FILES): $(MAP)
texmf-tree: clean-texmf-tree $(GENERATED_FILES) $(SOURCES_FILES)
- mkdir -p $(ARCHIVE_ROOT)/doc/latex/$(FONT_NAME)/
+ mkdir -p $(ARCHIVE_ROOT)/doc/fonts/$(FONT_NAME)/
mkdir -p $(ARCHIVE_ROOT)/tex/latex/$(FONT_NAME)/
mkdir -p $(ARCHIVE_ROOT)/fonts/{enc,map}/dvips/$(FONT_NAME)/
mkdir -p $(ARCHIVE_ROOT)/fonts/{afm,tfm,truetype,type1,vf}/$(FOUNDRY)/$(FONT_NAME)/
- mkdir -p $(ARCHIVE_ROOT)/source/$(FONT_NAME)/
- cp -p $(DOCUMENTATION) $(ARCHIVE_ROOT)/doc/latex/$(FONT_NAME)/
+ mkdir -p $(ARCHIVE_ROOT)/source/fonts/$(FONT_NAME)/
+ cp -p $(DOCUMENTATION) $(ARCHIVE_ROOT)/doc/fonts/$(FONT_NAME)/
cp -p $(FD_FILES) $(STYLE_FILES) $(ARCHIVE_ROOT)/tex/latex/$(FONT_NAME)/
cp -p $(ENC_FILES) $(ARCHIVE_ROOT)/fonts/enc/dvips/$(FONT_NAME)/
cp -p $(MAP) $(ARCHIVE_ROOT)/fonts/map/dvips/$(FONT_NAME)/
@@ -178,7 +168,7 @@ texmf-tree: clean-texmf-tree $(GENERATED_FILES) $(SOURCES_FILES)
cp -p $(TRUETYPE_FILES) $(ARCHIVE_ROOT)/fonts/truetype/$(FOUNDRY)/$(FONT_NAME)/
cp -p $(TYPE1_FILES) $(ARCHIVE_ROOT)/fonts/type1/$(FOUNDRY)/$(FONT_NAME)/
cp -p $(VF_FILES) $(ARCHIVE_ROOT)/fonts/vf/$(FOUNDRY)/$(FONT_NAME)/
- cp -p $(BUILD_FILES) $(ARCHIVE_ROOT)/source/$(FONT_NAME)/
+ cp -p $(SOURCE_FILES) $(ARCHIVE_ROOT)/source/fonts/$(FONT_NAME)/
cp -p README $(ARCHIVE_ROOT)
cd $(ARCHIVE_ROOT) && find . -type f > manifest.txt
@@ -198,7 +188,7 @@ uninstall:
$(RM) -r $(TEXMFHOME)/doc/latex/$(FONT_NAME)/
$(RM) -r $(TEXMFHOME)/tex/latex/$(FONT_NAME)/
$(RM) -r $(TEXMFHOME)/fonts/{enc,map}/dvips/$(FONT_NAME)/
- $(RM) -r $(TEXMFHOME)/fonts/{afm,tfm,truetype,type1,vf}/$(FOUNDRY)/$(FONT_NAME)/
+ $(RM) -r $(TEXMFHOME)/fonts/{afm,tfm,type1,vf}/$(FOUNDRY)/$(FONT_NAME)/
$(RM) -r $(TEXMFHOME)/source/$(FONT_NAME)/
updmap --disable $(MAP)
texhash
@@ -208,7 +198,7 @@ clean: clean-texmf-tree
$(RM) $(TYPE1_FILES) $(AFM_FILES)
$(RM) $(FONTINST_REC_FILE)
$(RM) $(PL_FILES) $(TYPE1_FILES:.pfb=.pl)
- $(RM) $(TMP_MTX_FILES) $(TYPE1_FILES:.pfb=.mtx)
+ $(RM) $(OUTPUT_MTX_FILES) $(TYPE1_FILES:.pfb=.mtx)
$(RM) $(VPL_FILES)
$(RM) $(TFM_FILES)
$(RM) $(VF_FILES)
diff --git a/Master/texmf-dist/source/fonts/lato/lato-01.etx b/Master/texmf-dist/source/fonts/lato/lato-01.etx
new file mode 100644
index 00000000000..4281cacf45d
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/lato/lato-01.etx
@@ -0,0 +1,788 @@
+%% lato-01.etx
+%% Copyright 2011 Mohamed El Morabity
+%
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3 of this license or (at your option)
+% any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
+% distributions of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Mohamed El Morabity
+%
+% This work consists of all files listed in manifest.txt.
+
+\relax
+
+\encoding
+
+\setslot{space}
+\endsetslot
+
+\setslot{exclam}
+\endsetslot
+
+\setslot{quotedbl}
+\endsetslot
+
+\setslot{numbersign}
+\endsetslot
+
+\setslot{dollar}
+\endsetslot
+
+\setslot{percent}
+\endsetslot
+
+\setslot{ampersand}
+\endsetslot
+
+\setslot{quotesingle}
+\endsetslot
+
+\setslot{parenleft}
+\endsetslot
+
+\setslot{parenright}
+\endsetslot
+
+\setslot{asterisk}
+\endsetslot
+
+\setslot{plus}
+\endsetslot
+
+\setslot{comma}
+\endsetslot
+
+\setslot{hyphen}
+\endsetslot
+
+\setslot{period}
+\endsetslot
+
+\setslot{slash}
+\endsetslot
+
+\setslot{zero}
+\endsetslot
+
+\setslot{one}
+\endsetslot
+
+\setslot{two}
+\endsetslot
+
+\setslot{three}
+\endsetslot
+
+\setslot{four}
+\endsetslot
+
+\setslot{five}
+\endsetslot
+
+\setslot{six}
+\endsetslot
+
+\setslot{seven}
+\endsetslot
+
+\setslot{eight}
+\endsetslot
+
+\setslot{nine}
+\endsetslot
+
+\setslot{colon}
+\endsetslot
+
+\setslot{semicolon}
+\endsetslot
+
+\setslot{less}
+\endsetslot
+
+\setslot{equal}
+\endsetslot
+
+\setslot{greater}
+\endsetslot
+
+\setslot{question}
+\endsetslot
+
+\setslot{at}
+\endsetslot
+
+\setslot{A}
+\endsetslot
+
+\setslot{B}
+\endsetslot
+
+\setslot{C}
+\endsetslot
+
+\setslot{D}
+\endsetslot
+
+\setslot{E}
+\endsetslot
+
+\setslot{F}
+\endsetslot
+
+\setslot{G}
+\endsetslot
+
+\setslot{H}
+\endsetslot
+
+\setslot{I}
+\endsetslot
+
+\setslot{J}
+\endsetslot
+
+\setslot{K}
+\endsetslot
+
+\setslot{L}
+\endsetslot
+
+\setslot{M}
+\endsetslot
+
+\setslot{N}
+\endsetslot
+
+\setslot{O}
+\endsetslot
+
+\setslot{P}
+\endsetslot
+
+\setslot{Q}
+\endsetslot
+
+\setslot{R}
+\endsetslot
+
+\setslot{S}
+\endsetslot
+
+\setslot{T}
+\endsetslot
+
+\setslot{U}
+\endsetslot
+
+\setslot{V}
+\endsetslot
+
+\setslot{W}
+\endsetslot
+
+\setslot{X}
+\endsetslot
+
+\setslot{Y}
+\endsetslot
+
+\setslot{Z}
+\endsetslot
+
+\setslot{bracketleft}
+\endsetslot
+
+\setslot{backslash}
+\endsetslot
+
+\setslot{bracketright}
+\endsetslot
+
+\setslot{asciicircum}
+\endsetslot
+
+\setslot{underscore}
+\endsetslot
+
+\setslot{grave}
+\endsetslot
+
+\setslot{a}
+\endsetslot
+
+\setslot{b}
+\endsetslot
+
+\setslot{c}
+\endsetslot
+
+\setslot{d}
+\endsetslot
+
+\setslot{e}
+\endsetslot
+
+\setslot{f}
+\endsetslot
+
+\setslot{g}
+\endsetslot
+
+\setslot{h}
+\endsetslot
+
+\setslot{i}
+\endsetslot
+
+\setslot{j}
+\endsetslot
+
+\setslot{k}
+\endsetslot
+
+\setslot{l}
+\endsetslot
+
+\setslot{m}
+\endsetslot
+
+\setslot{n}
+\endsetslot
+
+\setslot{o}
+\endsetslot
+
+\setslot{p}
+\endsetslot
+
+\setslot{q}
+\endsetslot
+
+\setslot{r}
+\endsetslot
+
+\setslot{s}
+\endsetslot
+
+\setslot{t}
+\endsetslot
+
+\setslot{u}
+\endsetslot
+
+\setslot{v}
+\endsetslot
+
+\setslot{w}
+\endsetslot
+
+\setslot{x}
+\endsetslot
+
+\setslot{y}
+\endsetslot
+
+\setslot{z}
+\endsetslot
+
+\setslot{braceleft}
+\endsetslot
+
+\setslot{bar}
+\endsetslot
+
+\setslot{braceright}
+\endsetslot
+
+\setslot{asciitilde}
+\endsetslot
+
+\setslot{uni00A0}
+\endsetslot
+
+\setslot{exclamdown}
+\endsetslot
+
+\setslot{cent}
+\endsetslot
+
+\setslot{sterling}
+\endsetslot
+
+\setslot{currency}
+\endsetslot
+
+\setslot{yen}
+\endsetslot
+
+\setslot{brokenbar}
+\endsetslot
+
+\setslot{section}
+\endsetslot
+
+\setslot{dieresis}
+\endsetslot
+
+\setslot{copyright}
+\endsetslot
+
+\setslot{ordfeminine}
+\endsetslot
+
+\setslot{guillemotleft}
+\endsetslot
+
+\setslot{logicalnot}
+\endsetslot
+
+\setslot{uni00AD}
+\endsetslot
+
+\setslot{registered}
+\endsetslot
+
+\setslot{macron}
+\endsetslot
+
+\setslot{degree}
+\endsetslot
+
+\setslot{plusminus}
+\endsetslot
+
+\setslot{twosuperior}
+\endsetslot
+
+\setslot{threesuperior}
+\endsetslot
+
+\setslot{acute}
+\endsetslot
+
+\setslot{mu}
+\endsetslot
+
+\setslot{paragraph}
+\endsetslot
+
+\setslot{periodcentered}
+\endsetslot
+
+\setslot{cedilla}
+\endsetslot
+
+\setslot{onesuperior}
+\endsetslot
+
+\setslot{ordmasculine}
+\endsetslot
+
+\setslot{guillemotright}
+\endsetslot
+
+\setslot{onequarter}
+\endsetslot
+
+\setslot{onehalf}
+\endsetslot
+
+\setslot{threequarters}
+\endsetslot
+
+\setslot{questiondown}
+\endsetslot
+
+\setslot{Agrave}
+\endsetslot
+
+\setslot{Aacute}
+\endsetslot
+
+\setslot{Acircumflex}
+\endsetslot
+
+\setslot{Atilde}
+\endsetslot
+
+\setslot{Adieresis}
+\endsetslot
+
+\setslot{Aring}
+\endsetslot
+
+\setslot{AE}
+\endsetslot
+
+\setslot{Ccedilla}
+\endsetslot
+
+\setslot{Egrave}
+\endsetslot
+
+\setslot{Eacute}
+\endsetslot
+
+\setslot{Ecircumflex}
+\endsetslot
+
+\setslot{Edieresis}
+\endsetslot
+
+\setslot{Igrave}
+\endsetslot
+
+\setslot{Iacute}
+\endsetslot
+
+\setslot{Icircumflex}
+\endsetslot
+
+\setslot{Idieresis}
+\endsetslot
+
+\setslot{Eth}
+\endsetslot
+
+\setslot{Ntilde}
+\endsetslot
+
+\setslot{Ograve}
+\endsetslot
+
+\setslot{Oacute}
+\endsetslot
+
+\setslot{Ocircumflex}
+\endsetslot
+
+\setslot{Otilde}
+\endsetslot
+
+\setslot{Odieresis}
+\endsetslot
+
+\setslot{multiply}
+\endsetslot
+
+\setslot{Oslash}
+\endsetslot
+
+\setslot{Ugrave}
+\endsetslot
+
+\setslot{Uacute}
+\endsetslot
+
+\setslot{Ucircumflex}
+\endsetslot
+
+\setslot{Udieresis}
+\endsetslot
+
+\setslot{Yacute}
+\endsetslot
+
+\setslot{Thorn}
+\endsetslot
+
+\setslot{germandbls}
+\endsetslot
+
+\setslot{agrave}
+\endsetslot
+
+\setslot{aacute}
+\endsetslot
+
+\setslot{acircumflex}
+\endsetslot
+
+\setslot{atilde}
+\endsetslot
+
+\setslot{adieresis}
+\endsetslot
+
+\setslot{aring}
+\endsetslot
+
+\setslot{ae}
+\endsetslot
+
+\setslot{ccedilla}
+\endsetslot
+
+\setslot{egrave}
+\endsetslot
+
+\setslot{eacute}
+\endsetslot
+
+\setslot{ecircumflex}
+\endsetslot
+
+\setslot{edieresis}
+\endsetslot
+
+\setslot{igrave}
+\endsetslot
+
+\setslot{iacute}
+\endsetslot
+
+\setslot{icircumflex}
+\endsetslot
+
+\setslot{idieresis}
+\endsetslot
+
+\setslot{eth}
+\endsetslot
+
+\setslot{ntilde}
+\endsetslot
+
+\setslot{ograve}
+\endsetslot
+
+\setslot{oacute}
+\endsetslot
+
+\setslot{ocircumflex}
+\endsetslot
+
+\setslot{otilde}
+\endsetslot
+
+\setslot{odieresis}
+\endsetslot
+
+\setslot{divide}
+\endsetslot
+
+\setslot{oslash}
+\endsetslot
+
+\setslot{ugrave}
+\endsetslot
+
+\setslot{uacute}
+\endsetslot
+
+\setslot{ucircumflex}
+\endsetslot
+
+\setslot{udieresis}
+\endsetslot
+
+\setslot{yacute}
+\endsetslot
+
+\setslot{thorn}
+\endsetslot
+
+\setslot{ydieresis}
+\endsetslot
+
+\setslot{dotlessi}
+\endsetslot
+
+\setslot{Lslash}
+\endsetslot
+
+\setslot{lslash}
+\endsetslot
+
+\setslot{OE}
+\endsetslot
+
+\setslot{oe}
+\endsetslot
+
+\setslot{Scaron}
+\endsetslot
+
+\setslot{scaron}
+\endsetslot
+
+\setslot{Ydieresis}
+\endsetslot
+
+\setslot{Zcaron}
+\endsetslot
+
+\setslot{zcaron}
+\endsetslot
+
+\setslot{florin}
+\endsetslot
+
+\setslot{circumflex}
+\endsetslot
+
+\setslot{caron}
+\endsetslot
+
+\setslot{uni02C9}
+\endsetslot
+
+\setslot{breve}
+\endsetslot
+
+\setslot{dotaccent}
+\endsetslot
+
+\setslot{ring}
+\endsetslot
+
+\setslot{ogonek}
+\endsetslot
+
+\setslot{tilde}
+\endsetslot
+
+\setslot{hungarumlaut}
+\endsetslot
+
+\setslot{pi}
+\endsetslot
+
+\setslot{endash}
+\endsetslot
+
+\setslot{emdash}
+\endsetslot
+
+\setslot{quoteleft}
+\endsetslot
+
+\setslot{quoteright}
+\endsetslot
+
+\setslot{quotesinglbase}
+\endsetslot
+
+\setslot{quotedblleft}
+\endsetslot
+
+\setslot{quotedblright}
+\endsetslot
+
+\setslot{quotedblbase}
+\endsetslot
+
+\setslot{dagger}
+\endsetslot
+
+\setslot{daggerdbl}
+\endsetslot
+
+\setslot{bullet}
+\endsetslot
+
+\setslot{ellipsis}
+\endsetslot
+
+\setslot{perthousand}
+\endsetslot
+
+\setslot{guilsinglleft}
+\endsetslot
+
+\setslot{guilsinglright}
+\endsetslot
+
+\setslot{fraction}
+\endsetslot
+
+\setslot{Euro}
+\endsetslot
+
+\setslot{trademark}
+\endsetslot
+
+\setslot{Omega}
+\endsetslot
+
+\setslot{partialdiff}
+\endsetslot
+
+\setslot{Delta}
+\endsetslot
+
+\setslot{product}
+\endsetslot
+
+\setslot{summation}
+\endsetslot
+
+\setslot{minus}
+\endsetslot
+
+\setslot{radical}
+\endsetslot
+
+\setslot{infinity}
+\endsetslot
+
+\setslot{integral}
+\endsetslot
+
+\setslot{approxequal}
+\endsetslot
+
+\setslot{notequal}
+\endsetslot
+
+\setslot{lessequal}
+\endsetslot
+
+\setslot{greaterequal}
+\endsetslot
+
+\setslot{lozenge}
+\endsetslot
+
+\setslot{fi}
+\endsetslot
+
+\setslot{fl}
+\endsetslot
+
+\setslot{commaaccent}
+\endsetslot
+
+\setslot{grave.case}
+\endsetslot
+
+\setslot{dieresis.case}
+\endsetslot
+
+\setslot{macron.case}
+\endsetslot
+
+\setslot{acute.case}
+\endsetslot
+
+\setslot{circumflex.case}
+\endsetslot
+
+\setslot{caron.case}
+\endsetslot
+
+\setslot{breve.case}
+\endsetslot
+
+\setslot{dotaccent.case}
+\endsetslot
+
+\setslot{ring.case}
+\endsetslot
+
+\endencoding
diff --git a/Master/texmf-dist/source/lato/lato-fixlatin.etx b/Master/texmf-dist/source/fonts/lato/lato-02.etx
index 1a7ff6a6451..757e717955c 100644
--- a/Master/texmf-dist/source/lato/lato-fixlatin.etx
+++ b/Master/texmf-dist/source/fonts/lato/lato-02.etx
@@ -1,5 +1,5 @@
-%% lato-fixlatin.etx
-%% Copyright 2010, 2011 Mohamed El Morabity
+%% lato-02.etx
+%% Copyright 2011 Mohamed El Morabity
%
% This work may be distributed and/or modified under the conditions of the LaTeX
% Project Public License, either version 1.3 of this license or (at your option)
@@ -8,24 +8,25 @@
% distributions of LaTeX version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
-%
+%
% The Current Maintainer of this work is Mohamed El Morabity
%
% This work consists of all files listed in manifest.txt.
\relax
+
\encoding
-% ringfitted
-\setslot{ring}
+\setslot{tilde.case}
+\endsetslot
+
+\setslot{hungarumlaut.case}
\endsetslot
-% rangedash
-\setslot{endash}
+\setslot{caron.salt}
\endsetslot
-% punctdash
-\setslot{emdash}
+\setslot{uni2669}
\endsetslot
\endencoding
diff --git a/Master/texmf-dist/source/lato/lato-dotlessj.etx b/Master/texmf-dist/source/fonts/lato/lato-dotlessj.etx
index dcd5ae951a1..7a478df26eb 100644
--- a/Master/texmf-dist/source/lato/lato-dotlessj.etx
+++ b/Master/texmf-dist/source/fonts/lato/lato-dotlessj.etx
@@ -1,5 +1,5 @@
%% lato-dotlessj.etx
-%% Copyright 2010, 2011 Mohamed El Morabity
+%% Copyright 2011 Mohamed El Morabity
%
% This work may be distributed and/or modified under the conditions of the LaTeX
% Project Public License, either version 1.3 of this license or (at your option)
@@ -8,15 +8,15 @@
% distributions of LaTeX version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Mohamed El Morabity.
+%
+% The Current Maintainer of this work is Mohamed El Morabity
%
% This work consists of all files listed in manifest.txt.
\relax
+
\encoding
-% dotlessj
\setslot{uni0237}
\endsetslot
diff --git a/Master/texmf-dist/source/fonts/lato/lato-drv.tex b/Master/texmf-dist/source/fonts/lato/lato-drv.tex
new file mode 100644
index 00000000000..bffb9a47645
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/lato/lato-drv.tex
@@ -0,0 +1,191 @@
+%% lato-drv.tex
+%% Copyright 2011 Mohamed El Morabity
+%
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3 of this license or (at your option)
+% any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
+% distributions of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Mohamed El Morabity
+%
+% This work consists of all files listed in manifest.txt.
+
+\input fontinst.sty
+
+
+\setint{smallcapsscale}{800}
+
+\substitutesilent{scsl}{scit}
+
+
+\recordtransforms{lato-rec.tex}
+
+
+\foreach(e){01,02}
+ \transformfont{Lato-Hairline-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-Hairline}}}
+ \transformfont{Lato-HairlineItalic-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-HairlineItalic}}}
+ \transformfont{Lato-Light-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-Light}}}
+ \transformfont{Lato-LightItalic-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-LightItalic}}}
+ \transformfont{Lato-Regular-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-Regular}}}
+ \transformfont{Lato-Italic-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-Italic}}}
+ \transformfont{Lato-Bold-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-Bold}}}
+ \transformfont{Lato-BoldItalic-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-BoldItalic}}}
+ \transformfont{Lato-Black-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-Black}}}
+ \transformfont{Lato-BlackItalic-\str{e}}{\reencodefont{lato-\str{e}}{\fromafm{Lato-BlackItalic}}}
+\endfor(e)
+\transformfont{Lato-Hairline-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Hairline-LCDFJ}}}
+\transformfont{Lato-HairlineItalic-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-HairlineItalic-LCDFJ}}}
+\transformfont{Lato-Light-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Light-LCDFJ}}}
+\transformfont{Lato-LightItalic-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-LightItalic-LCDFJ}}}
+\transformfont{Lato-Regular-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Regular-LCDFJ}}}
+\transformfont{Lato-Italic-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Italic-LCDFJ}}}
+\transformfont{Lato-Bold-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Bold-LCDFJ}}}
+\transformfont{Lato-BoldItalic-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-BoldItalic-LCDFJ}}}
+\transformfont{Lato-Black-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Black-LCDFJ}}}
+\transformfont{Lato-BlackItalic-dotlessj}{\reencodefont{lato-dotlessj}{\fromafm{Lato-BlackItalic-LCDFJ}}}
+
+
+\fontinstcc
+\def\fd_family#1#2#3{
+ \a_toks{#3}
+ \edef\lowercase_file{\lowercase{
+ \edef\noexpand\lowercase_file{#1#2.fd}}}
+ \lowercase_file
+ \open_out{\lowercase_file}
+ \out_line{\percent_char~Filename:~\lowercase_file}
+ \out_line{\percent_char~Created~by:~tex~\jobname}
+ \out_line{\percent_char~Created~using~fontinst~v\fontinstversion}
+ \out_line{}
+ \out_line{\percent_char~THIS~FILE~SHOULD~BE~PUT~IN~A~TEX~INPUTS~
+ DIRECTORY}
+ \out_line{}
+ \out_line{\string\ProvidesFile{\lowercase_file}}
+ \out_lline{[
+ \the\year/
+ \ifnum10>\month0\fi\the\month/
+ \ifnum10>\day0\fi\the\day\space
+ Fontinst~v\fontinstversion\space
+ font~definitions~for~#1/#2.
+ ]}
+ \out_line{}
+ %%%
+ \out_line{\string\expandafter\string\ifx\string\csname\space lato@scale\string\endcsname\string\relax}
+ \out_line{\space\space\string\let\string\lato@scale\string\@empty}
+ \out_line{\string\fi}
+ \out_line{}
+ %%%
+ \out_line{\string\DeclareFontFamily{#1}{#2}{\the\a_toks}}
+ {
+ \csname #1-#2\endcsname
+ \out_line{}
+ \let\do_shape=\substitute_shape
+ \csname #1-#2\endcsname
+ \let\do_shape=\remove_shape
+ \csname #1-#2\endcsname
+ }
+ \x_cs\g_let{#1-#2}\x_relax
+ \out_line{}
+ \out_line{\string\endinput}
+ \close_out{Font~definitions}
+}
+\normalcc
+
+
+\installfonts
+\installfamily{OT1}{fla}{}
+
+\installfont{Lato-Hairline-ot1}{Lato-Hairline-01,Lato-Hairline-02,Lato-Hairline-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{el}{n}{<->\string\lato@scale}
+\installfont{Lato-HairlineItalic-ot1}{Lato-HairlineItalic-01,Lato-HairlineItalic-02,Lato-HairlineItalic-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{el}{it}{<->\string\lato@scale}
+\installfont{Lato-Hairline-SmallCaps-ot1}{Lato-Hairline-01,Lato-Hairline-02,Lato-Hairline-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{el}{sc}{<->\string\lato@scale}
+\installfont{Lato-HairlineItalic-SmallCaps-ot1}{Lato-HairlineItalic-01,Lato-HairlineItalic-02,Lato-HairlineItalic-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{el}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Light-ot1}{Lato-Light-01,Lato-Light-02,Lato-Light-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{l}{n}{<->\string\lato@scale}
+\installfont{Lato-LightItalic-ot1}{Lato-LightItalic-01,Lato-LightItalic-02,Lato-LightItalic-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{l}{it}{<->\string\lato@scale}
+\installfont{Lato-Light-SmallCaps-ot1}{Lato-Light-01,Lato-Light-02,Lato-Light-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{l}{sc}{<->\string\lato@scale}
+\installfont{Lato-LightItalic-SmallCaps-ot1}{Lato-LightItalic-01,Lato-LightItalic-02,Lato-LightItalic-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{l}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Regular-ot1}{Lato-Regular-01,Lato-Regular-02,Lato-Regular-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{m}{n}{<->\string\lato@scale}
+\installfont{Lato-Italic-ot1}{Lato-Italic-01,Lato-Italic-02,Lato-Italic-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{m}{it}{<->\string\lato@scale}
+\installfont{Lato-Regular-SmallCaps-ot1}{Lato-Regular-01,Lato-Regular-02,Lato-Regular-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{m}{sc}{<->\string\lato@scale}
+\installfont{Lato-Italic-SmallCaps-ot1}{Lato-Italic-01,Lato-Italic-02,Lato-Italic-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{m}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Bold-ot1}{Lato-Bold-01,Lato-Bold-02,Lato-Bold-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{b}{n}{<->\string\lato@scale}
+\installfont{Lato-BoldItalic-ot1}{Lato-BoldItalic-01,Lato-BoldItalic-02,Lato-BoldItalic-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{b}{it}{<->\string\lato@scale}
+\installfont{Lato-Bold-SmallCaps-ot1}{Lato-Bold-01,Lato-Bold-02,Lato-Bold-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{b}{sc}{<->\string\lato@scale}
+\installfont{Lato-BoldItalic-SmallCaps-ot1}{Lato-BoldItalic-01,Lato-BoldItalic-02,Lato-BoldItalic-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{b}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Black-ot1}{Lato-Black-01,Lato-Black-02,Lato-Black-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{eb}{n}{<->\string\lato@scale}
+\installfont{Lato-BlackItalic-ot1}{Lato-BlackItalic-01,Lato-BlackItalic-02,Lato-BlackItalic-dotlessj,lato-fixlatin,newlatin}{ot1}{OT1}{fla}{eb}{it}{<->\string\lato@scale}
+\installfont{Lato-Black-SmallCaps-ot1}{Lato-Black-01,Lato-Black-02,Lato-Black-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{eb}{sc}{<->\string\lato@scale}
+\installfont{Lato-BlackItalic-SmallCaps-ot1}{Lato-BlackItalic-01,Lato-BlackItalic-02,Lato-BlackItalic-dotlessj,lato-fixlatin,newlatin}{ot1c}{OT1}{fla}{eb}{scit}{<->\string\lato@scale}
+
+\endinstallfonts
+
+
+\installfonts
+\installfamily{T1}{fla}{}
+
+\installfont{Lato-Hairline-t1}{Lato-Hairline-01,Lato-Hairline-02,Lato-Hairline-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{el}{n}{<->\string\lato@scale}
+\installfont{Lato-HairlineItalic-t1}{Lato-HairlineItalic-01,Lato-HairlineItalic-02,Lato-HairlineItalic-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{el}{it}{<->\string\lato@scale}
+\installfont{Lato-Hairline-SmallCaps-t1}{Lato-Hairline-01,Lato-Hairline-02,Lato-Hairline-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{el}{sc}{<->\string\lato@scale}
+\installfont{Lato-HairlineItalic-SmallCaps-t1}{Lato-HairlineItalic-01,Lato-HairlineItalic-02,Lato-HairlineItalic-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{el}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Light-t1}{Lato-Light-01,Lato-Light-02,Lato-Light-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{l}{n}{<->\string\lato@scale}
+\installfont{Lato-LightItalic-t1}{Lato-LightItalic-01,Lato-LightItalic-02,Lato-LightItalic-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{l}{it}{<->\string\lato@scale}
+\installfont{Lato-Light-SmallCaps-t1}{Lato-Light-01,Lato-Light-02,Lato-Light-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{l}{sc}{<->\string\lato@scale}
+\installfont{Lato-LightItalic-SmallCaps-t1}{Lato-LightItalic-01,Lato-LightItalic-02,Lato-LightItalic-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{l}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Regular-t1}{Lato-Regular-01,Lato-Regular-02,Lato-Regular-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{m}{n}{<->\string\lato@scale}
+\installfont{Lato-Italic-t1}{Lato-Italic-01,Lato-Italic-02,Lato-Italic-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{m}{it}{<->\string\lato@scale}
+\installfont{Lato-Regular-SmallCaps-t1}{Lato-Regular-01,Lato-Regular-02,Lato-Regular-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{m}{sc}{<->\string\lato@scale}
+\installfont{Lato-Italic-SmallCaps-t1}{Lato-Italic-01,Lato-Italic-02,Lato-Italic-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{m}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Bold-t1}{Lato-Bold-01,Lato-Bold-02,Lato-Bold-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{b}{n}{<->\string\lato@scale}
+\installfont{Lato-BoldItalic-t1}{Lato-BoldItalic-01,Lato-BoldItalic-02,Lato-BoldItalic-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{b}{it}{<->\string\lato@scale}
+\installfont{Lato-Bold-SmallCaps-t1}{Lato-Bold-01,Lato-Bold-02,Lato-Bold-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{b}{sc}{<->\string\lato@scale}
+\installfont{Lato-BoldItalic-SmallCaps-t1}{Lato-BoldItalic-01,Lato-BoldItalic-02,Lato-BoldItalic-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{b}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Black-t1}{Lato-Black-01,Lato-Black-02,Lato-Black-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{eb}{n}{<->\string\lato@scale}
+\installfont{Lato-BlackItalic-t1}{Lato-BlackItalic-01,Lato-BlackItalic-02,Lato-BlackItalic-dotlessj,lato-fixlatin,newlatin}{t1}{T1}{fla}{eb}{it}{<->\string\lato@scale}
+\installfont{Lato-Black-SmallCaps-t1}{Lato-Black-01,Lato-Black-02,Lato-Black-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{eb}{sc}{<->\string\lato@scale}
+\installfont{Lato-BlackItalic-SmallCaps-t1}{Lato-BlackItalic-01,Lato-BlackItalic-02,Lato-BlackItalic-dotlessj,lato-fixlatin,newlatin}{t1c}{T1}{fla}{eb}{scit}{<->\string\lato@scale}
+
+\endinstallfonts
+
+
+\installfonts
+\installfamily{TS1}{fla}{}
+
+\installfont{Lato-Hairline-ts1}{Lato-Hairline-01,Lato-Hairline-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{el}{n}{<->\string\lato@scale}
+\installfont{Lato-HairlineItalic-ts1}{Lato-HairlineItalic-01,Lato-HairlineItalic-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{el}{it}{<->\string\lato@scale}
+\installfontas{Lato-Hairline-ts1}{TS1}{fla}{el}{sc}{<->\string\lato@scale}
+\installfontas{Lato-HairlineItalic-ts1}{TS1}{fla}{el}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Light-ts1}{Lato-Light-01,Lato-Light-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{l}{n}{<->\string\lato@scale}
+\installfont{Lato-LightItalic-ts1}{Lato-LightItalic-01,Lato-LightItalic-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{l}{it}{<->\string\lato@scale}
+\installfontas{Lato-Light-ts1}{TS1}{fla}{l}{sc}{<->\string\lato@scale}
+\installfontas{Lato-LightItalic-ts1}{TS1}{fla}{l}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Regular-ts1}{Lato-Regular-01,Lato-Regular-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{m}{n}{<->\string\lato@scale}
+\installfont{Lato-Italic-ts1}{Lato-Italic-01,Lato-Italic-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{m}{it}{<->\string\lato@scale}
+\installfontas{Lato-Regular-ts1}{TS1}{fla}{m}{sc}{<->\string\lato@scale}
+\installfontas{Lato-Italic-ts1}{TS1}{fla}{m}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Bold-ts1}{Lato-Bold-01,Lato-Bold-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{b}{n}{<->\string\lato@scale}
+\installfont{Lato-BoldItalic-ts1}{Lato-BoldItalic-01,Lato-BoldItalic-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{b}{it}{<->\string\lato@scale}
+\installfontas{Lato-Bold-ts1}{TS1}{fla}{b}{sc}{<->\string\lato@scale}
+\installfontas{Lato-BoldItalic-ts1}{TS1}{fla}{b}{scit}{<->\string\lato@scale}
+
+\installfont{Lato-Black-ts1}{Lato-Black-01,Lato-Black-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{eb}{n}{<->\string\lato@scale}
+\installfont{Lato-BlackItalic-ts1}{Lato-BlackItalic-01,Lato-BlackItalic-02,lato-fixtextcomp,textcomp}{ts1}{TS1}{fla}{eb}{it}{<->\string\lato@scale}
+\installfontas{Lato-Black-ts1}{TS1}{fla}{eb}{sc}{<->\string\lato@scale}
+\installfontas{Lato-BlackItalic-ts1}{TS1}{fla}{eb}{scit}{<->\string\lato@scale}
+
+\endinstallfonts
+
+
+\endrecordtransforms
+\bye
diff --git a/Master/texmf-dist/source/fonts/lato/lato-fixlatin.mtx b/Master/texmf-dist/source/fonts/lato/lato-fixlatin.mtx
new file mode 100644
index 00000000000..9f7d8d5ca09
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/lato/lato-fixlatin.mtx
@@ -0,0 +1,28 @@
+%% lato-fixlatin.tex
+%% Copyright 2011 Mohamed El Morabity
+%
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3 of this license or (at your option)
+% any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
+% distributions of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Mohamed El Morabity
+%
+% This work consists of all files listed in manifest.txt.
+
+\relax
+
+\metrics
+
+\unsetglyph{Delta}
+
+\unsetglyph{Omega}
+
+\resetglyph{dotlessj}
+ \glyph{uni0237}{1000}
+\endresetglyph
+
+\endmetrics
diff --git a/Master/texmf-dist/source/fonts/lato/lato-fixtextcomp.mtx b/Master/texmf-dist/source/fonts/lato/lato-fixtextcomp.mtx
new file mode 100644
index 00000000000..ebe5abd27f6
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/lato/lato-fixtextcomp.mtx
@@ -0,0 +1,64 @@
+%% lato-fixtextcomp.tex
+%% Copyright 2011 Mohamed El Morabity
+%
+% This work may be distributed and/or modified under the conditions of the LaTeX
+% Project Public License, either version 1.3 of this license or (at your option)
+% any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
+% distributions of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Mohamed El Morabity
+%
+% This work consists of all files listed in manifest.txt.
+
+\relax
+
+\metrics
+
+\resetglyph{capitalgrave}
+ \glyph{grave.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalacute}
+ \glyph{acute.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalcircumflex}
+ \glyph{circumflex.case}{1000}
+\endresetglyph
+
+\resetglyph{capitaltilde}
+ \glyph{tilde.case}{1000}
+\endresetglyph
+
+\resetglyph{capitaldieresis}
+ \glyph{dieresis.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalhungarumlaut}
+ \glyph{hungarumlaut.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalring}
+ \glyph{ring.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalcaron}
+ \glyph{caron.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalbreve}
+ \glyph{breve.case}{1000}
+\endresetglyph
+
+\resetglyph{capitalmacron}
+ \glyph{macron.case}{1000}
+\endresetglyph
+
+\resetglyph{capitaldotaccent}
+ \glyph{dotaccent.case}{1000}
+\endresetglyph
+
+\endmetrics
diff --git a/Master/texmf-dist/source/lato/lato-map.tex b/Master/texmf-dist/source/fonts/lato/lato-map.tex
index 2d3cd889f58..afdb62092e2 100644
--- a/Master/texmf-dist/source/lato/lato-map.tex
+++ b/Master/texmf-dist/source/fonts/lato/lato-map.tex
@@ -1,5 +1,5 @@
%% lato-map.etx
-%% Copyright 2010, 2011 Mohamed El Morabity
+%% Copyright 2011 Mohamed El Morabity
%
% This work may be distributed and/or modified under the conditions of the LaTeX
% Project Public License, either version 1.3 of this license or (at your option)
@@ -17,10 +17,6 @@
\resetstr{PSfontsuffix}{.pfb}
-\foreach(encoding){ot1,t1,ts1}
- \etxtoenc{\str{encoding}}{lato-\str{encoding}}
-\endfor(encoding)
-
\adddriver{dvips}{lato.map}
\input lato-rec.tex
\donedrivers
diff --git a/Master/texmf-dist/source/lato/ttf2type1.pe b/Master/texmf-dist/source/fonts/lato/ttf2type1.pe
index 0719858b891..47286fe2180 100644
--- a/Master/texmf-dist/source/lato/ttf2type1.pe
+++ b/Master/texmf-dist/source/fonts/lato/ttf2type1.pe
@@ -1,6 +1,6 @@
#!/usr/bin/env fontforge
## ttf2ype1.pe
-## Copyright 2010, 2011 Mohamed El Morabity
+## Copyright 2011 Mohamed El Morabity
#
# This work may be distributed and/or modified under the conditions of the LaTeX
# Project Public License, either version 1.3 of this license or (at your option)
diff --git a/Master/texmf-dist/source/lato/CHANGES b/Master/texmf-dist/source/lato/CHANGES
deleted file mode 100644
index ae2975bd091..00000000000
--- a/Master/texmf-dist/source/lato/CHANGES
+++ /dev/null
@@ -1,7 +0,0 @@
-Changelog for version 1.1:
- - Update .ttf files to version 1.011
-
-Changelog for version 1.2:
- - fix small caps series in TS1 encoding
- - remove "light"/"black" class options
- - add samples PDF
diff --git a/Master/texmf-dist/source/lato/README b/Master/texmf-dist/source/lato/README
deleted file mode 100644
index d671e887a49..00000000000
--- a/Master/texmf-dist/source/lato/README
+++ /dev/null
@@ -1,22 +0,0 @@
--------------------
- Lato, version 1.2
--------------------
-
-Lato is a sanserif typeface family designed in the Summer 2010 by Warsaw-based
-designer Łukasz Dziedzic. This font, which includes five weights (hairline,
-light, regular, bold and black}), is available from the Google Font Directory at
-http://code.google.com/webfonts/family?family=Lato as TrueType files under the
-OFL version 1.1.
-
-This package provides support for this font in LaTeX. It includes the original
-TrueType fonts, as well as Type 1 versions, converted for this package using
-FontForge for full support with Dvips.
-
-Installation and usage instructions are described in doc/latex/lato/lato.pdf.
-
-This package is released under the LaTeX Project Public License, either version
-1.3c or above, with the exception of the .ttf and .pfb files, released under the
-Open Font License version 1.1.
-
-If you have comments about the package, please contact Mohamed El Morabity
-(melmorabity AT fedoraproject DOT org).
diff --git a/Master/texmf-dist/source/lato/lato-drv.tex b/Master/texmf-dist/source/lato/lato-drv.tex
deleted file mode 100644
index 943e64db5ae..00000000000
--- a/Master/texmf-dist/source/lato/lato-drv.tex
+++ /dev/null
@@ -1,204 +0,0 @@
-%% lato-drv.tex
-%% Copyright 2010, 2011 Mohamed El Morabity
-%
-% This work may be distributed and/or modified under the conditions of the LaTeX
-% Project Public License, either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license is in
-% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
-% distributions of LaTeX version 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Mohamed El Morabity
-%
-% This work consists of all files listed in manifest.txt.
-
-\input fontinst.sty
-
-
-\setint{smallcapsscale}{800}
-
-\substitutesilent{scsl}{scit}
-
-
-\recordtransforms{lato-rec.tex}
-
-
-\foreach(encoding){ot1,t1,ts1}
- \transformfont{raw-\str{encoding}-Lato-Regular}{\reencodefont{\str{encoding}}{\fromafm{Lato-Regular}}}
- \transformfont{raw-\str{encoding}-Lato-Italic}{\reencodefont{\str{encoding}}{\fromafm{Lato-Italic}}}
- \transformfont{raw-\str{encoding}-Lato-Bold}{\reencodefont{\str{encoding}}{\fromafm{Lato-Bold}}}
- \transformfont{raw-\str{encoding}-Lato-BoldItalic}{\reencodefont{\str{encoding}}{\fromafm{Lato-BoldItalic}}}
- \transformfont{raw-\str{encoding}-Lato-Black}{\reencodefont{\str{encoding}}{\fromafm{Lato-Black}}}
- \transformfont{raw-\str{encoding}-Lato-BlackItalic}{\reencodefont{\str{encoding}}{\fromafm{Lato-BlackItalic}}}
- \transformfont{raw-\str{encoding}-Lato-Light}{\reencodefont{\str{encoding}}{\fromafm{Lato-Light}}}
- \transformfont{raw-\str{encoding}-Lato-LightItalic}{\reencodefont{\str{encoding}}{\fromafm{Lato-LightItalic}}}
- \transformfont{raw-\str{encoding}-Lato-Hairline}{\reencodefont{\str{encoding}}{\fromafm{Lato-Hairline}}}
- \transformfont{raw-\str{encoding}-Lato-HairlineItalic}{\reencodefont{\str{encoding}}{\fromafm{Lato-HairlineItalic}}}
-\endfor(encoding)
-
-\foreach(encoding){fixlatin,fixtextcomp}
- \transformfont{raw-\str{encoding}-Lato-Regular}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-Regular}}}
- \transformfont{raw-\str{encoding}-Lato-Italic}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-Italic}}}
- \transformfont{raw-\str{encoding}-Lato-Bold}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-Bold}}}
- \transformfont{raw-\str{encoding}-Lato-BoldItalic}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-BoldItalic}}}
- \transformfont{raw-\str{encoding}-Lato-Black}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-Black}}}
- \transformfont{raw-\str{encoding}-Lato-BlackItalic}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-BlackItalic}}}
- \transformfont{raw-\str{encoding}-Lato-Light}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-Light}}}
- \transformfont{raw-\str{encoding}-Lato-LightItalic}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-LightItalic}}}
- \transformfont{raw-\str{encoding}-Lato-Hairline}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-Hairline}}}
- \transformfont{raw-\str{encoding}-Lato-HairlineItalic}{\reencodefont{lato-\str{encoding}}{\fromafm{Lato-HairlineItalic}}}
-\endfor(encoding)
-
-\transformfont{raw-dotlessj-Lato-Regular}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Regular-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-Italic}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Italic-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-Bold}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Bold-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-BoldItalic}{\reencodefont{lato-dotlessj}{\fromafm{Lato-BoldItalic-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-Black}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Black-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-BlackItalic}{\reencodefont{lato-dotlessj}{\fromafm{Lato-BlackItalic-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-Light}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Light-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-LightItalic}{\reencodefont{lato-dotlessj}{\fromafm{Lato-LightItalic-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-Hairline}{\reencodefont{lato-dotlessj}{\fromafm{Lato-Hairline-LCDFJ}}}
-\transformfont{raw-dotlessj-Lato-HairlineItalic}{\reencodefont{lato-dotlessj}{\fromafm{Lato-HairlineItalic-LCDFJ}}}
-
-\input lato-reglyph
-
-
-\fontinstcc
-\def\fd_family#1#2#3{
- \a_toks{#3}
- \edef\lowercase_file{\lowercase{
- \edef\noexpand\lowercase_file{#1#2.fd}}}
- \lowercase_file
- \open_out{\lowercase_file}
- \out_line{\percent_char~Filename:~\lowercase_file}
- \out_line{\percent_char~Created~by:~tex~\jobname}
- \out_line{\percent_char~Created~using~fontinst~v\fontinstversion}
- \out_line{}
- \out_line{\percent_char~THIS~FILE~SHOULD~BE~PUT~IN~A~TEX~INPUTS~
- DIRECTORY}
- \out_line{}
- \out_line{\string\ProvidesFile{\lowercase_file}}
- \out_lline{[
- \the\year/
- \ifnum10>\month0\fi\the\month/
- \ifnum10>\day0\fi\the\day\space
- Fontinst~v\fontinstversion\space
- font~definitions~for~#1/#2.
- ]}
- \out_line{}
- %%%
- \out_line{\string\expandafter\string\ifx\string\csname\space lato@scale\string\endcsname\string\relax}
- \out_line{\space\space\string\let\string\lato@scale\string\@empty}
- \out_line{\string\fi}
- \out_line{}
- %%%
- \out_line{\string\DeclareFontFamily{#1}{#2}{\the\a_toks}}
- {
- \csname #1-#2\endcsname
- \out_line{}
- \let\do_shape=\substitute_shape
- \csname #1-#2\endcsname
- \let\do_shape=\remove_shape
- \csname #1-#2\endcsname
- }
- \x_cs\g_let{#1-#2}\x_relax
- \out_line{}
- \out_line{\string\endinput}
- \close_out{Font~definitions}
-}
-\normalcc
-
-
-\installfonts
-\installfamily{OT1}{fla}{}
-
-\installfont{ot1-Lato-Regular}{ot1-Lato-Regular,fixlatin-Lato-Regular,dotlessj-Lato-Regular,newlatin}{ot1}{OT1}{fla}{m}{n}{<->\string\lato@scale}
-\installfont{ot1-Lato-Italic}{ot1-Lato-Italic,fixlatin-Lato-Italic,dotlessj-Lato-Italic,newlatin}{ot1}{OT1}{fla}{m}{it}{<->\string\lato@scale}
-\installfont{ot1-Lato-Regular-SmallCaps}{ot1-Lato-Regular,fixlatin-Lato-Regular,dotlessj-Lato-Regular,newlatin}{ot1c}{OT1}{fla}{m}{sc}{<->\string\lato@scale}
-\installfont{ot1-Lato-Italic-SmallCaps}{ot1-Lato-Italic,fixlatin-Lato-Italic,dotlessj-Lato-Italic,newlatin}{ot1c}{OT1}{fla}{m}{scit}{<->\string\lato@scale}
-
-\installfont{ot1-Lato-Bold}{ot1-Lato-Bold,fixlatin-Lato-Bold,dotlessj-Lato-Bold,newlatin}{ot1}{OT1}{fla}{b}{n}{<->\string\lato@scale}
-\installfont{ot1-Lato-BoldItalic}{ot1-Lato-BoldItalic,fixlatin-Lato-BoldItalic,dotlessj-Lato-BoldItalic,newlatin}{ot1}{OT1}{fla}{b}{it}{<->\string\lato@scale}
-\installfont{ot1-Lato-Bold-SmallCaps}{ot1-Lato-Bold,fixlatin-Lato-Bold,dotlessj-Lato-Bold,newlatin}{ot1c}{OT1}{fla}{b}{sc}{<->\string\lato@scale}
-\installfont{ot1-Lato-BoldItalic-SmallCaps}{ot1-Lato-BoldItalic,fixlatin-Lato-BoldItalic,dotlessj-Lato-BoldItalic,newlatin}{ot1c}{OT1}{fla}{b}{scit}{<->\string\lato@scale}
-
-\installfont{ot1-Lato-Black}{ot1-Lato-Black,fixlatin-Lato-Black,dotlessj-Lato-Black,newlatin}{ot1}{OT1}{fla}{eb}{n}{<->\string\lato@scale}
-\installfont{ot1-Lato-BlackItalic}{ot1-Lato-BlackItalic,fixlatin-Lato-BlackItalic,dotlessj-Lato-BlackItalic,newlatin}{ot1}{OT1}{fla}{eb}{it}{<->\string\lato@scale}
-\installfont{ot1-Lato-Black-SmallCaps}{ot1-Lato-Black,fixlatin-Lato-Black,dotlessj-Lato-Black,newlatin}{ot1c}{OT1}{fla}{eb}{sc}{<->\string\lato@scale}
-\installfont{ot1-Lato-BlackItalic-SmallCaps}{ot1-Lato-BlackItalic,fixlatin-Lato-BlackItalic,dotlessj-Lato-BlackItalic,newlatin}{ot1c}{OT1}{fla}{eb}{scit}{<->\string\lato@scale}
-
-\installfont{ot1-Lato-Light}{ot1-Lato-Light,fixlatin-Lato-Light,dotlessj-Lato-Light,newlatin}{ot1}{OT1}{fla}{l}{n}{<->\string\lato@scale}
-\installfont{ot1-Lato-LightItalic}{ot1-Lato-LightItalic,fixlatin-Lato-LightItalic,dotlessj-Lato-LightItalic,newlatin}{ot1}{OT1}{fla}{l}{it}{<->\string\lato@scale}
-\installfont{ot1-Lato-Light-SmallCaps}{ot1-Lato-Light,fixlatin-Lato-Light,dotlessj-Lato-Light,newlatin}{ot1c}{OT1}{fla}{l}{sc}{<->\string\lato@scale}
-\installfont{ot1-Lato-LightItalic-SmallCaps}{ot1-Lato-LightItalic,fixlatin-Lato-LightItalic,dotlessj-Lato-LightItalic,newlatin}{ot1c}{OT1}{fla}{l}{scit}{<->\string\lato@scale}
-
-\installfont{ot1-Lato-Hairline}{ot1-Lato-Hairline,fixlatin-Lato-Hairline,dotlessj-Lato-Hairline,newlatin}{ot1}{OT1}{fla}{ul}{n}{<->\string\lato@scale}
-\installfont{ot1-Lato-HairlineItalic}{ot1-Lato-HairlineItalic,fixlatin-Lato-HairlineItalic,dotlessj-Lato-HairlineItalic,newlatin}{ot1}{OT1}{fla}{ul}{it}{<->\string\lato@scale}
-\installfont{ot1-Lato-Hairline-SmallCaps}{ot1-Lato-Hairline,fixlatin-Lato-Hairline,dotlessj-Lato-Hairline,newlatin}{ot1c}{OT1}{fla}{ul}{sc}{<->\string\lato@scale}
-\installfont{ot1-Lato-HairlineItalic-SmallCaps}{ot1-Lato-HairlineItalic,fixlatin-Lato-HairlineItalic,dotlessj-Lato-HairlineItalic,newlatin}{ot1c}{OT1}{fla}{ul}{scit}{<->\string\lato@scale}
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T1}{fla}{}
-
-\installfont{t1-Lato-Regular}{t1-Lato-Regular,fixlatin-Lato-Regular,dotlessj-Lato-Regular,newlatin}{t1}{T1}{fla}{m}{n}{<->\string\lato@scale}
-\installfont{t1-Lato-Italic}{t1-Lato-Italic,fixlatin-Lato-Italic,dotlessj-Lato-Italic,newlatin}{t1}{T1}{fla}{m}{it}{<->\string\lato@scale}
-\installfont{t1-Lato-Regular-SmallCaps}{t1-Lato-Regular,fixlatin-Lato-Regular,dotlessj-Lato-Regular,newlatin}{t1c}{T1}{fla}{m}{sc}{<->\string\lato@scale}
-\installfont{t1-Lato-Italic-SmallCaps}{t1-Lato-Italic,fixlatin-Lato-Italic,dotlessj-Lato-Italic,newlatin}{t1c}{T1}{fla}{m}{scit}{<->\string\lato@scale}
-
-\installfont{t1-Lato-Bold}{t1-Lato-Bold,fixlatin-Lato-Bold,dotlessj-Lato-Bold,newlatin}{t1}{T1}{fla}{b}{n}{<->\string\lato@scale}
-\installfont{t1-Lato-BoldItalic}{t1-Lato-BoldItalic,fixlatin-Lato-BoldItalic,dotlessj-Lato-BoldItalic,newlatin}{t1}{T1}{fla}{b}{it}{<->\string\lato@scale}
-\installfont{t1-Lato-Bold-SmallCaps}{t1-Lato-Bold,fixlatin-Lato-Bold,dotlessj-Lato-Bold,newlatin}{t1c}{T1}{fla}{b}{sc}{<->\string\lato@scale}
-\installfont{t1-Lato-BoldItalic-SmallCaps}{t1-Lato-BoldItalic,fixlatin-Lato-BoldItalic,dotlessj-Lato-BoldItalic,newlatin}{t1c}{T1}{fla}{b}{scit}{<->\string\lato@scale}
-
-\installfont{t1-Lato-Black}{t1-Lato-Black,fixlatin-Lato-Black,dotlessj-Lato-Black,newlatin}{t1}{T1}{fla}{eb}{n}{<->\string\lato@scale}
-\installfont{t1-Lato-BlackItalic}{t1-Lato-BlackItalic,fixlatin-Lato-BlackItalic,dotlessj-Lato-BlackItalic,newlatin}{t1}{T1}{fla}{eb}{it}{<->\string\lato@scale}
-\installfont{t1-Lato-Black-SmallCaps}{t1-Lato-Black,fixlatin-Lato-Black,dotlessj-Lato-Black,newlatin}{t1c}{T1}{fla}{eb}{sc}{<->\string\lato@scale}
-\installfont{t1-Lato-BlackItalic-SmallCaps}{t1-Lato-BlackItalic,fixlatin-Lato-BlackItalic,dotlessj-Lato-BlackItalic,newlatin}{t1c}{T1}{fla}{eb}{scit}{<->\string\lato@scale}
-
-\installfont{t1-Lato-Light}{t1-Lato-Light,fixlatin-Lato-Light,dotlessj-Lato-Light,newlatin}{t1}{T1}{fla}{l}{n}{<->\string\lato@scale}
-\installfont{t1-Lato-LightItalic}{t1-Lato-LightItalic,fixlatin-Lato-LightItalic,dotlessj-Lato-LightItalic,newlatin}{t1}{T1}{fla}{l}{it}{<->\string\lato@scale}
-\installfont{t1-Lato-Light-SmallCaps}{t1-Lato-Light,fixlatin-Lato-Light,dotlessj-Lato-Light,newlatin}{t1c}{T1}{fla}{l}{sc}{<->\string\lato@scale}
-\installfont{t1-Lato-LightItalic-SmallCaps}{t1-Lato-LightItalic,fixlatin-Lato-LightItalic,dotlessj-Lato-LightItalic,newlatin}{t1c}{T1}{fla}{l}{scit}{<->\string\lato@scale}
-
-\installfont{t1-Lato-Hairline}{t1-Lato-Hairline,fixlatin-Lato-Hairline,dotlessj-Lato-Hairline,newlatin}{t1}{T1}{fla}{ul}{n}{<->\string\lato@scale}
-\installfont{t1-Lato-HairlineItalic}{t1-Lato-HairlineItalic,fixlatin-Lato-HairlineItalic,dotlessj-Lato-HairlineItalic,newlatin}{t1}{T1}{fla}{ul}{it}{<->\string\lato@scale}
-\installfont{t1-Lato-Hairline-SmallCaps}{t1-Lato-Hairline,fixlatin-Lato-Hairline,dotlessj-Lato-Hairline,newlatin}{t1c}{T1}{fla}{ul}{sc}{<->\string\lato@scale}
-\installfont{t1-Lato-HairlineItalic-SmallCaps}{t1-Lato-HairlineItalic,fixlatin-Lato-HairlineItalic,dotlessj-Lato-HairlineItalic,newlatin}{t1c}{T1}{fla}{ul}{scit}{<->\string\lato@scale}
-\endinstallfonts
-
-
-\installfonts
-\installfamily{TS1}{fla}{}
-
-\installfont{ts1-Lato-Regular}{ts1-Lato-Regular,fixtextcomp-Lato-Regular,textcomp}{ts1}{TS1}{fla}{m}{n}{<->\string\lato@scale}
-\installfont{ts1-Lato-Italic}{ts1-Lato-Italic,fixtextcomp-Lato-Italic,textcomp}{ts1}{TS1}{fla}{m}{it}{<->\string\lato@scale}
-\installfontas{ts1-Lato-Regular}{TS1}{fla}{m}{sc}{<->\string\lato@scale}
-\installfontas{ts1-Lato-Italic}{TS1}{fla}{m}{scit}{<->\string\lato@scale}
-
-\installfont{ts1-Lato-Bold}{ts1-Lato-Bold,fixtextcomp-Lato-Bold,textcomp}{ts1}{TS1}{fla}{b}{n}{<->\string\lato@scale}
-\installfont{ts1-Lato-BoldItalic}{ts1-Lato-BoldItalic,fixtextcomp-Lato-BoldItalic,textcomp}{ts1}{TS1}{fla}{b}{it}{<->\string\lato@scale}
-\installfontas{ts1-Lato-Bold}{TS1}{fla}{b}{sc}{<->\string\lato@scale}
-\installfontas{ts1-Lato-BoldItalic}{TS1}{fla}{b}{scit}{<->\string\lato@scale}
-
-\installfont{ts1-Lato-Black}{ts1-Lato-Black,fixtextcomp-Lato-Black,textcomp}{ts1}{TS1}{fla}{eb}{n}{<->\string\lato@scale}
-\installfont{ts1-Lato-BlackItalic}{ts1-Lato-BlackItalic,fixtextcomp-Lato-BlackItalic,textcomp}{ts1}{TS1}{fla}{eb}{it}{<->\string\lato@scale}
-\installfontas{ts1-Lato-Bold}{TS1}{fla}{eb}{sc}{<->\string\lato@scale}
-\installfontas{ts1-Lato-BoldItalic}{TS1}{fla}{eb}{scit}{<->\string\lato@scale}
-
-\installfont{ts1-Lato-Light}{ts1-Lato-Light,fixtextcomp-Lato-Light,textcomp}{ts1}{TS1}{fla}{l}{n}{<->\string\lato@scale}
-\installfont{ts1-Lato-LightItalic}{ts1-Lato-LightItalic,fixtextcomp-Lato-LightItalic,textcomp}{ts1}{TS1}{fla}{l}{it}{<->\string\lato@scale}
-\installfontas{ts1-Lato-Light}{TS1}{fla}{l}{sc}{<->\string\lato@scale}
-\installfontas{ts1-Lato-LightItalic}{TS1}{fla}{l}{scit}{<->\string\lato@scale}
-
-\installfont{ts1-Lato-Hairline}{ts1-Lato-Hairline,fixtextcomp-Lato-Hairline,textcomp}{ts1}{TS1}{fla}{ul}{n}{<->\string\lato@scale}
-\installfont{ts1-Lato-HairlineItalic}{ts1-Lato-HairlineItalic,fixtextcomp-Lato-HairlineItalic,textcomp}{ts1}{TS1}{fla}{ul}{it}{<->\string\lato@scale}
-\installfontas{ts1-Lato-Hairline}{TS1}{fla}{ul}{sc}{<->\string\lato@scale}
-\installfontas{ts1-Lato-HairlineItalic}{TS1}{fla}{ul}{scit}{<->\string\lato@scale}
-\endinstallfonts
-
-
-\endrecordtransforms
-\bye
diff --git a/Master/texmf-dist/source/lato/lato-fixtextcomp.etx b/Master/texmf-dist/source/lato/lato-fixtextcomp.etx
deleted file mode 100644
index fcd67999995..00000000000
--- a/Master/texmf-dist/source/lato/lato-fixtextcomp.etx
+++ /dev/null
@@ -1,145 +0,0 @@
-%% lato-fixtextcomp.etx
-%% Copyright 2010, 2011 Mohamed El Morabity
-%
-% This work may be distributed and/or modified under the conditions of the LaTeX
-% Project Public License, either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license is in
-% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
-% distributions of LaTeX version 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Mohamed El Morabity
-%
-% This work consists of all files listed in manifest.txt.
-
-\relax
-\encoding
-
-% Needed to set vaxis variable
-\setslot{parenleft}
-\endsetslot
-
-% Needed to fake asteriskcentered
-\setslot{asterisk}
-\endsetslot
-
-% Needed to fake centigrade
-\setslot{C}
-\endsetslot
-
-% Needed to set descender variable
-\setslot{g}
-\endsetslot
-
-% Needed to fake openbracketleft
-\setslot{bracketleft}
-\endsetslot
-
-% Needed to fake openbracketright
-\setslot{bracketright}
-\endsetslot
-
-% asciigrave
-% Needed to fake asciigravedbl
-\setslot{grave}
-\endsetslot
-
-% Needed to fake bardbl
-\setslot{bar}
-\endsetslot
-
-% tildelow
-\setslot{asciitilde}
-\endsetslot
-
-% asciidieresis
-\setslot{dieresis}
-\endsetslot
-
-% asciimacron
-\setslot{macron}
-\endsetslot
-
-% asciiacute
-% Needed to fake asciiacutedbl
-\setslot{acute}
-\endsetslot
-
-% cedilla
-\setslot{cedilla}
-\endsetslot
-
-% asciicaron
-\setslot{caron}
-\endsetslot
-
-% asciibreve
-\setslot{breve}
-\endsetslot
-
-% ogonek
-\setslot{ogonek}
-\endsetslot
-
-% Needed to fake twelveudash and threequartersemdash
-\setslot{endash}
-\endsetslot
-
-% quotesinglebase
-\setslot{quotesinglebase}
-\endsetslot
-
-% quotedblbase
-\setslot{quotedblbase}
-\endsetslot
-
-% euro
-\setslot{Euro}
-\endsetslot
-
-% capitalgrave
-\setslot{grave.case}
-\endsetslot
-
-% capitaldieresis
-\setslot{dieresis.case}
-\endsetslot
-
-% capitalmacron
-\setslot{macron.case}
-\endsetslot
-
-% capitalacute
-\setslot{acute.case}
-\endsetslot
-
-% capitalcircumflex
-\setslot{circumflex.case}
-\endsetslot
-
-% capitalcaron
-\setslot{caron.case}
-\endsetslot
-
-% capitalbreve
-\setslot{breve.case}
-\endsetslot
-
-% capitaldotaccent
-\setslot{dotaccent.case}
-\endsetslot
-
-% capitalring
-\setslot{ring.case}
-\endsetslot
-
-% capitaltilde
-\setslot{tilde.case}
-\endsetslot
-
-% capitalhungarumlaut
-\setslot{hungarumlaut.case}
-\endsetslot
-
-\endencoding
diff --git a/Master/texmf-dist/source/lato/lato-reglyph.tex b/Master/texmf-dist/source/lato/lato-reglyph.tex
deleted file mode 100644
index 3d3ff0ecb64..00000000000
--- a/Master/texmf-dist/source/lato/lato-reglyph.tex
+++ /dev/null
@@ -1,112 +0,0 @@
-%% lato-reglyph.tex
-%% Copyright 2010, 2011 Mohamed El Morabity
-%
-% This work may be distributed and/or modified under the conditions of the LaTeX
-% Project Public License, either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license is in
-% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
-% distributions of LaTeX version 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Mohamed El Morabity
-%
-% This work consists of all files listed in manifest.txt.
-
-\relax
-
-
-\reglyphfonts
- \reglyphfont{ot1-Lato-Regular}{raw-ot1-Lato-Regular}
- \reglyphfont{ot1-Lato-Italic}{raw-ot1-Lato-Italic}
- \reglyphfont{ot1-Lato-Bold}{raw-ot1-Lato-Bold}
- \reglyphfont{ot1-Lato-BoldItalic}{raw-ot1-Lato-BoldItalic}
- \reglyphfont{ot1-Lato-Black}{raw-ot1-Lato-Black}
- \reglyphfont{ot1-Lato-BlackItalic}{raw-ot1-Lato-BlackItalic}
- \reglyphfont{ot1-Lato-Light}{raw-ot1-Lato-Light}
- \reglyphfont{ot1-Lato-LightItalic}{raw-ot1-Lato-LightItalic}
- \reglyphfont{ot1-Lato-Hairline}{raw-ot1-Lato-Hairline}
- \reglyphfont{ot1-Lato-HairlineItalic}{raw-ot1-Lato-HairlineItalic}
-\endreglyphfonts
-
-
-\reglyphfonts
- \reglyphfont{t1-Lato-Regular}{raw-t1-Lato-Regular}
- \reglyphfont{t1-Lato-Italic}{raw-t1-Lato-Italic}
- \reglyphfont{t1-Lato-Bold}{raw-t1-Lato-Bold}
- \reglyphfont{t1-Lato-BoldItalic}{raw-t1-Lato-BoldItalic}
- \reglyphfont{t1-Lato-Black}{raw-t1-Lato-Black}
- \reglyphfont{t1-Lato-BlackItalic}{raw-t1-Lato-BlackItalic}
- \reglyphfont{t1-Lato-Light}{raw-t1-Lato-Light}
- \reglyphfont{t1-Lato-LightItalic}{raw-t1-Lato-LightItalic}
- \reglyphfont{t1-Lato-Hairline}{raw-t1-Lato-Hairline}
- \reglyphfont{t1-Lato-HairlineItalic}{raw-t1-Lato-HairlineItalic}
-\endreglyphfonts
-
-\reglyphfonts
- \reglyphfont{fixlatin-Lato-Regular}{raw-fixlatin-Lato-Regular}
- \reglyphfont{fixlatin-Lato-Italic}{raw-fixlatin-Lato-Italic}
- \reglyphfont{fixlatin-Lato-Bold}{raw-fixlatin-Lato-Bold}
- \reglyphfont{fixlatin-Lato-BoldItalic}{raw-fixlatin-Lato-BoldItalic}
- \reglyphfont{fixlatin-Lato-Black}{raw-fixlatin-Lato-Black}
- \reglyphfont{fixlatin-Lato-BlackItalic}{raw-fixlatin-Lato-BlackItalic}
- \reglyphfont{fixlatin-Lato-Light}{raw-fixlatin-Lato-Light}
- \reglyphfont{fixlatin-Lato-LightItalic}{raw-fixlatin-Lato-LightItalic}
- \reglyphfont{fixlatin-Lato-Hairline}{raw-fixlatin-Lato-Hairline}
- \reglyphfont{fixlatin-Lato-HairlineItalic}{raw-fixlatin-Lato-HairlineItalic}
-\endreglyphfonts
-
-
-\reglyphfonts
- \reglyphfont{ts1-Lato-Regular}{raw-ts1-Lato-Regular}
- \reglyphfont{ts1-Lato-Italic}{raw-ts1-Lato-Italic}
- \reglyphfont{ts1-Lato-Bold}{raw-ts1-Lato-Bold}
- \reglyphfont{ts1-Lato-BoldItalic}{raw-ts1-Lato-BoldItalic}
- \reglyphfont{ts1-Lato-Black}{raw-ts1-Lato-Black}
- \reglyphfont{ts1-Lato-BlackItalic}{raw-ts1-Lato-BlackItalic}
- \reglyphfont{ts1-Lato-Light}{raw-ts1-Lato-Light}
- \reglyphfont{ts1-Lato-LightItalic}{raw-ts1-Lato-LightItalic}
- \reglyphfont{ts1-Lato-Hairline}{raw-ts1-Lato-Hairline}
- \reglyphfont{ts1-Lato-HairlineItalic}{raw-ts1-Lato-HairlineItalic}
-\endreglyphfonts
-
-\reglyphfonts
- \renameglyph{capitalgrave}{grave.case}
- \renameglyph{capitaldieresis}{dieresis.case}
- \renameglyph{capitalmacron}{macron.case}
- \renameglyph{capitalacute}{acute.case}
- \renameglyph{capitalcircumflex}{circumflex.case}
- \renameglyph{capitalcaron}{caron.case}
- \renameglyph{capitalbreve}{breve.case}
- \renameglyph{capitaldotaccent}{dotaccent.case}
- \renameglyph{capitalring}{ring.case}
- \renameglyph{capitaltilde}{tilde.case}
- \renameglyph{capitalhungarumlaut}{hungarumlaut.case}
-
- \reglyphfont{fixtextcomp-Lato-Regular}{raw-fixtextcomp-Lato-Regular}
- \reglyphfont{fixtextcomp-Lato-Italic}{raw-fixtextcomp-Lato-Italic}
- \reglyphfont{fixtextcomp-Lato-Bold}{raw-fixtextcomp-Lato-Bold}
- \reglyphfont{fixtextcomp-Lato-BoldItalic}{raw-fixtextcomp-Lato-BoldItalic}
- \reglyphfont{fixtextcomp-Lato-Black}{raw-fixtextcomp-Lato-Black}
- \reglyphfont{fixtextcomp-Lato-BlackItalic}{raw-fixtextcomp-Lato-BlackItalic}
- \reglyphfont{fixtextcomp-Lato-Light}{raw-fixtextcomp-Lato-Light}
- \reglyphfont{fixtextcomp-Lato-LightItalic}{raw-fixtextcomp-Lato-LightItalic}
- \reglyphfont{fixtextcomp-Lato-Hairline}{raw-fixtextcomp-Lato-Hairline}
- \reglyphfont{fixtextcomp-Lato-HairlineItalic}{raw-fixtextcomp-Lato-HairlineItalic}
-\endreglyphfonts
-
-
-\reglyphfonts
- \renameglyph{dotlessj}{uni0237}
-
- \reglyphfont{dotlessj-Lato-Regular}{raw-dotlessj-Lato-Regular}
- \reglyphfont{dotlessj-Lato-Italic}{raw-dotlessj-Lato-Italic}
- \reglyphfont{dotlessj-Lato-Bold}{raw-dotlessj-Lato-Bold}
- \reglyphfont{dotlessj-Lato-BoldItalic}{raw-dotlessj-Lato-BoldItalic}
- \reglyphfont{dotlessj-Lato-Black}{raw-dotlessj-Lato-Black}
- \reglyphfont{dotlessj-Lato-BlackItalic}{raw-dotlessj-Lato-BlackItalic}
- \reglyphfont{dotlessj-Lato-Light}{raw-dotlessj-Lato-Light}
- \reglyphfont{dotlessj-Lato-LightItalic}{raw-dotlessj-Lato-LightItalic}
- \reglyphfont{dotlessj-Lato-Hairline}{raw-dotlessj-Lato-Hairline}
- \reglyphfont{dotlessj-Lato-HairlineItalic}{raw-dotlessj-Lato-HairlineItalic}
-\endreglyphfonts
diff --git a/Master/texmf-dist/source/lato/lato-samples.pdf b/Master/texmf-dist/source/lato/lato-samples.pdf
deleted file mode 100644
index 6fa9d43ccec..00000000000
--- a/Master/texmf-dist/source/lato/lato-samples.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/lato/lato-samples.tex b/Master/texmf-dist/source/lato/lato-samples.tex
deleted file mode 100644
index 735d21b6ef3..00000000000
--- a/Master/texmf-dist/source/lato/lato-samples.tex
+++ /dev/null
@@ -1,93 +0,0 @@
-%% lato-samples.tex
-%% Copyright 2011 Mohamed El Morabity
-%
-% This work may be distributed and/or modified under the conditions of the LaTeX
-% Project Public License, either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license is in
-% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
-% distributions of LaTeX version 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Mohamed El Morabity
-%
-% This work consists of all files listed in manifest.txt.
-
-\documentclass{article}
-
-\usepackage[greek,russian,francais,american]{babel}
-\usepackage[T1,OT1]{fontenc}
-\usepackage[utf8x]{inputenc}
-\usepackage{lato}
-\usepackage{microtype}
-\usepackage{textcomp}
-
-\newcommand{\latinSample}{%
- \foreignlanguage{francais}{%
- Tous les êtres humains naissent libres et égaux en dignité et en droits. Ils sont doués de raison et de conscience et doivent agir les uns envers les autres dans un esprit de fraternité.%
- }%
-}
-
-\newcommand{\miscSample}{%
- 0123456789 fi fl \textperthousand{} \textcopyright{} \textregistered{} \texttrademark{} \texteuro{} \textsterling{} \textyen%
-}
-
-\newcommand{\fontSample}[2]{%
- {\usefont{T1}{fla}{#1}{#2} \latinSample}
-
- {\fontfamily{fla}\fontseries{#1}\fontshape{#2}\selectfont\miscSample}\\%
-}
-
-\begin{document}
-
-\section*{Lato Regular}
-
-\fontSample{m}{n}
-
-\fontSample{m}{it}
-
-\fontSample{m}{sc}
-
-\fontSample{m}{scit}
-
-\section*{Lato Bold}
-
-\fontSample{b}{n}
-
-\fontSample{b}{it}
-
-\fontSample{b}{sc}
-
-\fontSample{b}{scit}
-
-\section*{Lato Black}
-
-\fontSample{eb}{n}
-
-\fontSample{eb}{it}
-
-\fontSample{eb}{sc}
-
-\fontSample{eb}{scit}
-
-\section*{Lato Light}
-
-\fontSample{l}{n}
-
-\fontSample{l}{it}
-
-\fontSample{l}{sc}
-
-\fontSample{l}{scit}
-
-\section*{Lato Hairline}
-
-\fontSample{ul}{n}
-
-\fontSample{ul}{it}
-
-\fontSample{ul}{sc}
-
-\fontSample{ul}{scit}
-
-\end{document}
diff --git a/Master/texmf-dist/source/lato/lato.pdf b/Master/texmf-dist/source/lato/lato.pdf
deleted file mode 100644
index 0cf42238234..00000000000
--- a/Master/texmf-dist/source/lato/lato.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/lato/lato.tex b/Master/texmf-dist/source/lato/lato.tex
deleted file mode 100644
index 96760da2af5..00000000000
--- a/Master/texmf-dist/source/lato/lato.tex
+++ /dev/null
@@ -1,197 +0,0 @@
-%% lato.tex
-%% Copyright 2010, 2011 Mohamed El Morabity
-%
-% This work may be distributed and/or modified under the conditions of the LaTeX
-% Project Public License, either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license is in
-% http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all
-% distributions of LaTeX version 2005/12/01 or later.
-%
-% This work has the LPPL maintenance status `maintained'.
-%
-% The Current Maintainer of this work is Mohamed El Morabity
-%
-% This work consists of all files listed in manifest.txt.
-
-\documentclass{article}
-
-\usepackage[american]{babel}
-\usepackage{booktabs}
-\usepackage[utf8x]{inputenc}
-\usepackage[default]{lato}
-\usepackage{microtype}
-\usepackage{multirow}
-\usepackage{path}
-\usepackage{relsize}
-\usepackage[colorlinks]{hyperref}
-
-\hypersetup{%
- pdftitle={LaTeX support for Lato},%
- pdfauthor={Mohamed El Morabity}%
-}%
-
-\newcommand{\acronym}[1]{\textsc{\lowercase{#1}}}
-\newcommand{\code}{\texttt}
-\newcommand{\command}{\texttt}
-\newcommand{\email}[1]{\href{mailto:#1}{\nolinkurl{#1}}}
-\newcommand{\name}{}
-\newcommand{\package}{\texttt}
-\newcommand{\parameter}[1]{\textnormal{\textit{#1}}}
-\newcommand{\program}{}
-
-\title{\LaTeX{} support for Lato\\\relsize{-1}Version~1.2}
-
-\author{Mohamed \name{El~Morabity}\\\email{melmorabity@fedoraproject.org}}
-
-\begin{document}
-
-\maketitle
-
-\tableofcontents
-
-\section{Introduction}
-
-Lato is a sanserif typeface family designed in the Summer 2010 by Warsaw-based
-designer Łukasz \name{Dziedzic} for the tyPoland foundry. This font, which
-includes five weights ({\flafamily\fontseries{ul}\selectfont hairline},
-{\flafamily\fontseries{l}\selectfont light},
-{\flafamily\fontseries{m}\selectfont regular},
-{\flafamily\fontseries{b}\selectfont bold} and
-{\flafamily\fontseries{eb}\selectfont black}), is available from the Google Font
-Directory~\cite{lato} as TrueType files under the \acronym{OFL} version~1.1.
-
-This package provides support for this font in \LaTeX{}. It includes the
-original TrueType fonts, as well as Type~1 versions, converted for this package
-using \program{FontForge} for full support with \program{Dvips}.
-
-\section{Installation}
-
-These directions assume that your \TeX{} distribution is
-\acronym{TDS}-compliant.
-
-Once the \path|lato.zip| archive extracted:
-\begin{enumerate}
-\item Copy \path|doc/|, \path|fonts/|, \path|source/|, and \path|tex/|
- directories to your \path|texmf/| directory (either your local or global
- \path|texmf/| directory).
-\item Run \command{mktexlsr} to refresh the file name database and make \TeX{}
- aware of the new files.
-\item Run \command{updmap --enable Map lato.map} to make \program{Dvips},
- \program{dvipdf} and \program{pdf\TeX} aware of the new fonts.
-\end{enumerate}
-
-Note that this package requires the \package{keyval}~\cite{keyval} and
-\package{slantsc}~\cite{slantsc} (to handle italic/slanted small caps) ones to
-work.
-
-\section{Usage}
-
-\subsection{Calling Lato}
-
-You can use the Lato font in a \LaTeX{} document by adding the command
-\begin{verbatim}
-\usepackage{lato}
-\end{verbatim}
-to the preamble. The package supplies the \code{\char`\\flafamily} command to
-switch the current font to Lato.
-
-\subsubsection{Options}
-
-\paragraph{Lato as default (sans-serif) font}
-
-You can set \LaTeX{} to use Lato as standard font throughout the whole document
-by passing the \code{default} option to the package:
-\begin{verbatim}
-\usepackage[default]{lato}
-\end{verbatim}
-To set Lato as default sans-serif only:
-\begin{verbatim}
-\usepackage[defaultsans]{lato}
-\end{verbatim}
-
-\paragraph{Font scaling}
-
-The font can be up- and downscale by any factor. This can be used to make Lato
-more friendly when used in company with other type faces, e.g., to adapt the
-x-height. The package option \code{scale=\parameter{ratio}} will scale the font
-according to \parameter{ratio} (1.0 by default), for example:
-\begin{verbatim}
-\usepackage[scale=0.95]{lato}
-\end{verbatim}
-
-\subsection{Encodings}
-
-The following encodings are supported:
-\begin{center}
- OT1, T1, TS1 (partial)
-\end{center}
-To use one or another encoding, give the \LaTeX{} name to the \package{fontenc}
-package as usual, as in
-\begin{verbatim}
-\usepackage[T1]{fontenc}
-\usepackage{lato}
-\end{verbatim}
-
-Note that, as usual with OT1 encoded fonts, kerning with accented characters is
-treated poorly, if at all. Note difference in kerning between e.g.
-\begin{center}
- \begin{tabular}{ll}
- \toprule
- OT1-encoded&{\flafamily To Ta Té}\\
- \midrule
- T1-encoded&{\flafamily\fontencoding{T1}\selectfont To Ta Té}\\
- \bottomrule
- \end{tabular}
-\end{center}
-It is therefore advised to always use the Lota fonts in any encoding than OT1
-when typing diacritics.
-
-\subsection{Available weights and variants}
-
-The following table lists the available font series and shapes with their
-\acronym{NFSS} classification. Parenthesized combinations are provided via
-substitutions.
-\begin{center}
- \begin{tabular}{llll}
- \toprule
- family&encoding&series&shape\\
- \midrule
- \multirow{3}{*}{fla}&\multirow{2}{*}{OT1, T1}&\multirow{2}{*}{m, b (bx), eb, l, ul}&n, it (sl)\\
- &&&sc, scit (scsl)\\
- \cmidrule{2-4}
- &TS1&m, b (bx), eb, l, ul&n, it (sl)\\
- \bottomrule
- \end{tabular}
-\end{center}
-Notice that the small capitals are faked ones (reduced to 80\%).
-
-\section{Known bugs and improvements}
-
-Please send bug reports and suggestions about the Lato \LaTeX{} support to
-\href{mailto:melmorabity@fedoraproject.org}{Mohamed \name{El~Morabity}}.
-
-\subsection{Small dotless ``j''}
-
-The Lato font files do not provide any dotless ``j'' glyph. This \LaTeX{}
-support provides a faked one ({\flafamily\j}), available by typing
-\code{\char`\\j}, and built using the \command{t1dotlessj} command (from
-LCDF~Typetools~\cite{lcdf}).
-
-\section{License}
-
-This package is released under the \LaTeX{} project public license, either
-version~1.3c or above~\cite{lppl}. Anyway both the TrueType and Type~1 files are
-delivered under the Open Font License version~1.1~\cite{ofl}.
-
-\begin{thebibliography}{9}
-\bibitem{lato} \url{http://code.google.com/webfonts/family?family=Lato}
-\bibitem{keyval}
- \url{http://www.ctan.org/tex-archive/macros/latex/required/graphics/}
-\bibitem{slantsc}
- \url{http://www.ctan.org/tex-archive/macros/latex/contrib/slantsc/}
-\bibitem{lcdf} \url{http://www.lcdf.org/type/}
-\bibitem{lppl} \url{http://www.latex-project.org/lppl/lppl-1-3c.html}
-\bibitem{ofl} \url{http://scripts.sil.org/OFL_web}
-\end{thebibliography}
-
-\end{document}