TheNetAdmin / zjuthesis

Zhejiang University Graduation Thesis LaTeX Template
https://thenetadmin.github.io/zjuthesis
MIT License
2.7k stars 639 forks source link

怎么样不编译图片 #313

Closed F2E-uni closed 1 year ago

F2E-uni commented 1 year ago

操作系统

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

TheNetAdmin commented 1 year ago

https://github.com/TheNetAdmin/zjuthesis/blob/763baec8f06df9d6938d1f3230b159e302ebfc12/config/packages.tex#L1

->

\usepackage[draft]{graphicx}