diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mfpic/pictures.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/mfpic/pictures.tex | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/generic/mfpic/pictures.tex b/Master/texmf-dist/doc/generic/mfpic/pictures.tex index 76be74689aa..3906ef38e23 100644 --- a/Master/texmf-dist/doc/generic/mfpic/pictures.tex +++ b/Master/texmf-dist/doc/generic/mfpic/pictures.tex @@ -1,5 +1,5 @@ %%% File: pictures.tex -%%% A part of mfpic 0.7a beta 2004/04/16 +%%% A part of mfpic 0.9 2006/05/26 %%% \magnification=\magstep1 @@ -20,9 +20,9 @@ \voffset 0 truein \input mfpic -%% Uncomment this if you prefer metapost... -%\usemetapost - +%% Comment this if you prefer metafont: +\usemetapost +\useraggedcaptions \ifx\pdfoutput\UndEfInEd \else \pdfpageheight=\paperheight @@ -42,20 +42,20 @@ % |\ /| % | C-F | % |/ \| -% B- - -E +% B.....E \noindent \mfpframe \mfpic[12]{0}{10}{0}{10} \tlabeljustify{cc} -\tcaption[2.0,1.0]{\raggedright{\it Figure 1:} Commutative diagram example.} +\tcaption[2.0,1.0]{{\it Figure 1:} Commutative diagram example.} \tlabels{(1,9){A} (1,1){B} (3,5){C} (9,9){D} (9,1){E} (7,5){F}} -\setrender{\draw\arrow\trimpath{6pt}} +\setrender{\arrow\draw\trimpath{6pt}} \lines{(1,9), (1,1)} % A -> B. \lines{(1,9), (3,5)} % A -> C. \lines{(3,5), (1,1)} % C -> B. @@ -65,8 +65,7 @@ \lines{(7,5), (9,1)} % F -> E. \lines{(3,5), (7,5)} % C -> F. % B- - ->E : -%\dotted\arrow[r90][b-12pt]\arrow[b15pt]\reverse\arrow\lines{(1.5,1), (8.5,1)} -\dotted\arrow\arrow[b10pt]\reverse\arrow\trimpath{6pt}\lines{(1,1), (9,1)} +\arrow\arrow[b10pt]\reverse\arrow\dotted\trimpath{6pt}\lines{(1,1), (9,1)} \endmfpic \endmfpframe @@ -79,7 +78,7 @@ \mfpic[20]{-3}{3}{-3}{3} \axes \function{-2,2,0.1}{((x**3)-x)/3} -\tcaption{\raggedright{\it Figure 2:} Function Plot with Cartesian Axes.} +\tcaption{{\it Figure 2:} Function Plot with Cartesian Axes.} \endmfpic \endmfpframe @@ -92,7 +91,7 @@ \mfpic[30]{-1.5}{1.5}{-1}{1} \parafcn{0,6,0.1}{cosd(150t)*dir(90t)} \gfill\circle{(0,0),0.25} -\tcaption{\raggedright{\it Figure 3:} Parametric Function Plot, and +\tcaption{{\it Figure 3:} Parametric Function Plot, and Filled Circle.} \endmfpic \endmfpframe @@ -124,7 +123,7 @@ Filled Circle.} \shade\sector{(0,0), 1, 60,105} \turtle{(0,0), \plr{(1,105)}} \sector{(0,0), 1, 60,360} -\tcaption{\raggedright{\it Figure 5:} Pie Chart.} +\tcaption{{\it Figure 5:} Pie Chart.} \endmfpic \endmfpframe @@ -138,7 +137,7 @@ Filled Circle.} \mfpframe \mfpic[20]{-2}{2}{-1}{1} \arrow\circle{(0,0),1} -\tcaption{\raggedright{\it Figure 6:} Circle with Arrow.} +\tcaption{{\it Figure 6:} Circle with Arrow.} \endmfpic \endmfpframe @@ -157,7 +156,7 @@ Filled Circle.} \lines{(-1,1), (-1,-1), (1,-1.5)} \point{(0,0)} \dotted\reverse\lines{(-2,2), (-2,-2), (2,-3)} -\tcaption{\rightskip= 0pt plus 3em {\it Figure 7:} Use of hatch, draw, lclosed, connect, +\tcaption{{\it Figure 7:} Use of hatch, draw, lclosed, connect, curve, point, lines, dotted, reverse.} \endmfpic \endmfpframe @@ -169,13 +168,13 @@ Filled Circle.} \noindent \mfpframe \mfpic[40]{-1}{1}{-1}{1} % Was `[20]'. -\tcaption{\raggedright{\it Figure 8:} Simpler variant of the previous figure.} +\tcaption{{\it Figure 8:} Simpler variant of the previous figure.} \hatch\draw\lclosed\connect \curve{(1,0), (0.5,0.25), (0.5,0.5), (0,0.75)} \point{(0,0)} \endconnect \reverse\lines{(-0.5,0.5), (-0.5,-0.5), (0.5,-0.75)} -\tcaption{\raggedright{\it Figure 8:} Simpler variant of the previous figure.} +\tcaption{{\it Figure 8:} Simpler variant of the previous figure.} \endmfpic \endmfpframe @@ -192,6 +191,7 @@ Filled Circle.} \mfpdatacomment\# \fcncurve\datafile{data.dat} \axes +\tcaption{{\it Figure 9:} Example of a graph drawn from data in a file} \endmfpic \endmfpframe |