summaryrefslogtreecommitdiff
path: root/dvb-spec/dvbapi
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-19 18:19:36 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-19 18:19:36 +0000
commite24be1d8a703d1ebcc4b2027be8071d82446b2b3 (patch)
treeaacd59d38170bba78afb2933ca29f9d095f5e7e9 /dvb-spec/dvbapi
parent16df90925e049fa40b6c66c5f4e41b3178aae629 (diff)
downloadmediapointer-dvb-s2-e24be1d8a703d1ebcc4b2027be8071d82446b2b3.tar.gz
mediapointer-dvb-s2-e24be1d8a703d1ebcc4b2027be8071d82446b2b3.tar.bz2
spec: Use fancyhdr instead of obsolete fancyheadings
From: Nicola Soranzo <nsoranzo@tiscali.it> LaTeX package fancyheadings is obsolete and superseded by fancyhdr. Priority: normal Signed-off-by: Nicola Soranzo <nsoranzo@tiscali.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'dvb-spec/dvbapi')
-rw-r--r--dvb-spec/dvbapi/dvbapi.tex56
1 files changed, 28 insertions, 28 deletions
diff --git a/dvb-spec/dvbapi/dvbapi.tex b/dvb-spec/dvbapi/dvbapi.tex
index d75c2417f..74fc6510e 100644
--- a/dvb-spec/dvbapi/dvbapi.tex
+++ b/dvb-spec/dvbapi/dvbapi.tex
@@ -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: