diff options
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/philokalia/philokalia.sty')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/philokalia/philokalia.sty | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/xelatex/philokalia/philokalia.sty b/Master/texmf-dist/tex/xelatex/philokalia/philokalia.sty index a24e55fa33b..7219ea7d1c0 100644 --- a/Master/texmf-dist/tex/xelatex/philokalia/philokalia.sty +++ b/Master/texmf-dist/tex/xelatex/philokalia/philokalia.sty @@ -6,7 +6,7 @@ %% %% philokalia.dtx (with options: `philokalia') %% -%% (c) Copyright 2007 Apostolos Syropoulos +%% (c) Copyright 2007-2017 Apostolos Syropoulos %% This program can be redistributed and/or modified under the %% terms of the LaTeX Project Public License Distributed from %% http://www.latex-project.org/lppl.txt; either @@ -34,9 +34,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \ProvidesFile{philokalia.sty} -[2007/01/24 v1.1 Package `philokalia'] -\RequirePackage{fontspec} -\RequirePackage{xunicode} +[2017/09/20 v1.2 Package `philokalia'] \RequirePackage{xltxtra} \RequirePackage{lettrine} \newsavebox{\Pb@x} @@ -70,11 +68,11 @@ } \DeclareOption{global}{% \renewcommand{\rmdefault}{plk}% - \DeclareFontFamily{EU1}{plktitl}{}% - \DeclareFontShape{EU1}{plktitl}{m}{n}% + \DeclareFontFamily{TU}{plktitl}{}% + \DeclareFontShape{TU}{plktitl}{m}{n}% {<-> "[Philokalia-Regular]/ICU:script=grek,+titl"}{}% \newcommand{\textinit}[2]{% - \savebox{\Pb@x}{\usefont{EU1}{plktitl}{m}{n} #1}% + \savebox{\Pb@x}{\usefont{TU}{plktitl}{m}{n} #1}% \lettrine[lines=3]{\usebox{\Pb@x}}{#2}}% } \DeclareOption{local}{% |