pyafm/stack.tex: Fix \citetalias{...} from 'swig' to 'beazley96'
authorW. Trevor King <wking@tremily.us>
Wed, 8 May 2013 01:25:30 +0000 (21:25 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 8 May 2013 01:25:30 +0000 (21:25 -0400)
src/pyafm/stack.tex

index 130a274a08ae0fc1640ece320cd21ac013fb01eb..607b535fa9e7f5fbdc2207ff31b24951a074bc9f 100644 (file)
@@ -47,11 +47,11 @@ After my experience with C (\cref{sec:ni-daqmx}), I knew I wanted a
 higher level language for the bulk of my experiments.
 \citetalias{comedi} already had \citetalias{beazley96}-generated
 Python bindings, so I set to work creating \pycomedi, an
-object-oriented interface around the \citetalias{swig} bindings.  The
-first generation \pycomedi\ interface was much easier to use than the
-raw SWIG bindings, especially for simultaneous analog input/output,
-which I needed to monitor cantilever deflection during piezo-sweeping
-velocity-clamp pulls.
+object-oriented interface around the \citetalias{beazley96} bindings.
+The first generation \pycomedi\ interface was much easier to use than
+the raw SWIG bindings, especially for simultaneous analog
+input/output, which I needed to monitor cantilever deflection during
+piezo-sweeping velocity-clamp pulls.
 
 The SWIG-based interface to Comedi provided a solid base for my
 experiment control stack, but as the stack matured, I started bumping