summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/heuristica/heuristica.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-10 22:19:59 +0000
committerKarl Berry <karl@freefriends.org>2014-08-10 22:19:59 +0000
commit89b1e5bd32239fb16c2f42b9ac734c24e48a806f (patch)
treea5d96e17d1ff7d1efda3d4fb5b58cc7f28ac2a3f /Master/texmf-dist/tex/latex/heuristica/heuristica.sty
parent682f56285fc3ec8d3af7248dfbdc2121e1e94285 (diff)
heuristica (10aug14)
git-svn-id: svn://tug.org/texlive/trunk@34891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/heuristica/heuristica.sty')
-rw-r--r--Master/texmf-dist/tex/latex/heuristica/heuristica.sty92
1 files changed, 0 insertions, 92 deletions
diff --git a/Master/texmf-dist/tex/latex/heuristica/heuristica.sty b/Master/texmf-dist/tex/latex/heuristica/heuristica.sty
deleted file mode 100644
index 201d0391642..00000000000
--- a/Master/texmf-dist/tex/latex/heuristica/heuristica.sty
+++ /dev/null
@@ -1,92 +0,0 @@
-%% heuristica.sty
-%%
-\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{1.02}
-\def\filedate{2014/06/21}
-\ProvidesPackage{heuristica}
- [\filedate\space v\fileversion]
-
-\message{`heuristica' v\fileversion, \filedate\space Style file (m_sharpe) for Heuristica (a_panov), an extension of Utopia.}
-
-\RequirePackage[T2A,T2B,T2C,LY1,T1]{fontenc}
-\RequirePackage{textcomp}
-\IfFileExists{mweights.sty}{\RequirePackage{mweights}}{}
-\RequirePackage{etoolbox}
-\IfFileExists{fontaxes.sty}{
- \RequirePackage{fontaxes}
- \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
- \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
- \def\sufigures{\@nomath\sufigures
- \fontfigurestyle{superior}\selectfont}
- \DeclareTextFontCommand{\textsu}{\sufigures}
- \let\textsuperior\textsu
-}{}
-
-\IfFileExists{xkeyval.sty}{
- \newcommand*{\Heuristica@scale}{1}
- \RequirePackage{xkeyval}
- \DeclareOptionX{scale}{\renewcommand*{\Heuristica@scale}{##1}}
- \DeclareOptionX{scaled}{\renewcommand*{\Heuristica@scale}{##1}}
- \DeclareOptionX{space}[1.2]{\DeclareRobustCommand{\zut@sf}{%
- \fontdimen2\font=##1\fontdimen2\font}}
-}{
- \let\DeclareOptionX\DeclareOption
- \let\ExecuteOptionsX\ExecuteOptions
- \let\ProcessOptionsX\ProcessOptions
-}
-\let\orig@footnote=\thefootnote
-\let\orig@makefnmark=\@makefnmark
-
-\newif\if@Heuristica@sups
-
-\DeclareOptionX{lining}{\edef\Heuristica@figurestyle{LF}}
-\DeclareOptionX{lf}{\edef\Heuristica@figurestyle{LF}}
-\DeclareOptionX{oldstyle}{\edef\Heuristica@figurestyle{OsF}}
-\DeclareOptionX{osf}{\edef\Heuristica@figurestyle{OsF}}
-\DeclareOptionX{tabular}{\edef\Heuristica@figurealign{T}}
-\DeclareOptionX{bold}{\edef\bfseries@rm{b}}
-\DeclareOptionX{regular}{\edef\mdseries@rm{m}}
-\DeclareOptionX{sups}{\@Heuristica@supstrue}
-\ExecuteOptionsX{lining,tabular,bold,regular}
-\ProcessOptionsX\relax
-
-\def\useosf{\edef\Heuristica@figurestyle{OsF}}
-\@onlypreamble\useosf
-
-\DeclareRobustCommand{\textlf}[1]{%
- {\fontfamily{Heuristica-TLF}\selectfont #1}%
-}% to get lf
-\DeclareRobustCommand{\texttlf}[1]{%
- {\fontfamily{Heuristica-TLF}\selectfont #1}%
-}% to get tlf
-\DeclareRobustCommand{\textosf}[1]{%
- {\fontfamily{Heuristica-TOsF}\selectfont #1}%
-}% to get osf
-\DeclareRobustCommand{\texttosf}[1]{%
- {\fontfamily{Heuristica-TOsF}\selectfont #1}%
-}% to get tosf
-
-\renewcommand*{\rmdefault}{Heuristica-TLF} % always TLF in math
-\renewcommand*{\familydefault}{\rmdefault}
-
-\if@Heuristica@sups %
- \ifdefined\sufigures
- \def\f@@tn@te{footnote}
- \def\@makefnmark{%
- \ifx\@mpfn\f@@tn@te%
- \ifx\thefootnote\orig@footnote%
- \hbox{\sufigures\hspace*{.04em}\@thefnmark\hspace*{.04em}}%
- \else%
- \orig@makefnmark%
- \fi
- \else%
- \orig@makefnmark%
- \fi}%
- \fi%
-\fi
-
-\AtEndPreamble{%
-\renewcommand*{\rmdefault}{Heuristica-T\Heuristica@figurestyle}
-\normalfont}
-
-\endinput