summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hobby
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-20 23:37:36 +0000
committerKarl Berry <karl@freefriends.org>2016-02-20 23:37:36 +0000
commite9f61ed7121f3980dee02d7bc39309bbb7fd3c4a (patch)
tree2f4070d7595a75a8ac8ef28e9f9ecfa12c1e881e /Master/texmf-dist/source/latex/hobby
parent535d67e143d4f05c107c2c973fcd3247884ea5ff (diff)
hobby (20feb16)
git-svn-id: svn://tug.org/texlive/trunk@39793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hobby')
-rw-r--r--Master/texmf-dist/source/latex/hobby/hobby.dtx44
-rw-r--r--Master/texmf-dist/source/latex/hobby/hobby.ins6
2 files changed, 25 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/hobby/hobby.dtx b/Master/texmf-dist/source/latex/hobby/hobby.dtx
index 39f96042d33..e5937b7f202 100644
--- a/Master/texmf-dist/source/latex/hobby/hobby.dtx
+++ b/Master/texmf-dist/source/latex/hobby/hobby.dtx
@@ -61,9 +61,10 @@ This work consists of the files hobby.dtx
and the derived files hobby.code.tex
pgflibraryhobby.code.tex
tikzlibraryhobby.code.tex
+ pml3array.sty
hobby.ins
hobby.pdf
- hobby_doc.pdf
+ hobby_code.pdf
README.txt
\endpostamble
@@ -110,7 +111,7 @@ and the derived files hobby.code.tex
%</driver>
% \fi
%
-% \CheckSum{3380}
+% \CheckSum{3373}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -182,8 +183,8 @@ and the derived files hobby.code.tex
\tl_new:N \g__hobby_version
\tl_new:N \g__hobby_date
-\tl_set:Nn \g__hobby_version {1.6}
-\tl_set:Nn \g__hobby_date {2014-08-11}
+\tl_set:Nn \g__hobby_version {1.7}
+\tl_set:Nn \g__hobby_date {2016-02-19}
\DeclareDocumentCommand \hobbyVersion {}
{
\tl_use:N \g__hobby_version
@@ -3051,7 +3052,7 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
% \begin{macro}[EXP]{\array_get:Nn}
% \begin{macrocode}
\cs_new:Npn \array_get:Nn #1#2 {
- \exp_args:NNf \prop_get:Nn #1 { \int_eval:n {#2} }
+ \exp_args:NNf \prop_item:Nn #1 { \int_eval:n {#2} }
}
% \end{macrocode}
% \end{macro}
@@ -3077,6 +3078,12 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\array_if_exist:NTF}
+% \begin{macrocode}
+\prg_new_eq_conditional:NNn \array_if_exist:N \cs_if_exist:N { p, T, F, TF }
+% \end{macrocode}
+% \end{macro}
+%
% \begin{macro}{\array_new:N}
% \begin{macrocode}
\cs_new_eq:NN \array_new:N \prop_new:N
@@ -3193,7 +3200,7 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
%
% For displaying arrays, we need some messages.
% \begin{macrocode}
-\__msg_kernel_new:nnn { kernel } { show-array }
+\msg_new:nnn { kernel } { show-array }
{
The~array~\token_to_str:N #1~
\array_if_empty:NTF #1
@@ -3207,22 +3214,13 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
% \begin{macrocode}
\cs_new_protected:Npn \array_show:N #1
{
- \tl_clear:N \l_array_show_tl
- \array_map_function:NN #1 \array_show_aux:nn
- \__msg_show_variable:Nno
- #1
+ \__msg_show_variable:NNNnn
+ #1
+ \array_if_exist:NTF
+ \array_if_empty:NTF
{ array }
- { \l_array_show_tl }
+ { \array_map_function:NN #1 \__msg_show_item:nn }
}
-\cs_generate_variant:Nn \__msg_show_variable:Nnn { Nno }
-
-\cs_new_protected:Npn \array_show_aux:nn #1#2
-{
- \tl_if_eq:nnTF {#2} {\q_no_value} {}
- {
- \tl_put_right:No \l_array_show_tl {\__msg_show_item:nn {#1}{#2}}
- }
-}
\cs_generate_variant:Nn \array_show:N { c }
% \end{macrocode}
% \end{macro}
@@ -3367,7 +3365,7 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
% \begin{macrocode}
\cs_new:Npn \array_top:N #1
{
- \array_get:Nn #1 {\prop_get:Nn #1 {top}}
+ \array_get:Nn #1 {\prop_item:Nn #1 {top}}
}
% \end{macrocode}
% \end{macro}
@@ -3376,7 +3374,7 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
% \begin{macrocode}
\cs_new:Npn \array_base:N #1
{
- \array_get:Nn #1 {\prop_get:Nn #1 {base}}
+ \array_get:Nn #1 {\prop_item:Nn #1 {base}}
}
% \end{macrocode}
% \end{macro}
@@ -3485,7 +3483,7 @@ sin ( (\array_get:Nn \l_hobby_angles_array {##1})
% \begin{macrocode}
\cs_new_protected:Npn \array_length:N #1
{
- \int_eval:n {\prop_get:Nn #1 {top} - \prop_get:Nn #1 {base}}
+ \int_eval:n {\prop_item:Nn #1 {top} - \prop_item:Nn #1 {base}}
}
% \end{macrocode}
% \end{macro}
diff --git a/Master/texmf-dist/source/latex/hobby/hobby.ins b/Master/texmf-dist/source/latex/hobby/hobby.ins
index 74168ef3366..bb46a8c08ba 100644
--- a/Master/texmf-dist/source/latex/hobby/hobby.ins
+++ b/Master/texmf-dist/source/latex/hobby/hobby.ins
@@ -48,9 +48,10 @@ This work consists of the files hobby.dtx
and the derived files hobby.code.tex
pgflibraryhobby.code.tex
tikzlibraryhobby.code.tex
+ pml3array.sty
hobby.ins
hobby.pdf
- hobby_doc.pdf
+ hobby_code.pdf
README.txt
\endpostamble
@@ -83,9 +84,10 @@ and the derived files hobby.code.tex
%% and the derived files hobby.code.tex
%% pgflibraryhobby.code.tex
%% tikzlibraryhobby.code.tex
+%% pml3array.sty
%% hobby.ins
%% hobby.pdf
-%% hobby_doc.pdf
+%% hobby_code.pdf
%% README.txt
%%
%%