summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex10
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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%