%!TEX root = ../pmdraw.tex

% *------------------------------*
% |``````````````````````````````|
% |`````____````____`````````````|
% |````|MFMF\  /MFMF|````````````|
% |````|MF|MF\/MF|MF|````````````|
% |````|MF|\MFMF/|MF|_______`````|
% |````|MF|``````|MFMFMFMFMF|````|
% |````|MF|``````|MF|````````````|
% |````|MF|``````|MF|___`````````|
% |``````````````|MFMFMF|````````|
% |``````````````|MF|````````````|
% |``````````````|MF|````````````|
% |``````````````|MF|````````````|
% |``````````````````````````````|
% *------------------------------*

% *=-=-=-=-=-=*
%  signature=MIGFAkBApjZKJMiQ94Vz57064cw9X4lUlQXwiu4J53dAGBIvPOlzz7M6D+AcIYRjTq91XU4Z0OF/GeVpX4sgvaK4gub3AkEAmiG651JksdrxWu5cIW3vHFpTGV30+TDYym/vCZe4ho6C5nYZmfBcac9+s759yjIxV0UIxuiDmvgmbgJNPssA6A==
%  version=2.0
% *=-=-=-=-=-=*

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                        %
% Licence                                                %
%                                                        %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 
% Copyright 2023-10-16 (original release) -- 2026thias Fresacher
% 
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is found via
% http://www.latex-project.org/lppl.txt.

\pmdDiagram{
    { % Brick 1
        [ % Options
            degree=14
        ]{ % Upper non transversal edges
            \pmdEmpty
        }{ % Lower non transversal edges
            \pmdEmpty
        }{ % Transversal edges
            [height=1.75]{11}{1}
            [height=1.25]{12}{2}
            [height=0.75]{13}{3}
            [height=0.25]{14}{4}
            [height=0.5]{1}{11}
            [height=1]{2}{12}
            [height=1.5]{3}{13}
        }
    }
}
