diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/cookingsymbols/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cookingsymbols/cookingsymbols.pdf | bin | 364081 -> 409523 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/cookingsymbols/cookingsymbols.mf | 8 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.dtx | 38 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty | 4 |
6 files changed, 39 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/cookingsymbols/README b/Master/texmf-dist/doc/latex/cookingsymbols/README index 0c7f22f6baf..6600ff27b48 100644 --- a/Master/texmf-dist/doc/latex/cookingsymbols/README +++ b/Master/texmf-dist/doc/latex/cookingsymbols/README @@ -2,14 +2,16 @@ some symbols for recipes. The symbols are created with METAFONT. It includes the following symbols: - oven -- topheat -- bottomheat -- fanoven +- top heat +- bottom heat +- top and bottom heat +- fan oven +- gas stove - dish - fork - knife - spoon -- gloves +- gloves This material is subject to the LaTeX Project Public License. See diff --git a/Master/texmf-dist/doc/latex/cookingsymbols/cookingsymbols.pdf b/Master/texmf-dist/doc/latex/cookingsymbols/cookingsymbols.pdf Binary files differindex 94657f68c56..00bd7329c80 100644 --- a/Master/texmf-dist/doc/latex/cookingsymbols/cookingsymbols.pdf +++ b/Master/texmf-dist/doc/latex/cookingsymbols/cookingsymbols.pdf diff --git a/Master/texmf-dist/fonts/source/public/cookingsymbols/cookingsymbols.mf b/Master/texmf-dist/fonts/source/public/cookingsymbols/cookingsymbols.mf index 63d346a5de5..fbeb48dfa35 100644 --- a/Master/texmf-dist/fonts/source/public/cookingsymbols/cookingsymbols.mf +++ b/Master/texmf-dist/fonts/source/public/cookingsymbols/cookingsymbols.mf @@ -7,7 +7,7 @@ %% cookingsymbols.dtx (with options: `mf') %% %% This is a generated file. -%% Copyright (C) 2011 by Sven Harder +%% Copyright (C) 2014 by Sven Harder %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -251,9 +251,6 @@ beginchar(4,11u#,10u#,0); z17=z16 rotatedaround(z15,120); z18=z16 rotatedaround(z15,-120); - %draw z15..z9{1,3}..z10{-1,-3}..z15..z13..z14..z15..z11..z12..cycle; - %draw z9..z16{dir 180}..z10..z13..z18{dir 60}..z14..z11..z17{dir 300}..z12..cycle; - %fill z9..z16{dir 180}..z10..z13..z18{dir 60}..z14..z11..z17{dir 300}..z12..cycle; fill z9{dir 90}..z16{dir 180}..z10{dir 270}..z13{dir -30}..z18{dir 60}..z14{dir 150}..z11{dir 210}..z17{dir 300}..z12{dir 30}..cycle; %labels(range 1 thru 18); @@ -409,9 +406,6 @@ beginchar(9, 3.4u#, 10u#,0); draw z7{dir -170}..z5{down}..(x3+(x4-x3)/2, y3){dir -10}; draw (x3+(x4-x3)/2, y3){dir 10}..z6{up}..z7{dir 170};%..(z7-(b/2, 0)); - %draw z3{dir 150}..z5{up}..z7{right}; umdrehen! - %draw z7{right}..z6{down}..z4{dir -150}..z3; - %draw z3{dir 170}..z5{dir 75}..z7{right}..z6{dir -75}..z4{dir -170}..z3; %labels(range 1 thru 12); endchar; diff --git a/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.dtx b/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.dtx index 9022bfe6df8..366d751d4e5 100644 --- a/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.dtx +++ b/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2011 by Sven Harder +% Copyright (C) 2014 by Sven Harder % ----------------------------------- % % This file may be distributed and/or modified under the @@ -15,7 +15,7 @@ % % This work has the LPPL maintenance status `maintained'. % -% The Current Maintainer of this work is Sven Harder. +% The current maintainer of this work is Sven Harder. % % This work consists of the files cookingsymbols.dtx and cookingsymbols.ins % and the derived files cookingsymbols.sty and cookingsymbols.mf. @@ -25,7 +25,7 @@ % \iffalse %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{cookingsymbols} -%<package>[2011/11/02 v1.0 symbols for recipes by Sven Harder] +%<package>[2014/12/28 v1.1 symbols for recipes by Sven Harder] % %<*driver> \documentclass{ltxdoc} @@ -38,6 +38,18 @@ \CodelineIndex \RecordChanges \addtolength{\oddsidemargin}{-1cm} +\setcounter{IndexColumns}{2} +\setcounter{GlossaryColumns}{2} +\usepackage{hyperref} +\hypersetup{% + pdfauthor = {Sven Harder}, + pdftitle = {cookingsymbols documentation}, + colorlinks = {true}, + linkcolor = {blue}, + urlcolor = {blue}, + citecolor = {blue}, + filecolor = {blue} +} \begin{document} \DocInput{cookingsymbols.dtx} \end{document} @@ -64,6 +76,7 @@ % % % \changes{v1.0}{2011/11/02}{Initial version} +% \changes{v1.1}{2014/12/28}{Update of the documentation} % % \GetFileInfo{cookingsymbols.sty} % @@ -79,6 +92,17 @@ % \author{Sven Harder \\ \texttt{sven\_one1@gmx.de}} % % \maketitle +% \begin{abstract} +% This package is intended to support mainly developers of recipe templates with often used symbols. The symbols are build by using \MF. +% \end{abstract} +% +% \vspace{3em} +% +% \PrintChanges +% +% \newpage +% \tableofcontents +% \newpage % % \section{Introduction} % This package includes 11 symbols. They are original created, when I was searching for symbols for typesetting recipes. However, I didn't find any symbols, so I decided to create my own ones. This is the result ;) @@ -106,7 +130,7 @@ % \end{center} % And now have fun with these new symbols! % -% \StopEventually{\PrintIndex} +% \StopEventually{\PrintIndex\addcontentsline{toc}{section}{\indexname}} % % \section{Implementation} % @@ -395,9 +419,6 @@ beginchar(4,11u#,10u#,0); z17=z16 rotatedaround(z15,120); z18=z16 rotatedaround(z15,-120); - %draw z15..z9{1,3}..z10{-1,-3}..z15..z13..z14..z15..z11..z12..cycle; - %draw z9..z16{dir 180}..z10..z13..z18{dir 60}..z14..z11..z17{dir 300}..z12..cycle; - %fill z9..z16{dir 180}..z10..z13..z18{dir 60}..z14..z11..z17{dir 300}..z12..cycle; fill z9{dir 90}..z16{dir 180}..z10{dir 270}..z13{dir -30}..z18{dir 60}..z14{dir 150}..z11{dir 210}..z17{dir 300}..z12{dir 30}..cycle; %labels(range 1 thru 18); @@ -576,9 +597,6 @@ beginchar(9, 3.4u#, 10u#,0); draw z7{dir -170}..z5{down}..(x3+(x4-x3)/2, y3){dir -10}; draw (x3+(x4-x3)/2, y3){dir 10}..z6{up}..z7{dir 170};%..(z7-(b/2, 0)); - %draw z3{dir 150}..z5{up}..z7{right}; umdrehen! - %draw z7{right}..z6{down}..z4{dir -150}..z3; - %draw z3{dir 170}..z5{dir 75}..z7{right}..z6{dir -75}..z4{dir -170}..z3; %labels(range 1 thru 12); endchar; diff --git a/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.ins b/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.ins index 0dc0cbafb47..7b70ceb6920 100644 --- a/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.ins +++ b/Master/texmf-dist/source/latex/cookingsymbols/cookingsymbols.ins @@ -1,7 +1,7 @@ %% --------------------- cookingsymbols.ins ------------------------- -\def\filedate{2011/11/02} +\def\filedate{2014/12/28} \def\batchfile{cookingsymbols.ins} \input docstrip @@ -27,7 +27,7 @@ \preamble This is a generated file. -Copyright (C) 2011 by Sven Harder +Copyright (C) 2014 by Sven Harder This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either diff --git a/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty b/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty index 3f24f981749..684f06dfe4e 100644 --- a/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty +++ b/Master/texmf-dist/tex/latex/cookingsymbols/cookingsymbols.sty @@ -7,7 +7,7 @@ %% cookingsymbols.dtx (with options: `package') %% %% This is a generated file. -%% Copyright (C) 2011 by Sven Harder +%% Copyright (C) 2014 by Sven Harder %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -20,7 +20,7 @@ %% LaTeX version 2005/12/01 or later. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{cookingsymbols} -[2011/11/02 v1.0 symbols for recipes by Sven Harder] +[2014/12/28 v1.1 symbols for recipes by Sven Harder] \DeclareFontFamily{U}{cookingsymbols}{} |