summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pmdraw/examples/example-10.tex
blob: 01d1502f32cc0942dcfd17f992f7625433622b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%!TEX root = ../pmdraw.tex

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

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