experiment with tikz colors
authorKevin Walker <kevin@canyon23.net>
Fri, 18 Jun 2010 21:13:02 -0700
changeset 381 84bcc5fdf8c2
parent 376 1ce74e992a72
child 382 2e9a8385c2e7
experiment with tikz colors
text/deligne.tex
text/ncat.tex
--- a/text/deligne.tex	Thu Jun 17 21:31:29 2010 -0700
+++ b/text/deligne.tex	Fri Jun 18 21:13:02 2010 -0700
@@ -11,7 +11,7 @@
 (Proposition \ref{prop:deligne} below).
 Then we sketch the proof.
 
-\nn{Does this generalisation encompass Kontsevich's proposed generalisation from \cite[\S2.5]{MR1718044}, 
+\nn{Does this generalization encompass Kontsevich's proposed generalization from \cite[\S2.5]{MR1718044}, 
 that (I think...) the Hochschild homology of an $E_n$ algebra is an $E_{n+1}$ algebra? -S}
 
 %from http://www.ams.org/mathscinet-getitem?mr=1805894
--- a/text/ncat.tex	Thu Jun 17 21:31:29 2010 -0700
+++ b/text/ncat.tex	Fri Jun 18 21:13:02 2010 -0700
@@ -1521,12 +1521,13 @@
 gluing subintervals together and/or omitting some of the rightmost subintervals.
 (See Figure \ref{fig:lmar}.)
 \begin{figure}[t]$$
+\definecolor{arcolor}{rgb}{.75,.4,.1}
 \begin{tikzpicture}
 \fill (0,0) circle (.1);
 \draw (0,0) -- (2,0);
 \draw (1,0.1) -- (1,-0.1);
 
-\draw [->,red] (1,0.25) -- (1,0.75);
+\draw [->, arcolor] (1,0.25) -- (1,0.75);
 
 \fill (0,1) circle (.1);
 \draw (0,1) -- (2,1);
@@ -1537,7 +1538,7 @@
 \draw (0,0) -- (2,0);
 \draw (1,0.1) -- (1,-0.1);
 
-\draw [->,red] (1,0.25) -- (1,0.75);
+\draw [->, arcolor] (1,0.25) -- (1,0.75);
 
 \fill (0,1) circle (.1);
 \draw (0,1) -- (1,1);
@@ -1550,7 +1551,7 @@
 	\draw (\x,0.1) -- (\x,-0.1);
 }
 
-\draw [->,red] (1,0.25) -- (1,0.75);
+\draw [->, arcolor] (1,0.25) -- (1,0.75);
 
 \fill (0,1) circle (.1);
 \draw (0,1) -- (2,1);