diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-19 22:32:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-19 22:32:23 +0000 |
commit | 079d7aeb0e3afef4ad6b0f906f9ad4a6ae1be57d (patch) | |
tree | dee2b0cd38d2bf8d2feac3d5c23396e12efefca0 /Master/texmf-dist/tex/latex/realhats | |
parent | b20c0821166dd256ec2bac1e08b5e7e3b93cbabd (diff) |
realhats (19nov19)
git-svn-id: svn://tug.org/texlive/trunk@52865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/realhats')
-rw-r--r-- | Master/texmf-dist/tex/latex/realhats/hats/realhats-ash.pdf | bin | 0 -> 1455 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/realhats/realhats.sty | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/realhats/hats/realhats-ash.pdf b/Master/texmf-dist/tex/latex/realhats/hats/realhats-ash.pdf Binary files differnew file mode 100644 index 00000000000..81e72ec9df9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/realhats/hats/realhats-ash.pdf diff --git a/Master/texmf-dist/tex/latex/realhats/realhats.sty b/Master/texmf-dist/tex/latex/realhats/realhats.sty index 9599bf62215..92822a95fdb 100644 --- a/Master/texmf-dist/tex/latex/realhats/realhats.sty +++ b/Master/texmf-dist/tex/latex/realhats/realhats.sty @@ -48,7 +48,7 @@ \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{ash}{\global\def\hatused{ash}} \DeclareOption{fez}{\global\def\hatused{fez}} \DeclareOption{cowboy}{\global\def\hatused{cowboy}} \DeclareOption{crown}{\global\def\hatused{crown}} @@ -61,7 +61,7 @@ \or sombrero% \or witch% \or tophat% - \or mlga% + \or ash% \or fez% \or cowboy% \or crown% @@ -80,7 +80,7 @@ \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}{ash}}{\hatn{#2}{ash}}{}% \ifthenelse{\equal{#1}{fez}}{\hatn{#2}{fez}}{}% \ifthenelse{\equal{#1}{cowboy}}{\hatn{#2}{cowboy}}{}% \ifthenelse{\equal{#1}{crown}}{\hatn{#2}{crown}}{}% @@ -98,7 +98,7 @@ \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}{ash}}{\renewcommand\myhat{hats/realhats-ash}\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}}{}% |