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

Re: listfiles in listoftables



Am Mon, 20 Feb 2006 14:12:28 +0100 schrieb Frank Küster:

> Bernhard Kleine <bbfk@gmx.net> wrote:
> 
>> Hallo, 
>> I noticed that, after updating tetex etc from debian unstable that in a
>> document which compiled well, the listoftables (lot) is broken. Even after
>> removing the .aux file and the .lot file, the lot file reads as follows
>>
>> The content for list of tables obviously appears placed where listfile is
>> expected.
>>
>> Bernhard
>>
>>
>> ***.lot:***
>>
>>
>> Kapitel 1.
>> Kapitel 2.
>> Package hyperref Warning: Token not allowed in a PDFDocEncoded string,
>> (hyperref)                removing `\hbox' on input line 308.
> 
> You mean this is the content of the lot file?  Strange.  Can you please
> provide a minimal example file, and submit this as a proper bug report?
> 
> Regards, Frank
Hallo Frank!
jetzt also mit Minimalbeispiel. Ein Überltäter ist fancybox, ohne das geht
alles gut. Mit Fancybox stören hyperref und multind. Ich habe keine Ahnung,
warum das nicht geht. 

Ich hoffe, ein schlauerer TeXniker findet den Fehler.

Bernhard

\documentclass[twoside,11pt,a4paper]{scrbook}
\usepackage{fancybox}
\usepackage{fancyhdr}

\usepackage[sectionbib]{natbib} % 
\usepackage{multibib}
 \renewcommand{\bibsection}{\section{\refname}}
 \renewcommand{\bibsection}{\section{\bibname}}
\newcites{one,two,three,four,five,six%
   }{%
   Further Reading: one,%
   Further Reading: two,%
   Further Reading: three%
   ,Further Reading: four%
   ,Further Reading: five%
   ,Further Reading: six%
   }
\usepackage{minitoc}
\renewcommand{\mtctitle}{Gliederung}
\usepackage{multind}
\makeindex{total}
\usepackage[pdftex]{graphicx, epsfig}
\usepackage[pdftex,%
            colorlinks=true,%
            bookmarks=true,%
            plainpages=false,%
            pdfpagelabels%
            ]{hyperref}

\listfiles
\begin{document}
\frontmatter
\tableofcontents
\listoftables
\listoffigures
\mainmatter
\part{one}
\label{part:one}

\chapter{chapterone}
\label{chap:one}
  {\setcounter{minitocdepth}{1} % depth of mini table of contents;
  \minitoc\bigskip }

\section{textone}
\label{sec:textone}

\begin{figure}[!ht]  \fbox{testtesttest}  \caption{fig:one}
\label{fig:one}
\end{figure}


\begin{table}[!ht]
  \begin{tabular}{c|c|}    {test} {test}\\\hline  \end{tabular}
\caption{Tab:one}
  \label{tab:one}
\end{table}


\end{document}


-- 
----- Bernhard Kleine -----
-- from the black forest --
21.02.2006 13:00:59 



Reply to: