greyscalepress / manifestos

Manifestos for the Internet Age
Other
159 stars 16 forks source link

changes to build without warnings on macOS in December 2021 (and fixes #31 & #33) #39

Closed gingerbeardman closed 2 years ago

gingerbeardman commented 2 years ago

With latest build tools there was a LaTeX error. See: https://github.com/greyscalepress/manifestos/issues/38

To workaround LaTeX error:

This builds, with warnings. 🤔

Next, to clear the warnings:

This builds, without warnings. 👏

My build process:

  1. install included fonts to macOS Font Book.app (so I revert a font define to HKGrotesk-Regular in build.sh) (fixes #31)
  2. install required LaTeX extensions (see README)
  3. terminal:
    cd scripts
    chmod +x build.sh
    ./build.sh

Bonus: