Cambiato formato in A4

Leonardo Robol [2009-10-14 20:29]
Cambiato formato in A4
Filename
CalcoloScientifico.tex
capitolo1.tex
diff --git a/CalcoloScientifico.tex b/CalcoloScientifico.tex
index 4c2d640..b42680f 100644
--- a/CalcoloScientifico.tex
+++ b/CalcoloScientifico.tex
@@ -20,6 +20,7 @@
 \usepackage[all]{xy}
 \usepackage{tikz}
 \usepackage{color}
+\usepackage[a4paper]{geometry}

 %%
 %% Ci piace, a causa del carattere usato (pxfonts)
diff --git a/capitolo1.tex b/capitolo1.tex
index 6f75f8d..e2e9379 100644
--- a/capitolo1.tex
+++ b/capitolo1.tex
@@ -572,9 +572,13 @@ da quelli di $g$, in quanto la derivata di $g$ è sempre negativa (e quindi la f
 \begin{figure}[ht]
   \begin{center}
  \begin{tikzpicture}
+\fill[blue!8] (-6.5,-3.5) rectangle (5.5,2.5);
   %% Disegnamo gli assi
-  \draw[very thin,->] (-6,0) -- (5,0) node[anchor=north] {$\xi$};
-  \draw[very thin,->] (-0.5,-3) -- (-0.5,2) node[anchor=east] {$g(\xi)$};
+\begin{scope}[very thin]
+  \draw[->] (-6,0) -- (5,0) node[anchor=north] {$\xi$};
+  \draw[->] (-0.5,-3) -- (-0.5,2) node[anchor=east] {$g(\xi)$};
+\end{scope}
+  \begin{scope}[thick]
   %% Prima curva
   \draw (-6,2) .. controls (-5,1.75) and (-4.2,0.5) .. (-4,0);
   \draw (-4,0) .. controls (-3.8,-0.5) and (-3.5,-2) .. (-3.5,-3);
@@ -586,10 +590,12 @@ da quelli di $g$, in quanto la derivata di $g$ è sempre negativa (e quindi la f
   %% Terza curva
   \draw (1,2) .. controls (1,1) and (1.5,0.5) .. (2,0);
   \draw (2,0) .. controls (2.5,-0.5) and (4,-2) .. (5,-3);
-
+\end{scope}
   %% Asintoti (che corrispondono agli autovalori)
-  \draw[blue] (-3.4,-3) -- (-3.4,0) node[anchor=south west] {$\lambda_1$} -- (-3.4,2);
-  \draw[blue] (0.8,-3) -- (0.8,0) node[anchor=south east] {$\lambda_2$} -- (0.8,2);
+\begin{scope}[blue]
+  \draw (-3.4,-3) -- (-3.4,0) node[anchor=south west] {$\lambda_1$} -- (-3.4,2);
+  \draw (0.8,-3) -- (0.8,0) node[anchor=south east] {$\lambda_2$} -- (0.8,2);
+\end{scope}
  \end{tikzpicture}
 \end{center}
   \caption{Un grafico qualitativo di una possibile equazione secolare di una matrice con due autovalori}
ViewGit