From: W. Trevor King Date: Thu, 16 May 2013 01:26:18 +0000 (-0400) Subject: pyafm/stack.tex: Explain the thermometer icon X-Git-Tag: v1.0~190 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec1a719ee47dd5cb0045e011b1cfcd9d2f1c751f;p=thesis.git pyafm/stack.tex: Explain the thermometer icon --- diff --git a/src/local_cmmds.tex b/src/local_cmmds.tex index 0ebbb37..42ff83d 100644 --- a/src/local_cmmds.tex +++ b/src/local_cmmds.tex @@ -200,6 +200,14 @@ \DeclareRobustCommand{\tikzline}[1]{% \protect\tikz \draw[#1] (0,0) -- (14pt,6pt);} +\DeclareRobustCommand{\thermocouple}{% + \begin{tikzpicture} + \draw[red] (0,1pt) -- (10pt,1pt); + \draw[purple] (0,3pt) -- (10pt,3pt); + \fill[black!20] (10pt,2pt) circle (2pt); + \end{tikzpicture} +} + % draw a thermometer in TikZ % usage: \thermometer{bulb-location} \newcommand{\thermometer}[1]{ diff --git a/src/pyafm/stack.tex b/src/pyafm/stack.tex index d020cde..68eea4b 100644 --- a/src/pyafm/stack.tex +++ b/src/pyafm/stack.tex @@ -27,7 +27,9 @@ spectroscopy (\cref{fig:pyafm:stack}). the cantilever deflection (\cref{sec:pyafm:pypiezo}). The \pypid\ package measures the buffer temperature using a thermocouple inserted in the fluid cell (\tikzline{purple,<-}, - \cref{sec:pyafm:pypid}).\label{fig:pyafm:stack}} + \cref{sec:pyafm:pypid}). I represent the thermocouple with a + thermometer icon, because I expect it is more recognizable than + \thermocouple.\label{fig:pyafm:stack}} \end{figure} \subsection{Pycomedi}