Zulip Chat Archive
Stream: sphere eversion
Topic: building the website
Floris van Doorn (Nov 19 2021 at 17:13):
I tried building the website myself. I installed some packages (pip3 install invoke pandoc plastex
), and can build the blueprint with inv bp
. However, inv web
gives
( /usr/lib/python3/dist-packages/plasTeX/Packages/report.py )..
( /usr/lib/python3/dist-packages/plasTeX/Packages/amsmath.py )
( /usr/lib/python3/dist-packages/plasTeX/Packages/amsthm.py )
( /usr/lib/python3/dist-packages/plasTeX/Packages/graphicx.py )
WARNING: No Python version of cleveref.sty was found
( /usr/local/texlive/2021/texmf-dist/tex/latex/cleveref/cleveref.sty
WARNING: unrecognized command/environment: @ifpackageloaded
WARNING: unrecognized command/environment: @ifpackagewith
WARNING: unrecognized command/environment: PackageInfo
WARNING: unrecognized command/environment: @ifclassloaded
WARNING: unrecognized command/environment: string
WARNING: unrecognized command/environment: labelformat
WARNING: unrecognized command/environment: @tempb
ERROR: Error while expanding "csname" in /usr/local/texlive/2021/texmf-
dist/tex/latex/cleveref/cleveref.sty on line 2919 (sequence item 0:
expected str instance, @tempb found)
ERROR: Error while expanding "expandafter" in
/usr/local/texlive/2021/texmf-dist/tex/latex/cleveref/cleveref.sty on line
2919 (sequence item 0: expected str instance, @tempb found)
ERROR: Error while expanding "expandafter" in
/usr/local/texlive/2021/texmf-dist/tex/latex/cleveref/cleveref.sty on line
2919 (sequence item 0: expected str instance, @tempb found)
ERROR: Error while expanding "expandafter" in
/usr/local/texlive/2021/texmf-dist/tex/latex/cleveref/cleveref.sty on line
2919 (sequence item 0: expected str instance, @tempb found)
WARNING: Error opening package "cleveref.sty" ( sequence item 0: expected
str instance, @tempb found )
)
ERROR: Error while expanding "csname" in /usr/local/texlive/2021/texmf-
dist/tex/latex/cleveref/cleveref.sty on line 2919 (sequence item 0:
expected str instance, @tempb found)
ERROR: Error while expanding "expandafter" in
/usr/local/texlive/2021/texmf-dist/tex/latex/cleveref/cleveref.sty on line
2919 (sequence item 0: expected str instance, @tempb found)
Am I missing some packages?
Patrick Massot (Nov 19 2021 at 20:09):
The mistake is to use the released version of plastex. You need to install from GitHub. I should really make a release of plastex but there are always things I want to fix first and I never have time and energy to fix them so I never release :sad:
Floris van Doorn (Nov 19 2021 at 20:31):
Oh, I now remember that you said that before. I'll try it with the version from Github.
Patrick Massot (Nov 19 2021 at 20:32):
I pushed already
Last updated: Dec 20 2023 at 11:08 UTC