From patchwork Thu Feb 19 18:19:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Soranzo X-Patchwork-Id: 8009 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1JIJajX017534 for ; Thu, 19 Feb 2009 18:19:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753039AbZBSSTf (ORCPT ); Thu, 19 Feb 2009 13:19:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753078AbZBSSTf (ORCPT ); Thu, 19 Feb 2009 13:19:35 -0500 Received: from smtp.sissa.it ([147.122.11.135]:50414 "EHLO smtp.sissa.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752925AbZBSSTf (ORCPT ); Thu, 19 Feb 2009 13:19:35 -0500 Received: from ozzy.localnet (dhpc-2-02.sissa.it [147.122.2.182]) by smtp.sissa.it (Postfix) with ESMTP id 891591B480B9 for ; Thu, 19 Feb 2009 19:19:33 +0100 (CET) From: Nicola Soranzo To: Linux Media Subject: [PATCH] dvb-spec: Use fancyhdr instead of obsolete fancyheadings Date: Thu, 19 Feb 2009 19:19:36 +0100 User-Agent: KMail/1.11.0 (Linux/2.6.27.12-170.2.5.fc10.i686; KDE/4.2.0; i686; ; ) MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200902191919.36159.nsoranzo@tiscali.it> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org LaTeX package fancyheadings is obsolete and superseded by fancyhdr. Priority: normal Signed-off-by: Nicola Soranzo --- -- 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 diff -r 7b7de23c81a1 -r 21ab77e356e1 dvb-spec/dvbapi/dvbapi.tex --- a/dvb-spec/dvbapi/dvbapi.tex Wed Feb 18 03:28:46 2009 +0100 +++ b/dvb-spec/dvbapi/dvbapi.tex Wed Feb 18 18:27:33 2009 +0100 @@ -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: