josephwright / achemso

LaTeX class for submissions to the American Chemical Society (ACS), and BibTeX styles for all ACS journals
Other
25 stars 14 forks source link

Unscaled "Supporting Information Available" in two column format #22

Open tarfearauko opened 7 years ago

tarfearauko commented 7 years ago

I updated my achemso files to 2017/01/21 v3.10h and in this version the "Supporting Information Available" sentence is not being scaled when in two-column format. I changed the size here in achemso-jacsat.cfg:

\def\suppsize{% \@setfontsize\suppsize{8.5}{10.5}%

which had no effect (like if these lines were ignored). On the contrary the lines:

\def\authorsize{% \@setfontsize\authorsize{10.5}{12.5}%

in the same file do show an effect on the compiled pdf.

Any help on how to fix this would be appreciated.