diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/euenc/eu1enc.def | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/euenc/eu1lmdh.fd | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/euenc/eu1lmtt.fd | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/euenc/euenc-style.sty | 129 |
4 files changed, 5 insertions, 134 deletions
diff --git a/Master/texmf-dist/tex/xelatex/euenc/eu1enc.def b/Master/texmf-dist/tex/xelatex/euenc/eu1enc.def index ebc448c2492..07fcd1f0ac3 100644 --- a/Master/texmf-dist/tex/xelatex/euenc/eu1enc.def +++ b/Master/texmf-dist/tex/xelatex/euenc/eu1enc.def @@ -6,8 +6,8 @@ %% %% euenc.dtx (with options: `eu1') %% -%% ________________________________ -%% Copyright © 2006 Will Robertson +%% _____________________________________ +%% Copyright ^^c2^^a9 2006-2008 Will Robertson %% %% License information appended. %% @@ -17,7 +17,7 @@ \DeclareFontSubstitution{EU1}{lmr}{m}{n} \g@addto@macro\nfss@catcodes{\@makeother:} %% -%% Copyright © 2006 by Will Robertson <wspr81@gmail.com> +%% Copyright ^^c2^^a9 2006-2008 by Will Robertson <wspr81@gmail.com> %% %% Distributable under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of diff --git a/Master/texmf-dist/tex/xelatex/euenc/eu1lmdh.fd b/Master/texmf-dist/tex/xelatex/euenc/eu1lmdh.fd index 0fdfb456d4a..dff5544bc08 100644 --- a/Master/texmf-dist/tex/xelatex/euenc/eu1lmdh.fd +++ b/Master/texmf-dist/tex/xelatex/euenc/eu1lmdh.fd @@ -7,6 +7,6 @@ \DeclareFontShape{EU1}{lmdh}{m}{it} {<->sub*lmdh/m/sl}{} \DeclareFontShape{EU1}{lmdh}{m}{sl}{% - <-> lmromanslant10-oblique + <-> lmromandunh10-oblique }{} \endinput diff --git a/Master/texmf-dist/tex/xelatex/euenc/eu1lmtt.fd b/Master/texmf-dist/tex/xelatex/euenc/eu1lmtt.fd index 152b39c5c20..8f59a44dbe3 100644 --- a/Master/texmf-dist/tex/xelatex/euenc/eu1lmtt.fd +++ b/Master/texmf-dist/tex/xelatex/euenc/eu1lmtt.fd @@ -8,7 +8,7 @@ \DeclareFontShape{EU1}{lmtt}{m}{it} {<-> "[lmmono10-italic]"}{} \DeclareFontShape{EU1}{lmtt}{m}{sl} -{<-> "[lmmono10-oblique]"}{} +{<-> "[lmmonoslant10-regular]"}{} \DeclareFontShape{EU1}{lmtt}{m}{sc} {<-> "[lmmonocaps10-regular]"}{} \DeclareFontShape{EU1}{lmtt}{m}{scsl} diff --git a/Master/texmf-dist/tex/xelatex/euenc/euenc-style.sty b/Master/texmf-dist/tex/xelatex/euenc/euenc-style.sty deleted file mode 100644 index 3a07a245a7e..00000000000 --- a/Master/texmf-dist/tex/xelatex/euenc/euenc-style.sty +++ /dev/null @@ -1,129 +0,0 @@ -%% -%% This is file `euenc-style.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% euenc.dtx (with options: `dtx-style') -%% -%% ________________________________ -%% Copyright © 2006 Will Robertson -%% -%% License information appended. -%% -\ProvidesPackage{euenc-style} - -\def\@dotsep{1000} -\setcounter{tocdepth}{2} -\setlength\columnseprule{0.4pt} -\renewcommand\tableofcontents{\relax - \begin{multicols}{2}[\section*{\contentsname}]\relax - \@starttoc{toc}\relax - \end{multicols}} - -\setcounter{IndexColumns}{2} -\renewenvironment{theglossary} - {\small\list{}{} - \item\relax - \glossary@prologue\GlossaryParms - \let\item\@idxitem \ignorespaces - \def\pfill{\hspace*{\fill}}} - {\endlist} - -\usepackage{booktabs,calc,color,fancyvrb,graphicx,ifthen,refstyle,url,varioref} -\usepackage{fontspec,xltxtra} - -\definecolor{niceblue}{rgb}{0.4,0.6,1.000} -\newenvironment{example} - {\hrulefill\par\VerbatimEnvironment - \begin{VerbatimOut}[gobble=4]{\examplefilename}} - {\end{VerbatimOut}\relax - \begingroup - \color{niceblue} - \typesetexample - \endgroup\par\hrulefill} - -\let\examplesize\normalsize -\let\auxwidth\relax - -\newlength\examplewidth\newlength\verbatimwidth -\newlength\exoutdent \newlength\exverbgap -\setlength\exverbgap{1em} -\setlength\exoutdent{-0.15\textwidth} -\newsavebox\verbatimbox -\edef\examplefilename{\jobname.example} - -\newcommand\typesetexample{\relax - \begin{lrbox}{\verbatimbox}\relax - \BVerbatimInput[fontsize=\small]{\examplefilename}\relax - \end{lrbox} - \begin{list}{}{\setlength\itemindent{0pt} - \setlength\leftmargin\exoutdent - \setlength\rightmargin{0pt}}\item - \ifx\auxwidth\relax - \setlength\verbatimwidth{\wd\verbatimbox}\relax - \else - \setlength\verbatimwidth{\auxwidth}\relax - \fi - \begin{minipage}[c]{\textwidth-\exoutdent-\verbatimwidth-\exverbgap} - \catcode`\%=14\centering\examplesize\input\examplefilename\relax - \end{minipage}\hfill - \begin{minipage}[c]{\verbatimwidth} - \usebox\verbatimbox - \end{minipage} - \end{list} - \global\let\examplesize\normalsize} - -\newcommand*\setexsize[1]{\let\examplesize#1} -\newcommand*\setverbwidth[1]{\def\auxwidth{#1}} - -\newcommand*\name[1]{{#1}} -\newcommand*\pkg[1]{\textsf{#1}} -\newcommand*\enc[1]{\texttt{#1}} - -\let\latin\textit -\def\eg{\latin{e.g.}} -\def\ie{\latin{i.e.}} -\def\etc{\@ifnextchar.{\latin{etc}}{\latin{etc.}\@}} - -%% LOGOS, tuned for Palatino: -\TeX@logo@spacing{-0.12em}{-0.12em}% - {0.5ex}{-0.3em}{-0.12em}{-0.1em} - -\def\MacOSX{Mac~OS~X} - -%% fontspec declarations: -\setromanfont[Mapping=tex-text]{FPL Neu} -\defaultfontfeatures{Scale=MatchLowercase} -\setsansfont[Mapping=tex-text, - BoldFont={Skia}, - BoldFeatures={Weight=1.7}]{Skia} -\setmonofont{Osaka-Mono} -\defaultfontfeatures{Mapping=tex-text} - -\DeclareRobustCommand\ExTeX{\textrm{\relax - \ensuremath{\textstyle\varepsilon_{\kern-0.15em\mathcal{X}}}\relax - \kern-.15em\TeX}} - -\def\EU#1{\enc{EU#1}} -\def\EUx{\enc{EU$x$}} - -%% (La)TeX font-related declarations: -\linespread{1.05} % FPL Neu needs more space between lines -\frenchspacing % Remove ugly extra space after punctuation - -\def\MacOSX{Mac~OS~X} -%% -%% Copyright © 2006 by Will Robertson <wspr81@gmail.com> -%% -%% Distributable under the LaTeX Project Public License, -%% version 1.3c or higher (your choice). The latest version of -%% this license is at: http://www.latex-project.org/lppl.txt -%% -%% This work is "maintained" (as per LPPL maintenance status) -%% by Will Robertson. -%% -%% This work consists of the file euenc.dtx and various derived files. -%% -%% -%% End of file `euenc-style.sty'. |