From a2c81de346c0079fbaeb67e66f88720b0a4a8435 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Sep 2015 21:35:00 +0000 Subject: blochsphere (16sep15) git-svn-id: svn://tug.org/texlive/trunk@38388 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/blochsphere/README.md | 4 ++-- .../doc/latex/blochsphere/blochsphere.pdf | Bin 95413 -> 95334 bytes .../source/latex/blochsphere/blochsphere.dtx | 15 ++++++++------- .../tex/latex/blochsphere/blochsphere.sty | 14 +++++++------- 4 files changed, 17 insertions(+), 16 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/blochsphere/README.md b/Master/texmf-dist/doc/latex/blochsphere/README.md index 7fea48e3529..d49a6cf4395 100644 --- a/Master/texmf-dist/doc/latex/blochsphere/README.md +++ b/Master/texmf-dist/doc/latex/blochsphere/README.md @@ -1,6 +1,6 @@ latex-blochsphere ================= -A LaTeX package which allows for simple drawing of 3D projections of Bloch spheres. +A LaTeX package which allows for simple drawing of axonometric projections of Bloch spheres. -Documentation and stable API coming shortly. +Refer to `blochsphere.pdf` for more information. diff --git a/Master/texmf-dist/doc/latex/blochsphere/blochsphere.pdf b/Master/texmf-dist/doc/latex/blochsphere/blochsphere.pdf index 951b5ed42a3..0cee7dff459 100644 Binary files a/Master/texmf-dist/doc/latex/blochsphere/blochsphere.pdf and b/Master/texmf-dist/doc/latex/blochsphere/blochsphere.pdf differ diff --git a/Master/texmf-dist/source/latex/blochsphere/blochsphere.dtx b/Master/texmf-dist/source/latex/blochsphere/blochsphere.dtx index 10cae76ad58..1f24d40c00e 100644 --- a/Master/texmf-dist/source/latex/blochsphere/blochsphere.dtx +++ b/Master/texmf-dist/source/latex/blochsphere/blochsphere.dtx @@ -26,7 +26,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{blochsphere} %<*package> - [2015/08/17 v1.0 blochsphere drawing package] + [2015/09/15 v1.1 blochsphere drawing package] % % %<*driver> @@ -77,6 +77,7 @@ % Right brace \} Tilde \~} % % +% \changes{v1.1}{2015/09/15}{Fix \\drawAxis using removed keyval "mark"} % \changes{v1.0}{2015/08/17}{Initial version} % % \DoNotIndex{\newcommand,\newenvironment} @@ -645,13 +646,13 @@ \pgfmathsetmacro\newphi{180-##2} \pgfmathsetmacro\newtheta{##3+180} \ifnum\behind=0\relax - \labelPolar[scale=1,mark=0]{blochspheretmpp}{##2}{##3} - \labelPolar[mark=0]{blochspheretmps}{##2}{##3} - \labelPolar[mark=0]{blochspheretmpe}{\newphi}{\newtheta} + \labelPolar[scale=1]{blochspheretmpp}{##2}{##3} + \labelPolar{blochspheretmps}{##2}{##3} + \labelPolar{blochspheretmpe}{\newphi}{\newtheta} \else - \labelPolar[scale=1,mark=0]{blochspheretmpp}{\newphi}{\newtheta} - \labelPolar[mark=0]{blochspheretmpe}{##2}{##3} - \labelPolar[mark=0]{blochspheretmps}{\newphi}{\newtheta} + \labelPolar[scale=1]{blochspheretmpp}{\newphi}{\newtheta} + \labelPolar{blochspheretmpe}{##2}{##3} + \labelPolar{blochspheretmps}{\newphi}{\newtheta} \fi \begingroup\edef\tmp{\endgroup% \ifnum\behind=0\relax diff --git a/Master/texmf-dist/tex/latex/blochsphere/blochsphere.sty b/Master/texmf-dist/tex/latex/blochsphere/blochsphere.sty index 720b05b5bc2..4a511cb7051 100644 --- a/Master/texmf-dist/tex/latex/blochsphere/blochsphere.sty +++ b/Master/texmf-dist/tex/latex/blochsphere/blochsphere.sty @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{blochsphere} - [2015/08/17 v1.0 blochsphere drawing package] + [2015/09/15 v1.1 blochsphere drawing package] \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{blochsphere}[2015/08/17] %% \usepackage{trace} @@ -236,13 +236,13 @@ \pgfmathsetmacro\newphi{180-##2} \pgfmathsetmacro\newtheta{##3+180} \ifnum\behind=0\relax -\labelPolar[scale=1,mark=0]{blochspheretmpp}{##2}{##3} -\labelPolar[mark=0]{blochspheretmps}{##2}{##3} -\labelPolar[mark=0]{blochspheretmpe}{\newphi}{\newtheta} +\labelPolar[scale=1]{blochspheretmpp}{##2}{##3} +\labelPolar{blochspheretmps}{##2}{##3} +\labelPolar{blochspheretmpe}{\newphi}{\newtheta} \else -\labelPolar[scale=1,mark=0]{blochspheretmpp}{\newphi}{\newtheta} -\labelPolar[mark=0]{blochspheretmpe}{##2}{##3} -\labelPolar[mark=0]{blochspheretmps}{\newphi}{\newtheta} +\labelPolar[scale=1]{blochspheretmpp}{\newphi}{\newtheta} +\labelPolar{blochspheretmpe}{##2}{##3} +\labelPolar{blochspheretmps}{\newphi}{\newtheta} \fi \begingroup\edef\tmp{\endgroup% \ifnum\behind=0\relax -- cgit v1.2.3