diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-03 22:41:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-03 22:41:29 +0000 |
commit | 76fc6af9c1b18d83deca7c2e5d8ad86e263de855 (patch) | |
tree | 353c4ed7b6522541aaed475ae0f0f195ec57fd36 /Master/texmf-dist/tex/latex/realhats/realhats.sty | |
parent | 2d72ac9d3223fdffbdbb31f3eba86be6c7aac2d5 (diff) |
realhats (3nov19)
git-svn-id: svn://tug.org/texlive/trunk@52625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/realhats/realhats.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/realhats/realhats.sty | 84 |
1 files changed, 50 insertions, 34 deletions
diff --git a/Master/texmf-dist/tex/latex/realhats/realhats.sty b/Master/texmf-dist/tex/latex/realhats/realhats.sty index 171969837e4..9599bf62215 100644 --- a/Master/texmf-dist/tex/latex/realhats/realhats.sty +++ b/Master/texmf-dist/tex/latex/realhats/realhats.sty @@ -28,48 +28,63 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{realhats}[2019/04/14 realhats] +\ProvidesPackage{realhats}[2019/04/14 realhats 3.0] \RequirePackage{amsmath} \RequirePackage{graphicx} \RequirePackage{ifthen} -\RequirePackage[first=0, last=8]{lcg} +\RequirePackage[first=0, last=9, counter=hat]{lcg} \RequirePackage{calc} \RequirePackage{stackengine} \newcommand\myhat{} +\newlength{\hatwidth} %hat width \newlength{\hshif} %horizontal shift \newlength{\vshif} %vertical shift \global\def\hatused{-1} -\DeclareOption{beret}{\global\def\hatused{0}} -\DeclareOption{santa}{\global\def\hatused{1}} -\DeclareOption{scottish}{\global\def\hatused{2}} -\DeclareOption{sombrero}{\global\def\hatused{3}} -\DeclareOption{witch}{\global\def\hatused{4}} -\DeclareOption{tophat}{\global\def\hatused{5}} -\DeclareOption{mlga}{\global\def\hatused{6}} -\DeclareOption{fez}{\global\def\hatused{7}} -\DeclareOption{cowboy}{\global\def\hatused{8}} -\DeclareOption{crown}{\global\def\hatused{9}} +\DeclareOption{beret}{\global\def\hatused{beret}} +\DeclareOption{santa}{\global\def\hatused{santa}} +\DeclareOption{sombrero}{\global\def\hatused{sombrero}} +\DeclareOption{witch}{\global\def\hatused{witch}} +\DeclareOption{tophat}{\global\def\hatused{tophat}} +\DeclareOption{mlga}{\global\def\hatused{mlga}} +\DeclareOption{fez}{\global\def\hatused{fez}} +\DeclareOption{cowboy}{\global\def\hatused{cowboy}} +\DeclareOption{crown}{\global\def\hatused{crown}} +\DeclareOption{dunce}{\global\def\hatused{dunce}} \ProcessOptions\relax +\newcommand{\gethat}{% + \ifcase\thehat beret% + \or santa% + \or sombrero% + \or witch% + \or tophat% + \or mlga% + \or fez% + \or cowboy% + \or crown% + \or dunce% + \fi +} + \renewcommand{\hat}[2][]{% \ifthenelse{\equal{#1}{}}{% \ifthenelse{\equal{\hatused}{-1}}% - {\rand\hatn{#2}{\arabic{rand}}}% + {\rand\hatn{#2}{\gethat}}% {\hatn{#2}{\hatused}}% }{% - \ifthenelse{\equal{#1}{beret}}{\hatn{#2}{0}}{}% - \ifthenelse{\equal{#1}{santa}}{\hatn{#2}{1}}{}% - \ifthenelse{\equal{#1}{scottish}}{\hatn{#2}{2}}{}% - \ifthenelse{\equal{#1}{sombrero}}{\hatn{#2}{3}}{}% - \ifthenelse{\equal{#1}{witch}}{\hatn{#2}{4}}{}% - \ifthenelse{\equal{#1}{tophat}}{\hatn{#2}{5}}{}% - \ifthenelse{\equal{#1}{mlga}}{\hatn{#2}{6}}{}% - \ifthenelse{\equal{#1}{fez}}{\hatn{#2}{7}}{}% - \ifthenelse{\equal{#1}{cowboy}}{\hatn{#2}{8}}{}% - \ifthenelse{\equal{#1}{crown}}{\hatn{#2}{9}}{}% + \ifthenelse{\equal{#1}{beret}}{\hatn{#2}{beret}}{}% + \ifthenelse{\equal{#1}{santa}}{\hatn{#2}{santa}}{}% + \ifthenelse{\equal{#1}{sombrero}}{\hatn{#2}{sombrero}}{}% + \ifthenelse{\equal{#1}{witch}}{\hatn{#2}{witch}}{}% + \ifthenelse{\equal{#1}{tophat}}{\hatn{#2}{tophat}}{}% + \ifthenelse{\equal{#1}{mlga}}{\hatn{#2}{mlga}}{}% + \ifthenelse{\equal{#1}{fez}}{\hatn{#2}{fez}}{}% + \ifthenelse{\equal{#1}{cowboy}}{\hatn{#2}{cowboy}}{}% + \ifthenelse{\equal{#1}{crown}}{\hatn{#2}{crown}}{}% + \ifthenelse{\equal{#1}{dunce}}{\hatn{#2}{dunce}}{}% }% } @@ -77,20 +92,21 @@ \newcommand{\hatnoptions}[4]{% \setlength{\hshif}{1pt} -\ifthenelse{\equal{#2}{0}}{\renewcommand\myhat{hats/realhats-beret}\setlength{\vshif}{-0.6ex} \setlength{\hshif}{0.5ex} }{}% -\ifthenelse{\equal{#2}{1}}{\renewcommand\myhat{hats/realhats-santa}\setlength{\vshif}{-0.1ex} }{}% -\ifthenelse{\equal{#2}{2}}{\renewcommand\myhat{hats/realhats-scottish}\setlength{\vshif}{-0.7ex} \setlength{\hshif}{0.6ex}}{}% -\ifthenelse{\equal{#2}{3}}{\renewcommand\myhat{hats/realhats-sombrero}\setlength{\vshif}{-0.17ex} \addtolength{\hshif}{-1pt}}{}% -\ifthenelse{\equal{#2}{4}}{\renewcommand\myhat{hats/realhats-witch}\setlength{\vshif}{-0.12ex} \addtolength{\hshif}{-1pt}}{}% -\ifthenelse{\equal{#2}{5}}{\renewcommand\myhat{hats/realhats-tophat}\setlength{\vshif}{-0.6ex} \addtolength{\hshif}{-1pt}}{}% -\ifthenelse{\equal{#2}{6}}{\renewcommand\myhat{hats/realhats-makelatexgreatagain}\setlength{\vshif}{-0.6ex} \addtolength{\hshif}{-1pt}}{}% -\ifthenelse{\equal{#2}{7}}{\renewcommand\myhat{hats/realhats-fez}\setlength{\vshif}{-0.4ex} \addtolength{\hshif}{-1pt}}{}% -\ifthenelse{\equal{#2}{8}}{\renewcommand\myhat{hats/realhats-cowboy}\setlength{\vshif}{-0.3ex} \setlength{\hshif}{0.2ex}}{}% -\ifthenelse{\equal{#2}{9}}{\renewcommand\myhat{hats/realhats-crown}\setlength{\vshif}{-0.3ex} \setlength{\hshif}{0.2ex}}{}% +\setlength{\hatwidth}{2ex} +\ifthenelse{\equal{#2}{beret}}{\renewcommand\myhat{hats/realhats-beret}\setlength{\vshif}{-0.6ex} \setlength{\hshif}{0.5ex} }{}% +\ifthenelse{\equal{#2}{santa}}{\renewcommand\myhat{hats/realhats-santa}\setlength{\vshif}{-0.1ex} }{}% +\ifthenelse{\equal{#2}{sombrero}}{\renewcommand\myhat{hats/realhats-sombrero}\setlength{\vshif}{-0.17ex} \addtolength{\hshif}{-1pt}}{}% +\ifthenelse{\equal{#2}{witch}}{\renewcommand\myhat{hats/realhats-witch}\setlength{\vshif}{-0.12ex} \addtolength{\hshif}{-1pt}}{}% +\ifthenelse{\equal{#2}{tophat}}{\renewcommand\myhat{hats/realhats-tophat}\setlength{\vshif}{-0.4ex} \setlength{\hatwidth}{1.8ex} \addtolength{\hshif}{-1pt}}{}% +\ifthenelse{\equal{#2}{mlga}}{\renewcommand\myhat{hats/realhats-makelatexgreatagain}\setlength{\vshif}{-0.6ex} \setlength{\hatwidth}{1.8ex} \addtolength{\hshif}{-1pt}}{}% +\ifthenelse{\equal{#2}{fez}}{\renewcommand\myhat{hats/realhats-fez}\setlength{\vshif}{-0.4ex} \setlength{\hatwidth}{1ex} \addtolength{\hshif}{-1pt}}{}% +\ifthenelse{\equal{#2}{cowboy}}{\renewcommand\myhat{hats/realhats-cowboy}\setlength{\vshif}{-0.3ex} \setlength{\hshif}{0.2ex}}{}% +\ifthenelse{\equal{#2}{crown}}{\renewcommand\myhat{hats/realhats-crown}\setlength{\vshif}{-0.3ex} \setlength{\hshif}{0.2ex}}{}% +\ifthenelse{\equal{#2}{dunce}}{\renewcommand\myhat{hats/realhats-dunce}\setlength{\vshif}{-0.3ex} \setlength{\hatwidth}{1.4ex}}{}% \addtolength{\hshif}{#3}% \addtolength{\vshif}{#4}% \stackMath % -\stackon[\vshif]{#1}{\hspace{\hshif}\includegraphics[width=2ex]{\myhat}} +\stackon[\vshif]{#1}{\hspace{\hshif}\includegraphics[width=\hatwidth]{\myhat}} } \endinput %% |