Open PhilLAL opened 5 years ago
Hi, any solution for this problem?
I managed to compile downloading the following fonts:
https://github.com/samposm/Inconsolata-LGC https://github.com/alif-type/libertinus
And adding them to ~/.fonts/Library
... There are other problems when building in Linux, for example, the file: content/0.0/preface.tex is not found, since it's referenced as: content/0.0/Preface.tex
'! LaTeX Error: File `content/0.0/Preface.tex' not found.'
Hi Igal, thank you for sharing this source code. Following your README, I installed pygments (through conda) and then I tried to build. However,
make
fails with following error:While looking for Inconsolata font, I found
I replaced "Inconsolato LCG Bold" and "Inconsolato LCG" by "Inconsolata" in preamble.tex to check if it works and it did. However, I then got a similar issue with "Libertinus Math" font, even if texlive-fonts-extra apt package is already installed Moreover, I needed to replace a bold by a non bold font (Inconsolata) so this is not a correct way to solve my issue.
Building this on an ubuntu 16.04, perhaps some fonts are required to build the book? Do you have a list of requirements and if they are not into package where I can find them? Regards