TeX Live and MacTeXError message in WebQuiz

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
Boczko
Posts: 1
Joined: Sun Jan 26, 2020 4:16 am

Error message in WebQuiz

Post by Boczko »

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 }

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Error message in WebQuiz

Post by Stefan Kottwitz »

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 \usepackage{pgf} to ensure it's loaded.

Stefan
LaTeX.org admin
Post Reply