Commit 256c964e authored by liziwl's avatar liziwl
Browse files

update dist

parent 1cd3f9ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
%
% \iffalse
%<*driver>
\ProvidesFile{sustechthesis.dtx}[2021/11/01 1.3.6 Southern University of Science and Technology Thesis Template]
\ProvidesFile{sustechthesis.dtx}[2021/11/02 1.3.7 Southern University of Science and Technology Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}
\EnableCrossrefs
@@ -961,7 +961,7 @@
%    \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{sustechthesis}
%<cls>[2021/11/01 1.3.6 Southern University of Science and Technology Thesis Template]
%<cls>[2021/11/02 1.3.7 Southern University of Science and Technology Thesis Template]
%    \end{macrocode}
%
% 报错
@@ -1011,7 +1011,7 @@
\hyphenation{Thu-Thesis SUSTech-Thesis}
\def\thuthesis{ThuThesis}
\def\sustechthesis{SUSTechThesis}
\def\version{1.3.6}
\def\version{1.3.7}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ import os
import re

filename = "sustechthesis.dtx"
new_version = "1.3.6"
new_date = "2021/11/01"
new_version = "1.3.7"
new_date = "2021/11/02"

with open(filename, "r", encoding="utf-8") as f1:
    with open("{filename}.bak", "w", encoding="utf-8") as f2: