summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/8-4-15.ltx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc2/8-4-15.ltx
Initial commit
Diffstat (limited to 'info/examples/lgc2/8-4-15.ltx')
-rw-r--r--info/examples/lgc2/8-4-15.ltx50
1 files changed, 50 insertions, 0 deletions
diff --git a/info/examples/lgc2/8-4-15.ltx b/info/examples/lgc2/8-4-15.ltx
new file mode 100644
index 0000000000..e1ffb3f8b5
--- /dev/null
+++ b/info/examples/lgc2/8-4-15.ltx
@@ -0,0 +1,50 @@
+%%
+%% The LaTeX Graphics Companion, 2ed (first printing May 2007)
+%%
+%% Example 8-4-15 on page 564.
+%%
+%% Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss
+%%
+%% It 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.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+
+\documentclass{ttctexa}
+\pagestyle{empty}
+\setcounter{page}{6}
+\setlength\textwidth{348.0pt}
+\AtEndDocument{\end{fmffile}}
+ \AtBeginDocument{\begin{fmffile}{ftmp}}
+\StartShownPreambleCommands
+\usepackage{array,feynmp}
+\StopShownPreambleCommands
+\begin{document}
+\def\VertexSample#1#2{%
+ \begin{fmfgraph}(8,8)
+ \fmfforce{(.5w,.4h)}{c}
+ \fmfv{d.shape=#1,d.filled=#2}{c}
+ \end{fmfgraph}}
+ \def\VertexSamples#1{%
+ \VertexSample{#1}{-.5} & \VertexSample{#1}{0}
+ & \VertexSample{#1}{.5} & \VertexSample{#1}{1}\\[1.3ex]}
+\newcommand{\RR}[1]{\raisebox{0.1ex}{#1}}
+{\ttfamily
+ \begin{tabular}{@{}lcccc@{}}\hline
+ & filled=-.5 & filled=0 & filled=.5 & filled=1 \\\hline
+\mbox{}\\[-1.4ex]
+ \RR{circle} & \VertexSamples{circle}
+ \RR{square} & \VertexSamples{square}
+ \RR{triangle} & \VertexSamples{triangle}
+ \RR{diamond} & \VertexSamples{diamond}
+ \RR{pentagon} & \VertexSamples{pentagon}
+ \RR{hexagon} & \VertexSamples{hexagon}
+ \RR{triagram} & \VertexSamples{triagram}
+ \RR{tetragram}& \VertexSamples{tetragram}
+ \RR{pentagram}& \VertexSamples{pentagram}
+ \RR{hexagram} & \VertexSamples{hexagram} \hline
+ \end{tabular}
+}
+\end{document}