[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#95147: tetex-extra: Minor error in slidesec style package.



Package: tetex-extra
Version: 1.0.2+20000804-6
Severity: normal

The /usr/share/texmf/tex/latex/seminar/slidesec.sty file has a minor
error.  The \slide@subheading macro is defined in lines 124-133 of the
file, and it calls the \makeslideheading macro:

   124	\def\slide@subheading[#1]#2{%
   125	  \stepcounter{slidesection}%
   126	  \addtocontents{los}{\protect\l@subslide
   127	    {\the\c@slidesubsection}{\ignorespaces#1}{\@SCTR}}%
   128	  \gdef\theslidesubheading{#1}%
   129	  \def\@tempa{#2}%
   130	  \ifx\@tempa\@empty\else
   131	    {\edef\@currentlabel{\csname p@slidesubsection\endcsname
   132	      \theslidesubsection}\makeslideheading{#2}}%
   133	  \fi}

This is incorrect.  It should be calling the \makeslidesubheading macro.
Therefore, line 132 should be

   132	      \theslidesubsection}\makeslidesubheading{#2}}%

- Brian



Reply to: