summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg84
1 files changed, 84 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg b/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg
new file mode 100644
index 00000000000..3399715a3fe
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/microtype/mt-zpeu.cfg
@@ -0,0 +1,84 @@
+%%
+%% This is file `mt-zpeu.cfg',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% microtype.dtx (with options: `config,cfg-e,zpeu')
+%%
+%% -----------------------------------------------------------------------
+%% The `microtype' package
+%% An interface to the micro-typographic extensions of pdfTeX
+%% Copyright (c) 2004--2006 R Schlicht <w.m.l@gmx.net>
+%%
+%% This work may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3 of this license or
+%% (at your option) any later version. The latest version of this license
+%% is in: http://www.latex-project.org/lppl.txt, and version 1.3 or later
+%% is part of all distributions of LaTeX version 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `author-maintained'.
+%%
+%% This work consists of the files microtype.dtx and microtype.ins and the
+%% derived file microtype.sty.
+%%
+%% -----------------------------------------------------------------------
+%% This is a font-specific configuration file for the `microtype'
+%% package. It contains settings for font expansion and character
+%% protrusion. Please consult the documentation for details.
+%%
+%% If you think you have found improvements to these settings, please
+%% let me know.
+%%
+%% When modifying this file, also change the identification line below.
+%% -----------------------------------------------------------------------
+%%
+\ProvidesFile
+ {mt-zpeu.cfg}[2006/05/04 v1.0 microtype config. file: Adobe Euro (RS)]
+
+%%% ----------------------------------------------------------------------
+%%% CHARACTER INHERITANCE
+
+\DeclareCharacterInheritance
+ { encoding = U,
+ family = {zpeu,zpeus,eurosans} }
+ {
+ E = 128
+ }
+
+%%% ----------------------------------------------------------------------
+%%% PROTRUSION SETTINGS
+
+\SetProtrusion
+ { encoding = U,
+ family = zpeu }
+ {
+ E = {50, }
+ }
+
+\SetProtrusion
+ { encoding = U,
+ family = zpeu,
+ shape = it* }
+ {
+ E = {100,-50}
+ }
+
+\SetProtrusion
+ { encoding = U,
+ family = {zpeus,eurosans} }
+ {
+ E = {100,50}
+ }
+
+\SetProtrusion
+ { encoding = U,
+ family = {zpeus,eurosans},
+ shape = it* }
+ {
+ E = {200, }
+ }
+
+\endinput
+%%
+%% End of file `mt-zpeu.cfg'.