diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-11 23:08:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-11 23:08:30 +0000 |
commit | b5e666f616a45300c2cfe93175f3f02b94ed3f70 (patch) | |
tree | 170dc121fe3c92c239a72e2cf2f7c9601d2dce6b /Master/texmf-dist/tex/latex/tikz-optics | |
parent | 267a02628e118ed3aea7361550c231c792bbc09b (diff) |
tikz-optics (11mar17)
git-svn-id: svn://tug.org/texlive/trunk@43466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-optics')
-rw-r--r-- | Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex b/Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex index e542a9ee86f..72f0d6491a8 100644 --- a/Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex @@ -18,6 +18,10 @@ or any later version published by the Free Software Foundation. \makeatletter +\def\tikzopticsversion{0.2.3} +\def\tikzopticsversiondate{2017-03-11} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % errors from this library %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -107,10 +111,10 @@ or any later version published by the Free Software Foundation. } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% We need some existing tikz libraries. +% We need some existing tikz libraries and tex packages. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usetikzlibrary{decorations,decorations.pathreplacing} - +\usetikzlibrary{decorations,decorations.markings, decorations.pathreplacing} +\usepackage{etoolbox} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |