summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.pdfbin374236 -> 374193 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.tex2
-rw-r--r--Master/texmf-dist/tex/latex/tikz-optics/tikzlibraryoptics.code.tex10
3 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.pdf b/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.pdf
index 560ea974768..27064c75826 100644
--- a/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.pdf
+++ b/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.tex b/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.tex
index 89fa8e0f96b..16a21a1d70f 100644
--- a/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.tex
+++ b/Master/texmf-dist/doc/latex/tikz-optics/tikz-optics.tex
@@ -225,7 +225,7 @@ or any later version published by the Free Software Foundation.
\author{Michel Fruchart \\
\href{mailto:michel (dot) fruchart [at] ens-lyon (dot) org}{\texttt{michel (dot) fruchart [at] ens-lyon (dot) org}}}
-\date{\today{} -- version 0.2.2 \\[0.15cm]
+\date{\tikzopticsversiondate{} -- version \tikzopticsversion \\[0.15cm]
\large\href{https://github.com/fruchart/tikz-optics}{\texttt{https://github.com/fruchart/tikz-optics}}}
\maketitle
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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%