Initial commit with project files

This commit is contained in:
Silke 2014-10-28 18:48:51 +01:00
commit 89df801bb1
401 changed files with 3254 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*.aux
*.bcf
*.log
*.out
*.run.xml
*.synctex.gz
*.toc

29
README Normal file
View File

@ -0,0 +1,29 @@
Source Serif Pro v2.4
====================
This package provides the Source Serif Pro typeface as a LaTeX package.
Full documentation and revision history in `sourceserifpro.pdf`.
Options
-------
The following options can be used:
* `oldstyle, osf`: use old style numbers.
* `lining, nf`: use lining numbers.
* `tabular`: use fixed-width numbers.
* `proportional`: use normal numbers.
* `semibold`: `\bfseries` is semibold.
* `bold`: `\bfseries` is bold.
* `regular`: `\mdseries` is regular.
* `scale, scaled`: set scaling for the font, eg: scale=.5
* `default`: Source Serif Pro is set as default font family.
* `normdefault`: Source Serif Pro is not set as roman (serif) family.
* `type1, t1`: override detection and load the Type1 font family.
* `opentype, otf`: override detection and load the OpenType font family.
License
-------
Fonts are provided under the SIL Open Font License 1.1.
LaTeX source is licensed under the LPPL version 1.3 or higher.
Enjoy!

View File

@ -0,0 +1,93 @@
Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@ -0,0 +1,20 @@
\documentclass[12pt]{standalone}
\usepackage{array}
\usepackage[opentype]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 \\}
\begin{document}
\centering
\begin{tabular}{
>{\sourceserifpro}l
>{\sourceserifpro}c
>{\sourceserifprosemibold\bfseries}c
>{\sourceserifpro\bfseries}c }
& Regular & Semibold & Bold \\
normal \spr
capitals \spr[\MakeUppercase\spA]
lining \spr[\spB]
old-style \spr[\oldstylenums{\spB}]
\end{tabular}
\end{document}

View File

@ -0,0 +1,20 @@
\documentclass[12pt]{standalone}
\usepackage{array}
\usepackage[type1]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 \\}
\begin{document}
\centering
\begin{tabular}{
l
>{\fontseries{m}\fontshape{n}\selectfont}c
>{\fontseries{sb}\fontshape{n}\selectfont}c
>{\fontseries{b}\fontshape{n}\selectfont}c }
& Regular & Semibold & Bold \\
normal \spr
capitals \spr[\MakeUppercase\spA]
lining \spr[\spB]
old-style \spr[\oldstylenums{\spB}]
\end{tabular}
\end{document}

Binary file not shown.

View File

