Index: trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
===================================================================
--- trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5266)
+++ trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5267)
@@ -60,5 +60,6 @@
 
 This extractor is implemented in the MARS-class {\textit{MExtractFixedWindowSpline}}.
-It uses a cubic spline algorithm, adapted from \cite{NumRec}. It integrated the 
+It uses a cubic spline algorithm, adapted from %\cite{NUMREC}. 
+It integrated the 
 spline interpolated FADC slice values, counting the edge slices as half.
 As it does not correct for the clock-noise, only an odd number of samples is allowed.
@@ -124,5 +125,5 @@
 
 This extractor is implemented in the MARS-class {\textit{MExtractTimeAndChargeSpline}}.
-It uses a cubic spline algorithm, adapted from \cite{NumRec}. 
+It uses a cubic spline algorithm, adapted from %\cite{NUMREC}. 
 The following free adjustable parameters have to be set from outside: 
 
@@ -163,5 +164,5 @@
 \ldots {\it Hendrik, Wolfgang ... }
 
-%References: \cite{OF77} \cite{OF94} \cite{NumRec}.
+%References: \cite{OF77} \cite{OF94} \cite{NUMREC}.
 
 
Index: trunk/MagicSoft/TDAS-Extractor/make_ps.sh
===================================================================
--- trunk/MagicSoft/TDAS-Extractor/make_ps.sh	(revision 5267)
+++ trunk/MagicSoft/TDAS-Extractor/make_ps.sh	(revision 5267)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+rm    MAGIC_signal_reco.aux
+latex MAGIC_signal_reco.tex
+bibtex MAGIC_signal_reco
+latex MAGIC_signal_reco.tex
+latex MAGIC_signal_reco.tex
+dvips MAGIC_signal_reco.dvi
+gv MAGIC_signal_reco.ps &
+
+# all done
