TeX Live and MacTeX ⇒ Error message in WebQuiz
Error message in WebQuiz
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 }
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Error message in WebQuiz
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