not yet fruitful tex experiments with bounding boxes
authorhaftmann
Sat, 28 Mar 2009 16:29:37 +0100
changeset 30765 3eccfc8019ba
parent 30747 b8ca7e450de3
child 30766 44561a14a4c5
not yet fruitful tex experiments with bounding boxes
doc-src/Codegen/Thy/pictures/adaption.tex
doc-src/Codegen/Thy/pictures/architecture.tex
--- a/doc-src/Codegen/Thy/pictures/adaption.tex	Fri Mar 27 14:44:18 2009 +0000
+++ b/doc-src/Codegen/Thy/pictures/adaption.tex	Sat Mar 28 16:29:37 2009 +0100
@@ -6,6 +6,12 @@
 
 \begin{document}
 
+\thispagestyle{empty}
+\setlength{\fboxrule}{0.01pt}
+\setlength{\fboxsep}{4pt}
+
+\fbox{
+
 \begin{tikzpicture}[scale = 0.5]
   \tikzstyle water=[color = blue, thick]
   \tikzstyle ice=[color = black, very thick, cap = round, join = round, fill = white]
@@ -43,4 +49,6 @@
     (adaption) -- (reserved);
 \end{tikzpicture}
 
+}
+
 \end{document}
--- a/doc-src/Codegen/Thy/pictures/architecture.tex	Fri Mar 27 14:44:18 2009 +0000
+++ b/doc-src/Codegen/Thy/pictures/architecture.tex	Sat Mar 28 16:29:37 2009 +0100
@@ -6,6 +6,12 @@
 
 \begin{document}
 
+\thispagestyle{empty}
+\setlength{\fboxrule}{0.01pt}
+\setlength{\fboxsep}{4pt}
+
+\fbox{
+
 \begin{tikzpicture}[x = 4.2cm, y = 1cm]
   \tikzstyle entity=[rounded corners, draw, thick, color = black, fill = white];
   \tikzstyle process=[ellipse, draw, thick, color = green, fill = white];
@@ -30,4 +36,6 @@
   \draw [style=process_arrow] (seri) -- (Haskell);
 \end{tikzpicture}
 
+}
+
 \end{document}