@ -0,0 +1,144 @@
\documentclass[11pt,a4paper,english]{article}
\usepackage{geometry,dtklogos,hyperref,babel,mdwlist,array,multicol}
\usepackage[default,osf]{sourceserifpro}
\usepackage[scaled=.95]{sourcecodepro}
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
\newcommand*\file[1]{\href{run:#1.pdf}{#1}}
\title{\bfseries
\Huge sourceserifpro\\
\Large Adobe's Source Serif Pro typeface for \LaTeX
}
\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}}
\date{Documentation for sourceserifpro v1.0.\\ \today}
\begin{document}
\maketitle
\begin{multicols}{2}
This package provides the Source Serif Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts are used. The entire font family is included, which can also be downloaded from \href{sourceforge.net/projects/sourceserifpro.adobe}{SourceForge}.
\section{Options}
The package has the following options:
\begin{itemize*}
\item \textbf{oldstyle, osf}: use old style numbers.
\item \textbf{lining, nf, lf}: use lining numbers.
\item \textbf{tabular}: use fixed-width numbers.
\item \textbf{proportional}: use normal numbers.
\item \textbf{semibold}: \texttt{\textbackslash bfseries} is semibold.
\item \textbf{bold}: \texttt{\textbackslash bfseries} is bold.
\item \textbf{regular}: \texttt{\textbackslash mdseries} is regular.
\item \textbf{scale, scaled}: Change the scaling with a factor. For example: \texttt{scale=.5}
\item \textbf{default}: Source Sans Pro is set as the default font family.
\item \textbf{normdefault}: Source Sans Pro is not set as the roman (serif) family.
\item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts.
\item \textbf{opentype, otf}: Override automatic detection and use OpenType fonts.
\end{itemize*}
The following options are enabled by default: lining, proportional, bold and regular.
\section{Commands}
Commands for all weights are also provided for \XeLaTeX\ and \LuaLaTeX\ users.
\begin{itemize*}
\item \texttt{\bfseries \textbackslash sourceserifpro}
-- the regular and bold weights.
\item \texttt{\bfseries \textbackslash sourceserifprosemibold}
-- the regular and semibold weights.
\end{itemize*}
\section{Licence}
Adobe's Source Serif Pro typeface is available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License 1.1}.\\
All \LaTeX\ code is available under the \href{http://www.latex-project.org/lppl/}{\LaTeX\ project public license} v1.3 or later.
\section{Specimen}
Simple specimen can be found on page \pageref{sec:specimen}. Full specimen can be \href{http://store1.adobe.com/type/browser/pdfs/1966.pdf}{acquired from Adobe}.
\section{OpenType}
The OpenType fonts have many features, including old style numerals (1 6 9) and ligatures (fi fl ft).
\subsection{Features}
A complete list of available font features is available on page \pageref{sec:otfinfo}. More information on how to use font features can be found in the \href{http://mirror.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}{fontspec documentation}.
\subsection{Files}
\begin{itemize*}
\item SourceSerifPro-Regular.otf
\item SourceSerifPro-Semibold.otf
\item SourceSerifPro-Bold.otf
\end{itemize*}
\section{Type1}
The following Type1 font families are included:
\begin{itemize*}
\item SourceSerifPro-LF
\item SourceSerifPro-TLF
\item SourceSerifPro-OsF
\item SourceSerifPro-TOsF
\end{itemize*}
With series m, and sb, and shape n.
\section{Version history}
\subsection*{1.0}
\begin{itemize}
\item Initial release with fonts 1.014
\end{itemize}
\section{Known issues}
\begin{itemize*}
\item There are no known issues.
\end{itemize*}
\newpage
\end{multicols}
\section{Specimen}
\label{sec:specimen}
\subsection{OpenType}
\begin{figure}[ht]
\centering
\includegraphics{sourceserifpro-otf-specimen}
\end{figure}
This table can also be found in \file{sourceserifpro-otf-specimen}.
\subsection{Type1}
\begin{figure}[ht]
\centering
\includegraphics{sourceserifpro-type1-specimen}
\end{figure}
This table can also be found in \file{sourceserifpro-type1-specimen}.
\newpage
\section{Opentype features}
\label{sec:otfinfo}
\begin{figure}[ht]
\centering
\begin{tabular}{>{\ttfamily}l l}
aalt & Access All Alternates \\
case & Case-Sensitive Forms \\
dnom & Denominators \\
frac & Fractions \\
kern & Kerning \\
liga & Standard Ligatures \\
lnum & Lining Figures \\
numr & Numerators \\
onum & Oldstyle Figures \\
ordn & Ordinals \\
pnum & Proportional Figures \\
sinf & Scientific Inferiors \\
size & Optical Size \\
subs & Subscript \\
sups & Superscript \\
tnum & Tabular Figures \\
zero & Slashed Zero \\
\end{tabular}
\end{figure}
\textit{(list generated with otfinfo)}
\end{document}

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf
/eight.tosf /nine.tosf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=onum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tosf-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf
/eight.osf /nine.osf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=onum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_7c323s52iwnfxfphstmcwmdtja
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_7c323s52iwnfxfphstmcwmdtja [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash
%30
/zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom
/eight.dnom /nine.dnom /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=dnom
% --feature=kern --feature=liga --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-dnom-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_7vfhsm6ipz47hrlbexufufykia
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_7vfhsm6ipz47hrlbexufufykia [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash
%30
/zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs
/eight.subs /nine.subs /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=sinf --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-inf-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf
/eight.lf /nine.lf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-lf-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash
%30
/zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr
/eight.numr /nine.numr /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=numr
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-numr-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_c6mgd7gu356i324u76idk7nxnh
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_c6mgd7gu356i324u76idk7nxnh [
%00
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf
/eight.osf /nine.osf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=onum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_cx2wj7q6lsnmag5swz6da3egbh
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_cx2wj7q6lsnmag5swz6da3egbh [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash.sups /emdash.sups /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
%30
/zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups
/eight.sups /nine.sups /colon.sups /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
%70
/p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups
/x.sups /y.sups /z.sups /braceleft /bar /braceright /asciitilde /hyphen.sups
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave.sups /eacute.sups /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=sups --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-sup-t1'

View File

@ -0,0 +1,65 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_fv7osbehfa5mre7efx6f625gca
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_fv7osbehfa5mre7efx6f625gca [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf
/eight.lf /nine.lf /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=pnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-lf-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_iem7z5so3heaof4blnfz4vwrwh
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_iem7z5so3heaof4blnfz4vwrwh [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash
%30
/zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr
/eight.numr /nine.numr /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=numr --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-numr-ly1'

View File

@ -0,0 +1,65 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_kuzlbpkykzunan6kqwzec7tpjf
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_kuzlbpkykzunan6kqwzec7tpjf [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum
% --feature=tnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tlf-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash
%30
/zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs
/eight.subs /nine.subs /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=sinf --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-inf-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh [
%00
/.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
%30
/zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups
/eight.sups /nine.sups /colon.sups /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
%70
/p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups
/x.sups /y.sups /z.sups /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash.sups /emdash.sups
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave.sups /eacute.sups /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=sups --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-sup-ly1'

View File

@ -0,0 +1,65 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf
/eight.tosf /nine.tosf /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum
% --feature=tnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tosf-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_owk7oj4t3qd6voxczxcvl72x5g
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_owk7oj4t3qd6voxczxcvl72x5g [
%00
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf
/eight.tosf /nine.tosf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=onum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tosf-ly1'

View File

@ -0,0 +1,65 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_pvm6traipfzrxqx46pf3nx57qe
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_pvm6traipfzrxqx46pf3nx57qe [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf
/eight.osf /nine.osf /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/f_i /f_l /f_t /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum
% --feature=pnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof
% Encoding created by otftotfm on Wed Sep 17 12:38:16 2014
% Command line follows encoding
/AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof [
%00
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tlf-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash
%30
/zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups
/eight.sups /nine.sups /colon.sups /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups
/h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups
%70
/p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups
/x.sups /y.sups /z.sups /endash.sups /emdash.sups /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sups
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-sup-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_rsqbulffmw4ztm6cqwke2h623b
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_rsqbulffmw4ztm6cqwke2h623b [
%00
/f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf
/eight.lf /nine.lf /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /tilde /dieresis
%80
/Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl
/circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus
%90
/lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash
/tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis
%A0
/uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron
%B0
/degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered
/cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ly1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern
% --feature=liga --feature=lnum --feature=pnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-lf-ly1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_sxytol3bffkrp42ds2yxd75fzg
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_sxytol3bffkrp42ds2yxd75fzg [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash
%30
/zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom
/eight.dnom /nine.dnom /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=dnom --feature=kern --feature=liga
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-dnom-ot1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash
%30
/zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom
/eight.dnom /nine.dnom /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=dnom
% --feature=kern --feature=liga --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-dnom-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf
% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014
% Command line follows encoding
/AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /f_i /f_l /f_t /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash
%30
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=lnum --feature=tnum
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-tlf-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_vj4et7glo3g2nkrls5caaetlpd
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_vj4et7glo3g2nkrls5caaetlpd [
%00
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef
/.notdef /dotlessi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%20
/.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash
%30
/zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr
/eight.numr /nine.numr /colon /semicolon /less /equal /greater /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Command line: 'otftotfm --automatic --encoding=fontools_t1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern
% --feature=liga --feature=numr --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-numr-t1'

View File

@ -0,0 +1,66 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_vz2nizkiacob43pvm7ydl5jmcg
% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014
% Command line follows encoding
/AutoEnc_vz2nizkiacob43pvm7ydl5jmcg [
%00
/.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef
%10
/dotlessi /.notdef /grave /acute /caron /breve /macron /ring
/cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
%20
/space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright
/parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash
%30
/zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs
/eight.subs /nine.subs /colon /semicolon /exclamdown /equal /questiondown /question
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /endash /emdash /hungarumlaut /tilde /dieresis
%80
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%A0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%B0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ot1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sinf
% --ligkern=* {KL} *
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-inf-ot1'

View File

@ -0,0 +1,67 @@
% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT
%%AutoEnc_yds5jvdkiaiogq3odmesuxydkf
% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014
% Command line follows encoding
/AutoEnc_yds5jvdkiaiogq3odmesuxydkf [
%00
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /C /exclam
%10
/exclamdown /question /quotedblbase /questiondown /bar /.notdef /.notdef /.notdef
/uni2190 /uni2192 /.notdef /.notdef /.notdef /.notdef /asterisk /.notdef
%20
/.notdef /endash /.notdef /.notdef /dollar /.notdef /.notdef /quotesingle
/.notdef /.notdef /.notdef /.notdef /comma /.notdef /period /fraction
%30
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /minus /.notdef /.notdef
%40
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%50
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni2126
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /arrowup /arrowdown
%60
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /musicalnote /.notdef
%70
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%80
/.notdef /.notdef /.notdef /.notdef /dagger /daggerdbl /.notdef /perthousand
/bullet /.notdef /.notdef /.notdef /uni0192 /.notdef /.notdef /.notdef
%90
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /trademark
/.notdef /.notdef /.notdef /.notdef /.notdef /estimated /.notdef /.notdef
%A0
/.notdef /.notdef /cent /sterling /currency /yen /brokenbar /section
/.notdef /copyright /ordfeminine /.notdef /logicalnot /.notdef /registered /.notdef
%B0
/degree /plusminus /two.sups /three.sups /.notdef /uni00B5 /paragraph /periodcentered
/.notdef /one.sups /ordmasculine /radical /onequarter /onehalf /threequarters /Euro
%C0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%D0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /multiply /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%E0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
%F0
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef
/.notdef /.notdef /.notdef /f_l /l /f_i /i /f
] def
% Command line: 'otftotfm --automatic --encoding=fontools_ts1
% --tfm-directory=fonts/tfm/adobe/sourceserifpro
% --vf-directory=fonts/vf/adobe/sourceserifpro
% --type1-directory=fonts/type1/adobe/sourceserifpro
% --truetype-directory=fonts/truetype/adobe/sourceserifpro
% --encoding-directory=fonts/enc/dvips/sourceserifpro
% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap
% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum
% --feature=pnum --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff
% --ligkern=ff i =: ffi --ligkern=ff l =: ffl
% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf
% SourceSerifPro-Bold-osf-ts1'

View File

@ -0,0 +1,158 @@
% Automatically maintained by otftotfm or other programs. Do not edit.
SourceSerifPro-Bold-numr-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-numr-ot1--base SourceSerifPro-Bold "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-numr-t1--base SourceSerifPro-Bold "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-numr-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-numr-ly1--base SourceSerifPro-Bold "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-inf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-inf-ot1--base SourceSerifPro-Bold "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-inf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-inf-t1--base SourceSerifPro-Bold "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-inf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-inf-ly1--base SourceSerifPro-Bold "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-sup-ot1--base SourceSerifPro-Bold "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-sup-t1--base SourceSerifPro-Bold "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-sup-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-sup-ly1--base SourceSerifPro-Bold "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-osf-ot1--base SourceSerifPro-Bold "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-osf-t1--base SourceSerifPro-Bold "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-osf-ly1--base SourceSerifPro-Bold "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-osf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-dnom-ot1--base SourceSerifPro-Bold "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-dnom-t1--base SourceSerifPro-Bold "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-dnom-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-dnom-ly1--base SourceSerifPro-Bold "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-lf-ot1--base SourceSerifPro-Bold "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-lf-t1--base SourceSerifPro-Bold "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-lf-ly1--base SourceSerifPro-Bold "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-lf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tosf-ot1--base SourceSerifPro-Bold "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tosf-t1--base SourceSerifPro-Bold "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tosf-ly1--base SourceSerifPro-Bold "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tosf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tlf-ot1--base SourceSerifPro-Bold "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tlf-t1--base SourceSerifPro-Bold "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb
SourceSerifPro-Bold-tlf-ly1--base SourceSerifPro-Bold "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Bold-tlf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb
SourceSerifPro-Regular-numr-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-numr-ot1--base SourceSerifPro-Regular "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-numr-t1--base SourceSerifPro-Regular "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-numr-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-numr-ly1--base SourceSerifPro-Regular "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-inf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-inf-ot1--base SourceSerifPro-Regular "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-inf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-inf-t1--base SourceSerifPro-Regular "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-inf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-inf-ly1--base SourceSerifPro-Regular "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-sup-ot1--base SourceSerifPro-Regular "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-sup-t1--base SourceSerifPro-Regular "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-sup-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-sup-ly1--base SourceSerifPro-Regular "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-osf-ot1--base SourceSerifPro-Regular "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-osf-t1--base SourceSerifPro-Regular "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-osf-ly1--base SourceSerifPro-Regular "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-osf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-dnom-ot1--base SourceSerifPro-Regular "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-dnom-t1--base SourceSerifPro-Regular "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-dnom-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-dnom-ly1--base SourceSerifPro-Regular "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-lf-ot1--base SourceSerifPro-Regular "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-lf-t1--base SourceSerifPro-Regular "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-lf-ly1--base SourceSerifPro-Regular "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-lf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tosf-ot1--base SourceSerifPro-Regular "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tosf-t1--base SourceSerifPro-Regular "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tosf-ly1--base SourceSerifPro-Regular "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tosf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tlf-ot1--base SourceSerifPro-Regular "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tlf-t1--base SourceSerifPro-Regular "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb
SourceSerifPro-Regular-tlf-ly1--base SourceSerifPro-Regular "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Regular-tlf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb
SourceSerifPro-Semibold-numr-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-numr-ot1--base SourceSerifPro-Semibold "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-numr-t1--base SourceSerifPro-Semibold "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-numr-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-numr-ly1--base SourceSerifPro-Semibold "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-inf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-inf-ot1--base SourceSerifPro-Semibold "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-inf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-inf-t1--base SourceSerifPro-Semibold "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-inf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-inf-ly1--base SourceSerifPro-Semibold "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-sup-ot1--base SourceSerifPro-Semibold "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-sup-t1--base SourceSerifPro-Semibold "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-sup-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-sup-ly1--base SourceSerifPro-Semibold "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-osf-ot1--base SourceSerifPro-Semibold "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-osf-t1--base SourceSerifPro-Semibold "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-osf-ly1--base SourceSerifPro-Semibold "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-osf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-dnom-ot1--base SourceSerifPro-Semibold "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-dnom-t1--base SourceSerifPro-Semibold "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-dnom-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-dnom-ly1--base SourceSerifPro-Semibold "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-lf-ot1--base SourceSerifPro-Semibold "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-lf-t1--base SourceSerifPro-Semibold "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-lf-ly1--base SourceSerifPro-Semibold "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-lf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tosf-ot1--base SourceSerifPro-Semibold "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tosf-t1--base SourceSerifPro-Semibold "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tosf-ly1--base SourceSerifPro-Semibold "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tosf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tlf-ot1--base SourceSerifPro-Semibold "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tlf-t1--base SourceSerifPro-Semibold "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb
SourceSerifPro-Semibold-tlf-ly1--base SourceSerifPro-Semibold "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Semibold.pfb
SourceSerifPro-Semibold-tlf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More