Sunday, May 26, 2013

bigfoot - Dimension too large (I can't work with sizes bigger than about 19 feet.)

bigfoot - Dimension too large (I can't work with sizes bigger than about 19 feet.)

My MWE is below. I can produce the following output in nonstopmode...

... but I see these errors in the log:
! Dimension too large.
\FN@normaloutput ...\tw@ \fi \fi \ifdim \FN@vsize
                                                  <\glueshrink \FN@vsize \th...
l.163 \end{table}

I can't work with sizes bigger than about 19 feet.
Continue and I'll use the largest value I can.

! Dimension too large.
\FN@normaloutput ... \@cclv \vbox spread\FN@vsize
                                                  {\unvbox \@cclv \boxmaxdep...
l.163 \end{table}

I can't work with sizes bigger than about 19 feet.
Continue and I'll use the largest value I can.
Note: I can trace this to the definition of \FN@normaloutput in bigfoot.sty, but at that point it gets beyond my depth. I'm not sure how the "19 feet" come into it. The MWE is only a small portion of a much bigger document that seems to work fine otherwise.
MWE:
\documentclass[article,a4paper,12pt,twoside]{memoir}
\usepackage{filecontents}

\begin{filecontents}{references.bib}
@book{hjelmslev1961prolegomena,
  title={Prolegomena to a Theory of Language},
  author={Hjelmslev, L.},
  year={1961},
  publisher={Univ of Wisconsin Pr}
}
@book{thousand-plateaus,
    author = {Deleuze, G. and Guattari, F.},
    year = {1987},
    title = {A Thousand Plateaus},
    publisher = {University of Minnesota Press},
    note = {(Trans. Brian Massumi)},
    keywords = {philosophy},
}
\end{filecontents}


%% For turning off hypenation globally
% \usepackage[none]{hyphenat}
\usepackage{hyphenat}

\usepackage{amsmath}

\usepackage{bm}
\usepackage{xfrac}
\usepackage{metalogo}


\usepackage{manfnt}
\usepackage{placeins}

\usepackage[hyperref=true,
            url=false,
            style=nature,%home
            articletitle=true,
            sorting=nyt,
            autocite=superscript,
            isbn=false,
            backref=true,
            firstinits=true, % enforce this so I don't have to mangle by .bib file
            maxcitenames=3,
            maxbibnames=100,
            backend=biber]{biblatex}

\DeclareFieldFormat
  [article,inbook,incollection,inproceedings,patent,thesis,unpublished]
  {title}{#1}

\let\cite\autocite
\let\parencite\autocite

\usepackage{fixltx2e}

%% See http://tex.stackexchange.com/questions/50219/biblatex-footcite-and-footnote
%% for a way to combine these into one smart command
%% Is there a way to get the parenthetical stuff to show up, like with natbib?

\usepackage[perpage,symbol*]{footmisc}

\usepackage{fancyvrb}

%% Use ``ex'' to make the spacing depend on current font, cool!
\DefineFNsymbols*{safestar}{{$*$}{\textdagger}{\textdaggerdbl}{\textsection}{\textparagraph}{\textbardbl}{$*$\hspace{-.3ex}$*$}{\textdagger\textdagger}{\textdaggerdbl\textdaggerdbl}{\textsection\textsection}{\textparagraph\textparagraph}{\textbardbl\textbardbl}}%
\setfnsymbol{safestar}


%% before-footnote-space applies if there is no following punctuation%home
 \usepackage[after-comma-space=-.05em,after-dot-space=-.05em,before-footnote-space=.02em]{fnpct}

%% This works but creates double spacing

\usepackage{bigfoot}

\DeclareNewFootnote{B}[fnsymbol]
\Declare

No comments:

Post a Comment