rrthomas / hpmor

PDF, ePUB and Mobi versions of “Harry Potter and the Methods of Rationality”, from LaTeX source
http://hpmor.com/
295 stars 55 forks source link

PDF: The triple star sign is borked #149

Closed mmavova closed 1 year ago

mmavova commented 1 year ago

When I open the pdf, the triple-star sign is borked. See, for example, the top of page 4. On the left the rightmost star is smaller then it should be. On the right the leftmost star is smaller.

rrthomas commented 1 year ago

This seems to be deliberate:

% Three “magic stars” decoration
\def\Stars{{\large\Star\kern-.6ex\lower1.3ex\hbox{\large\Star}\kern-.1ex\raise.2ex\hbox{\tiny\Star}\spacefactor1000}}

Note the \large and the \tiny.

rrthomas commented 1 year ago

(It's always been this way, I checked.)