From: Andreas Neiser Date: Sat, 6 Apr 2013 12:32:35 +0000 (+0200) Subject: Fixed another \files vs \filename X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=78c88dcd84a3168715d10cd9125aad10b1dbcb07;p=daqdocu.git Fixed another \files vs \filename --- diff --git a/trb3/CtsHowtos.tex b/trb3/CtsHowtos.tex index cfbd95a..8c857cc 100644 --- a/trb3/CtsHowtos.tex +++ b/trb3/CtsHowtos.tex @@ -68,7 +68,7 @@ THE_ETM: \subsubsection{Obtaining a module id and registering the module} As discussed in chapter \ref{sec:cts_slow_control}, the software identifies the capabilities of any given CTS by enumerating over a sequence of module headers each containing a module id. The software then loads the drivers located in - \filename{daqtools/web/CtsPlugins/CtsMod.pm}. This is also the central database of module ids. Just choose + \files{daqtools/web/CtsPlugins/CtsMod.pm}. This is also the central database of module ids. Just choose a free number, use the template shown in listing \ref{lst:cts_howto_driver_template}) to create a new driver and check it in, to ensure nobody else takes this id.