diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-01 21:07:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-01 21:07:31 +0000 |
commit | ca790e6da556783aa072a2b1d21eee01b100ec32 (patch) | |
tree | 226da3ee026929e682fb4f71fa403a42487ae758 /Master/texmf-dist/tex | |
parent | b9279e1b4ddf93b0d93a9f62ba3335fc2386cebb (diff) |
webquiz (1apr19)
git-svn-id: svn://tug.org/texlive/trunk@50694 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/webquiz/webquiz.cfg | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/webquiz/webquiz.ini | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/webquiz/webquiz.cfg b/Master/texmf-dist/tex/latex/webquiz/webquiz.cfg index 0c503fc1c20..571fecd2fa7 100644 --- a/Master/texmf-dist/tex/latex/webquiz/webquiz.cfg +++ b/Master/texmf-dist/tex/latex/webquiz/webquiz.cfg @@ -27,8 +27,8 @@ \Configure{VERSION}{} % Output a WebQuiz doctype instead of the default for HTML5 -\Configure{DOCTYPE}{\HCode{<?xml version="1.0" encoding="UTF-8" standalone="no"?>\Hnewline -<!DOCTYPE webquiz SYSTEM "webquiz.dtd">}} +\Configure{DOCTYPE}{\HCode{<?xml version="1.0" encoding="UTF-8" ?>\Hnewline +<!DOCTYPE webquiz>}} \ifWQ@Debugging\def\WQ@debugging{true}\else\def\WQ@debugging{false}\fi diff --git a/Master/texmf-dist/tex/latex/webquiz/webquiz.ini b/Master/texmf-dist/tex/latex/webquiz/webquiz.ini index b5c9c58b717..b4bec751121 100644 --- a/Master/texmf-dist/tex/latex/webquiz/webquiz.ini +++ b/Master/texmf-dist/tex/latex/webquiz/webquiz.ini @@ -11,4 +11,4 @@ release date = 2019/02/08 repository = github.com/AndrewAtLarge/WebQuiz/issues requirements = Python3 and \LaTeX, including \TeX 4ht and make4ht url = www.maths.usyd.edu.au/u/mathas/WebQuiz/doc/webquiz-online-manual.html -version = 5.1 +version = 5.2 |