Skip to content

"Over-specification in `h'-direction" but not actually overspecified #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RalfJung opened this issue Jun 5, 2020 · 1 comment
Open

Comments

@RalfJung
Copy link

RalfJung commented Jun 5, 2020

I am seeing this warning:

main.tex: [geometry] Over-specification in `h'-direction. (page 1)

My geometry command looks as follows:

\geometry{a4paper,left=21.5mm,right=21.5mm,includemp,marginparsep=8mm,marginparwidth=48mm,%
   top=27.5mm,headsep=2\baselineskip,textheight=49\baselineskip,headheight=\baselineskip}

In particular, the textwidth is left unspecified, so I don't think this is an actual over-specification.

This is with texlive 2020.20200417 as packaged in Debian testing.

@SurJector
Copy link

SurJector commented Dec 26, 2021

I think a \Gm@hbodyfalse and a \Gm@vbodyfalse are missing in \Gm@clean. Precisely, after \let\Gm@textwidth\@undefined, I think there should be a \Gm@hbodyfalse and after \let\Gm@textheight\@undefined, I think there should be a \Gm@vbodyfalse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants