texlive[53425] Master: bearwear (16jan20)

commits+karl at tug.org commits+karl at tug.org
Thu Jan 16 22:58:11 CET 2020


Revision: 53425
          http://tug.org/svn/texlive?view=revision&revision=53425
Author:   karl
Date:     2020-01-16 22:58:11 +0100 (Thu, 16 Jan 2020)
Log Message:
-----------
bearwear (16jan20)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/bearwear/
    trunk/Master/texmf-dist/doc/latex/bearwear/README.md
    trunk/Master/texmf-dist/doc/latex/bearwear/baer.png
    trunk/Master/texmf-dist/doc/latex/bearwear/bearwear-doc.tex
    trunk/Master/texmf-dist/doc/latex/bearwear/bearwear.pdf
    trunk/Master/texmf-dist/doc/latex/bearwear/flag.pdf
    trunk/Master/texmf-dist/doc/latex/bearwear/latex-project-logo.pdf
    trunk/Master/texmf-dist/doc/latex/bearwear/montblanc.jpg
    trunk/Master/texmf-dist/doc/latex/bearwear/tartan3.jpg
    trunk/Master/texmf-dist/doc/latex/bearwear/ulrike.pdf
    trunk/Master/texmf-dist/source/latex/bearwear/
    trunk/Master/texmf-dist/source/latex/bearwear/bearwear.dtx
    trunk/Master/texmf-dist/source/latex/bearwear/bearwear.ins
    trunk/Master/texmf-dist/tex/latex/bearwear/
    trunk/Master/texmf-dist/tex/latex/bearwear/bearwear.sty
    trunk/Master/tlpkg/tlpsrc/bearwear.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/bearwear/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/README.md	2020-01-16 21:58:11 UTC (rev 53425)
@@ -0,0 +1,32 @@
+# bearwear --- A package for tikz bear fashion
+Packageversion: 0.1 
+Idea: Bär, Implementation: Ulrike Fischer 2020
+Packagedate: 2020-01-15
+
+## LICENSE
+LaTeX Project Public License
+
+## CONTENTS AND INSTALLATION
+
+- README.md (this file)
+- bearwear.dtx  
+- bearwear.ins
+- bearwear.pdf (documentation)
+- tartan3.jpg,baer.png,montblanc.jpg,ulrike.pdf,flag.pdf,latex-project-logo.pdf
+
+The best is to install bearwear with the package manager of your texsystem.
+
+For manual installation compile the .ins file. This will create bearwear.sty and bearwear-doc.tex.
+Move bearwear.sty  in <texmf>/tex/latex/bearwear/ and update the filename
+database. Compile bearwear.dtx to get the documentation 
+ (it will need the extrated bearwear-doc.tex and all the graphics files). 
+
+
+
+## DESCRIPTION
+
+This package offers commands to create shirts for a tikzbear.
+
+## REQUIREMENTS
+It needs a recent version of pgf and tikzlings-bears. 
+


Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/baer.png
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/baer.png
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/baer.png	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/baer.png	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/baer.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/bearwear-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/bearwear-doc.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/bearwear-doc.tex	2020-01-16 21:58:11 UTC (rev 53425)
@@ -0,0 +1,241 @@
+%%
+%% This is file `bearwear-doc.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bearwear.dtx  (with options: `docu')
+%% 
+%% Copyright (C) 2020 Ulrike Fischer / Bär
+%% 
+%% It may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License (LPPL), either version 1.3c of
+%% this license or (at your option) any later version.  The latest
+%% version of this license is in the file:
+%% 
+%%    https://www.latex-project.org/lppl.txt
+%% 
+%% This file is part of the "bearwear bundle" (The Work in LPPL)
+%% and all files in that bundle must be distributed together.
+%% 
+%% File: bearwear.dtx
+\section{Basic Usage}
+
+ The package is based on \TikZ{} and the main command should be used in a \texttt{tikzpicture} or -- as shown in some of the examples -- with \verb+\tikz+.
+
+ \subsection{The shirts}
+ The package provides a number of shirts for the bear, \bearwearkey{long sleeves} and \bearwearkey{round neckline} are the defaults:
+ \begin{tcblisting}{righthand width=6cm}
+ \tikz\bearwear % default
+    [long sleeves,
+     round neckline];
+ \tikz\bearwear
+   [t-shirt];
+ \tikz\bearwear
+   [muscle shirt];
+
+ \tikz\bearwear
+   [v-neckline];
+ \tikz\bearwear
+   [t-shirt,v-neckline];
+ \tikz\bearwear
+   [muscle shirt,v-neckline];
+  \end{tcblisting}
+
+ \subsection{Dressing the bear}
+
+ To dress the bear with the shirt, simply add the \verb+\bear+ command from the \bearwearkey{tikzlings-bears} package.
+
+ \begin{tcblisting}{before=\parindent0pt\nopagebreak}
+ \tikz{\bear;\bearwear[v-neckline];}
+ \tikz{\bear;\bearwear[muscle shirt];}
+  \end{tcblisting}
+
+ \subsection{Coloring the shirts}
+
+ The body and the arms of the shirts can be colored. They are three basic keys: \bearwearkey{leftarm}, \bearwearkey{rightarm} and \bearwearkey{body}, and two meta keys: \bearwearkey{arms} and \bearwearkey{shirt}.
+ Basically every option that would make sense in a \lstinline|\fill|  is allowed here.
+ Patterns e.g. would work too.
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear
+    [v-neckline,
+     leftarm=red,
+     rightarm=green,
+     body=blue];
+ \end{tcblisting}
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[arms=green];
+ \end{tcblisting}
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear
+    [shirt=
+      {shade,
+       top color=blue,
+       bottom color=red}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower,before=\parindent0pt\nopagebreak}
+   \bear;
+   \bearwear
+     [v-neckline,
+      shirt  =
+        {pattern=
+          horizontal lines light blue}];
+ \end{tcblisting}
+
+ \subsection{Additional patterns}
+
+ As seen in the last example patterns can be added instead of colors, but sometimes it makes sense to
+ add them on top to preserve a background color. For this the package provides special \texttt{pattern} keys:\\
+ \bearwearkey{leftarm pattern}, \bearwearkey{rightarm pattern}, \bearwearkey{arms pattern},
+ \bearwearkey{body pattern}, \bearwearkey{shirt pattern},
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear
+     [v-neckline,
+      shirt=red,
+      body pattern =
+       {pattern=
+         {Stars[points=6,
+          radius=0.5mm,distance=1.5mm]},
+        pattern color=yellow}];
+ \end{tcblisting}
+
+ \subsection{Decorations}
+
+ The \lstinline|deco| keys add their value to a \texttt{path picture} key. This can be used to place emblems or use graphics as pattern. To help with the placement two coordinates are
+ predefined: \bearwearkey{bearheart} and \bearwearkey{beartummy}.
+
+ \begin{tcblisting}{tikz lower}
+   \bear;
+   \bearwear[shirt deco =
+    {\fill[red] (beartummy) circle (1pt);
+     \fill[red] (bearheart) circle (1pt);}
+     ]
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[shirt deco =
+    {\node at (beartummy)
+     {\includegraphics[width=5cm]
+       {tartan3}};}]
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[body deco=
+    {\node at ([yshift=-1mm]bearheart)
+      {\includegraphics[width=0.3cm]
+        {flag}};}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[
+     shirt=Beige!80!black,
+     body deco=
+      {\node at ([yshift=-1mm]bearheart)
+       {\includegraphics[width=0.5cm]
+         {latex-project-logo}};}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[
+     shirt=HotPink,
+     body deco=
+      {\path  (bearheart)--++(0,-3mm)
+        pic{hippo};}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[
+    arms= DeepSkyBlue,
+    body deco =
+     {\node at ([yshift=-2mm]beartummy)
+       {\includegraphics[width=4cm]
+         {montblanc}};
+      \node[text=white,
+           font=\tiny\sffamily]
+        at ([yshift=1.95mm]beartummy)
+        {{Mont Blanc}};
+     }]
+ \end{tcblisting}
+
+ \subsection{Scaling}
+
+ Scaling works as expected, but don't forget that nodes in \TikZ{} normally don't scale if you don't use the \lstinline|transform shape| key:
+
+ \begin{tcblisting}{tikz lower,before=\parindent0pt\nopagebreak,}
+  \begin{scope}[scale=1.5]
+  \bear;
+  \bearwear[
+    arms= DeepSkyBlue,
+    body deco =
+     {\node at ([yshift=-2mm]beartummy)
+       {\includegraphics[width=4cm]
+         {montblanc}};
+      \node[text=white,
+           font=\tiny\sffamily]
+        at ([yshift=2mm]beartummy)
+        {{Mont Blanc}};
+     }]
+   \end{scope}
+ \end{tcblisting}
+
+ \subsection{Setting up defaults}
+
+ With \lstinline|\bearwearsetup| you can change the defaults:
+
+ \begin{tcblisting}{}
+ \bearwearsetup
+   {body=green!50!black,arms=green}
+ \tikz{\bear;\bearwear;}
+ \tikz{\bear;\bearwear;}
+ \end{tcblisting}
+ \section{The brains behind \texorpdfstring{\bearwearlogo{}}{BearWear}}
+ \includegraphics[width=3cm]{baer}
+ \begin{description}
+ \item[Ulrike]
+  Bär, your decision to create \bearwearlogo{} has come as a surprise to many. Did you expect this?
+  \item[Bär] Quite true, Ulrike. I am better known as an outdoor type
+  and the fashionistas didn't reckon with me at all.
+ \item[Ulrike] So, why did you take this step?
+ \item[Bär] There were quite a few reasons -- most importantly
+ my deeply felt desire to bring more justice to the world.
+ Look at the wonderful world of \TikZ ducks fashion, and even Marmots have come
+ far in the area of refinement. Why should \TikZ bears be left behind?
+ \item[Ulrike] You are also concerned with the more momentous issues of our day.
+ \item[Bär] Correct! My fashion line is the first ever to have practically
+ no negative influence on our environment. Manufacture and transportation
+ are ecologically neutral. In fact it's the first time in the
+ history of world economy that goods are produced without
+ the use of raw materials.
+ \item[Ulrike] You claim that \bearwearlogo{} will have a global impact.
+ \item[Bär] Yes, the issue of globalization is one which has been interesting
+  me for a long time. \bearwearlogo{} caters for the needs of \TikZ bears all
+  over the world. There is the Longshirt Line for those who live near the poles,
+  t-shirts for those in temperate regions and even a Muscle Shirt Line for the
+  bears of Australia.
+ \item[Ulrike] How about individuality?
+ \item[Bär] I am particularly proud that \bearwearlogo{} enables every single
+ bear to create his own personal shirt -- free of the dictates of the modern
+ Brummells. He may use my suggestions but he need not do so.
+ \item[Ulrike] Will you be seen wearing your own creations?
+ \item[Bär] Well Ulrike, I am afraid this is not very likely.
+ I have got this most beautiful fur and I'd hate to  cover it with artifical
+ patterns -- no matter how ravishing.
+ \item[Ulrike] One last question: what impulse got you moving towards
+ \bearwearlogo{}?
+ \item[Bär] The death of Karl Lagerfeld. Someone had to fill the void.
+ \end{description}
+ %</docu>
+%% 
+%%
+%% End of file `bearwear-doc.tex'.


Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/bearwear-doc.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/bearwear.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/bearwear.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/bearwear.pdf	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/bearwear.pdf	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/bearwear.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/flag.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/flag.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/flag.pdf	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/flag.pdf	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/flag.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/latex-project-logo.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/latex-project-logo.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/latex-project-logo.pdf	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/latex-project-logo.pdf	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/latex-project-logo.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/montblanc.jpg
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/montblanc.jpg
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/montblanc.jpg	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/montblanc.jpg	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/montblanc.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/tartan3.jpg
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/tartan3.jpg
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/tartan3.jpg	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/tartan3.jpg	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/tartan3.jpg
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bearwear/ulrike.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bearwear/ulrike.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bearwear/ulrike.pdf	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/texmf-dist/doc/latex/bearwear/ulrike.pdf	2020-01-16 21:58:11 UTC (rev 53425)

Property changes on: trunk/Master/texmf-dist/doc/latex/bearwear/ulrike.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/bearwear/bearwear.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/bearwear/bearwear.dtx	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/bearwear/bearwear.dtx	2020-01-16 21:58:11 UTC (rev 53425)
@@ -0,0 +1,511 @@
+% \iffalse meta-comment
+%
+%% File: bearwear.dtx
+%
+% Copyright (C) 2020 Ulrike Fischer / Bär
+%
+% It may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License (LPPL), either version 1.3c of this
+% license or (at your option) any later version.  The latest version
+% of this license is in the file
+%
+%    https://www.latex-project.org/lppl.txt
+%
+% This file is part of the "bearwear bundle" (The Work in LPPL)
+% and all files in that bundle must be distributed together.
+%
+% -----------------------------------------------------------------------
+%
+% The development version of the bundle can be found at
+%
+%    https://github.com/u-fischer/bearwear
+%
+% for those people who are interested.
+%
+%<*driver>
+\documentclass{l3doc}
+\OnlyDescription
+\PassOptionsToPackage{svgnames}{xcolor}
+\usepackage{tikzlings,tikzducks,bearwear}
+\usetikzlibrary{patterns,patterns.meta}
+\usepackage{csquotes,graphicx}
+\usepackage{needspace}
+\usepackage{AlegreyaSans}
+\setmainfont{Heuristica}
+\usepackage[most]{tcolorbox}
+
+\lstdefinestyle{bearwarestyle}{% stolen and adapted from tikzlings
+	language={[latex]TeX},
+	tabsize=2,
+	breaklines,
+	basicstyle=\ttfamily,
+	commentstyle={\color{green!50!black}\slshape},
+	columns=fullflexible,
+	alsodigit={-},
+	alsoletter={3},
+	emphstyle=\color{red!60!black},
+	emph=[1]{
+		v-neckline,muscle, shirt, t-shirt, long, sleeves, round, neckline,
+        leftarm, rightarm,arms,deco,body, pattern,beartummy,
+        bearheart,color},
+	texcsstyle=*\color{SteelBlue!50!black}\bfseries,
+	keywordstyle=\color{red!60!black}\bfseries,
+	morekeywords={tikzpicture},
+	moretexcs={bearwear, bearwearsetup},
+	delim ={[s][\ttfamily\color{green!50!black}]{$}{$}},
+	moredelim=[is][\footnotesize\ttfamily\color{orange!70!black}]{|}{|},
+	index=[1][emph]
+}
+\tcbset{%
+	colframe=SteelBlue!50!black,
+	arc=0mm,
+	fonttitle=\bfseries,
+	sidebyside,
+	listing options={style=bearwarestyle},
+	center lower,
+	righthand width=4cm,
+	bottom=0pt,
+	top=0pt,
+	%tikz lower,
+	height plus=3cm,
+	colback=SteelBlue!30!white,
+    enlarge top initially by=10pt
+}
+\lstset{style=bearwarestyle}
+\tikzset{
+  hippo/.pic = {
+   \begin{scope}[scale=0.2,transform shape]
+     \hippo;
+      \begin{scope}[yshift=0.15cm,xshift=-0.5cm,rotate=8]
+        \duck[invisible,bowtie]
+      \end{scope}
+  \end{scope}},}
+\raggedbottom
+\let\bearwearkey\lstinline
+\newcommand{\TikZ}{Ti\emph{k}Z}
+
+\GetFileInfo{bearwear.sty}
+\title{The \bearwearlogo{} Package%
+       \thanks{This file describes \fileversion,
+        last revised \filedate.}}
+\author{Idea: Bär~~\includegraphics[trim=0pt 15pt 0pt 0pt,height=13pt]{baer}
+        \and Implementation: Ulrike Fischer%
+        \thanks{Issues should be reported at https://github.com/u-fischer/bearwear}
+        ~\includegraphics[trim=0pt 15pt 0pt 0pt,height=15pt]{ulrike}}
+\date{\filedate}
+\begin{document}
+  \DocInput{\jobname.dtx}
+\end{document}
+%</driver>
+% \fi
+% \maketitle
+% {\catcode`\%=14 \input{bearwear-doc}}
+%
+% \StopEventually{}
+%    \begin{macrocode}
+%<@@=bearwear>
+%<*package>
+\RequirePackage{xparse}
+\RequirePackage{tikzlings-bears}
+\ProvidesExplPackage {bearwear} {2020-01-15} {0.1}
+  {A package for tikz bear fashion}
+\ProcessOptions\relax
+% a tikzset style to reverse the clip:
+\tikzset
+  {@@reverseclip/.style=
+    {insert~path=
+      {
+       (current~bounding~box.south~west) --  (current~bounding~box.north~west)
+       --
+       (current~bounding~box.north~east) --  (current~bounding~box.south~east)
+       -- cycle
+      }
+   }
+ }
+
+\definecolor{@@europablue}{RGB}{00,33,99}
+
+\cs_new_protected:Npn \@@_rightarm_path:nn #1 #2 %#1 fill, clip, #2 user
+ {
+  \path[#1,#2,rotate~around={-50\char_generate:nn{58}{12}(0.525,0.9)}]
+    (0.525,0.9) ellipse (0.35~and~0.15);
+ }
+
+\cs_new_protected:Npn \@@_leftarm_path:nn #1 #2 %#1 fill, clip, #2 user
+ {
+   \path[#1,#2,rotate~around={50\char_generate:nn{58}{12}(-0.525,0.9)}]
+     (-0.525,0.9) ellipse (0.35~and~0.15);
+ }
+
+\cs_new_protected:Npn \@@_body_path:nn #1 #2 %#1 fill, clip, #2 user
+ {
+   \path[#1,#2] (0,0.75) ellipse (0.55~and~0.65);
+ }
+
+\cs_new_protected:Npn \@@_init_path:
+  {
+    \@@_rightarm_path:nn {}{}
+    \@@_leftarm_path:nn  {}{}
+    \@@_body_path:nn     {}{}
+  }
+
+\cs_new_protected:Npn \@@_set_coordinates:
+  {
+    \coordinate (beartummy) at (0,0.75);
+    \coordinate (bearheart)  at (0.25,0.9);
+  }
+
+\cs_new_protected:Npn \@@_clipping_path:
+  {
+    \bool_if:NTF  \l__bearwear_v_neckline_bool
+     {
+       \clip  (0, 1.55)     circle (0.5)    [__bearwearreverseclip]; %head
+       \clip  (-0.4, 1.55) -- (0.4, 1.55) -- (0,0.8) --cycle[__bearwearreverseclip];
+        %v-neck
+     }
+      {
+       \clip  (0, 1.55)     circle (0.53)    [__bearwearreverseclip]; %head
+     }
+    \clip  (0.425, 0.3)  circle (0.28)   [@@reverseclip];
+    \clip  (-0.425, 0.3) circle (0.28)   [@@reverseclip];
+    \bool_if:NTF \l_@@_t_shirt_bool
+     {
+       \clip (-1,0.6) --++ (0.45,0)--++(-0.5,5) --cycle[@@reverseclip] ;
+       \clip ( 1,0.6) --++ (-0.45,0)--++(0.5,5) --cycle[@@reverseclip] ;
+     }
+     {
+       \clip (-1,0.6) --++ (0.45,0)--++(-0.5,1) --cycle[@@reverseclip] ;
+       \clip ( 1,0.6) --++ (-0.45,0)--++(0.5,1) --cycle[@@reverseclip] ;
+     }
+    \clip(-1,0.5) rectangle (1,1.2);
+  }
+
+\cs_new_protected:Npn \@@_shirt_color:
+  {
+    \bool_if:NF \l_@@_muscle_shirt_bool
+      {
+        \exp_args:Nno \@@_leftarm_path:nn  {fill}{\l_@@_leftarm_color_tl}
+        \exp_args:Nno \@@_rightarm_path:nn {fill}{\l_@@_rightarm_color_tl}
+      }
+    \exp_args:Nno \@@_body_path:nn     {fill}{\l_@@_body_color_tl}
+  }
+
+\cs_new_protected:Npn \@@_shirt_pattern:
+  {
+    \bool_if:NF \l_@@_muscle_shirt_bool
+      {
+        \exp_args:Nno \@@_leftarm_path:nn  {}{\l_@@_leftarm_pattern_tl}
+        \exp_args:Nno \@@_rightarm_path:nn {}{\l_@@_rightarm_pattern_tl}
+      }
+    \exp_args:Nno \@@_body_path:nn         {}{\l_@@_body_pattern_tl}
+  }
+
+\cs_new_protected:Npn \@@_shirt_deco:
+  {
+    \bool_if:NF \l_@@_muscle_shirt_bool
+      {
+        \exp_args:Nno \@@_leftarm_path:nn  {}{\l_@@_leftarm_deco_tl}
+        \exp_args:Nno \@@_rightarm_path:nn {}{\l_@@_rightarm_deco_tl}
+      }
+    \exp_args:Nno \@@_body_path:nn         {}{\l_@@_body_deco_tl}
+  }
+
+\bool_new:N \l_@@_t_shirt_bool
+\bool_new:N \l_@@_muscle_shirt_bool
+\bool_new:N \l__bearwear_round_neckline_bool
+
+\tl_new:N \l_@@_leftarm_color_tl
+\tl_new:N \l_@@_rightarm_color_tl
+\tl_new:N \l_@@_body_color_tl
+
+\tl_new:N \l_@@_leftarm_pattern_tl
+\tl_new:N \l_@@_rightarm_pattern_tl
+\tl_new:N \l_@@_body_pattern_tl
+\tl_new:N \l_@@_leftarm_deco_tl
+\tl_new:N \l_@@_rightarm_deco_tl
+\tl_new:N \l_@@_body_deco_tl
+
+\keys_define:nn {@@}
+ {
+   ,leftarm  .tl_set:N = \l_@@_leftarm_color_tl
+   ,leftarm  .initial:n = {@@europablue}
+   ,leftarm~pattern   .tl_set:N = \l_@@_leftarm_pattern_tl
+   ,leftarm~deco         .code:n =
+      {\tl_set:Nn \l_@@_leftarm_deco_tl {path~picture = {#1}}}
+   ,rightarm .tl_set:N = \l_@@_rightarm_color_tl
+   ,rightarm .initial:n = {@@europablue}
+   ,rightarm~pattern   .tl_set:N = \l_@@_rightarm_pattern_tl
+   ,rightarm~deco         .code:n =
+      {\tl_set:Nn \l_@@_rightarm_deco_tl {path~picture = {#1}}}
+   ,body     .tl_set:N = \l_@@_body_color_tl
+   ,body     .initial:n = {@@europablue}
+   ,body~pattern   .tl_set:N = \l_@@_body_pattern_tl
+   ,arms     .meta:n   =  {leftarm={#1},rightarm={#1}}
+   ,arms~pattern .meta:n   =  {leftarm~pattern={#1},rightarm~pattern={#1}}
+   ,arms~deco .meta:n   =  {leftarm~deco={#1},rightarm~deco={#1}}
+   ,shirt    .meta:n   =  {body={#1},leftarm={#1},rightarm={#1}}
+   ,shirt~pattern    .meta:n   =
+      {body~pattern={#1},leftarm~pattern={#1},rightarm~pattern={#1}}
+   ,shirt~deco .meta:n   =
+      {body~deco={#1},leftarm~deco={#1},rightarm~deco={#1}}
+   ,long~sleeves .bool_set_inverse:N = \l_@@_t_shirt_bool
+   ,t-shirt    .bool_set:N         = \l_@@_t_shirt_bool
+   ,muscle~shirt .bool_set:N       = \l_@@_muscle_shirt_bool
+   ,body~deco         .code:n =
+      {\tl_set:Nn \l_@@_body_deco_tl {path~picture = {#1}}}
+   ,round~neckline .bool_set_inverse:N       = \l__bearwear_v_neckline_bool
+   ,v-neckline .bool_set:N   = \l__bearwear_v_neckline_bool
+ }
+
+\NewDocumentCommand\bearwearsetup { m }
+ {
+    \keys_set:nn { @@ } {#1}
+ }
+\NewDocumentCommand\bearwear { O {} }
+  {
+    \begin{scope}[even~odd~rule]
+     % handle keys
+     \keys_set:nn { @@ } {#1}
+     \@@_init_path:
+     \@@_set_coordinates:
+     \@@_clipping_path:
+     \@@_shirt_color:
+     \@@_shirt_pattern:
+     \@@_shirt_deco:
+    \end{scope}
+  }
+
+\NewDocumentCommand\bearwearlogo {} {{
+  \normalfont\fontencoding{T1}\fontfamily{AlegreyaSans-LF}\selectfont
+   BearWear
+   \raisebox{0.8ex}[0pt][0pt]{
+     %\textcircled{
+       \begin{tikzpicture}[baseline={(0,0.03)},scale=\fp_eval:n{\f at size/100}]
+           \bear;
+           \bearwear[body~deco={\node[text=white] at (beartummy)
+              {\fontsize{\fp_eval:n{\f at size/20}pt}{\fp_eval:n{\f at size/20}pt}
+                \sffamily
+                BearWear};}]
+       \end{tikzpicture}}}}%}
+%</package>
+%    \end{macrocode}
+%<*docu>
+\section{Basic Usage}
+
+ The package is based on \TikZ{} and the main command should be used in a \texttt{tikzpicture} or -- as shown in some of the examples -- with \verb+\tikz+.
+
+ \subsection{The shirts}
+ The package provides a number of shirts for the bear, \bearwearkey{long sleeves} and \bearwearkey{round neckline} are the defaults:
+ \begin{tcblisting}{righthand width=6cm}
+ \tikz\bearwear % default
+    [long sleeves,
+     round neckline];
+ \tikz\bearwear
+   [t-shirt];
+ \tikz\bearwear
+   [muscle shirt];
+
+ \tikz\bearwear
+   [v-neckline];
+ \tikz\bearwear
+   [t-shirt,v-neckline];
+ \tikz\bearwear
+   [muscle shirt,v-neckline];
+  \end{tcblisting}
+
+ \subsection{Dressing the bear}
+
+ To dress the bear with the shirt, simply add the \verb+\bear+ command from the \bearwearkey{tikzlings-bears} package.
+
+ \begin{tcblisting}{before=\parindent0pt\nopagebreak}
+ \tikz{\bear;\bearwear[v-neckline];}
+ \tikz{\bear;\bearwear[muscle shirt];}
+  \end{tcblisting}
+
+ \subsection{Coloring the shirts}
+
+ The body and the arms of the shirts can be colored. They are three basic keys: \bearwearkey{leftarm}, \bearwearkey{rightarm} and \bearwearkey{body}, and two meta keys: \bearwearkey{arms} and \bearwearkey{shirt}.
+ Basically every option that would make sense in a \lstinline|\fill|  is allowed here.
+ Patterns e.g. would work too.
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear
+    [v-neckline,
+     leftarm=red,
+     rightarm=green,
+     body=blue];
+ \end{tcblisting}
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[arms=green];
+ \end{tcblisting}
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear
+    [shirt=
+      {shade,
+       top color=blue,
+       bottom color=red}];
+ \end{tcblisting}
+
+
+
+ \begin{tcblisting}{tikz lower,before=\parindent0pt\nopagebreak}
+   \bear;
+   \bearwear
+     [v-neckline,
+      shirt  =
+        {pattern=
+          horizontal lines light blue}];
+ \end{tcblisting}
+
+ \subsection{Additional patterns}
+
+ As seen in the last example patterns can be added instead of colors, but sometimes it makes sense to
+ add them on top to preserve a background color. For this the package provides special \texttt{pattern} keys:\\
+ \bearwearkey{leftarm pattern}, \bearwearkey{rightarm pattern}, \bearwearkey{arms pattern},
+ \bearwearkey{body pattern}, \bearwearkey{shirt pattern},
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear
+     [v-neckline,
+      shirt=red,
+      body pattern =
+       {pattern=
+         {Stars[points=6,
+          radius=0.5mm,distance=1.5mm]},
+        pattern color=yellow}];
+ \end{tcblisting}
+
+ \subsection{Decorations}
+
+ The \lstinline|deco| keys add their value to a \texttt{path picture} key. This can be used to place emblems or use graphics as pattern. To help with the placement two coordinates are
+ predefined: \bearwearkey{bearheart} and \bearwearkey{beartummy}.
+
+ \begin{tcblisting}{tikz lower}
+   \bear;
+   \bearwear[shirt deco =
+    {\fill[red] (beartummy) circle (1pt);
+     \fill[red] (bearheart) circle (1pt);}
+     ]
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[shirt deco =
+    {\node at (beartummy)
+     {\includegraphics[width=5cm]
+       {tartan3}};}]
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[body deco=
+    {\node at ([yshift=-1mm]bearheart)
+      {\includegraphics[width=0.3cm]
+        {flag}};}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[
+     shirt=Beige!80!black,
+     body deco=
+      {\node at ([yshift=-1mm]bearheart)
+       {\includegraphics[width=0.5cm]
+         {latex-project-logo}};}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[
+     shirt=HotPink,
+     body deco=
+      {\path  (bearheart)--++(0,-3mm)
+        pic{hippo};}];
+ \end{tcblisting}
+
+ \begin{tcblisting}{tikz lower}
+  \bear;
+  \bearwear[
+    arms= DeepSkyBlue,
+    body deco =
+     {\node at ([yshift=-2mm]beartummy)
+       {\includegraphics[width=4cm]
+         {montblanc}};
+      \node[text=white,
+           font=\tiny\sffamily]
+        at ([yshift=1.95mm]beartummy)
+        {{Mont Blanc}};
+     }]
+ \end{tcblisting}
+
+ \subsection{Scaling}
+
+ Scaling works as expected, but don't forget that nodes in \TikZ{} normally don't scale if you don't use the \lstinline|transform shape| key:
+
+ \begin{tcblisting}{tikz lower,before=\parindent0pt\nopagebreak,}
+  \begin{scope}[scale=1.5]
+  \bear;
+  \bearwear[
+    arms= DeepSkyBlue,
+    body deco =
+     {\node at ([yshift=-2mm]beartummy)
+       {\includegraphics[width=4cm]
+         {montblanc}};
+      \node[text=white,
+           font=\tiny\sffamily]
+        at ([yshift=2mm]beartummy)
+        {{Mont Blanc}};
+     }]
+   \end{scope}
+ \end{tcblisting}
+
+ \subsection{Setting up defaults}
+
+ With \lstinline|\bearwearsetup| you can change the defaults:
+
+ \begin{tcblisting}{}
+ \bearwearsetup
+   {body=green!50!black,arms=green}
+ \tikz{\bear;\bearwear;}
+ \tikz{\bear;\bearwear;}
+ \end{tcblisting}
+ \section{The brains behind \texorpdfstring{\bearwearlogo{}}{BearWear}}
+ \includegraphics[width=3cm]{baer}
+ \begin{description}
+ \item[Ulrike]
+  Bär, your decision to create \bearwearlogo{} has come as a surprise to many. Did you expect this?
+  \item[Bär] Quite true, Ulrike. I am better known as an outdoor type
+  and the fashionistas didn't reckon with me at all.
+ \item[Ulrike] So, why did you take this step?
+ \item[Bär] There were quite a few reasons -- most importantly
+ my deeply felt desire to bring more justice to the world.
+ Look at the wonderful world of \TikZ ducks fashion, and even Marmots have come
+ far in the area of refinement. Why should \TikZ bears be left behind?
+ \item[Ulrike] You are also concerned with the more momentous issues of our day.
+ \item[Bär] Correct! My fashion line is the first ever to have practically
+ no negative influence on our environment. Manufacture and transportation
+ are ecologically neutral. In fact it's the first time in the
+ history of world economy that goods are produced without
+ the use of raw materials.
+ \item[Ulrike] You claim that \bearwearlogo{} will have a global impact.
+ \item[Bär] Yes, the issue of globalization is one which has been interesting
+  me for a long time. \bearwearlogo{} caters for the needs of \TikZ bears all
+  over the world. There is the Longshirt Line for those who live near the poles,
+  t-shirts for those in temperate regions and even a Muscle Shirt Line for the
+  bears of Australia.
+ \item[Ulrike] How about individuality?
+ \item[Bär] I am particularly proud that \bearwearlogo{} enables every single
+ bear to create his own personal shirt -- free of the dictates of the modern
+ Brummells. He may use my suggestions but he need not do so.
+ \item[Ulrike] Will you be seen wearing your own creations?
+ \item[Bär] Well Ulrike, I am afraid this is not very likely.
+ I have got this most beautiful fur and I'd hate to  cover it with artifical
+ patterns -- no matter how ravishing.
+ \item[Ulrike] One last question: what impulse got you moving towards
+ \bearwearlogo{}?
+ \item[Bär] The death of Karl Lagerfeld. Someone had to fill the void.
+ \end{description}
+ %</docu>


Property changes on: trunk/Master/texmf-dist/source/latex/bearwear/bearwear.dtx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/source/latex/bearwear/bearwear.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/bearwear/bearwear.ins	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/bearwear/bearwear.ins	2020-01-16 21:58:11 UTC (rev 53425)
@@ -0,0 +1,70 @@
+\iffalse meta-comment
+
+File: bearwear.ins
+
+Copyright (C) 2020 Ulrike Fischer / Bär
+
+It may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), either version 1.3c of this
+license or (at your option) any later version.  The latest version
+of this license is in the file
+
+   https://www.latex-project.org/lppl.txt
+
+This file is part of the "bearwear bundle" (The Work in LPPL)
+and all files in that bundle must be distributed together.
+
+The released version of this bundle is available from CTAN.
+
+-----------------------------------------------------------------------
+
+The development version of the bundle can be found at
+
+   https://github.com/u-fischer/bearwear
+
+for those people who are interested.
+
+-----------------------------------------------------------------------
+
+\fi
+
+\input l3docstrip.tex
+\askforoverwritefalse
+
+\let\MetaPrefix\relax
+\preamble
+
+Copyright (C) 2020 Ulrike Fischer / Bär
+
+It may be distributed and/or modified under the conditions of
+the LaTeX Project Public License (LPPL), either version 1.3c of
+this license or (at your option) any later version.  The latest
+version of this license is in the file:
+
+   https://www.latex-project.org/lppl.txt
+
+This file is part of the "bearwear bundle" (The Work in LPPL)
+and all files in that bundle must be distributed together.
+
+\endpreamble
+\let\MetaPrefix\DoubleperCent
+% stop docstrip adding \endinput
+\postamble
+\endpostamble
+
+\keepsilent
+
+\generate
+  {%
+    \file{bearwear.sty}
+      {%
+        \from{bearwear.dtx}{package}
+      }%
+       \file{bearwear-doc.tex}
+      {%
+        \from{bearwear.dtx}{docu}
+      }%
+  }
+
+
+\endbatchfile

Added: trunk/Master/texmf-dist/tex/latex/bearwear/bearwear.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bearwear/bearwear.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/bearwear/bearwear.sty	2020-01-16 21:58:11 UTC (rev 53425)
@@ -0,0 +1,205 @@
+%%
+%% This is file `bearwear.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bearwear.dtx  (with options: `package')
+%% 
+%% Copyright (C) 2020 Ulrike Fischer / Bär
+%% 
+%% It may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License (LPPL), either version 1.3c of
+%% this license or (at your option) any later version.  The latest
+%% version of this license is in the file:
+%% 
+%%    https://www.latex-project.org/lppl.txt
+%% 
+%% This file is part of the "bearwear bundle" (The Work in LPPL)
+%% and all files in that bundle must be distributed together.
+%% 
+%% File: bearwear.dtx
+\RequirePackage{xparse}
+\RequirePackage{tikzlings-bears}
+\ProvidesExplPackage {bearwear} {2020-01-15} {0.1}
+  {A package for tikz bear fashion}
+\ProcessOptions\relax
+\tikzset
+  {__bearwearreverseclip/.style=
+    {insert~path=
+      {
+       (current~bounding~box.south~west) --  (current~bounding~box.north~west)
+       --
+       (current~bounding~box.north~east) --  (current~bounding~box.south~east)
+       -- cycle
+      }
+   }
+ }
+
+\definecolor{__bearweareuropablue}{RGB}{00,33,99}
+
+\cs_new_protected:Npn \__bearwear_rightarm_path:nn #1 #2 %#1 fill, clip, #2 user
+ {
+  \path[#1,#2,rotate~around={-50\char_generate:nn{58}{12}(0.525,0.9)}]
+    (0.525,0.9) ellipse (0.35~and~0.15);
+ }
+
+\cs_new_protected:Npn \__bearwear_leftarm_path:nn #1 #2 %#1 fill, clip, #2 user
+ {
+   \path[#1,#2,rotate~around={50\char_generate:nn{58}{12}(-0.525,0.9)}]
+     (-0.525,0.9) ellipse (0.35~and~0.15);
+ }
+
+\cs_new_protected:Npn \__bearwear_body_path:nn #1 #2 %#1 fill, clip, #2 user
+ {
+   \path[#1,#2] (0,0.75) ellipse (0.55~and~0.65);
+ }
+
+\cs_new_protected:Npn \__bearwear_init_path:
+  {
+    \__bearwear_rightarm_path:nn {}{}
+    \__bearwear_leftarm_path:nn  {}{}
+    \__bearwear_body_path:nn     {}{}
+  }
+
+\cs_new_protected:Npn \__bearwear_set_coordinates:
+  {
+    \coordinate (beartummy) at (0,0.75);
+    \coordinate (bearheart)  at (0.25,0.9);
+  }
+
+\cs_new_protected:Npn \__bearwear_clipping_path:
+  {
+    \bool_if:NTF  \l__bearwear_v_neckline_bool
+     {
+       \clip  (0, 1.55)     circle (0.5)    [__bearwearreverseclip]; %head
+       \clip  (-0.4, 1.55) -- (0.4, 1.55) -- (0,0.8) --cycle[__bearwearreverseclip];
+        %v-neck
+     }
+      {
+       \clip  (0, 1.55)     circle (0.53)    [__bearwearreverseclip]; %head
+     }
+    \clip  (0.425, 0.3)  circle (0.28)   [__bearwearreverseclip];
+    \clip  (-0.425, 0.3) circle (0.28)   [__bearwearreverseclip];
+    \bool_if:NTF \l__bearwear_t_shirt_bool
+     {
+       \clip (-1,0.6) --++ (0.45,0)--++(-0.5,5) --cycle[__bearwearreverseclip] ;
+       \clip ( 1,0.6) --++ (-0.45,0)--++(0.5,5) --cycle[__bearwearreverseclip] ;
+     }
+     {
+       \clip (-1,0.6) --++ (0.45,0)--++(-0.5,1) --cycle[__bearwearreverseclip] ;
+       \clip ( 1,0.6) --++ (-0.45,0)--++(0.5,1) --cycle[__bearwearreverseclip] ;
+     }
+    \clip(-1,0.5) rectangle (1,1.2);
+  }
+
+\cs_new_protected:Npn \__bearwear_shirt_color:
+  {
+    \bool_if:NF \l__bearwear_muscle_shirt_bool
+      {
+        \exp_args:Nno \__bearwear_leftarm_path:nn  {fill}{\l__bearwear_leftarm_color_tl}
+        \exp_args:Nno \__bearwear_rightarm_path:nn {fill}{\l__bearwear_rightarm_color_tl}
+      }
+    \exp_args:Nno \__bearwear_body_path:nn     {fill}{\l__bearwear_body_color_tl}
+  }
+
+\cs_new_protected:Npn \__bearwear_shirt_pattern:
+  {
+    \bool_if:NF \l__bearwear_muscle_shirt_bool
+      {
+        \exp_args:Nno \__bearwear_leftarm_path:nn  {}{\l__bearwear_leftarm_pattern_tl}
+        \exp_args:Nno \__bearwear_rightarm_path:nn {}{\l__bearwear_rightarm_pattern_tl}
+      }
+    \exp_args:Nno \__bearwear_body_path:nn         {}{\l__bearwear_body_pattern_tl}
+  }
+
+\cs_new_protected:Npn \__bearwear_shirt_deco:
+  {
+    \bool_if:NF \l__bearwear_muscle_shirt_bool
+      {
+        \exp_args:Nno \__bearwear_leftarm_path:nn  {}{\l__bearwear_leftarm_deco_tl}
+        \exp_args:Nno \__bearwear_rightarm_path:nn {}{\l__bearwear_rightarm_deco_tl}
+      }
+    \exp_args:Nno \__bearwear_body_path:nn         {}{\l__bearwear_body_deco_tl}
+  }
+
+\bool_new:N \l__bearwear_t_shirt_bool
+\bool_new:N \l__bearwear_muscle_shirt_bool
+\bool_new:N \l__bearwear_round_neckline_bool
+
+\tl_new:N \l__bearwear_leftarm_color_tl
+\tl_new:N \l__bearwear_rightarm_color_tl
+\tl_new:N \l__bearwear_body_color_tl
+
+\tl_new:N \l__bearwear_leftarm_pattern_tl
+\tl_new:N \l__bearwear_rightarm_pattern_tl
+\tl_new:N \l__bearwear_body_pattern_tl
+\tl_new:N \l__bearwear_leftarm_deco_tl
+\tl_new:N \l__bearwear_rightarm_deco_tl
+\tl_new:N \l__bearwear_body_deco_tl
+
+\keys_define:nn {__bearwear}
+ {
+   ,leftarm  .tl_set:N = \l__bearwear_leftarm_color_tl
+   ,leftarm  .initial:n = {__bearweareuropablue}
+   ,leftarm~pattern   .tl_set:N = \l__bearwear_leftarm_pattern_tl
+   ,leftarm~deco         .code:n =
+      {\tl_set:Nn \l__bearwear_leftarm_deco_tl {path~picture = {#1}}}
+   ,rightarm .tl_set:N = \l__bearwear_rightarm_color_tl
+   ,rightarm .initial:n = {__bearweareuropablue}
+   ,rightarm~pattern   .tl_set:N = \l__bearwear_rightarm_pattern_tl
+   ,rightarm~deco         .code:n =
+      {\tl_set:Nn \l__bearwear_rightarm_deco_tl {path~picture = {#1}}}
+   ,body     .tl_set:N = \l__bearwear_body_color_tl
+   ,body     .initial:n = {__bearweareuropablue}
+   ,body~pattern   .tl_set:N = \l__bearwear_body_pattern_tl
+   ,arms     .meta:n   =  {leftarm={#1},rightarm={#1}}
+   ,arms~pattern .meta:n   =  {leftarm~pattern={#1},rightarm~pattern={#1}}
+   ,arms~deco .meta:n   =  {leftarm~deco={#1},rightarm~deco={#1}}
+   ,shirt    .meta:n   =  {body={#1},leftarm={#1},rightarm={#1}}
+   ,shirt~pattern    .meta:n   =
+      {body~pattern={#1},leftarm~pattern={#1},rightarm~pattern={#1}}
+   ,shirt~deco .meta:n   =
+      {body~deco={#1},leftarm~deco={#1},rightarm~deco={#1}}
+   ,long~sleeves .bool_set_inverse:N = \l__bearwear_t_shirt_bool
+   ,t-shirt    .bool_set:N         = \l__bearwear_t_shirt_bool
+   ,muscle~shirt .bool_set:N       = \l__bearwear_muscle_shirt_bool
+   ,body~deco         .code:n =
+      {\tl_set:Nn \l__bearwear_body_deco_tl {path~picture = {#1}}}
+   ,round~neckline .bool_set_inverse:N       = \l__bearwear_v_neckline_bool
+   ,v-neckline .bool_set:N   = \l__bearwear_v_neckline_bool
+ }
+
+\NewDocumentCommand\bearwearsetup { m }
+ {
+    \keys_set:nn { __bearwear } {#1}
+ }
+\NewDocumentCommand\bearwear { O {} }
+  {
+    \begin{scope}[even~odd~rule]
+     % handle keys
+     \keys_set:nn { __bearwear } {#1}
+     \__bearwear_init_path:
+     \__bearwear_set_coordinates:
+     \__bearwear_clipping_path:
+     \__bearwear_shirt_color:
+     \__bearwear_shirt_pattern:
+     \__bearwear_shirt_deco:
+    \end{scope}
+  }
+
+\NewDocumentCommand\bearwearlogo {} {{
+  \normalfont\fontencoding{T1}\fontfamily{AlegreyaSans-LF}\selectfont
+   BearWear
+   \raisebox{0.8ex}[0pt][0pt]{
+     %\textcircled{
+       \begin{tikzpicture}[baseline={(0,0.03)},scale=\fp_eval:n{\f at size/100}]
+           \bear;
+           \bearwear[body~deco={\node[text=white] at (beartummy)
+              {\fontsize{\fp_eval:n{\f at size/20}pt}{\fp_eval:n{\f at size/20}pt}
+                \sffamily
+                BearWear};}]
+       \end{tikzpicture}}}}%}
+%% 
+%%
+%% End of file `bearwear.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/bearwear/bearwear.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2020-01-16 21:58:11 UTC (rev 53425)
@@ -93,6 +93,7 @@
     beamertheme-phnompenh beamertheme-saintpetersburg beamertheme-upenn-bc
     beamerthemejltree
     beamerthemenirma
+    bearwear
     beebe begingreek begriff beilstein belleek bengali
     bera berenisadf besjournals bestpapers betababel beton beuron
     bewerbung bez123 bezierplot bgreek bgteubner bguq bhcexam

Added: trunk/Master/tlpkg/tlpsrc/bearwear.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2020-01-16 21:57:10 UTC (rev 53424)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2020-01-16 21:58:11 UTC (rev 53425)
@@ -89,6 +89,7 @@
 depend beamertheme-upenn-bc
 depend beamerthemejltree
 depend beamerthemenirma
+depend bearwear
 depend beton
 depend bewerbung
 depend bez123



More information about the tex-live-commits mailing list