summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-6-4.mp
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/4-6-4.mp
Initial commit
Diffstat (limited to 'info/examples/lgc2/4-6-4.mp')
-rw-r--r--info/examples/lgc2/4-6-4.mp23
1 files changed, 23 insertions, 0 deletions
diff --git a/info/examples/lgc2/4-6-4.mp b/info/examples/lgc2/4-6-4.mp
new file mode 100644
index 0000000000..f416fb3667
--- /dev/null
+++ b/info/examples/lgc2/4-6-4.mp
@@ -0,0 +1,23 @@
+% --- start of displayed preamble in the book ---
+input featpost3Dplus2D
+verbatimtex
+%&latex
+\documentclass{article}
+\begin{document}
+etex
+
+% --- end of displayed preamble in the book ---
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+f := 1.1*(2,1,0.5);
+ParallelProj := true;
+kindofcube(false,true,(0,-0.5,0),
+ 90,0,0,1.2,0.1,0.4);
+kindofcube(false,true,(0,0,0),
+ 0,0,0,0.5,0.1,0.8);
+labelinspace(false,(0.45,0.1,0.65),
+ (-0.4,0,0),(0,0,0.1),
+ btex \framebox{\textsc{Label}} etex);
+endfig;
+end;