@@ -4,7 +4,7 @@
\usepackage{times}
%\usepackage[hang]{caption}
-\usepackage{fancyheadings}
+\usepackage{fancyhdr}
%\usepackage{lucidabr}
%\usepackage{fancybox}
\usepackage{array}
@@ -24,82 +24,82 @@
\newcommand{\function}[5]{
\subsection{#1}
- \noindent DESCRIPTION
+ \noindent DESCRIPTION
\medskip
-
+
\begin{tabular}[h]{p{11cm}}
#3
\end{tabular}
-
+
\medskip
- \noindent SYNOPSIS
+ \noindent SYNOPSIS
\medskip
\begin{tabular}[h]{p{11cm}}
{\tt #2}
\end{tabular}
-
- %\item[]
+
+ %\item[]
\medskip
-\noindent PARAMETERS
+\noindent PARAMETERS
\medskip
-
+
\begin{tabular}[h]{p{3cm}p{8cm}}
#4
\end{tabular}
-
- %\item[]
+
+ %\item[]
\medskip
\noindent ERRORS
\medskip
-
+
\begin{tabular}[h]{p{3cm}p{8cm}}
#5
\end{tabular}
-
+
%\end{itemize}
-
+
\medskip
}
\def\ifunction#1#2#3#4#5{\function{#1\index{#1}}{#2}{#3}{#4}{#5}}
\newcommand{\kfunction}[5]{
\subsection{#1}
- \noindent DESCRIPTION
+ \noindent DESCRIPTION
\medskip
\begin{tabular}[h]{p{11cm}}
#3
\end{tabular}
-
+
\medskip
- \noindent SYNOPSIS
+ \noindent SYNOPSIS
\medskip
\begin{tabular}[h]{p{11cm}}
{\tt #2}
\end{tabular}
-
- %\item[]
+
+ %\item[]
\medskip
-\noindent PARAMETERS
+\noindent PARAMETERS
\medskip
-
+
\begin{tabular}[h]{p{3cm}p{8cm}}
#4
\end{tabular}
-
- %\item[]
+
+ %\item[]
\medskip
\noindent RETURNS
\medskip
-
+
\begin{tabular}[h]{p{3cm}p{8cm}}
#5
\end{tabular}
-
+
%\end{itemize}
-
+
\medskip
}
\def\kifunction#1#2#3#4#5{\kfunction{#1\index{#1}}{#2}{#3}{#4}{#5}}
@@ -164,7 +164,7 @@
\end{document}
-%%% Local Variables:
+%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
-%%% End:
+%%% End:
LaTeX package fancyheadings is obsolete and superseded by fancyhdr. Priority: normal Signed-off-by: Nicola Soranzo <nsoranzo@tiscali.it> --- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html