Use the underscore package so that underscores do not need to be escaped.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2010-06-28 15:33:32 +00:00
parent 43871a926b
commit 910cd8be1d
5 changed files with 44 additions and 43 deletions

View File

@@ -831,8 +831,8 @@ correspond to the following two CDR records (at the moment!):
While CDRs and the Manager are basically both event tracking mechanisms, CEL
tries to track only those events that might pertain to billing issues.
See table~\ref{event_table} for a list of events raised by CEL and
table~\ref{field_table} for the list of fields passed for each CEL event.
See table~\ref{event-table} for a list of events raised by CEL and
table~\ref{field-table} for the list of fields passed for each CEL event.
\begin{table}[h]
\begin{tabular}{ | l | p{10cm} | }
@@ -862,7 +862,7 @@ table~\ref{field_table} for the list of fields passed for each CEL event.
\hline
\end{tabular}
\caption{List of CEL Events}
\label{event_table}
\label{event-table}
\end{table}
\begin{table}[h]
@@ -890,7 +890,7 @@ table~\ref{field_table} for the list of fields passed for each CEL event.
\hline
\end{tabular}
\caption{List of CEL Event Fields}
\label{field_table}
\label{field-table}
\end{table}
\section{Applications \& Functions}