diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cookingsymbols')
-rw-r--r-- | Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty b/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty new file mode 100644 index 00000000000..3f24f981749 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty @@ -0,0 +1,44 @@ +%% +%% This is file `cookingsymbols.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% cookingsymbols.dtx (with options: `package') +%% +%% This is a generated file. +%% Copyright (C) 2011 by Sven Harder +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any later +%% version. The latest version of this license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{cookingsymbols} +[2011/11/02 v1.0 symbols for recipes by Sven Harder] + +\DeclareFontFamily{U}{cookingsymbols}{} + +\DeclareFontShape{U}{cookingsymbols}{m}{n}{<-> cookingsymbols}{} +\DeclareFontShape{U}{cookingsymbols}{bx}{n}{<-> sub cookingsymbols/m/n }{} + +\newcommand{\Oven}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{0}}} +\newcommand{\Topbottomheat}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{1}}} +\newcommand{\Topheat}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{2}}} +\newcommand{\Bottomheat}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{3}}} +\newcommand{\Fanoven}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{4}}} +\newcommand{\Gasstove}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{5}}} +\newcommand{\Dish}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{6}}} +\newcommand{\Knife}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{7}}} +\newcommand{\Fork}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{8}}} +\newcommand{\Spoon}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{9}}} +\newcommand{\Gloves}{{\usefont{U}{cookingsymbols}{m}{n}\symbol{10}}} + +\endinput +%% +%% End of file `cookingsymbols.sty'. |