summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis/bitart.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-01 20:10:19 +0000
committerKarl Berry <karl@freefriends.org>2023-10-01 20:10:19 +0000
commit473b4b322a059d552a359c04e3025410bc2ca8ff (patch)
tree5c69235de1e18b4126233969a01a6d7e773435e7 /Master/texmf-dist/tex/latex/bithesis/bitart.cls
parentf851b0418ea29a6881e53ea0d7f2fbd1e9ee346c (diff)
bithesis (1oct23)
git-svn-id: svn://tug.org/texlive/trunk@68421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis/bitart.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitart.cls169
1 files changed, 0 insertions, 169 deletions
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitart.cls b/Master/texmf-dist/tex/latex/bithesis/bitart.cls
deleted file mode 100644
index f2fa101aa4b..00000000000
--- a/Master/texmf-dist/tex/latex/bithesis/bitart.cls
+++ /dev/null
@@ -1,169 +0,0 @@
-%%
-%% This is file `bitart.cls',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% bithesis.dtx (with options: `oldcls,article')
-%%
-%% Copyright (C) 2023
-%% Association of Bit Network Pioneer and any individual authors listed in the documentation.
-%% ------------------------------------------------------------------------------
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either
-%% version 1.3c of this license or (at your option) any later
-%% version. This version of this license is in
-%% http://www.latex-project.org/lppl/lppl-1-3c.txt
-%% and the latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of
-%% LaTeX version 2020/11/27 or later.
-%%
-%% This work has the LPPL maintenance status `maintained'.
-%%
-%% The Current Maintainer of this work is Feng Kaiyu.
-%% ------------------------------------------------------------------------------
-%%
-\NeedsTeXFormat{LaTeX2e}[2020/10/01]
-\ProvidesClass{bitart}
- [2022/05/09 v2.1.1 BIT Thesis Templates]
-
-\newif\if@bit@labreport
-\newif\if@bit@proposalreport
-
-\DeclareOption{lab-report}{\@bit@labreporttrue\@bit@proposalreportfalse}
-\DeclareOption{proposal-report}{\@bit@labreportfalse\@bit@proposalreporttrue}
-\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexart}}
-\ExecuteOptions{lab-report}
-\ProcessOptions\relax
-
-\PassOptionsToPackage{AutoFakeBold,AutoFakeSlant}{xeCJK}
-\LoadClass[UTF8,zihao=-4]{ctexart}%
-
-\if@bit@labreport
- \RequirePackage[a4paper,left=3.18cm,right=3.18cm,top=2.54cm,bottom=2.54cm,includeheadfoot]{geometry}%
-\else
- \RequirePackage[a4paper,left=3cm,right=2.4cm,top=2.6cm,bottom=2.38cm,includeheadfoot]{geometry}
-\fi
-
-\RequirePackage{fontspec}%
-\RequirePackage{setspace}%
-\RequirePackage{graphicx}%
-\RequirePackage{fancyhdr}%
-\RequirePackage{pdfpages}%
-\RequirePackage{setspace}%
-\RequirePackage{booktabs}%
-\RequirePackage{multirow}%
-\RequirePackage{caption}%
-
-\if@bit@labreport
- \RequirePackage{titlesec}%
- \RequirePackage{float}%
- \RequirePackage{etoolbox}
-\fi
-
-\RequirePackage[style=gb7714-2015,backend=biber]{biblatex}
-
-\if@bit@labreport
- % 将西文字体设置为 Times New Roman
- \setromanfont{Times New Roman}%
-
- % 设置文档标题深度
- \setcounter{tocdepth}{3}%
- \setcounter{secnumdepth}{3}%
-
- %%
- % 设置一级标题、二级标题格式
- \ctexset{section={%
- format={\raggedright \bfseries \songti \zihao{-3}},%
- name = {,.},%
- number = \chinese{section}%
- }%
- }%
- \ctexset{subsection={%
- format = {\bfseries \songti \raggedright \zihao{-4}},%
- }%
- }%
-
- % 页眉和页脚(页码)的格式设定
- \fancyhf{}%
- \fancyhead[L]{\fontsize{10.5pt}{10.5pt}\selectfont\kaishu{\reportName}}%
- \fancyfoot[C]{\fontsize{9pt}{9pt}\selectfont\kaishu{\thepage}}%
- \renewcommand{\headrulewidth}{0.5pt}%
- \renewcommand{\footrulewidth}{0pt}%
-
- \AtBeginDocument{
- }
-\fi
-
-\if@bit@proposalreport
- % 定义 caption 字体为楷体
- \DeclareCaptionFont{kaiticaption}{\kaishu \normalsize}
-
- % 设置图片的 caption 格式
- \renewcommand{\thefigure}{\thesection-\arabic{figure}}
- \captionsetup[figure]{font=small,labelsep=space,skip=10bp,labelfont=bf,font=kaiticaption}
-
- % 设置表格的 caption 格式
- \renewcommand{\thetable}{\thesection-\arabic{table}}
- \captionsetup[table]{font=small,labelsep=space,skip=10bp,labelfont=bf,font=kaiticaption}
-
- % 输出大写数字日期
- \ctexset{today=big}
-
- % 将西文字体设置为 Times New Roman
- \setromanfont{Times New Roman}
-
- %% 将中文楷体设置为 SIMKAI.TTF(如果需要)
- % \setCJKfamilyfont{zhkai}{[SIMKAI.TTF]}
- % \newcommand*{\kaiti}{\CJKfamily{zhkai}}
-
- % 设置文档标题深度
- \setcounter{tocdepth}{3}
- \setcounter{secnumdepth}{3}
-
- %%
- % 设置一级标题、二级标题格式
- % 一级标题:小三,宋体,加粗,段前段后各半行
- \ctexset{section={
- format={\raggedright \bfseries \songti \zihao{-3}},
- beforeskip = 24bp plus 1ex minus .2ex,
- afterskip = 24bp plus .2ex,
- fixskip = true,
- name = {,.\quad}
- }
- }
- % 二级标题:小四,宋体,加粗,段前段后各半行
- \ctexset{subsection={
- format = {\bfseries \songti \raggedright \zihao{4}},
- beforeskip =24bp plus 1ex minus .2ex,
- afterskip = 24bp plus .2ex,
- fixskip = true,
- }
- }
- % 页眉和页脚(页码)的格式设定
- \fancyhf{}
- \fancyhead[R]{\fontsize{10.5pt}{10.5pt}\selectfont{北京理工大学本科生毕业设计(论文)开题报告}}
- \fancyfoot[R]{\fontsize{9pt}{9pt}\selectfont{\thepage}}
- \renewcommand{\headrulewidth}{1pt}
- \renewcommand{\footrulewidth}{0pt}
-\fi
-
-\AtBeginDocument{
- \if@bit@labreport
- \input{misc/cover_v1.tex}
- % 正文开始
- \pagestyle{fancy}
- \setcounter{page}{1}%
- \fi
- \if@bit@proposalreport
- % 报告封面
- \input{misc/cover.tex}
- \fi
-
-}
-
-\endinput
-%%
-%% End of file `bitart.cls'.