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

Re: listfiles in listoftables



Bernhard Kleine <bbfk@gmx.net> wrote:

> jetzt also mit Minimalbeispiel. 

This is still an english list.  Although many of the active writers do
understand german, many others don't, not to speak about the lurkers.

> 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.

The minimal document gave a different error message on my system:  No
room for a new write.  But with some small changes, I got a minimal
document that worked fine and produced a list of tables.

> \usepackage[pdftex]{graphicx, epsfig}
> \usepackage[pdftex,%
>             colorlinks=true,%
>             bookmarks=true,%
>             plainpages=false,%
>             pdfpagelabels%
>             ]{hyperref}

It's unnecessary to give the pdftex option, because graphicx and
hyperref will detect that themselves.  epsfig isn't used, and you
shouldn't use it in any new document - it's obsolete, and graphicx is
much better. 

So here's a document that runs without problems.  But I think that,
although the error was triggered by the update from teTeX 2.0.2 to 3.0,
I don't think this has anything to do with Debian packaging, and
probably there's not even an upstream bug.  Therefore I kindly request
you to solve your problem in a TeX mailing list or newsgroup for users,
like the de-tex list or de.comp.text.tex.

Regards, Frank

\listfiles
\documentclass{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{graphicx}
\usepackage[colorlinks=true,%
            bookmarks=true,%
            plainpages=false,%
            pdfpagelabels%
            ]{hyperref}

\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}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)



Reply to: