\newpage
+
+\subsection{Trigger Generation Options}
+ \begin{figure}
+ \begin{center}
+ \includegraphics[width=0.9\textwidth]{figures/triggeroptions.pdf}
+ \caption[Trigger Generation Options]{Summary of various trigger sources in CTS and all other FPGAs}
+ \label{fig:triggeroptions}
+ \end{center}
+ \end{figure}
+
\label{sec:cts_howto_external_trigger}
\subsection{HowTo Implement an External Trigger Module}
This decision reduces the amount of header words and thus speeds up the enumeration process. It further decreases
the code complexity of the client software.
- \begin{table}[H]
+ \begin{table}[h]
\begin{center}
\begin{tabularx}{\textwidth}{|r@{}@{}c@{}@{}l|lX|} \hline
\multicolumn{3}{|c|}{\textbf{Bit(s)}} &
+\makeatletter
+\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
+\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
+\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
+\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
+\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
+\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
+\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
+\makeatother
+
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{color}
\DeclareCaptionFormat{listing}{\colorbox[rgb]{0.8, 0.8, 0.8}{\parbox{.98\textwidth}{\hspace{15pt}#1#2#3}}}
\captionsetup[lstlisting]{format=listing,singlelinecheck=false, margin=0pt, font={tt}}
-% \lstinputlisting[label=samplecode,caption=A sample]{sourceCode/HelloWorld.java}
\ No newline at end of file
+% \lstinputlisting[label=samplecode,caption=A sample]{sourceCode/HelloWorld.java}