[Feature] Add ARFC logo and colors to the better poster template #4
Labels
Comp:Core
This issue has to do with the main bulk of the code or document. (methods, main content)
Difficulty:1-Beginner
This issue does not require expert knowledge and may be a good issue for new contributors.
Priority:4-Low
This work is valuable, but not urgent or mission critical.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Feature
New feature or feature request
Is your feature request related to a problem? Please describe.
The better poster template is designed to be easily modified (changing the width of the center, color of the backgrounds, etc.). Our other templates are branded with group logos and colors, this one should be no different.
Describe the feature you'd like.
I think someone should go in and update the default colors of the text and background to match group colors. I also thing the middle column should be slightly more narrow.
Describe alternatives you've considered.
It is working and fine as is, this is not a bug. The alternative is to let people customize it each time they use it.
Additional context.
Default colors can be added in the
betterposter.cls
file using RGB format very easily (the following code does note exist, find similar looking pieces and paste these below them):The sizes are also based on standard paper sizes, we can, in the same
betterposter.cls
file, specify a new template size (the following code does not exist, find similar looking pieces and paste this below):Related to the above, you should also change line 9 (
poster-template/better-poster/example.tex
Line 9 in 1fb90bb
I also think that the default column sizes on the existing template are too small. In
main.tex
they can be reset to something like (the following code exists, the number is what you need to modify):ARFC/Illinois logos and materials can be found in the other sub-folders of this repo.
When the Illinois logo is copied to the better-poster img folder, update line 126
poster-template/better-poster/example.tex
Line 126 in 1fb90bb
to say the name of the Illinois logo.
How can this issue be closed?
This issue can be closed either with the incorporation of the new color scheme and dimensions or with a determination that these are not necessary.
The text was updated successfully, but these errors were encountered: