Skip to content

Commit

Permalink
refactor: remove deprecated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed May 13, 2023
1 parent 1be9eb7 commit 80576ab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PACKAGE = bithesis
LATEX = xelatex

SOURCES = $(PACKAGE).ins $(PACKAGE).dtx
CLSFILE = dtx-style.sty bitart.cls bitbook.cls bitgrad.cls bitreport.cls bithesis.cls bitbeamer.cls
CLSFILE = dtx-style.sty bitreport.cls bithesis.cls bitbeamer.cls

LATEXMK = latexmk

Expand Down
6 changes: 0 additions & 6 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
%<beamer>\ProvidesExplClass{bitbeamer}
%<cls>{2023-05-01}{3.5.4}{BIT Thesis Templates}
%
%<oldcls>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
%<book>\ProvidesClass{bitbook}
%<article>\ProvidesClass{bitart}
%<graduate>\ProvidesClass{bitgrad}
%<oldcls> [2022/05/09 v2.1.1 BIT Thesis Templates]
%
%<*driver>
\ProvidesFile{bithesis.dtx}[2023/05/01 3.5.4 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
Expand Down
6 changes: 0 additions & 6 deletions bithesis.ins
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
\generate
{
\usedir{tex/latex/bithesis}
\file{bitart.cls} {\from{\jobname.dtx}{oldcls,article}}
\file{bitbook.cls} {\from{\jobname.dtx}{oldcls,book}}
\file{bitgrad.cls} {\from{\jobname.dtx}{oldcls,graduate}}
\file{bithesis.cls} {\from{\jobname.dtx}{cls,thesis}}
\file{bitbeamer.cls} {\from{\jobname.dtx}{cls,beamer}}
\file{bitreport.cls} {\from{\jobname.dtx}{cls,report}}
Expand All @@ -66,9 +63,6 @@
\Msg{* bithesis.cls *}
\Msg{* bitreport.cls *}
\Msg{* bitbeamer.cls *}
\Msg{* bitart.cls (deprecated) *}
\Msg{* bitbook.cls (deprecated) *}
\Msg{* bitgrad.cls (deprecated) *}
\Msg{* *}
\Msg{* To produce the documentation run the file bithesis.dtx *}
\Msg{* through XeLaTeX. *}
Expand Down
4 changes: 0 additions & 4 deletions templates/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ TSWLatexianTemp*
# Makeindex log files
*.lpz

bitart.cls
bitbook.cls
bitgrad.cls

node_modules
wiki/.vuepress/dist
*.pdf

0 comments on commit 80576ab

Please sign in to comment.