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

[Feature] Add ARFC logo and colors to the better poster template #4

Open
nsryan2 opened this issue Sep 25, 2024 · 0 comments
Open

[Feature] Add ARFC logo and colors to the better poster template #4

nsryan2 opened this issue Sep 25, 2024 · 0 comments
Assignees
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

Comments

@nsryan2
Copy link
Member

nsryan2 commented Sep 25, 2024

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):

\definecolor{ornlgreen}{RGB}{0,120,51}
\definecolor{uiucorange}{RGB}{255,95,5}
\definecolor{uiucblue}{RGB}{19,41,75}
\definecolor{uiucindustrial}{RGB}{29,88,167}
\definecolor{uiucharvest}{RGB}{252,179,22}
\definecolor{altgeldorange}{RGB}{200,65,19}

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):

\DeclareOption{poster}{
\geometry{paperwidth=30in}
\geometry{paperheight=40in}
\renewcommand{\fontsizestandard}{\fontsize{28.00}{44.00} \selectfont}
\renewcommand{\fontsizemain}{\fontsize{117.00}{120.00} \selectfont}
\renewcommand{\fontsizetitle}{\fontsize{67.00}{100.00} \selectfont}
\renewcommand{\fontsizeauthor}{\fontsize{39.00}{34.00} \selectfont}
\renewcommand{\fontsizesection}{\fontsize{41.00}{64.00} \selectfont}
}

Related to the above, you should also change line 9 (

\documentclass[a0paper,fleqn]{betterposter}
) from example.tex to say:

\documentclass[poster,fleqn]{betterposter}

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):

%% Setting the width of columns
% Left column
\setlength{\leftbarwidth}{0.25\paperwidth}
% Right column
\setlength{\rightbarwidth}{0.25\paperwidth}

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

\includegraphics[width=\textwidth]{img/logo}\\

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.

@nsryan2 nsryan2 added 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 labels Sep 25, 2024
@bellapequette bellapequette self-assigned this Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: new
Development

No branches or pull requests

2 participants