diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx | 121 |
1 files changed, 94 insertions, 27 deletions
diff --git a/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx b/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx index 145ef708177..f9fa847d793 100644 --- a/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx +++ b/Master/texmf-dist/source/latex/tikzsymbols/tikzsymbols.dtx @@ -27,7 +27,7 @@ % % \iffalse %<*driver> -\documentclass[onlydoc,12pt]{l3doc} +\documentclass[onlydoc,11pt]{l3doc} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} @@ -38,7 +38,6 @@ \usepackage{longtable} \usepackage{booktabs} \usepackage{mathtools} -\newcommand\Packageload{tikzsymbols} \usepackage{tikzsymbols} \usepackage{xparse} \usepackage{marginnote} @@ -52,8 +51,8 @@ \AtEndDocument { \PrintChanges \PrintIndex } %: Ganz oben -\ExplSyntaxOn \makeatletter +\ExplSyntaxOn \newcommand\tikzsymbols{\Package{tikzsymbols}} @@ -61,25 +60,9 @@ \NewDocumentCommand{\definedBasicTree} { O{1} m m m m } { \group_begin: -% \str_if_eq:VnTF \Packageload { tikzsymbols } \__tikzsymbols_Basic_Tree_off:nnnnn {#1} {#2} {#3} {#4} {#5} -% { \tikzsymbols@Basic@Tree@off {#1} {#2} {#3} {#4} {#5} } \group_end: } -\NewDocumentCommand \PlainVanilla { m } - {{{ -% \str_if_eq:VnTF \Packageload { tikzsymbols } - \bool_set_true:N \g__tikzsymbols_if_opt_draft_bool -% { \@tikzsymbols@opt@drafttrue } - #1[1.00001] - }}} -\NewDocumentCommand \PlainVanillaII { m } - {{{ -% \str_if_eq:VnTF \Packageload { tikzsymbols } - \bool_set_true:N \g__tikzsymbols_if_opt_draft_bool -% { \@tikzsymbols@opt@drafttrue } - #1 - }}} \newcommand{\Package}{\pkg} @@ -197,7 +180,7 @@ % %\author{Ben Vitecek \\ \href{mailto:b.vitecek@gmx.at}{b.vitecek@gmx.at}} % -% \date{April 4, 2016} ^^A 2016/03/20 +% \date{December 26, 2016} % % \maketitle{} % @@ -560,7 +543,9 @@ % \Reibe, % \grater, % \Flasche, -% \bottle +% \bottle, +% \Nudelholz, +% \rollingpin % } % % The following table shows all available cooking-symbols and their @@ -924,7 +909,8 @@ % \verb|\colorbox{black}{\BasicTree[3.75]{gray!80}{gray!50}{gray!40}{leaf}}| % \colorbox{black}{\BasicTree[3.75]{gray!80}{gray!50}{gray!40}{leaf}} % -% \paragraph{draftbox \Makro{BasicTree} examples} Some \enquote{draftbox} trees: +% \paragraph{draftbox \Makro{BasicTree} examples} Some \enquote{draftbox} trees +% (using \Option{tree=false}): % % \dots and using the same trees with \Option{tree=off/false} or \Option{draft}(\Option{=true}): % @@ -952,7 +938,9 @@ % % % -% \section{Known errors} +% \section{Known errors \& Problems} +% +% \subsection*{marvosym} % Make sure you load \Package{marvosym} \emph{before} % \Package{tikzsymbols} because both packages define \verb|\Smiley|, % \Package{marvosym} via \verb|\newcommand| \tikzsymbols\ via @@ -968,6 +956,18 @@ % marvosym more, use the \tikzsymbols{} option \verb|marvosym| % or \Option{prefix}). % +% \subsection*{babel} +% +% If you encounter an error message like +% \begin{verbatim} +% Argument of \pgffor@next has an extra } +% \end{verbatim} +% while using \pkg{babel} with e.g. language \enquote{francais} +% and for example \cs{Cooley} you may add +% \begin{verbatim} +% \usetikzlibrary{babel} +% \end{verbatim} +% to your preamble. This should (hopefully) fix the problem. % % \section{Nobody is perfect} % @@ -1029,6 +1029,32 @@ %<@@=tikzsymbols> % \end{macrocode} % +%\changes {v1.0} {2013/01/19} {Initial version} +%\changes {v1.05} {2013/02/13} {Deleted a \enquote{t} in the BasicTree-code, shortened the trunk from the tree a bit, renamed some codes, made an index} +%\changes {v1.6} {2013/02/14} {Now \enquote{Person} can be used in sections, etc.} +%\changes {v1.6} {2013/02/14} {Now an error message is generated if the last parameter of \enquote{BasicTree} is neither \enquote{leaf} nor empty.} +%\changes {v1.6} {2013/02/14} { New options: draft and final. If in documentclass the option \enquote{draft} is defined, the package recognizes it. Plus some warnings if you use class option draft/final with package option tree=on/off.} +%\changes {v1.6} {2013/02/14} { Renamed \enquote{tikzsymbolsaftersymbolinput} to \enquote{tikzsymbolsaftersymbolinput}} +%\changes {v1.61} {2013/02/17} {Made an invisible box in BasicTree.} +%\changes {v1.65} {2013/02/17} {Improved BasicTree; New symbols \enquote{Schaler/peeler}, Laughey, Walley, Ninja; but didn't improve the source-description} +%\changes {v1.7} {2013/02/28} {New symbols, etc.} +%\changes {v2.0} {2013/03/07} {Fixed Bugs, improved BasicTree, new option \enquote{marvosym}, new symbol} +%\changes {v2.2} {2013/03/23} {Now you can use negative scaling. Include \Makro{@ifpackageloaded}. Did something else, I can't remember} +%\changes {v2.5} {2013/04/18} {New option: draftabsolute, changed the documentation a bit} +%\changes {v3.0} {2013/07/21} {Changed the documentation} +%\changes {v3.0} {2013/07/21} {Replaced \cs{let} by \cs{tikzsymbols@let}} +% \changes{v3.0}{2013/07/21}{Changed symbol code} +% \changes{v3.0}{2013/07/26}{Using \cs{changes{}{}{}} correctly (hopefully)} +% \changes{v3.0}{2013/07/21}{Changed output of \enquote{absolute} option} +% \changes{v3.0b}{2014/10/19}{Deleted non ASCII characters in der .sty file.} +% \changes{v3.0d}{2014/10/29}{\cs{tikzsymbolsscl} to \cs{tikzsymbols@scl}} +% \changes{v3.0e}{2014/10/29}{\cs{tikzsymbolsDeclareRobustCommand} to \cs{tikzsymbols@Declare@Robust@Command}} +% \changes{v3.0f}{2014/10/29}{\cs{tikzsymbolsbxPrmtrstore} to \cs{tikzsymbols@bx@Prmtrstore}} +% +% \changes{v3.0g}{2015/10/01}{Deleted package \Package{calc}, using now \cs{pgfmathsetlength} instead of \cs{setlength}.} +% +% \changes{v3.0h}{2015/10/13}{Added a missing \cs{fi} into the code. } +% % \changes{v3.01alpha}{2015/10/03}{Started from new using \LaTeX3} % % \changes{v3.38}{2015/10/03}{Nearly finished translating the code to @@ -1059,13 +1085,14 @@ % \changes{v3.9}{2016/04/04}{Added \Makro{@ifackagelater}.} % \changes{v3.99}{2016/04/04}{As advised undid my version-resetting.} % \changes{v4.0}{2016/03/20}{Finished reworking the code.} +% \changes{v4.0}{2016/26/12}{Added \cs{Nudelholz} bzw. \cs{rollingpin).} % % The first lines are always the same: What do I need, what is the % package named. % \begin{macrocode} \@ifpackageloaded{xparse}{}{\RequirePackage{xparse}} \@ifpackageloaded{expl3}{}{\RequirePackage{expl3}} -\@ifpackagelater{expl3}{2016/03/28} +\@ifpackagelater{expl3}{2016/11/21} {} {% \PackageError { tikzsymbols }{ Support~package~expl3~too~old } @@ -1078,8 +1105,8 @@ } \ProvidesExplPackage {tikzsymbols} - {2016/04/04} - {4.0} + {2016/12/26} + {4.01} {Some symbols created using tikz and LaTeX3.} \@ifpackageloaded { tikz } {} { \RequirePackage { tikz } } \@ifpackageloaded { xcolor } {} { \RequirePackage { xcolor } } @@ -1862,7 +1889,7 @@ % % % \begin{macro}{ \@@_Basic_Tree_off:nnnnn } -% This command creates not inly the plain vanilla draftbox, but also a box +% This command creates not only the plain vanilla draftbox, but also a box % drawn by \Package{tikz} using the colors of the tree to color the % lines. If the last argument is 'leaf', the box has a bottom line, if % it is empty the bottom line disappears. @@ -2634,6 +2661,46 @@ % \end{macrocode} % \end{macro} % +% +% +% +% +% \begin{macro}{ \Nudelholz , \rollingpin } +% You know what that is\dots +% +% For the draftbox the calculation of the length is \verb|(1.26ex + 4.25ex)*0.8 + 0.1ex|. +% \begin{macrocode} +\@@_Declare_Document_Commands:nnnn { Nudelholz } { rollingpin } { O{1} } + { + \@@_if_savebox_undefined_define_fi_and_use_it_afterwards:nT { Nudelholz_#1 } + { + \@@_set_scale_abs_tl:n {#1} + \bool_if:NTF \g_@@_if_opt_draft_bool + { + \@@_create_draftbox:nn + { 4.508ex * \l_@@_scale_abs_tl }%% + { 0.9ex * \l_@@_scale_abs_tl } + }{ + \begin{tikzpicture} + [ + x=0.8ex, y=0.8ex, scale=#1, line ~ width=0.1ex * \l_@@_scale_abs_tl , + ] + \draw[rounded ~ corners=0.10ex*\l_@@_scale_abs_tl] (0,0) rectangle (3,1); + \draw[rounded ~ corners=0.15ex*\l_@@_scale_abs_tl] + (3,0.75) -- (3.25,0.6) -- (3.75,0.7) -- (4.25,0.6) + (3,0.25) -- ( 3.25,0.4 ) -- (3.75,0.3) -- (4.25,0.4); + \draw (4.25,0.5) ellipse [x ~ radius=0.01, y ~ radius=0.1]; + \draw[rounded ~ corners=0.15ex*#1] (-0,0.75) -- (-0.25,0.6) -- (-0.75,0.7) + -- (-1.25,0.6) + (-0,0.25) -- ( -0.25,0.4 ) -- (-0.75,0.3) -- (-1.25,0.4); + \draw (-1.25,0.5) ellipse [x ~ radius=0.01, y ~ radius=0.1]; + \end{tikzpicture} + } + } + } +% \end{macrocode} +% \end{macro} +% % I may will remove this, but for testing a list of commands is useful. % \begin{macrocode} \clist_set_eq:NN \g_tikzsymbols_list_of_cooking_commands_clist \l_@@_tmpa_clist |