Skip to content
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

bundles: Add UAI 2023 #110

Merged
merged 3 commits into from
Jan 27, 2023
Merged

bundles: Add UAI 2023 #110

merged 3 commits into from
Jan 27, 2023

Conversation

braun-steven
Copy link
Contributor

Adds the uai2023 bundle, test cases and documentation update.

Adds the uai2023 bundle, test cases and documentation update.
@braun-steven
Copy link
Contributor Author

I measured the base_width_pt values with \the\linewidth for column=half and \the\textwidth for column=full -- I'm not sure if this is the correct way to do it.

@braun-steven
Copy link
Contributor Author

braun-steven commented Jan 27, 2023

Mh, not sure why the docs ci failed: https://github.com/pnkraemer/tueplots/actions/runs/4022827585/jobs/6912977827#step:4:115 Do you have an idea?

Edit: the whitelist_externals value is deprecated in tox and should be replaced with allowlist_externals. Fixed in the next commit.

The whitelist_externals value seems to be deprecated and should be
replaced with allowlist_externals.

This should fix the ci/docs run.
Copy link
Owner

@pnkraemer pnkraemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks great, thanks! I appreciate you fixing tox as well :)

Regarding your question:

I measured the base_width_pt values with \the\linewidth for column=half and \the\textwidth for column=full -- I'm not sure if this is the correct way to do it.

This is one option, and we've certainly done it this way for a couple of templates. Whenever an official call for papers with submission instructions is available (![https://www.auai.org/uai2022/submission_instructions]), I tend to look directly at the template.

For UAI2023 (in the .cls file) it says

    \geometry{
        % A4 width and Letter height: prints without scaling on both
        a4paper,
        paperheight=11in,
        % mimic Morgan Kaufmann two column style
        textheight=9.25in,
        textwidth=6.75in,
        columnsep=0.25in,
        nohead, % foot kept for page numbers/notice
        footnotesep=9pt plus 4pt minus 2pt,
        % center vertically and horizontally
        % (was asymmetric in the past, outdated with electronic proceedings)
        centering
    }

so I guess the width is 6.75 inches for full-width and 3.75 for half-width. If you like, you can keep it the way it is or use _from_base_in instead of _from_base_pt. Your call :)

@pnkraemer pnkraemer linked an issue Jan 27, 2023 that may be closed by this pull request
@braun-steven
Copy link
Contributor Author

braun-steven commented Jan 27, 2023

Thanks, let's go with inches! Before I update this, how did you come up with 3.75 for half-width? Shouldn't this be 3.25 instead, i.e. (textwidth - columnsep) / 2 = 3.25?

@pnkraemer
Copy link
Owner

how did you come up with 3.75 for half-width

I don't know either; you're of course right...

The uai2023 cls file suggests a full width of 6.75 inch and a columnsep
of 0.25 which leads to a half-width of 3.25 inch.
@pnkraemer pnkraemer merged commit 19a87b4 into pnkraemer:main Jan 27, 2023
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

Successfully merging this pull request may close these issues.

UAI style
2 participants