summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-03 21:16:12 +0000
committerKarl Berry <karl@freefriends.org>2022-06-03 21:16:12 +0000
commit47bca0418547a87cc4072c560360e8bb64f46240 (patch)
tree7272ba3834125b956e36bd15096c93691d3e4d8c /Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
parent2693efdcb67e6c420bbeeb3da95bb61c3a5645e3 (diff)
tikz-trackschematic (3jun22)
git-svn-id: svn://tug.org/texlive/trunk@63480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
index 77822d409f6..9116990a22d 100644
--- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
+++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
@@ -5,7 +5,7 @@
% Permission to use, copy, modify, and/or distribute this file for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
%
\NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{tikz-trackschematic}[2022-04-02 v0.7.0 tikz-trackschematic]%
+\ProvidesPackage{tikz-trackschematic}[2022-06-02 v0.7.1 tikz-trackschematic]%
%%%%%%%%%%%%%%%
% Package options
%%%%%%%%%%%%%%%
@@ -14,6 +14,9 @@
\DeclareOptionX{dev}[\settoggle{development}{false}]{\settoggle{development}{true}}
\ProcessOptionsX
%
+% colors
+\colorlet{background}{white}
+\colorlet{foreground}{black}
\iftoggle{development}{%
\PackageInfo{tikz-trackschematic}{development mode}%