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
656 stars 25 forks source link

Can this project be more general? #108

Closed yanxiang-wang closed 1 year ago

yanxiang-wang commented 1 year ago

For instance, there can be default settings for single/double-column scenarios instead of for one specific conference.

pnkraemer commented 1 year ago

Thanks for reaching out. Do you have something specific in mind?

I am not against a change like this, but I am asking because it is not obvious to me at the moment what this default setting would be doing, i.e., which figure sizes, font sizes, etc., it would create.

But nothing stops us from using, e.g., bundles.icml2022() configs for unrelated scenarios. I do this myself all the time :) Maybe there is a way of improving the documentation to make reusing existing styles a little bit easier. What do you think?

yanxiang-wang commented 1 year ago

I agree with you. Well, I just want to find optimal settings for other publication targets. For instance, there are two templates that most CS researchers use: one is IEEE, and another one is ACM. If we can also define some styles for these two templates, I think more people will like to use this project.

pnkraemer commented 1 year ago

Thanks for clarifying. This sounds reasonable.

I think the best way forward here would be to implement a specific ieee format, and/or a specific acm format.
Do you have a specific template in mind? If so, I would gladly review a pull request on this..