-
Notifications
You must be signed in to change notification settings - Fork 184
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
use geometry package #36
Comments
That seems more concise to me—I think it would just take testing, as well as a bit of research into whether the geometry package has any conflicts with other packages, like hyperref (in which case documenting those conflicts would also be a service). |
I looked around a little for conflicts. The only thing I could find was a problem with the memoir document class (which has its own custom way of setting page geometry): |
We (softconf) have been updating the templates based on what the previous ACL conference used. If you try this header on your site, and it works, then I will just fold it into the production templates to be used from now on. |
Also, Steve, did you try using this header on the softconf.com system? Because it is an enterprise system, we use the stable versions CentOS, which are usually several versions behind other linux distros. Also, we are currently using TexLive 2017 but will be upgrading to 2020 shortly. In other words, if it works on our system it will probably work on any linux system. Don't worry about Windows! |
I haven't tested this out yet. I didn't dare to try it in the middle of preparing ACL 2020 proceedings. But I will try it out later this summer if someone else doesn't beat me there. |
As you can see, the margins and footskip are not quite right. Perhaps you should try with one of your workshops. You can experiment on this site https://www.softconf.com/acl2019/delfol/ . I gave you pub access. When you find the correct settings, let me know. |
Definitely agree with using the geometry package, which is very, very standard. It should also replace all uses of fullpage. I suspect not many people are using memoir together with these files. |
Okay, so it doesn't look like I'm going to get time to try this out any time soon. So don't wait on me if anyone else has the time for this. |
Many of the templates, e.g., titlepage.tex have the following in their preamble:
Could we replace this with the geometry package? I think it would be simpler to understand that way:
The text was updated successfully, but these errors were encountered: