novathesis icon indicating copy to clipboard operation
novathesis copied to clipboard

UMinho cover page font sizes are not correct

Open dlrsb opened this issue 2 years ago • 5 comments

I noticed that uminho-defaults.ldf (or univ-defaults.ldf in older versions) has a font size of 16pt for the author name and title of dissertation and 11pt for the date. UMinho's formatting guidelines state that the author name and the title must have a font size of 17pt, and the date should be 10pt.

dlrsb avatar Feb 04 '22 19:02 dlrsb

Ya, that's with the maintainer. He took some liberties.

This is from my version. As you can see it also has the "problem" of TeX point, but I did define that as 10pt. imagem

I added the new scale factor and defined the leading in bp. The scale factor is only for the font. If the font has the scale factor, it can remain in pt. The leading, however, if using TeX point, perhaps bp would be the correct option.

This is what the command does. \baselineskip is the same as the leading.

\fontsize{size}{baselineskip}\selectfont

imagem

I still have to measure the leading to check if it's correct. But if everything remains the same bp will set the leading to that exact value in DTP points.

imagem

This is how I put mine. This is for the author and title.

% Author name and Title of Dissertation
\coveritem[l]{43mm}{%
  \linespread{1.0}
  \fontsize{17pt}{20.4bp}\selectfont{%
  \theauthorname\\[2.7ex]%
  %\fontsize{17pt}{20.4pt}\selectfont%
  \textbf{\covertitle}}%
}

b-pereira avatar Feb 04 '22 22:02 b-pereira

When designing the covers, I used the provided example in a background layer and scaled the fonts to match appropriately the given example. However, I'll add your patch to the template code. Thanks.

joaomlourenco avatar Feb 28 '22 16:02 joaomlourenco

% Author name and Title of Dissertation \coveritem[l]{43mm}{% \linespread{1.0} \fontsize{17pt}{20.4bp}\selectfont{% \theauthorname\[2.7ex]% %\fontsize{17pt}{20.4pt}\selectfont% \textbf{\covertitle}}% }

This patch?

b-pereira avatar Feb 28 '22 22:02 b-pereira

@b-pereira, yes, that patch. I noticed it is slightly different from the original version (i.e., it merges two coveritems, one for author name and another for the document title, into a single coveritem.

May I ask you to please check that this implementation is ok and I can simply replay the existing two coveritems with this one?

Thank you.

joaomlourenco avatar Mar 01 '22 00:03 joaomlourenco

I have gotten a spine that looks rather different and at the end instead of the beginning.

Should I report it separately?

Correct Spine Spine generated by the template

tfarina avatar May 17 '22 15:05 tfarina

This issue has been here for long. It has too much information and in the end in unclear what is the problem. I'm closing this. If anyone finds it necessary, you may open a new issue. Please keep it small and simple!

joaomlourenco avatar Oct 25 '22 22:10 joaomlourenco