dwww Home | Show directory contents | Find package

%!TEX TS-program = pdflatexmk
%!TEX root = ../snippets.tex

% Copyright (c) 2018 - 2022, 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 (A1) at (0, 0);
\coordinate (B1) at (6, 0);
\coordinate (A2) at (2,-1);
\coordinate (B2) at (4, 1);
\coordinate (X) at (3,0);

% order is important
\maintrack (A2) -- (B2); % first
\bridge[shift left=0.25cm,shift right=-0.25cm] at (X); % secound
\maintrack (A1) -- (B1); % third

Generated by dwww version 1.15 on Fri Jun 21 21:21:52 CEST 2024.