You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: cannot verify www.mathcrowd.cn's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=Encryption Everywhere DV TLS CA - G1': Unable to locally verify the issuer's authority. To connect to www.mathcrowd.cn insecurely, use `--no-check-certificate'. 无法建立 SSL 连接。
maketitle 报错:
Undefined control sequence. \maketitle
下面为测试所用内容,题目部分可以正常加载,所以此处仅用test word替代,测试并不影响报错信息
\documentclass[a4paper, windows]{BHCexam}
\begin{document}
\write18{wget 'http://www.mathcrowd.cn/index.php?r=worksheet/qrcode&id=OnM8' -O qrcode.png}
\logo{qrcode.png}
\title{2019年全国3高考}
\subtitle{数学文科试卷}
\notice{满分150分, 120分钟完成, 允许使用计算器,答案一律写在答题纸上.}
\author{微信关注公众号:橘子数学}
\date{}
\maketitle
test words
\end{document}
从题库中下载的试卷运行中报错,已经正确安装了wget(题目中的图片可以加载),在反复测试中定位到错误的位置为
qrcode
和maketitle
:下面为测试所用内容,题目部分可以正常加载,所以此处仅用
test word
替代,测试并不影响报错信息OUTPUT:
编译环境为:win10+texlive2019+BHCexam v1.0.
BHCexam.cls
中maketitle
部分定义:The text was updated successfully, but these errors were encountered: