Commit b63a2df
committed
Remove overspecified latex geometry.
The geometry package derives `body` from `papersize` and `margin`. Even
though the value given for `body` is consistent (`papersize -
2*margin`), giving all three of them yields a warning in the tex log
(which can be seen e.g. when processing an invalid tex string in usetex
mode (e.g. `figtext(.5, .5, r"\foo")`):
```
Package geometry Warning: Over-specification in `h'-direction.
`width' (5058.9pt) is ignored.
Package geometry Warning: Over-specification in `v'-direction.
`height' (5058.9pt) is ignored.
```
Just get rid of the overspecification.1 parent c30f762 commit b63a2df
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments