isaqb-org / glossary

An extensive glossary of software architecture (and development) terminology. Explains the terms used and referenced in the iSAQB foundation and advanced level curricula.
https://leanpub.com/isaqbglossary
35 stars 16 forks source link

Theme, fonts not found #160

Closed mikesperber closed 1 year ago

mikesperber commented 1 year ago

When I try to build, I get:

Nov 25, 2022 2:33:04 PM uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb init_pdf
SEVERE: could not locate or load the pdf theme `isaqb' in ../pdf-theme/themes; reverting to default theme
could not locate or load the pdf theme `isaqb' in ../pdf-theme/themes; reverting to default theme (uri:classloader:/gems/asciidoctor-pdf-1.5.3/lib/asciidoctor/pdf/converter.rb:init_pdf)
Nov 25, 2022 2:33:04 PM org.asciidoctor.jruby.internal.JRubyAsciidoctor convertFile
SEVERE: (ENOENT) No such file or directory - notoserif-regular-subset.ttf not found in ../pdf-theme/fonts

Are some files missing?

ichsteffen commented 1 year ago

There are some git-submodules you need to checkout as well.

So execute to solve this problem:

git submodule init
git submodule update
mikesperber commented 1 year ago

Thanks!

programming-wolf commented 1 year ago

The readme also says "checkout --recursive" 😉

ichsteffen commented 1 year ago

@programming-wolf To be honest, I can't find it in the README.md.

programming-wolf commented 1 year ago

Right.. Every curriculum readme says so, this one doesn't. Let me fix it.

programming-wolf commented 1 year ago

Info is added with #162.