Re: Memoir's overfull vboxes
- From: Mateus Araújo Santos <h137035.blackhole@xxxxxxxxxxxx>
- Date: Sun, 26 Sep 2010 20:01:40 +0000 (UTC)
On Tue, 21 Sep 2010 10:10:58 +0200, Lars Madsen wrote:
Mateus Araújo Santos wrote:
On Mon, 20 Sep 2010 10:24:31 +0200, Lars Madsen wrote:Yes, and I consider not fixing it (users can put everything inside the
Mateus Araújo Santos wrote:
On Sun, 19 Sep 2010 10:42:56 +0200, Lars Madsen wrote:not it does not measure the head height, as I mentioned you get the
Mateus Araújo Santos wrote:I see. The thing is that the editor I was using (gedit-latex-plugin,
On Sun, 19 Sep 2010 09:51:51 +0200, Lars Madsen wrote:it IS the header, try adding
Mateus Araújo Santos wrote:You mean the page headers? Yes, they seem to be fine.
Hi all,minimal example please (and information about which versions you
I'm having a little trouble with a document I'm typesetting with
memoir: every other page throws the error "Overfull \vbox
(0.63503pt too high)". The pages appear to be random, there's no
visible defect in the output, and it's always exactly the same
amount.
Is it a known bug? Or is it actually a problem with my document?
I'm using the font Palatino; if I change the font the amount
changes (e.g., 0.80502pt for Latin Modern), but there is still no
noticeable effect.
My best regards,
Mateus Araújo
are using)
have you checked the headers?
\pagestyle{plain}
also it does not happen if you remove the mathpazo
Here is a more minimal example
\documentclass[a4paper]{memoir}
\usepackage[T1]{fontenc}
\usepackage[sc,osf]{mathpazo}
%\addtolength\headheight{1pt}
\checkandfixthelayout
\begin{document}
%\section{Ana} % no problem
\section{An\'a} % gives problem
\end{document}
basically the font (with accents) is higher than the current setting
for the header (you will get the same problem with book or article
combined with the fancyhdr package
solution increase the headheight
by Mr. Zeising) gobbles up the error messages, so the page numbers I
was seeing was in fact random, despite the error occurring in every
page.
\addtolength\headheight{1pt} fixes the problem.
But it is not particular of mathpazo. It seems that the only font
that does not give the problem is standard CM; Latin Modern does not
work. Also I've tested Times, which gives overfull vboxes as well
\documentclass[a4paper]{memoir}
%\usepackage{times}
\usepackage{mathpazo}
%\usepackage{lmodern}
%\addtolength\headheight{1pt}
%\checkandfixthelayout
\begin{document}
%\section{Ana} % no problem
\section{An\'a} % gives problem
\end{document}
But isn't this a bug with memoir? After all it should be able to
calculate the adequate headheight for a given font.
same problem with the fancyhdr package and the standard classes
at the point where the user set the layout, including the head height
the font may not the chosen yet
I'll add it to my todo list
I understand it's not an easy problem.
Thank you very much!
headers, and usually it looks better if one use \small instead, so I'll
rather add a comment about this)
Well, if one is putting weird things into the headers one expects to have
to typeset it manually.
But it is unpleasant to make a pretty standard document that does not
Just Work.
It mustn't be that hard. After all, the standard classes can calculate
the headheight automatically.
--
entropy happens
.
- Follow-Ups:
- Re: Memoir's overfull vboxes
- From: Lars Madsen
- Re: Memoir's overfull vboxes
- References:
- Memoir's overfull vboxes
- From: Mateus Araújo Santos
- Re: Memoir's overfull vboxes
- From: Lars Madsen
- Re: Memoir's overfull vboxes
- From: Mateus Araújo Santos
- Re: Memoir's overfull vboxes
- From: Lars Madsen
- Re: Memoir's overfull vboxes
- From: Mateus Araújo Santos
- Re: Memoir's overfull vboxes
- From: Lars Madsen
- Re: Memoir's overfull vboxes
- From: Mateus Araújo Santos
- Re: Memoir's overfull vboxes
- From: Lars Madsen
- Memoir's overfull vboxes
- Prev by Date: Space between address, etc., and the beginning of the text: lettre class
- Next by Date: Re: fontspec breaks after expl3 upgrade
- Previous by thread: Re: Memoir's overfull vboxes
- Next by thread: Re: Memoir's overfull vboxes
- Index(es):
Relevant Pages
|