Hi All, this is my first time posting a question. I have been using TeXShop for a long time and TeX for longer. I am proficient in LaTeX but I am not a developer or a TeXPert.
I teach math and I am creating an online course. I discovered WebQuiz and it would be perfect for me. I appreciate Andrew Mathas and the university of Sydney for writing this package and making it available. I just downloaded the 2019 TeXlLive distribution to be able to use the WebQuiz package.
When I compile my test file with pdfTeX the output all looks fine. When I compile with
> webquiz testing.tex I get this error
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./testing.tex
LaTeX2e <2018-12-01>
(/usr/local/texlive/2019/texmf-dist/tex/latex/webquiz/webquiz.cls
(/usr/local/texlive/2019/texmf-dist/tex/latex/webquiz/webquiz-ini.code.tex
(/usr/local/texlive/2019/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/local/texlive/2019/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
(/usr/local/texlive/2019/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex)))
/usr/local/texlive/2019/texmf-dist/tex/latex/webquiz/webquiz-ini.code.tex:23: U
ndefined control sequence.
\pgfkeyssetevalue ...emptoks =\pgfutil@scantokens
\expandafter {\expandafter...
l.23 }
TeX Live and MacTeX ⇒ Error message in WebQuiz
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Error message in WebQuiz
Hi Boczko,
welcome to the forum!
There was an error in the pgf package causing such a message, that has been fixed. Try if you can update the pgf package using tlmgr, the TeX Live Manager.
Otherwise, try adding
Stefan
welcome to the forum!
There was an error in the pgf package causing such a message, that has been fixed. Try if you can update the pgf package using tlmgr, the TeX Live Manager.
Otherwise, try adding
\usepackage{pgf}
to ensure it's loaded.Stefan
LaTeX.org admin