From 8108f8772a3191c3087e5989a5b5277c27270ef0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 2 Jan 2021 22:20:07 +0000 Subject: tikz-trackschematic (2jan21) git-svn-id: svn://tug.org/texlive/trunk@57300 c570f23f-e606-0410-a88d-b1316a301751 --- .../pantograph_down_forward.tikz | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-snippets/pantograph_down_forward.tikz (limited to 'Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-snippets/pantograph_down_forward.tikz') diff --git a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-snippets/pantograph_down_forward.tikz b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-snippets/pantograph_down_forward.tikz new file mode 100644 index 00000000000..9b299ea457b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-snippets/pantograph_down_forward.tikz @@ -0,0 +1,13 @@ +%!TEX TS-program = pdflatexmk +%!TEX root = ../snippets.tex + +% Copyright (c) 2018 - 2021, Martin Scheidt (ISC license) +% 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. + +\coordinate (A) at (0,0); +\coordinate (B) at (6,0); +\coordinate (E) at (3,0); + +\maintrack (A) -- (B); + +\pantographdown[forward] at (E) label (down); \ No newline at end of file -- cgit v1.2.3