\documentclass[draft][
% Debugging Settings
PrintFilePath = false, % print tex file path for each page
% Layout Settings
TwoSide = false, % set to false if don't need empty pages
% Thesis Info
StudentName = xx,
StudentID = xx,
AdvisorName = xx,
Grade = xx, % only the year, no '级'
Major = xx,
Department = xx,
SubmitDate = xx,
MajorFormat = general,
Degree = graduate, % 'undergraduate' or 'graduate'
Type = thesis, % 'thesis' or 'design'
Period = final, % 'proposal' or 'paper' or 'final'
BlindReview = false, % 'false' or 'true'
Language = chinese, % 'chinese' or 'english'
% Graduate Thesis Info
GradLevel = doctor, % 'master' or 'doctor'
Topic = xx,
ColaboratorName = xx,
% Title
Title = xx,
TitleEng = {{xx}}
]{zjuthesis}
操作系统
Windows
TeX 套件
TeXLive 2021 或更新的版本
TeX Compiler
XeTeX
zjuthesis 版本号
9.0.0
MajorFormat
general
Degree
graduate
Type
thesis
Period
final
BlindReview
false
GradLevel
doctor
问题描述
如何不编译图片,我希望加快编译速度。使用选项dratf但是发现报错,我猜测可能是模板自定义了许多documentclass的option,导致默认的option会报错。
编译日志
No response
代码
\documentclass[draft][ % Debugging Settings PrintFilePath = false, % print tex file path for each page % Layout Settings TwoSide = false, % set to false if don't need empty pages % Thesis Info StudentName = xx, StudentID = xx, AdvisorName = xx, Grade = xx, % only the year, no '级' Major = xx, Department = xx, SubmitDate = xx, MajorFormat = general, Degree = graduate, % 'undergraduate' or 'graduate' Type = thesis, % 'thesis' or 'design' Period = final, % 'proposal' or 'paper' or 'final' BlindReview = false, % 'false' or 'true' Language = chinese, % 'chinese' or 'english' % Graduate Thesis Info GradLevel = doctor, % 'master' or 'doctor' Topic = xx, ColaboratorName = xx, % Title Title = xx, TitleEng = {{xx}} ]{zjuthesis}
截图
No response
其他信息
No response