pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
https://tueplots.readthedocs.io
MIT License
675 stars 25 forks source link

Style-file for ICML2024 #133

Closed timweiland closed 10 months ago

timweiland commented 10 months ago

This PR adds the bundles, figsizes, fonts, and fontsizes for ICML 2024.

To the best of my knowledge, there is no difference to the ICML2022 style. See https://media.icml.cc/Conferences/ICML2024/Styles/example_paper.pdf for reference.

timweiland commented 10 months ago

So the GitHub Actions setup uses python-version: "3.x". My guess at what's happening is that GitHub Actions now uses Python 3.12 (released in October last year), which no longer ships with setuptools. See https://docs.python.org/3/whatsnew/3.12.html:

Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment.

So I think the solution is to either set python-version: "3.11" or just add a pip install setuptools at the start of the docs workflow.

pnkraemer commented 10 months ago

v0.0.13 is released now. Now, everyone can plot away for ICML 2024!