summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-25 21:26:46 +0000
committerKarl Berry <karl@freefriends.org>2019-06-25 21:26:46 +0000
commita85a5a378e3f5d33f07e684cc134366e1d123ac5 (patch)
tree44258faef30f740453b5f1190fb288e61555c750 /Master/texmf-dist/source/fonts
parent51ee301a87deaf031c16009df3816a64474d99e2 (diff)
droid (25jun19)
git-svn-id: svn://tug.org/texlive/trunk@51455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rw-r--r--Master/texmf-dist/source/fonts/droid/Makefile231
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-01.etx788
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-02.etx788
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-03.etx788
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-04.etx395
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-drv.tex52
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-fixcyrillic.mtx756
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-fixgreek.mtx40
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-fixlatin.mtx44
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-fixtextcomp.mtx36
-rw-r--r--Master/texmf-dist/source/fonts/droid/droid-map.tex24
-rw-r--r--Master/texmf-dist/source/fonts/droid/droidsans-drv.tex190
-rw-r--r--Master/texmf-dist/source/fonts/droid/droidsansmono-drv.tex150
-rw-r--r--Master/texmf-dist/source/fonts/droid/droidserif-drv.tex254
-rw-r--r--Master/texmf-dist/source/fonts/droid/ttf2type1.pe22
15 files changed, 0 insertions, 4558 deletions
diff --git a/Master/texmf-dist/source/fonts/droid/Makefile b/Master/texmf-dist/source/fonts/droid/Makefile
deleted file mode 100644
index 7924e85f3b1..00000000000
--- a/Master/texmf-dist/source/fonts/droid/Makefile
+++ /dev/null
@@ -1,231 +0,0 @@
-## Makefile
-## 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.
-
-######################
-# Fonts informations #
-######################
-
-FONT_NAME = droid
-FOUNDRY = public
-FONT_CODES = fdr fds fdm
-
-# Supported LaTeX encodings
-SUPPORTED_ENCODINGS = ot1 t1 ts1 t2a t2b t2c x2 lgr
-# Supported LaTeX encodings containing small caps
-SUPPORTED_SC_ENCODINGS = $(filter-out ts1,$(SUPPORTED_ENCODINGS))
-# Custom encodings provided
-INPUT_ENCODINGS = $(INPUT_ETX_FILES:$(FONT_NAME)-%.etx=%)
-
-
-#####################
-# Installation root #
-#####################
-
-TEXMFHOME = $(shell kpsexpand '$$TEXMFHOME')
-
-
-###########
-# Archive #
-###########
-
-ARCHIVE_ROOT = $(FONT_NAME)
-ARCHIVE = $(FONT_NAME).zip
-
-
-###########
-# Sources #
-###########
-
-TRUETYPE_FILES = $(wildcard *.ttf)
-
-# Fontinst files
-FONTINST_FILE = $(FONT_NAME)-drv.tex
-FONTINST_AUX_FILES = $(FONT_NAME)serif-drv.tex $(FONT_NAME)sans-drv.tex $(FONT_NAME)sansmono-drv.tex
-FONTINST_MAP_FILE = $(FONT_NAME)-map.tex
-
-# Custom Fontinst encoding files
-INPUT_ETX_FILES = $(FONT_NAME)-01.etx $(FONT_NAME)-02.etx $(FONT_NAME)-03.etx $(FONT_NAME)-04.etx
-MTX_FILES = $(FONT_NAME)-fixlatin.mtx $(FONT_NAME)-fixtextcomp.mtx $(FONT_NAME)-fixcyrillic.mtx $(FONT_NAME)-fixgreek.mtx
-
-STYLE_FILES = $(wildcard *.sty)
-
-DOCUMENTATION = $(FONT_NAME).tex $(FONT_NAME).pdf $(FONT_NAME)serif-samples.tex $(FONT_NAME)serif-samples.pdf $(FONT_NAME)sans-samples.tex $(FONT_NAME)sans-samples.pdf $(FONT_NAME)sansmono-samples.tex $(FONT_NAME)sansmono-samples.pdf CHANGES README
-
-# Files to be installed in texmf/source
-SOURCE_FILES = $(FONTINST_FILE) $(FONTINST_AUX_FILES) $(FONTINST_MAP_FILE) $(INPUT_ETX_FILES) $(MTX_FILES) Makefile ttf2type1.pe
-
-
-
-###################
-# Generated files #
-###################
-
-TYPE1_FILES = $(TRUETYPE_FILES:.ttf=.pfb)
-AFM_FILES = $(TYPE1_FILES:.pfb=.afm)
-
-# Fontinst log file
-FONTINST_REC_FILE = $(FONT_NAME)-rec.tex
-
-# Metrics files
-PL_FILES = $(foreach e,$(INPUT_ENCODINGS), \
- $(TRUETYPE_FILES:.ttf=-$(e).pl) \
- $(foreach f,$(filter-out %Italic,$(TRUETYPE_FILES:.ttf=)), \
- $(f)-Slanted-$(e).pl \
- ) \
- $(foreach f,$(filter DroidSerif-%Italic,$(TRUETYPE_FILES:.ttf=)), \
- $(f)-Upright-$(e).pl \
- ) \
- )
-OUTPUT_MTX_FILES = $(PL_FILES:.pl=.mtx)
-VPL_FILES = $(foreach e,$(SUPPORTED_ENCODINGS), \
- $(TRUETYPE_FILES:.ttf=-$(e:$(FONT_NAME)-=).vpl) \
- $(foreach f,$(filter-out %Italic,$(TRUETYPE_FILES:.ttf=)), \
- $(f)-Slanted-$(e).vpl \
- ) \
- $(foreach f,$(filter DroidSerif-%Italic,$(TRUETYPE_FILES:.ttf=)), \
- $(f)-Upright-$(e).vpl \
- ) \
- ) \
- $(foreach e,$(SUPPORTED_SC_ENCODINGS), \
- $(TRUETYPE_FILES:.ttf=-SmallCaps-$(e).vpl) \
- $(foreach f,$(filter-out %Italic,$(TRUETYPE_FILES:.ttf=)), \
- $(f)-Slanted-SmallCaps-$(e).vpl \
- ) \
- $(foreach f,$(filter DroidSerif-%Italic,$(TRUETYPE_FILES:.ttf=)), \
- $(f)-Upright-SmallCaps-$(e).vpl \
- ) \
- )
-TFM_FILES = $(PL_FILES:.pl=.tfm) $(VPL_FILES:.vpl=.tfm)
-VF_FILES = $(VPL_FILES:.vpl=.vf)
-
-MAP = $(FONT_NAME).map
-
-# Font definition files
-FD_FILES = $(foreach e,$(SUPPORTED_ENCODINGS), \
- $(FONT_CODES:%=$(e)%.fd) \
- )
-
-# Generated encoding files
-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
-
-
-all: dist
-
-
-dist: $(ARCHIVE)
-
-
-%.pfb %.afm: %.ttf
- fontforge ttf2type1.pe $<
-
-
-%.tfm: %.pl
- pltotf $< $@
-
-
-%.tfm: %.vpl
- vptovf $^ $
-
-
-%.vf: %.vpl
- vptovf $^ $@
-
-
-$(FONTINST_REC_FILE): $(AFM_FILES) $(MTX_FILES) $(FONTINST_FILE) $(FONTINST_AUX_FILES)
- latex $(FONTINST_FILE)
-
-
-$(PL_FILES) $(VPL_FILES): $(FONTINST_REC_FILE)
-
-
-$(MAP): $(FONTINST_REC_FILE) $(FONTINST_MAP_FILE)
- latex $(FONTINST_MAP_FILE)
-
-
-$(FD_FILES) $(ENC_FILES): $(MAP)
-
-
-texmf-tree: clean-texmf-tree $(GENERATED_FILES) $(SOURCES_FILES)
- 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/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)/
- cp -p $(AFM_FILES) $(ARCHIVE_ROOT)/fonts/afm/$(FOUNDRY)/$(FONT_NAME)/
- cp -p $(TFM_FILES) $(ARCHIVE_ROOT)/fonts/tfm/$(FOUNDRY)/$(FONT_NAME)/
- 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 $(SOURCE_FILES) $(ARCHIVE_ROOT)/source/fonts/$(FONT_NAME)/
- cp -p README $(ARCHIVE_ROOT)
- cd $(ARCHIVE_ROOT) && find . -type f > manifest.txt
-
-
-$(ARCHIVE): clean-texmf-tree texmf-tree
- zip -r $@ $(ARCHIVE_ROOT)
-
-
-install: texmf-tree
- mkdir -p $(TEXMFHOME)
- cp -a $(ARCHIVE_ROOT)/* $(TEXMFHOME)
- texhash
- updmap --enable Map=$(MAP)
-
-
-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,type1,vf}/$(FOUNDRY)/$(FONT_NAME)/
- $(RM) -r $(TEXMFHOME)/source/$(FONT_NAME)/
- updmap --disable $(MAP)
- texhash
-
-
-clean: clean-texmf-tree
- $(RM) $(TYPE1_FILES) $(AFM_FILES)
- $(RM) $(FONTINST_REC_FILE)
- $(RM) $(PL_FILES) $(TYPE1_FILES:.pfb=.pl)
- $(RM) $(OUTPUT_MTX_FILES) $(TYPE1_FILES:.pfb=.mtx)
- $(RM) $(VPL_FILES)
- $(RM) $(TFM_FILES)
- $(RM) $(VF_FILES)
- $(RM) $(MAP)
- $(RM) $(FD_FILES)
- $(RM) $(ENC_FILES)
- $(RM) $(ARCHIVE)
- $(RM) *~ *.log
-
-
-clean-texmf-tree:
- $(RM) -r $(ARCHIVE_ROOT)
-
-
-test:
- @echo $(PL_FILES)
-
-.PHONY: clean clean-texmf-tree texmf-tree test
diff --git a/Master/texmf-dist/source/fonts/droid/droid-01.etx b/Master/texmf-dist/source/fonts/droid/droid-01.etx
deleted file mode 100644
index dac2a0d299c..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-01.etx
+++ /dev/null
@@ -1,788 +0,0 @@
-%% droidserif-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{nonbreakingspace}
-\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{overscore}
-\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{Amacron}
-\endsetslot
-
-\setslot{amacron}
-\endsetslot
-
-\setslot{Abreve}
-\endsetslot
-
-\setslot{abreve}
-\endsetslot
-
-\setslot{Aogonek}
-\endsetslot
-
-\setslot{aogonek}
-\endsetslot
-
-\setslot{Cacute}
-\endsetslot
-
-\setslot{cacute}
-\endsetslot
-
-\setslot{Ccircumflex}
-\endsetslot
-
-\setslot{ccircumflex}
-\endsetslot
-
-\setslot{Cdot}
-\endsetslot
-
-\setslot{cdot}
-\endsetslot
-
-\setslot{Ccaron}
-\endsetslot
-
-\setslot{ccaron}
-\endsetslot
-
-\setslot{Dcaron}
-\endsetslot
-
-\setslot{dcaron}
-\endsetslot
-
-\setslot{Dcroat}
-\endsetslot
-
-\setslot{dcroat}
-\endsetslot
-
-\setslot{Emacron}
-\endsetslot
-
-\setslot{emacron}
-\endsetslot
-
-\setslot{Ebreve}
-\endsetslot
-
-\setslot{ebreve}
-\endsetslot
-
-\setslot{Edotaccent}
-\endsetslot
-
-\setslot{edotaccent}
-\endsetslot
-
-\setslot{Eogonek}
-\endsetslot
-
-\setslot{eogonek}
-\endsetslot
-
-\setslot{Ecaron}
-\endsetslot
-
-\setslot{ecaron}
-\endsetslot
-
-\setslot{Gcircumflex}
-\endsetslot
-
-\setslot{gcircumflex}
-\endsetslot
-
-\setslot{Gbreve}
-\endsetslot
-
-\setslot{gbreve}
-\endsetslot
-
-\setslot{Gdot}
-\endsetslot
-
-\setslot{gdot}
-\endsetslot
-
-\setslot{Gcommaaccent}
-\endsetslot
-
-\setslot{gcommaaccent}
-\endsetslot
-
-\setslot{Hcircumflex}
-\endsetslot
-
-\setslot{hcircumflex}
-\endsetslot
-
-\setslot{Hbar}
-\endsetslot
-
-\setslot{hbar}
-\endsetslot
-
-\setslot{Itilde}
-\endsetslot
-
-\setslot{itilde}
-\endsetslot
-
-\setslot{Imacron}
-\endsetslot
-
-\setslot{imacron}
-\endsetslot
-
-\setslot{Ibreve}
-\endsetslot
-
-\setslot{ibreve}
-\endsetslot
-
-\setslot{Iogonek}
-\endsetslot
-
-\setslot{iogonek}
-\endsetslot
-
-\setslot{Idotaccent}
-\endsetslot
-
-\setslot{dotlessi}
-\endsetslot
-
-\setslot{IJ}
-\endsetslot
-
-\setslot{ij}
-\endsetslot
-
-\setslot{Jcircumflex}
-\endsetslot
-
-\setslot{jcircumflex}
-\endsetslot
-
-\setslot{Kcommaaccent}
-\endsetslot
-
-\setslot{kcommaaccent}
-\endsetslot
-
-\setslot{kgreenlandic}
-\endsetslot
-
-\setslot{Lacute}
-\endsetslot
-
-\setslot{lacute}
-\endsetslot
-
-\setslot{Lcommaaccent}
-\endsetslot
-
-\setslot{lcommaaccent}
-\endsetslot
-
-\setslot{Lcaron}
-\endsetslot
-
-\setslot{lcaron}
-\endsetslot
-
-\setslot{Ldot}
-\endsetslot
-
-\setslot{ldot}
-\endsetslot
-
-\endencoding
diff --git a/Master/texmf-dist/source/fonts/droid/droid-02.etx b/Master/texmf-dist/source/fonts/droid/droid-02.etx
deleted file mode 100644
index fc41111939b..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-02.etx
+++ /dev/null
@@ -1,788 +0,0 @@
-%% droidserif-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)
-% 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{Lslash}
-\endsetslot
-
-\setslot{lslash}
-\endsetslot
-
-\setslot{Nacute}
-\endsetslot
-
-\setslot{nacute}
-\endsetslot
-
-\setslot{Ncommaaccent}
-\endsetslot
-
-\setslot{ncommaaccent}
-\endsetslot
-
-\setslot{Ncaron}
-\endsetslot
-
-\setslot{ncaron}
-\endsetslot
-
-\setslot{napostrophe}
-\endsetslot
-
-\setslot{Eng}
-\endsetslot
-
-\setslot{eng}
-\endsetslot
-
-\setslot{Omacron}
-\endsetslot
-
-\setslot{omacron}
-\endsetslot
-
-\setslot{Obreve}
-\endsetslot
-
-\setslot{obreve}
-\endsetslot
-
-\setslot{Ohungarumlaut}
-\endsetslot
-
-\setslot{ohungarumlaut}
-\endsetslot
-
-\setslot{OE}
-\endsetslot
-
-\setslot{oe}
-\endsetslot
-
-\setslot{Racute}
-\endsetslot
-
-\setslot{racute}
-\endsetslot
-
-\setslot{Rcommaaccent}
-\endsetslot
-
-\setslot{rcommaaccent}
-\endsetslot
-
-\setslot{Rcaron}
-\endsetslot
-
-\setslot{rcaron}
-\endsetslot
-
-\setslot{Sacute}
-\endsetslot
-
-\setslot{sacute}
-\endsetslot
-
-\setslot{Scircumflex}
-\endsetslot
-
-\setslot{scircumflex}
-\endsetslot
-
-\setslot{Scedilla}
-\endsetslot
-
-\setslot{scedilla}
-\endsetslot
-
-\setslot{Scaron}
-\endsetslot
-
-\setslot{scaron}
-\endsetslot
-
-\setslot{Tcommaaccent}
-\endsetslot
-
-\setslot{tcommaaccent}
-\endsetslot
-
-\setslot{Tcaron}
-\endsetslot
-
-\setslot{tcaron}
-\endsetslot
-
-\setslot{Tbar}
-\endsetslot
-
-\setslot{tbar}
-\endsetslot
-
-\setslot{Utilde}
-\endsetslot
-
-\setslot{utilde}
-\endsetslot
-
-\setslot{Umacron}
-\endsetslot
-
-\setslot{umacron}
-\endsetslot
-
-\setslot{Ubreve}
-\endsetslot
-
-\setslot{ubreve}
-\endsetslot
-
-\setslot{Uring}
-\endsetslot
-
-\setslot{uring}
-\endsetslot
-
-\setslot{Uhungarumlaut}
-\endsetslot
-
-\setslot{uhungarumlaut}
-\endsetslot
-
-\setslot{Uogonek}
-\endsetslot
-
-\setslot{uogonek}
-\endsetslot
-
-\setslot{Wcircumflex}
-\endsetslot
-
-\setslot{wcircumflex}
-\endsetslot
-
-\setslot{Ycircumflex}
-\endsetslot
-
-\setslot{ycircumflex}
-\endsetslot
-
-\setslot{Ydieresis}
-\endsetslot
-
-\setslot{Zacute}
-\endsetslot
-
-\setslot{zacute}
-\endsetslot
-
-\setslot{Zdotaccent}
-\endsetslot
-
-\setslot{zdotaccent}
-\endsetslot
-
-\setslot{Zcaron}
-\endsetslot
-
-\setslot{zcaron}
-\endsetslot
-
-\setslot{longs}
-\endsetslot
-
-\setslot{florin}
-\endsetslot
-
-\setslot{Aringacute}
-\endsetslot
-
-\setslot{aringacute}
-\endsetslot
-
-\setslot{AEacute}
-\endsetslot
-
-\setslot{aeacute}
-\endsetslot
-
-\setslot{Oslashacute}
-\endsetslot
-
-\setslot{oslashacute}
-\endsetslot
-
-\setslot{Scommaaccent}
-\endsetslot
-
-\setslot{scommaaccent}
-\endsetslot
-
-\setslot{circumflex}
-\endsetslot
-
-\setslot{caron}
-\endsetslot
-
-\setslot{macron}
-\endsetslot
-
-\setslot{breve}
-\endsetslot
-
-\setslot{dotaccent}
-\endsetslot
-
-\setslot{ring}
-\endsetslot
-
-\setslot{ogonek}
-\endsetslot
-
-\setslot{tilde}
-\endsetslot
-
-\setslot{hungarumlaut}
-\endsetslot
-
-\setslot{tonos}
-\endsetslot
-
-\setslot{dieresistonos}
-\endsetslot
-
-\setslot{Alphatonos}
-\endsetslot
-
-\setslot{anoteleia}
-\endsetslot
-
-\setslot{Epsilontonos}
-\endsetslot
-
-\setslot{Etatonos}
-\endsetslot
-
-\setslot{Iotatonos}
-\endsetslot
-
-\setslot{Omicrontonos}
-\endsetslot
-
-\setslot{Upsilontonos}
-\endsetslot
-
-\setslot{Omegatonos}
-\endsetslot
-
-\setslot{iotadieresistonos}
-\endsetslot
-
-\setslot{Alpha}
-\endsetslot
-
-\setslot{Beta}
-\endsetslot
-
-\setslot{Gamma}
-\endsetslot
-
-\setslot{uni0394}
-\endsetslot
-
-\setslot{Epsilon}
-\endsetslot
-
-\setslot{Zeta}
-\endsetslot
-
-\setslot{Eta}
-\endsetslot
-
-\setslot{Theta}
-\endsetslot
-
-\setslot{Iota}
-\endsetslot
-
-\setslot{Kappa}
-\endsetslot
-
-\setslot{Lambda}
-\endsetslot
-
-\setslot{Mu}
-\endsetslot
-
-\setslot{Nu}
-\endsetslot
-
-\setslot{Xi}
-\endsetslot
-
-\setslot{Omicron}
-\endsetslot
-
-\setslot{Pi}
-\endsetslot
-
-\setslot{Rho}
-\endsetslot
-
-\setslot{Sigma}
-\endsetslot
-
-\setslot{Tau}
-\endsetslot
-
-\setslot{Upsilon}
-\endsetslot
-
-\setslot{Phi}
-\endsetslot
-
-\setslot{Chi}
-\endsetslot
-
-\setslot{Psi}
-\endsetslot
-
-\setslot{uni03A9}
-\endsetslot
-
-\setslot{Iotadieresis}
-\endsetslot
-
-\setslot{Upsilondieresis}
-\endsetslot
-
-\setslot{alphatonos}
-\endsetslot
-
-\setslot{epsilontonos}
-\endsetslot
-
-\setslot{etatonos}
-\endsetslot
-
-\setslot{iotatonos}
-\endsetslot
-
-\setslot{upsilondieresistonos}
-\endsetslot
-
-\setslot{alpha}
-\endsetslot
-
-\setslot{beta}
-\endsetslot
-
-\setslot{gamma}
-\endsetslot
-
-\setslot{delta}
-\endsetslot
-
-\setslot{epsilon}
-\endsetslot
-
-\setslot{zeta}
-\endsetslot
-
-\setslot{eta}
-\endsetslot
-
-\setslot{theta}
-\endsetslot
-
-\setslot{iota}
-\endsetslot
-
-\setslot{kappa}
-\endsetslot
-
-\setslot{lambda}
-\endsetslot
-
-\setslot{uni03BC}
-\endsetslot
-
-\setslot{nu}
-\endsetslot
-
-\setslot{xi}
-\endsetslot
-
-\setslot{omicron}
-\endsetslot
-
-\setslot{pi}
-\endsetslot
-
-\setslot{rho}
-\endsetslot
-
-\setslot{sigma1}
-\endsetslot
-
-\setslot{sigma}
-\endsetslot
-
-\setslot{tau}
-\endsetslot
-
-\setslot{upsilon}
-\endsetslot
-
-\setslot{phi}
-\endsetslot
-
-\setslot{chi}
-\endsetslot
-
-\setslot{psi}
-\endsetslot
-
-\setslot{omega}
-\endsetslot
-
-\setslot{iotadieresis}
-\endsetslot
-
-\setslot{upsilondieresis}
-\endsetslot
-
-\setslot{omicrontonos}
-\endsetslot
-
-\setslot{upsilontonos}
-\endsetslot
-
-\setslot{omegatonos}
-\endsetslot
-
-\setslot{afii10023}
-\endsetslot
-
-\setslot{afii10051}
-\endsetslot
-
-\setslot{afii10052}
-\endsetslot
-
-\setslot{afii10053}
-\endsetslot
-
-\setslot{afii10054}
-\endsetslot
-
-\setslot{afii10055}
-\endsetslot
-
-\setslot{afii10056}
-\endsetslot
-
-\setslot{afii10057}
-\endsetslot
-
-\setslot{afii10058}
-\endsetslot
-
-\setslot{afii10059}
-\endsetslot
-
-\setslot{afii10060}
-\endsetslot
-
-\setslot{afii10061}
-\endsetslot
-
-\setslot{afii10062}
-\endsetslot
-
-\setslot{afii10145}
-\endsetslot
-
-\setslot{afii10017}
-\endsetslot
-
-\setslot{afii10018}
-\endsetslot
-
-\setslot{afii10019}
-\endsetslot
-
-\setslot{afii10020}
-\endsetslot
-
-\setslot{afii10021}
-\endsetslot
-
-\setslot{afii10022}
-\endsetslot
-
-\setslot{afii10024}
-\endsetslot
-
-\setslot{afii10025}
-\endsetslot
-
-\setslot{afii10026}
-\endsetslot
-
-\setslot{afii10027}
-\endsetslot
-
-\setslot{afii10028}
-\endsetslot
-
-\setslot{afii10029}
-\endsetslot
-
-\setslot{afii10030}
-\endsetslot
-
-\setslot{afii10031}
-\endsetslot
-
-\setslot{afii10032}
-\endsetslot
-
-\setslot{afii10033}
-\endsetslot
-
-\setslot{afii10034}
-\endsetslot
-
-\setslot{afii10035}
-\endsetslot
-
-\setslot{afii10036}
-\endsetslot
-
-\setslot{afii10037}
-\endsetslot
-
-\setslot{afii10038}
-\endsetslot
-
-\setslot{afii10039}
-\endsetslot
-
-\setslot{afii10040}
-\endsetslot
-
-\setslot{afii10041}
-\endsetslot
-
-\setslot{afii10042}
-\endsetslot
-
-\setslot{afii10043}
-\endsetslot
-
-\setslot{afii10044}
-\endsetslot
-
-\setslot{afii10045}
-\endsetslot
-
-\setslot{afii10046}
-\endsetslot
-
-\setslot{afii10047}
-\endsetslot
-
-\setslot{afii10048}
-\endsetslot
-
-\setslot{afii10049}
-\endsetslot
-
-\setslot{afii10065}
-\endsetslot
-
-\setslot{afii10066}
-\endsetslot
-
-\setslot{afii10067}
-\endsetslot
-
-\setslot{afii10068}
-\endsetslot
-
-\setslot{afii10069}
-\endsetslot
-
-\setslot{afii10070}
-\endsetslot
-
-\setslot{afii10072}
-\endsetslot
-
-\setslot{afii10073}
-\endsetslot
-
-\setslot{afii10074}
-\endsetslot
-
-\setslot{afii10075}
-\endsetslot
-
-\setslot{afii10076}
-\endsetslot
-
-\setslot{afii10077}
-\endsetslot
-
-\setslot{afii10078}
-\endsetslot
-
-\setslot{afii10079}
-\endsetslot
-
-\setslot{afii10080}
-\endsetslot
-
-\setslot{afii10081}
-\endsetslot
-
-\setslot{afii10082}
-\endsetslot
-
-\setslot{afii10083}
-\endsetslot
-
-\setslot{afii10084}
-\endsetslot
-
-\setslot{afii10085}
-\endsetslot
-
-\setslot{afii10086}
-\endsetslot
-
-\setslot{afii10087}
-\endsetslot
-
-\setslot{afii10088}
-\endsetslot
-
-\setslot{afii10089}
-\endsetslot
-
-\setslot{afii10090}
-\endsetslot
-
-\setslot{afii10091}
-\endsetslot
-
-\setslot{afii10092}
-\endsetslot
-
-\setslot{afii10093}
-\endsetslot
-
-\setslot{afii10094}
-\endsetslot
-
-\setslot{afii10095}
-\endsetslot
-
-\setslot{afii10096}
-\endsetslot
-
-\setslot{afii10097}
-\endsetslot
-
-\setslot{afii10071}
-\endsetslot
-
-\setslot{afii10099}
-\endsetslot
-
-\setslot{afii10100}
-\endsetslot
-
-\setslot{afii10101}
-\endsetslot
-
-\setslot{afii10102}
-\endsetslot
-
-\setslot{afii10103}
-\endsetslot
-
-\setslot{afii10104}
-\endsetslot
-
-\setslot{afii10105}
-\endsetslot
-
-\setslot{afii10106}
-\endsetslot
-
-\setslot{afii10107}
-\endsetslot
-
-\setslot{afii10108}
-\endsetslot
-
-\setslot{afii10109}
-\endsetslot
-
-\setslot{afii10110}
-\endsetslot
-
-\setslot{afii10193}
-\endsetslot
-
-\setslot{afii10050}
-\endsetslot
-
-\setslot{afii10098}
-\endsetslot
-
-\setslot{Wgrave}
-\endsetslot
-
-\setslot{wgrave}
-\endsetslot
-
-\setslot{Wacute}
-\endsetslot
-
-\setslot{wacute}
-\endsetslot
-
-\setslot{Wdieresis}
-\endsetslot
-
-\setslot{wdieresis}
-\endsetslot
-
-\setslot{Ygrave}
-\endsetslot
-
-\setslot{ygrave}
-\endsetslot
-
-\setslot{endash}
-\endsetslot
-
-\endencoding
diff --git a/Master/texmf-dist/source/fonts/droid/droid-03.etx b/Master/texmf-dist/source/fonts/droid/droid-03.etx
deleted file mode 100644
index 824de852829..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-03.etx
+++ /dev/null
@@ -1,788 +0,0 @@
-%% droidserif-03.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{emdash}
-\endsetslot
-
-\setslot{afii00208}
-\endsetslot
-
-\setslot{underscoredbl}
-\endsetslot
-
-\setslot{quoteleft}
-\endsetslot
-
-\setslot{quoteright}
-\endsetslot
-
-\setslot{quotesinglbase}
-\endsetslot
-
-\setslot{quotereversed}
-\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{minute}
-\endsetslot
-
-\setslot{second}
-\endsetslot
-
-\setslot{guilsinglleft}
-\endsetslot
-
-\setslot{guilsinglright}
-\endsetslot
-
-\setslot{exclamdbl}
-\endsetslot
-
-\setslot{fraction}
-\endsetslot
-
-\setslot{nsuperior}
-\endsetslot
-
-\setslot{franc}
-\endsetslot
-
-\setslot{afii08941}
-\endsetslot
-
-\setslot{peseta}
-\endsetslot
-
-\setslot{Euro}
-\endsetslot
-
-\setslot{afii61248}
-\endsetslot
-
-\setslot{afii61289}
-\endsetslot
-
-\setslot{afii61352}
-\endsetslot
-
-\setslot{trademark}
-\endsetslot
-
-\setslot{Omega}
-\endsetslot
-
-\setslot{estimated}
-\endsetslot
-
-\setslot{oneeighth}
-\endsetslot
-
-\setslot{threeeighths}
-\endsetslot
-
-\setslot{fiveeighths}
-\endsetslot
-
-\setslot{seveneighths}
-\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{uniFB01}
-\endsetslot
-
-\setslot{uniFB02}
-\endsetslot
-
-\setslot{cyrillicbreve}
-\endsetslot
-
-\setslot{dotlessj}
-\endsetslot
-
-\setslot{caroncommaaccent}
-\endsetslot
-
-\setslot{commaaccent}
-\endsetslot
-
-\setslot{commaaccentrotate}
-\endsetslot
-
-\setslot{foursuperior}
-\endsetslot
-
-\setslot{fivesuperior}
-\endsetslot
-
-\setslot{sevensuperior}
-\endsetslot
-
-\setslot{eightsuperior}
-\endsetslot
-
-\setslot{uni2000}
-\endsetslot
-
-\setslot{uni2001}
-\endsetslot
-
-\setslot{uni2002}
-\endsetslot
-
-\setslot{uni2003}
-\endsetslot
-
-\setslot{uni2004}
-\endsetslot
-
-\setslot{uni2005}
-\endsetslot
-
-\setslot{uni2006}
-\endsetslot
-
-\setslot{uni2007}
-\endsetslot
-
-\setslot{uni2008}
-\endsetslot
-
-\setslot{uni2009}
-\endsetslot
-
-\setslot{uni200A}
-\endsetslot
-
-\setslot{uni200B}
-\endsetslot
-
-\setslot{uniFEFF}
-\endsetslot
-
-\setslot{uniFFFC}
-\endsetslot
-
-\setslot{uniFFFD}
-\endsetslot
-
-\setslot{uni01F0}
-\endsetslot
-
-\setslot{uni02BC}
-\endsetslot
-
-\setslot{uni03D1}
-\endsetslot
-
-\setslot{uni03D2}
-\endsetslot
-
-\setslot{uni03D6}
-\endsetslot
-
-\setslot{uni1E3E}
-\endsetslot
-
-\setslot{uni1E3F}
-\endsetslot
-
-\setslot{uni1E00}
-\endsetslot
-
-\setslot{uni1E01}
-\endsetslot
-
-\setslot{uni1F4D}
-\endsetslot
-
-\setslot{uni02F3}
-\endsetslot
-
-\setslot{dasiaoxia}
-\endsetslot
-
-\setslot{uniFB03}
-\endsetslot
-
-\setslot{uniFB04}
-\endsetslot
-
-\setslot{Ohorn}
-\endsetslot
-
-\setslot{ohorn}
-\endsetslot
-
-\setslot{Uhorn}
-\endsetslot
-
-\setslot{uhorn}
-\endsetslot
-
-\setslot{uni0300}
-\endsetslot
-
-\setslot{uni0301}
-\endsetslot
-
-\setslot{uni0303}
-\endsetslot
-
-\setslot{hook}
-\endsetslot
-
-\setslot{dotbelow}
-\endsetslot
-
-\setslot{uni0400}
-\endsetslot
-
-\setslot{uni040D}
-\endsetslot
-
-\setslot{uni0450}
-\endsetslot
-
-\setslot{uni045D}
-\endsetslot
-
-\setslot{uni0460}
-\endsetslot
-
-\setslot{uni0461}
-\endsetslot
-
-\setslot{uni0462}
-\endsetslot
-
-\setslot{uni0463}
-\endsetslot
-
-\setslot{uni0464}
-\endsetslot
-
-\setslot{uni0465}
-\endsetslot
-
-\setslot{uni0466}
-\endsetslot
-
-\setslot{uni0467}
-\endsetslot
-
-\setslot{uni0468}
-\endsetslot
-
-\setslot{uni0469}
-\endsetslot
-
-\setslot{uni046A}
-\endsetslot
-
-\setslot{uni046B}
-\endsetslot
-
-\setslot{uni046C}
-\endsetslot
-
-\setslot{uni046D}
-\endsetslot
-
-\setslot{uni046E}
-\endsetslot
-
-\setslot{uni046F}
-\endsetslot
-
-\setslot{uni0470}
-\endsetslot
-
-\setslot{uni0471}
-\endsetslot
-
-\setslot{uni0472}
-\endsetslot
-
-\setslot{uni0473}
-\endsetslot
-
-\setslot{uni0474}
-\endsetslot
-
-\setslot{uni0475}
-\endsetslot
-
-\setslot{uni0476}
-\endsetslot
-
-\setslot{uni0477}
-\endsetslot
-
-\setslot{uni0478}
-\endsetslot
-
-\setslot{uni0479}
-\endsetslot
-
-\setslot{uni047A}
-\endsetslot
-
-\setslot{uni047B}
-\endsetslot
-
-\setslot{uni047C}
-\endsetslot
-
-\setslot{uni047D}
-\endsetslot
-
-\setslot{uni047E}
-\endsetslot
-
-\setslot{uni047F}
-\endsetslot
-
-\setslot{uni0480}
-\endsetslot
-
-\setslot{uni0481}
-\endsetslot
-
-\setslot{uni0482}
-\endsetslot
-
-\setslot{uni0483}
-\endsetslot
-
-\setslot{uni0484}
-\endsetslot
-
-\setslot{uni0485}
-\endsetslot
-
-\setslot{uni0486}
-\endsetslot
-
-\setslot{uni0488}
-\endsetslot
-
-\setslot{uni0489}
-\endsetslot
-
-\setslot{uni048A}
-\endsetslot
-
-\setslot{uni048B}
-\endsetslot
-
-\setslot{uni048C}
-\endsetslot
-
-\setslot{uni048D}
-\endsetslot
-
-\setslot{uni048E}
-\endsetslot
-
-\setslot{uni048F}
-\endsetslot
-
-\setslot{uni0492}
-\endsetslot
-
-\setslot{uni0493}
-\endsetslot
-
-\setslot{uni0494}
-\endsetslot
-
-\setslot{uni0495}
-\endsetslot
-
-\setslot{uni0496}
-\endsetslot
-
-\setslot{uni0497}
-\endsetslot
-
-\setslot{uni0498}
-\endsetslot
-
-\setslot{uni0499}
-\endsetslot
-
-\setslot{uni049A}
-\endsetslot
-
-\setslot{uni049B}
-\endsetslot
-
-\setslot{uni049C}
-\endsetslot
-
-\setslot{uni049D}
-\endsetslot
-
-\setslot{uni049E}
-\endsetslot
-
-\setslot{uni049F}
-\endsetslot
-
-\setslot{uni04A0}
-\endsetslot
-
-\setslot{uni04A1}
-\endsetslot
-
-\setslot{uni04A2}
-\endsetslot
-
-\setslot{uni04A3}
-\endsetslot
-
-\setslot{uni04A4}
-\endsetslot
-
-\setslot{uni04A5}
-\endsetslot
-
-\setslot{uni04A6}
-\endsetslot
-
-\setslot{uni04A7}
-\endsetslot
-
-\setslot{uni04A8}
-\endsetslot
-
-\setslot{uni04A9}
-\endsetslot
-
-\setslot{uni04AA}
-\endsetslot
-
-\setslot{uni04AB}
-\endsetslot
-
-\setslot{uni04AC}
-\endsetslot
-
-\setslot{uni04AD}
-\endsetslot
-
-\setslot{uni04AE}
-\endsetslot
-
-\setslot{uni04AF}
-\endsetslot
-
-\setslot{uni04B0}
-\endsetslot
-
-\setslot{uni04B1}
-\endsetslot
-
-\setslot{uni04B2}
-\endsetslot
-
-\setslot{uni04B3}
-\endsetslot
-
-\setslot{uni04B4}
-\endsetslot
-
-\setslot{uni04B5}
-\endsetslot
-
-\setslot{uni04B6}
-\endsetslot
-
-\setslot{uni04B7}
-\endsetslot
-
-\setslot{uni04B8}
-\endsetslot
-
-\setslot{uni04B9}
-\endsetslot
-
-\setslot{uni04BA}
-\endsetslot
-
-\setslot{uni04BB}
-\endsetslot
-
-\setslot{uni04BC}
-\endsetslot
-
-\setslot{uni04BD}
-\endsetslot
-
-\setslot{uni04BE}
-\endsetslot
-
-\setslot{uni04BF}
-\endsetslot
-
-\setslot{uni04C0}
-\endsetslot
-
-\setslot{uni04C1}
-\endsetslot
-
-\setslot{uni04C2}
-\endsetslot
-
-\setslot{uni04C3}
-\endsetslot
-
-\setslot{uni04C4}
-\endsetslot
-
-\setslot{uni04C5}
-\endsetslot
-
-\setslot{uni04C6}
-\endsetslot
-
-\setslot{uni04C7}
-\endsetslot
-
-\setslot{uni04C8}
-\endsetslot
-
-\setslot{uni04C9}
-\endsetslot
-
-\setslot{uni04CA}
-\endsetslot
-
-\setslot{uni04CB}
-\endsetslot
-
-\setslot{uni04CC}
-\endsetslot
-
-\setslot{uni04CD}
-\endsetslot
-
-\setslot{uni04CE}
-\endsetslot
-
-\setslot{uni04CF}
-\endsetslot
-
-\setslot{uni04D0}
-\endsetslot
-
-\setslot{uni04D1}
-\endsetslot
-
-\setslot{uni04D2}
-\endsetslot
-
-\setslot{uni04D3}
-\endsetslot
-
-\setslot{uni04D4}
-\endsetslot
-
-\setslot{uni04D5}
-\endsetslot
-
-\setslot{uni04D6}
-\endsetslot
-
-\setslot{uni04D7}
-\endsetslot
-
-\setslot{uni04D8}
-\endsetslot
-
-\setslot{uni04D9}
-\endsetslot
-
-\setslot{uni04DA}
-\endsetslot
-
-\setslot{uni04DB}
-\endsetslot
-
-\setslot{uni04DC}
-\endsetslot
-
-\setslot{uni04DD}
-\endsetslot
-
-\setslot{uni04DE}
-\endsetslot
-
-\setslot{uni04DF}
-\endsetslot
-
-\setslot{uni04E0}
-\endsetslot
-
-\setslot{uni04E1}
-\endsetslot
-
-\setslot{uni04E2}
-\endsetslot
-
-\setslot{uni04E3}
-\endsetslot
-
-\setslot{uni04E4}
-\endsetslot
-
-\setslot{uni04E5}
-\endsetslot
-
-\setslot{uni04E6}
-\endsetslot
-
-\setslot{uni04E7}
-\endsetslot
-
-\setslot{uni04E8}
-\endsetslot
-
-\setslot{uni04E9}
-\endsetslot
-
-\setslot{uni04EA}
-\endsetslot
-
-\setslot{uni04EB}
-\endsetslot
-
-\setslot{uni04EC}
-\endsetslot
-
-\setslot{uni04ED}
-\endsetslot
-
-\setslot{uni04EE}
-\endsetslot
-
-\setslot{uni04EF}
-\endsetslot
-
-\setslot{uni04F0}
-\endsetslot
-
-\setslot{uni04F1}
-\endsetslot
-
-\setslot{uni04F2}
-\endsetslot
-
-\setslot{uni04F3}
-\endsetslot
-
-\setslot{uni04F4}
-\endsetslot
-
-\setslot{uni04F5}
-\endsetslot
-
-\setslot{uni04F6}
-\endsetslot
-
-\setslot{uni04F7}
-\endsetslot
-
-\setslot{uni04F8}
-\endsetslot
-
-\setslot{uni04F9}
-\endsetslot
-
-\setslot{uni04FA}
-\endsetslot
-
-\setslot{uni04FB}
-\endsetslot
-
-\setslot{uni04FC}
-\endsetslot
-
-\endencoding
diff --git a/Master/texmf-dist/source/fonts/droid/droid-04.etx b/Master/texmf-dist/source/fonts/droid/droid-04.etx
deleted file mode 100644
index 060358317c5..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-04.etx
+++ /dev/null
@@ -1,395 +0,0 @@
-%% droidserif-04.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{uni04FD}
-\endsetslot
-
-\setslot{uni04FE}
-\endsetslot
-
-\setslot{uni04FF}
-\endsetslot
-
-\setslot{uni0500}
-\endsetslot
-
-\setslot{uni0501}
-\endsetslot
-
-\setslot{uni0502}
-\endsetslot
-
-\setslot{uni0503}
-\endsetslot
-
-\setslot{uni0504}
-\endsetslot
-
-\setslot{uni0505}
-\endsetslot
-
-\setslot{uni0506}
-\endsetslot
-
-\setslot{uni0507}
-\endsetslot
-
-\setslot{uni0508}
-\endsetslot
-
-\setslot{uni0509}
-\endsetslot
-
-\setslot{uni050A}
-\endsetslot
-
-\setslot{uni050B}
-\endsetslot
-
-\setslot{uni050C}
-\endsetslot
-
-\setslot{uni050D}
-\endsetslot
-
-\setslot{uni050E}
-\endsetslot
-
-\setslot{uni050F}
-\endsetslot
-
-\setslot{uni0510}
-\endsetslot
-
-\setslot{uni0511}
-\endsetslot
-
-\setslot{uni0512}
-\endsetslot
-
-\setslot{uni0513}
-\endsetslot
-
-\setslot{uni1EA0}
-\endsetslot
-
-\setslot{uni1EA1}
-\endsetslot
-
-\setslot{uni1EA2}
-\endsetslot
-
-\setslot{uni1EA3}
-\endsetslot
-
-\setslot{uni1EA4}
-\endsetslot
-
-\setslot{uni1EA5}
-\endsetslot
-
-\setslot{uni1EA6}
-\endsetslot
-
-\setslot{uni1EA7}
-\endsetslot
-
-\setslot{uni1EA8}
-\endsetslot
-
-\setslot{uni1EA9}
-\endsetslot
-
-\setslot{uni1EAA}
-\endsetslot
-
-\setslot{uni1EAB}
-\endsetslot
-
-\setslot{uni1EAC}
-\endsetslot
-
-\setslot{uni1EAD}
-\endsetslot
-
-\setslot{uni1EAE}
-\endsetslot
-
-\setslot{uni1EAF}
-\endsetslot
-
-\setslot{uni1EB0}
-\endsetslot
-
-\setslot{uni1EB1}
-\endsetslot
-
-\setslot{uni1EB2}
-\endsetslot
-
-\setslot{uni1EB3}
-\endsetslot
-
-\setslot{uni1EB4}
-\endsetslot
-
-\setslot{uni1EB5}
-\endsetslot
-
-\setslot{uni1EB6}
-\endsetslot
-
-\setslot{uni1EB7}
-\endsetslot
-
-\setslot{uni1EB8}
-\endsetslot
-
-\setslot{uni1EB9}
-\endsetslot
-
-\setslot{uni1EBA}
-\endsetslot
-
-\setslot{uni1EBB}
-\endsetslot
-
-\setslot{uni1EBC}
-\endsetslot
-
-\setslot{uni1EBD}
-\endsetslot
-
-\setslot{uni1EBE}
-\endsetslot
-
-\setslot{uni1EBF}
-\endsetslot
-
-\setslot{uni1EC0}
-\endsetslot
-
-\setslot{uni1EC1}
-\endsetslot
-
-\setslot{uni1EC2}
-\endsetslot
-
-\setslot{uni1EC3}
-\endsetslot
-
-\setslot{uni1EC4}
-\endsetslot
-
-\setslot{uni1EC5}
-\endsetslot
-
-\setslot{uni1EC6}
-\endsetslot
-
-\setslot{uni1EC7}
-\endsetslot
-
-\setslot{uni1EC8}
-\endsetslot
-
-\setslot{uni1EC9}
-\endsetslot
-
-\setslot{uni1ECA}
-\endsetslot
-
-\setslot{uni1ECB}
-\endsetslot
-
-\setslot{uni1ECC}
-\endsetslot
-
-\setslot{uni1ECD}
-\endsetslot
-
-\setslot{uni1ECE}
-\endsetslot
-
-\setslot{uni1ECF}
-\endsetslot
-
-\setslot{uni1ED0}
-\endsetslot
-
-\setslot{uni1ED1}
-\endsetslot
-
-\setslot{uni1ED2}
-\endsetslot
-
-\setslot{uni1ED3}
-\endsetslot
-
-\setslot{uni1ED4}
-\endsetslot
-
-\setslot{uni1ED5}
-\endsetslot
-
-\setslot{uni1ED6}
-\endsetslot
-
-\setslot{uni1ED7}
-\endsetslot
-
-\setslot{uni1ED8}
-\endsetslot
-
-\setslot{uni1ED9}
-\endsetslot
-
-\setslot{uni1EDA}
-\endsetslot
-
-\setslot{uni1EDB}
-\endsetslot
-
-\setslot{uni1EDC}
-\endsetslot
-
-\setslot{uni1EDD}
-\endsetslot
-
-\setslot{uni1EDE}
-\endsetslot
-
-\setslot{uni1EDF}
-\endsetslot
-
-\setslot{uni1EE0}
-\endsetslot
-
-\setslot{uni1EE1}
-\endsetslot
-
-\setslot{uni1EE2}
-\endsetslot
-
-\setslot{uni1EE3}
-\endsetslot
-
-\setslot{uni1EE4}
-\endsetslot
-
-\setslot{uni1EE5}
-\endsetslot
-
-\setslot{uni1EE6}
-\endsetslot
-
-\setslot{uni1EE7}
-\endsetslot
-
-\setslot{uni1EE8}
-\endsetslot
-
-\setslot{uni1EE9}
-\endsetslot
-
-\setslot{uni1EEA}
-\endsetslot
-
-\setslot{uni1EEB}
-\endsetslot
-
-\setslot{uni1EEC}
-\endsetslot
-
-\setslot{uni1EED}
-\endsetslot
-
-\setslot{uni1EEE}
-\endsetslot
-
-\setslot{uni1EEF}
-\endsetslot
-
-\setslot{uni1EF0}
-\endsetslot
-
-\setslot{uni1EF1}
-\endsetslot
-
-\setslot{uni1EF4}
-\endsetslot
-
-\setslot{uni1EF5}
-\endsetslot
-
-\setslot{uni1EF6}
-\endsetslot
-
-\setslot{uni1EF7}
-\endsetslot
-
-\setslot{uni1EF8}
-\endsetslot
-
-\setslot{uni1EF9}
-\endsetslot
-
-\setslot{uni20AB}
-\endsetslot
-
-\setslot{uni030F}
-\endsetslot
-
-\setslot{circumflexacutecomb}
-\endsetslot
-
-\setslot{circumflexgravecomb}
-\endsetslot
-
-\setslot{circumflexhookcomb}
-\endsetslot
-
-\setslot{circumflextildecomb}
-\endsetslot
-
-\setslot{breveacutecomb}
-\endsetslot
-
-\setslot{brevegravecomb}
-\endsetslot
-
-\setslot{brevehookcomb}
-\endsetslot
-
-\setslot{brevetildecomb}
-\endsetslot
-
-\setslot{cyrillichookleft}
-\endsetslot
-
-\setslot{cyrillicbighookUC}
-\endsetslot
-
-\setslot{Tcedilla}
-\endsetslot
-
-\setslot{tcedilla}
-\endsetslot
-
-\endencoding
diff --git a/Master/texmf-dist/source/fonts/droid/droid-drv.tex b/Master/texmf-dist/source/fonts/droid/droid-drv.tex
deleted file mode 100644
index 2cc680b632d..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-drv.tex
+++ /dev/null
@@ -1,52 +0,0 @@
-%% droid-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{slant}{213}
-\setint{smallcapsscale}{800}
-
-\substitutesilent{scit}{scsl}
-
-
-\recordtransforms{droid-rec.tex}
-
-
-\foreach(e){01,02,03,04}
- \transformfont{DroidSerif-Regular-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-Regular}}}
- \transformfont{DroidSerif-Italic-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-Italic}}}
- \transformfont{DroidSerif-Regular-Slanted-\str{e}}{\slantfont{\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-Regular}}}
- \transformfont{DroidSerif-Italic-Upright-\str{e}}{\slantfont{-\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-Italic}}}
- \transformfont{DroidSerif-Bold-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-Bold}}}
- \transformfont{DroidSerif-BoldItalic-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-BoldItalic}}}
- \transformfont{DroidSerif-Bold-Slanted-\str{e}}{\slantfont{\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-Bold}}}
- \transformfont{DroidSerif-BoldItalic-Upright-\str{e}}{\slantfont{-\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSerif-BoldItalic}}}
- \transformfont{DroidSans-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSans}}}
- \transformfont{DroidSans-Slanted-\str{e}}{\slantfont{\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSans}}}
- \transformfont{DroidSans-Bold-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSans-Bold}}}
- \transformfont{DroidSans-Bold-Slanted-\str{e}}{\slantfont{\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSans-Bold}}}
- \transformfont{DroidSansMono-\str{e}}{\reencodefont{droid-\str{e}}{\fromafm{DroidSansMono}}}
- \transformfont{DroidSansMono-Slanted-\str{e}}{\slantfont{\int{slant}}\reencodefont{droid-\str{e}}{\fromafm{DroidSansMono}}}
-\endfor(e)
-
-
-\input droidserif-drv.tex
-\input droidsans-drv.tex
-\input droidsansmono-drv.tex
-
-
-\endrecordtransforms
-\bye
diff --git a/Master/texmf-dist/source/fonts/droid/droid-fixcyrillic.mtx b/Master/texmf-dist/source/fonts/droid/droid-fixcyrillic.mtx
deleted file mode 100644
index aa144afb13f..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-fixcyrillic.mtx
+++ /dev/null
@@ -1,756 +0,0 @@
-%% droid-fixcyrillic.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{CYRpalochka}
- \glyph{uni04C0}{1000}
-\endresetglyph
-
-\resetglyph{dblgrave}
- \glyph{uni030F}{1000}
-\endresetglyph
-
-\resetglyph{cyrbreve}
- \glyph{cyrillicbreve}{1000}
-\endresetglyph
-
-\resetglyph{fi}
- \glyph{uniFB01}{1000}
-\endresetglyph
-
-\resetglyph{fl}
- \glyph{uniFB02}{1000}
-\endresetglyph
-
-\resetglyph{ffi}
- \glyph{uniFB03}{1000}
-\endresetglyph
-
-\resetglyph{ffl}
- \glyph{uniFB04}{1000}
-\endresetglyph
-
-\resetglyph{CYRGUP}
- \glyph{afii10050}{1000}
-\endresetglyph
-
-\resetglyph{CYRGHCRS}
- \glyph{uni0492}{1000}
-\endresetglyph
-
-\resetglyph{CYRDJE}
- \glyph{afii10051}{1000}
-\endresetglyph
-
-\resetglyph{CYRTSHE}
- \glyph{afii10060}{1000}
-\endresetglyph
-
-\resetglyph{CYRSHHA}
- \glyph{uni04BA}{1000}
-\endresetglyph
-
-\resetglyph{CYRZHDSC}
- \glyph{uni0496}{1000}
-\endresetglyph
-
-\resetglyph{CYRZDSC}
- \glyph{uni0498}{1000}
-\endresetglyph
-
-\resetglyph{CYRLJE}
- \glyph{afii10058}{1000}
-\endresetglyph
-
-\resetglyph{CYRYI}
- \glyph{afii10056}{1000}
-\endresetglyph
-
-\resetglyph{CYRKDSC}
- \glyph{uni049A}{1000}
-\endresetglyph
-
-\resetglyph{CYRLDSC}
- \glyph{uni04C5}{1000}
-\endresetglyph
-
-\resetglyph{CYRKBEAK}
- \glyph{uni04A0}{1000}
-\endresetglyph
-
-\resetglyph{CYRKVCRS}
- \glyph{uni049C}{1000}
-\endresetglyph
-
-\resetglyph{CYRAE}
- \glyph{uni04D4}{1000}
-\endresetglyph
-
-\resetglyph{CYRNDSC}
- \glyph{uni04A2}{1000}
-\endresetglyph
-
-\resetglyph{CYRNG}
- \glyph{uni04A4}{1000}
-\endresetglyph
-
-\resetglyph{CYRDZE}
- \glyph{afii10054}{1000}
-\endresetglyph
-
-\resetglyph{CYROTLD}
- \glyph{uni04E8}{1000}
-\endresetglyph
-
-\resetglyph{CYRSDSC}
- \glyph{uni04AA}{1000}
-\endresetglyph
-
-\resetglyph{CYRUSHRT}
- \glyph{afii10062}{1000}
-\endresetglyph
-
-\resetglyph{CYRY}
- \glyph{uni04AE}{1000}
-\endresetglyph
-
-\resetglyph{CYRYHCRS}
- \glyph{uni04B0}{1000}
-\endresetglyph
-
-\resetglyph{CYRHDSC}
- \glyph{uni04B2}{1000}
-\endresetglyph
-
-\resetglyph{CYRDZHE}
- \glyph{afii10145}{1000}
-\endresetglyph
-
-\resetglyph{CYRCHVCRS}
- \glyph{uni04B8}{1000}
-\endresetglyph
-
-\resetglyph{CYRCHRDSC}
- \glyph{uni04B6}{1000}
-\endresetglyph
-
-\resetglyph{CYRIE}
- \glyph{afii10053}{1000}
-\endresetglyph
-
-\resetglyph{CYRSCHWA}
- \glyph{uni04D8}{1000}
-\endresetglyph
-
-\resetglyph{CYRNJE}
- \glyph{afii10059}{1000}
-\endresetglyph
-
-\resetglyph{CYRYO}
- \glyph{afii10023}{1000}
-\endresetglyph
-
-\resetglyph{numero}
- \glyph{afii61352}{1000}
-\endresetglyph
-
-\resetglyph{cyrgup}
- \glyph{afii10098}{1000}
-\endresetglyph
-
-\resetglyph{cyrghcrs}
- \glyph{uni0493}{1000}
-\endresetglyph
-
-\resetglyph{cyrdje}
- \glyph{afii10099}{1000}
-\endresetglyph
-
-\resetglyph{cyrtshe}
- \glyph{afii10108}{1000}
-\endresetglyph
-
-\resetglyph{cyrshha}
- \glyph{uni04BB}{1000}
-\endresetglyph
-
-\resetglyph{cyrzhdsc}
- \glyph{uni0497}{1000}
-\endresetglyph
-
-\resetglyph{cyrzdsc}
- \glyph{uni0499}{1000}
-\endresetglyph
-
-\resetglyph{cyrlje}
- \glyph{afii10106}{1000}
-\endresetglyph
-
-\resetglyph{cyryi}
- \glyph{afii10104}{1000}
-\endresetglyph
-
-\resetglyph{cyrkdsc}
- \glyph{uni049B}{1000}
-\endresetglyph
-
-\resetglyph{cyrldsc}
- \glyph{uni04C6}{1000}
-\endresetglyph
-
-\resetglyph{cyrkbeak}
- \glyph{uni04A1}{1000}
-\endresetglyph
-
-\resetglyph{cyrkvcrs}
- \glyph{uni049D}{1000}
-\endresetglyph
-
-\resetglyph{cyrae}
- \glyph{uni04D5}{1000}
-\endresetglyph
-
-\resetglyph{cyrndsc}
- \glyph{uni04A3}{1000}
-\endresetglyph
-
-\resetglyph{cyrng}
- \glyph{uni04A5}{1000}
-\endresetglyph
-
-\resetglyph{cyrdze}
- \glyph{afii10102}{1000}
-\endresetglyph
-
-\resetglyph{cyrotld}
- \glyph{uni04E9}{1000}
-\endresetglyph
-
-\resetglyph{cyrsdsc}
- \glyph{uni04AB}{1000}
-\endresetglyph
-
-\resetglyph{cyrushrt}
- \glyph{afii10110}{1000}
-\endresetglyph
-
-\resetglyph{cyry}
- \glyph{uni04AF}{1000}
-\endresetglyph
-
-\resetglyph{cyryhcrs}
- \glyph{uni04B1}{1000}
-\endresetglyph
-
-\resetglyph{cyrhdsc}
- \glyph{uni04B3}{1000}
-\endresetglyph
-
-\resetglyph{cyrdzhe}
- \glyph{afii10193}{1000}
-\endresetglyph
-
-\resetglyph{cyrchvcrs}
- \glyph{uni04B9}{1000}
-\endresetglyph
-
-\resetglyph{cyrchrdsc}
- \glyph{uni04B7}{1000}
-\endresetglyph
-
-\resetglyph{cyrie}
- \glyph{afii10101}{1000}
-\endresetglyph
-
-\resetglyph{cyrschwa}
- \glyph{uni04D9}{1000}
-\endresetglyph
-
-\resetglyph{cyrnje}
- \glyph{afii10107}{1000}
-\endresetglyph
-
-\resetglyph{cyryo}
- \glyph{afii10071}{1000}
-\endresetglyph
-
-\resetglyph{CYRA}
- \glyph{afii10017}{1000}
-\endresetglyph
-
-\resetglyph{CYRB}
- \glyph{afii10018}{1000}
-\endresetglyph
-
-\resetglyph{CYRV}
- \glyph{afii10019}{1000}
-\endresetglyph
-
-\resetglyph{CYRG}
- \glyph{afii10020}{1000}
-\endresetglyph
-
-\resetglyph{CYRD}
- \glyph{afii10021}{1000}
-\endresetglyph
-
-\resetglyph{CYRE}
- \glyph{afii10022}{1000}
-\endresetglyph
-
-\resetglyph{CYRZH}
- \glyph{afii10024}{1000}
-\endresetglyph
-
-\resetglyph{CYRZ}
- \glyph{afii10025}{1000}
-\endresetglyph
-
-\resetglyph{CYRI}
- \glyph{afii10026}{1000}
-\endresetglyph
-
-\resetglyph{CYRISHRT}
- \glyph{afii10027}{1000}
-\endresetglyph
-
-\resetglyph{CYRK}
- \glyph{afii10028}{1000}
-\endresetglyph
-
-\resetglyph{CYRL}
- \glyph{afii10029}{1000}
-\endresetglyph
-
-\resetglyph{CYRM}
- \glyph{afii10030}{1000}
-\endresetglyph
-
-\resetglyph{CYRN}
- \glyph{afii10031}{1000}
-\endresetglyph
-
-\resetglyph{CYRO}
- \glyph{afii10032}{1000}
-\endresetglyph
-
-\resetglyph{CYRP}
- \glyph{afii10033}{1000}
-\endresetglyph
-
-\resetglyph{CYRR}
- \glyph{afii10034}{1000}
-\endresetglyph
-
-\resetglyph{CYRS}
- \glyph{afii10035}{1000}
-\endresetglyph
-
-\resetglyph{CYRT}
- \glyph{afii10036}{1000}
-\endresetglyph
-
-\resetglyph{CYRU}
- \glyph{afii10037}{1000}
-\endresetglyph
-
-\resetglyph{CYRF}
- \glyph{afii10038}{1000}
-\endresetglyph
-
-\resetglyph{CYRH}
- \glyph{afii10039}{1000}
-\endresetglyph
-
-\resetglyph{CYRC}
- \glyph{afii10040}{1000}
-\endresetglyph
-
-\resetglyph{CYRCH}
- \glyph{afii10041}{1000}
-\endresetglyph
-
-\resetglyph{CYRSH}
- \glyph{afii10042}{1000}
-\endresetglyph
-
-\resetglyph{CYRSHCH}
- \glyph{afii10043}{1000}
-\endresetglyph
-
-\resetglyph{CYRHRDSN}
- \glyph{afii10044}{1000}
-\endresetglyph
-
-\resetglyph{CYRERY}
- \glyph{afii10045}{1000}
-\endresetglyph
-
-\resetglyph{CYRSFTSN}
- \glyph{afii10046}{1000}
-\endresetglyph
-
-\resetglyph{CYREREV}
- \glyph{afii10047}{1000}
-\endresetglyph
-
-\resetglyph{CYRYU}
- \glyph{afii10048}{1000}
-\endresetglyph
-
-\resetglyph{CYRYA}
- \glyph{afii10049}{1000}
-\endresetglyph
-
-\resetglyph{cyra}
- \glyph{afii10065}{1000}
-\endresetglyph
-
-\resetglyph{cyrb}
- \glyph{afii10066}{1000}
-\endresetglyph
-
-\resetglyph{cyrv}
- \glyph{afii10067}{1000}
-\endresetglyph
-
-\resetglyph{cyrg}
- \glyph{afii10068}{1000}
-\endresetglyph
-
-\resetglyph{cyrd}
- \glyph{afii10069}{1000}
-\endresetglyph
-
-\resetglyph{cyre}
- \glyph{afii10070}{1000}
-\endresetglyph
-
-\resetglyph{cyrzh}
- \glyph{afii10072}{1000}
-\endresetglyph
-
-\resetglyph{cyrz}
- \glyph{afii10073}{1000}
-\endresetglyph
-
-\resetglyph{cyri}
- \glyph{afii10074}{1000}
-\endresetglyph
-
-\resetglyph{cyrishrt}
- \glyph{afii10075}{1000}
-\endresetglyph
-
-\resetglyph{cyrk}
- \glyph{afii10076}{1000}
-\endresetglyph
-
-\resetglyph{cyrl}
- \glyph{afii10077}{1000}
-\endresetglyph
-
-\resetglyph{cyrm}
- \glyph{afii10078}{1000}
-\endresetglyph
-
-\resetglyph{cyrn}
- \glyph{afii10079}{1000}
-\endresetglyph
-
-\resetglyph{cyro}
- \glyph{afii10080}{1000}
-\endresetglyph
-
-\resetglyph{cyrp}
- \glyph{afii10081}{1000}
-\endresetglyph
-
-\resetglyph{cyrr}
- \glyph{afii10082}{1000}
-\endresetglyph
-
-\resetglyph{cyrs}
- \glyph{afii10083}{1000}
-\endresetglyph
-
-\resetglyph{cyrt}
- \glyph{afii10084}{1000}
-\endresetglyph
-
-\resetglyph{cyru}
- \glyph{afii10085}{1000}
-\endresetglyph
-
-\resetglyph{cyrf}
- \glyph{afii10086}{1000}
-\endresetglyph
-
-\resetglyph{cyrh}
- \glyph{afii10087}{1000}
-\endresetglyph
-
-\resetglyph{cyrc}
- \glyph{afii10088}{1000}
-\endresetglyph
-
-\resetglyph{cyrch}
- \glyph{afii10089}{1000}
-\endresetglyph
-
-\resetglyph{cyrsh}
- \glyph{afii10090}{1000}
-\endresetglyph
-
-\resetglyph{cyrshch}
- \glyph{afii10091}{1000}
-\endresetglyph
-
-\resetglyph{cyrhrdsn}
- \glyph{afii10092}{1000}
-\endresetglyph
-
-\resetglyph{cyrery}
- \glyph{afii10093}{1000}
-\endresetglyph
-
-\resetglyph{cyrsftsn}
- \glyph{afii10094}{1000}
-\endresetglyph
-
-\resetglyph{cyrerev}
- \glyph{afii10095}{1000}
-\endresetglyph
-
-\resetglyph{cyryu}
- \glyph{afii10096}{1000}
-\endresetglyph
-
-\resetglyph{cyrya}
- \glyph{afii10097}{1000}
-\endresetglyph
-
-\resetglyph{CYRGDSC}
- \glyph{uni04F6}{1000}
-\endresetglyph
-
-\resetglyph{CYRGHK}
- \glyph{uni0494}{1000}
-\endresetglyph
-
-\resetglyph{CYRABHDZE}
- \glyph{uni04E0}{1000}
-\endresetglyph
-
-\resetglyph{CYRKHK}
- \glyph{uni04C3}{1000}
-\endresetglyph
-
-\resetglyph{CYRLHK}
- \glyph{uni0512}{1000}
-\endresetglyph
-
-\resetglyph{CYRNHK}
- \glyph{uni04C7}{1000}
-\endresetglyph
-
-\resetglyph{CYRHHCRS}
- \glyph{uni04FE}{1000}
-\endresetglyph
-
-\resetglyph{CYRHHK}
- \glyph{uni04FC}{1000}
-\endresetglyph
-
-\resetglyph{CYRCHLDSC}
- \glyph{uni04CB}{1000}
-\endresetglyph
-
-\resetglyph{CYREPS}
- \glyph{uni0510}{1000}
-\endresetglyph
-
-\resetglyph{cyrgdsc}
- \glyph{uni04F7}{1000}
-\endresetglyph
-
-\resetglyph{cyrghk}
- \glyph{uni0495}{1000}
-\endresetglyph
-
-\resetglyph{cyrabhdze}
- \glyph{uni04E1}{1000}
-\endresetglyph
-
-\resetglyph{cyrkhk}
- \glyph{uni04C4}{1000}
-\endresetglyph
-
-\resetglyph{cyrlhk}
- \glyph{uni0513}{1000}
-\endresetglyph
-
-\resetglyph{cyrnhk}
- \glyph{uni04C8}{1000}
-\endresetglyph
-
-\resetglyph{cyrhhcrs}
- \glyph{uni04FF}{1000}
-\endresetglyph
-
-\resetglyph{cyrhhk}
- \glyph{uni04FD}{1000}
-\endresetglyph
-
-\resetglyph{cyrchldsc}
- \glyph{uni04CC}{1000}
-\endresetglyph
-
-\resetglyph{cyreps}
- \glyph{uni0511}{1000}
-\endresetglyph
-
-\resetglyph{CYRPHK}
- \glyph{uni04A6}{1000}
-\endresetglyph
-
-\resetglyph{CYRTETSE}
- \glyph{uni04B4}{1000}
-\endresetglyph
-
-\resetglyph{CYRTDSC}
- \glyph{uni04AC}{1000}
-\endresetglyph
-
-\resetglyph{CYRRTICK}
- \glyph{uni048E}{1000}
-\endresetglyph
-
-\resetglyph{CYRMDSC}
- \glyph{uni04CD}{1000}
-\endresetglyph
-
-\resetglyph{CYRKHCRS}
- \glyph{uni049E}{1000}
-\endresetglyph
-
-\resetglyph{CYRABHCH}
- \glyph{uni04BC}{1000}
-\endresetglyph
-
-\resetglyph{CYRABHCHDSC}
- \glyph{uni04BE}{1000}
-\endresetglyph
-
-\resetglyph{CYRSEMISFTSN}
- \glyph{uni048C}{1000}
-\endresetglyph
-
-\resetglyph{CYRISHRTDSC}
- \glyph{uni048A}{1000}
-\endresetglyph
-
-\resetglyph{CYRABHHA}
- \glyph{uni04A8}{1000}
-\endresetglyph
-
-\resetglyph{cyrphk}
- \glyph{uni04A7}{1000}
-\endresetglyph
-
-\resetglyph{cyrtetse}
- \glyph{uni04B5}{1000}
-\endresetglyph
-
-\resetglyph{cyrtdsc}
- \glyph{uni04AD}{1000}
-\endresetglyph
-
-\resetglyph{cyrrtick}
- \glyph{uni048F}{1000}
-\endresetglyph
-
-\resetglyph{cyrmdsc}
- \glyph{uni04CE}{1000}
-\endresetglyph
-
-\resetglyph{cyrkhcrs}
- \glyph{uni049F}{1000}
-\endresetglyph
-
-\resetglyph{cyrabhch}
- \glyph{uni04BD}{1000}
-\endresetglyph
-
-\resetglyph{cyrabhchdsc}
- \glyph{uni04BF}{1000}
-\endresetglyph
-
-\resetglyph{cyrsemisftsn}
- \glyph{uni048D}{1000}
-\endresetglyph
-
-\resetglyph{cyrishrtdsc}
- \glyph{uni048B}{1000}
-\endresetglyph
-
-\resetglyph{cyrabhha}
- \glyph{uni04A9}{1000}
-\endresetglyph
-
-\resetglyph{CYRII}
- \glyph{afii10055}{1000}
-\endresetglyph
-
-\resetglyph{CYRJE}
- \glyph{afii10057}{1000}
-\endresetglyph
-
-\resetglyph{CYRYAT}
- \glyph{uni0462}{1000}
-\endresetglyph
-
-\resetglyph{CYRBYUS}
- \glyph{uni046A}{1000}
-\endresetglyph
-
-\resetglyph{CYRIZH}
- \glyph{uni0474}{1000}
-\endresetglyph
-
-\resetglyph{cyrii}
- \glyph{afii10103}{1000}
-\endresetglyph
-
-\resetglyph{cyrje}
- \glyph{afii10105}{1000}
-\endresetglyph
-
-\resetglyph{cyryat}
- \glyph{uni0463}{1000}
-\endresetglyph
-
-\resetglyph{cyrbyus}
- \glyph{uni046B}{1000}
-\endresetglyph
-
-\resetglyph{cyrizh}
- \glyph{uni0475}{1000}
-\endresetglyph
-
-\endmetrics
diff --git a/Master/texmf-dist/source/fonts/droid/droid-fixgreek.mtx b/Master/texmf-dist/source/fonts/droid/droid-fixgreek.mtx
deleted file mode 100644
index f0977446a01..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-fixgreek.mtx
+++ /dev/null
@@ -1,40 +0,0 @@
-%% droid-fixgreek.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{euro}
- \glyph{Euro}{1000}
-\endresetglyph
-
-\resetglyph{Delta}
- \glyph{uni0394}{1000}
-\endresetglyph
-
-\resetglyph{Omega}
- \glyph{uni03A9}{1000}
-\endresetglyph
-
-\resetglyph{mu}
- \glyph{uni03BC}{1000}
-\endresetglyph
-
-\resetglyph{theta1}
- \glyph{uni03D1}{1000}
-\endresetglyph
-
-\endmetrics
diff --git a/Master/texmf-dist/source/fonts/droid/droid-fixlatin.mtx b/Master/texmf-dist/source/fonts/droid/droid-fixlatin.mtx
deleted file mode 100644
index 56726985c91..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-fixlatin.mtx
+++ /dev/null
@@ -1,44 +0,0 @@
-%% droid-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
-
-\resetglyph{Delta}
- \glyph{uni0394}{1000}
-\endresetglyph
-
-\resetglyph{Omega}
- \glyph{uni03A9}{1000}
-\endresetglyph
-
-\resetglyph{fi}
- \glyph{uniFB01}{1000}
-\endresetglyph
-
-\resetglyph{fl}
- \glyph{uniFB02}{1000}
-\endresetglyph
-
-\resetglyph{ffi}
- \glyph{uniFB03}{1000}
-\endresetglyph
-
-\resetglyph{ffl}
- \glyph{uniFB04}{1000}
-\endresetglyph
-
-\endmetrics
diff --git a/Master/texmf-dist/source/fonts/droid/droid-fixtextcomp.mtx b/Master/texmf-dist/source/fonts/droid/droid-fixtextcomp.mtx
deleted file mode 100644
index 4c8c07b0752..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-fixtextcomp.mtx
+++ /dev/null
@@ -1,36 +0,0 @@
-%% droid-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{asciigravedbl}
- \glyph{uni030F}{1000}
-\endresetglyph
-
-\resetglyph{lira}
- \glyph{afii08941}{1000}
-\endresetglyph
-
-\resetglyph{dong}
- \glyph{uni20AB}{1000}
-\endresetglyph
-
-\resetglyph{numero}
- \glyph{afii61352}{1000}
-\endresetglyph
-
-\endmetrics
diff --git a/Master/texmf-dist/source/fonts/droid/droid-map.tex b/Master/texmf-dist/source/fonts/droid/droid-map.tex
deleted file mode 100644
index e1e1ba3f963..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droid-map.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-%% droid-map.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.
-
-\input finstmsc.sty
-
-\resetstr{PSfontsuffix}{.pfb}
-
-\adddriver{dvips}{droid.map}
-\input droid-rec.tex
-\donedrivers
-
-\bye
diff --git a/Master/texmf-dist/source/fonts/droid/droidsans-drv.tex b/Master/texmf-dist/source/fonts/droid/droidsans-drv.tex
deleted file mode 100644
index adb379923b7..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droidsans-drv.tex
+++ /dev/null
@@ -1,190 +0,0 @@
-%% droidsans-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.
-
-\relax
-
-
-\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 droid@fds@scale\string\endcsname\string\relax}
- \out_line{\space\space\string\let\string\droid@fds@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}{fds}{}
-
-\installfont{DroidSans-ot1}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixlatin,newlatin}{ot1}{OT1}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-ot1}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixlatin,newlatin}{ot1}{OT1}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-ot1}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-ot1}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-ot1}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixlatin,newlatin}{ot1}{OT1}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-ot1}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixlatin,newlatin}{ot1}{OT1}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-ot1}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-ot1}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T1}{fds}{}
-
-\installfont{DroidSans-t1}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixlatin,newlatin}{t1}{T1}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-t1}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixlatin,newlatin}{t1}{T1}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-t1}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixlatin,newlatin}{t1c}{T1}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-t1}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixlatin,newlatin}{t1c}{T1}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-t1}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixlatin,newlatin}{t1}{T1}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-t1}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixlatin,newlatin}{t1}{T1}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-t1}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixlatin,newlatin}{t1c}{T1}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-t1}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixlatin,newlatin}{t1c}{T1}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{TS1}{fds}{}
-
-\installfont{DroidSans-ts1}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-ts1}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfontas{DroidSans-ts1}{TS1}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfontas{DroidSans-Slanted-ts1}{TS1}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-ts1}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-ts1}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfontas{DroidSans-Bold-ts1}{TS1}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfontas{DroidSans-Bold-Slanted-ts1}{TS1}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2A}{fds}{}
-
-\installfont{DroidSans-t2a}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-t2a}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-t2a}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-t2a}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-t2a}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-t2a}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-t2a}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-t2a}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2B}{fds}{}
-
-\installfont{DroidSans-t2b}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-t2b}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-t2b}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-t2b}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-t2b}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-t2b}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-t2b}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-t2b}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2C}{fds}{}
-
-\installfont{DroidSans-t2c}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-t2c}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-t2c}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-t2c}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-t2c}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-t2c}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-t2c}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-t2c}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{X2}{fds}{}
-
-\installfont{DroidSans-x2}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-x2}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-x2}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-x2}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-x2}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-x2}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-x2}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-x2}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{LGR}{fds}{}
-
-\installfont{DroidSans-lgr}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fds}{m}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-lgr}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fds}{m}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-SmallCaps-lgr}{DroidSans-01,DroidSans-02,DroidSans-03,DroidSans-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fds}{m}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Slanted-SmallCaps-lgr}{DroidSans-Slanted-01,DroidSans-Slanted-02,DroidSans-Slanted-03,DroidSans-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fds}{m}{scsl}{<->\string\droid@fds@scale}
-
-\installfont{DroidSans-Bold-lgr}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fds}{b}{n}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-lgr}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fds}{b}{sl}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-SmallCaps-lgr}{DroidSans-Bold-01,DroidSans-Bold-02,DroidSans-Bold-03,DroidSans-Bold-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fds}{b}{sc}{<->\string\droid@fds@scale}
-\installfont{DroidSans-Bold-Slanted-SmallCaps-lgr}{DroidSans-Bold-Slanted-01,DroidSans-Bold-Slanted-02,DroidSans-Bold-Slanted-03,DroidSans-Bold-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fds}{b}{scsl}{<->\string\droid@fds@scale}
-
-\endinstallfonts
diff --git a/Master/texmf-dist/source/fonts/droid/droidsansmono-drv.tex b/Master/texmf-dist/source/fonts/droid/droidsansmono-drv.tex
deleted file mode 100644
index 82049ea94f4..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droidsansmono-drv.tex
+++ /dev/null
@@ -1,150 +0,0 @@
-%% droidsansmono-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.
-
-\relax
-
-
-\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 droid@fdm@scale\string\endcsname\string\relax}
- \out_line{\space\space\string\let\string\droid@fdm@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}{fdm}{}
-
-\installfont{DroidSansMono-ot1}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-ot1}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-ot1}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-ot1}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T1}{fdm}{}
-
-\installfont{DroidSansMono-t1}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixlatin,newlatin}{t1}{T1}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-t1}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixlatin,newlatin}{t1}{T1}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-t1}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixlatin,newlatin}{t1c}{T1}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-t1}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixlatin,newlatin}{t1c}{T1}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{TS1}{fdm}{}
-
-\installfont{DroidSansMono-ts1}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-ts1}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfontas{DroidSansMono-ts1}{TS1}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfontas{DroidSansMono-Slanted-ts1}{TS1}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2A}{fdm}{}
-
-\installfont{DroidSansMono-t2a}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-t2a}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-t2a}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-t2a}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2B}{fdm}{}
-
-\installfont{DroidSansMono-t2b}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-t2b}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-t2b}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-t2b}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2C}{fdm}{}
-
-\installfont{DroidSansMono-t2c}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-t2c}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-t2c}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-t2c}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{X2}{fdm}{}
-
-\installfont{DroidSansMono-x2}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-x2}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-x2}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-x2}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{LGR}{fdm}{}
-
-\installfont{DroidSansMono-lgr}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdm}{m}{n}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-lgr}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdm}{m}{sl}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-SmallCaps-lgr}{DroidSansMono-01,DroidSansMono-02,DroidSansMono-03,DroidSansMono-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdm}{m}{sc}{<->\string\droid@fdm@scale}
-\installfont{DroidSansMono-Slanted-SmallCaps-lgr}{DroidSansMono-Slanted-01,DroidSansMono-Slanted-02,DroidSansMono-Slanted-03,DroidSansMono-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdm}{m}{scsl}{<->\string\droid@fdm@scale}
-
-\endinstallfonts
diff --git a/Master/texmf-dist/source/fonts/droid/droidserif-drv.tex b/Master/texmf-dist/source/fonts/droid/droidserif-drv.tex
deleted file mode 100644
index 07cda76778c..00000000000
--- a/Master/texmf-dist/source/fonts/droid/droidserif-drv.tex
+++ /dev/null
@@ -1,254 +0,0 @@
-%% droidserif-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.
-
-\relax
-
-
-\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 droid@fdr@scale\string\endcsname\string\relax}
- \out_line{\space\space\string\let\string\droid@fdr@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}{fdr}{}
-
-\installfont{DroidSerif-Regular-ot1}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-ot1}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-ot1}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-ot1}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-ot1}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-ot1}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-ot1}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-ot1}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-ot1}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-ot1}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-ot1}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-ot1}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixlatin,newlatin}{ot1}{OT1}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-ot1}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-ot1}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-ot1}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-ot1}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixlatin,newlatin}{ot1c}{OT1}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T1}{fdr}{}
-
-\installfont{DroidSerif-Regular-t1}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-t1}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-t1}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-t1}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-t1}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-t1}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-t1}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-t1}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-t1}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-t1}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-t1}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-t1}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixlatin,newlatin}{t1}{T1}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-t1}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-t1}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-t1}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-t1}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixlatin,newlatin}{t1c}{T1}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{TS1}{fdr}{}
-
-\installfont{DroidSerif-Regular-ts1}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-ts1}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-ts1}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-ts1}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-Regular-ts1}{TS1}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-Italic-ts1}{TS1}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-Regular-Slanted-ts1}{TS1}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-Italic-Upright-ts1}{TS1}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-ts1}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-ts1}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-ts1}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-ts1}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixtextcomp,textcomp}{ts1}{TS1}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-Bold-ts1}{TS1}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-BoldItalic-ts1}{TS1}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-Bold-Slanted-ts1}{TS1}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfontas{DroidSerif-BoldItalic-Upright-ts1}{TS1}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2A}{fdr}{}
-
-\installfont{DroidSerif-Regular-t2a}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-t2a}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-t2a}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-t2a}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-t2a}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-t2a}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-t2a}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-t2a}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-t2a}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-t2a}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-t2a}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-t2a}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2a}{T2A}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-t2a}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-t2a}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-t2a}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-t2a}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2ac}{T2A}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2B}{fdr}{}
-
-\installfont{DroidSerif-Regular-t2b}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-t2b}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-t2b}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-t2b}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-t2b}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-t2b}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-t2b}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-t2b}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-t2b}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-t2b}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-t2b}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-t2b}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2b}{T2B}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-t2b}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-t2b}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-t2b}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-t2b}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2bc}{T2B}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{T2C}{fdr}{}
-
-\installfont{DroidSerif-Regular-t2c}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-t2c}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-t2c}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-t2c}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-t2c}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-t2c}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-t2c}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-t2c}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-t2c}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-t2c}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-t2c}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-t2c}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2c}{T2C}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-t2c}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-t2c}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-t2c}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-t2c}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{t2cc}{T2C}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{X2}{fdr}{}
-
-\installfont{DroidSerif-Regular-x2}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-x2}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-x2}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-x2}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-x2}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-x2}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-x2}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-x2}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-x2}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-x2}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-x2}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-x2}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{x2}{X2}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-x2}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-x2}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-x2}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-x2}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixcyrillic,newlatin,cyrillic}{x2c}{X2}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
-
-
-\installfonts
-\installfamily{LGR}{fdr}{}
-
-\installfont{DroidSerif-Regular-lgr}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{m}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-lgr}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{m}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-lgr}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{m}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-lgr}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{m}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-SmallCaps-lgr}{DroidSerif-Regular-01,DroidSerif-Regular-02,DroidSerif-Regular-03,DroidSerif-Regular-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{m}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-SmallCaps-lgr}{DroidSerif-Italic-01,DroidSerif-Italic-02,DroidSerif-Italic-03,DroidSerif-Italic-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{m}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Regular-Slanted-SmallCaps-lgr}{DroidSerif-Regular-Slanted-01,DroidSerif-Regular-Slanted-02,DroidSerif-Regular-Slanted-03,DroidSerif-Regular-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{m}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Italic-Upright-SmallCaps-lgr}{DroidSerif-Italic-Upright-01,DroidSerif-Italic-Upright-02,DroidSerif-Italic-Upright-03,DroidSerif-Italic-Upright-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{m}{scui}{<->\string\droid@fdr@scale}
-
-\installfont{DroidSerif-Bold-lgr}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{b}{n}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-lgr}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{b}{it}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-lgr}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{b}{sl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-lgr}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixgreek,newlatin,greek}{lgr-lig}{LGR}{fdr}{b}{ui}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-SmallCaps-lgr}{DroidSerif-Bold-01,DroidSerif-Bold-02,DroidSerif-Bold-03,DroidSerif-Bold-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{b}{sc}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-SmallCaps-lgr}{DroidSerif-BoldItalic-01,DroidSerif-BoldItalic-02,DroidSerif-BoldItalic-03,DroidSerif-BoldItalic-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{b}{scit}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-Bold-Slanted-SmallCaps-lgr}{DroidSerif-Bold-Slanted-01,DroidSerif-Bold-Slanted-02,DroidSerif-Bold-Slanted-03,DroidSerif-Bold-Slanted-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{b}{scsl}{<->\string\droid@fdr@scale}
-\installfont{DroidSerif-BoldItalic-Upright-SmallCaps-lgr}{DroidSerif-BoldItalic-Upright-01,DroidSerif-BoldItalic-Upright-02,DroidSerif-BoldItalic-Upright-03,DroidSerif-BoldItalic-Upright-04,droid-fixgreek,newlatin,greek}{lgr-ligc}{LGR}{fdr}{b}{scui}{<->\string\droid@fdr@scale}
-
-\endinstallfonts
diff --git a/Master/texmf-dist/source/fonts/droid/ttf2type1.pe b/Master/texmf-dist/source/fonts/droid/ttf2type1.pe
deleted file mode 100644
index 0719858b891..00000000000
--- a/Master/texmf-dist/source/fonts/droid/ttf2type1.pe
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env fontforge
-## ttf2ype1.pe
-## 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.
-
-i=1
-while (i < $argc)
- Open($argv[i])
- Generate($argv[i]:r + ".pfb")
- i = i+1
-endloop