summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-12-19 21:57:54 +0000
committerKarl Berry <karl@freefriends.org>2022-12-19 21:57:54 +0000
commitf0896d107b2ca05df045998163287b488dee9211 (patch)
tree59986153aafd715e46237a954b34dae406538e16 /Master/texmf-dist/tex/latex/bithesis
parentb3e718f7a4394c1f69c395dc77fadbb76c8dd9bf (diff)
bithesis (19dec22)
git-svn-id: svn://tug.org/texlive/trunk@65314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls2
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bithesis.cls7
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitreport.cls2
3 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls b/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
index 72edc243fcc..92b1b658587 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
@@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitbeamer}
-{2022-12-02}{3.2.0}{BIT Thesis Templates}
+{2022-12-17}{3.2.1}{BIT Thesis Templates}
\keys_define:nn { bitbeamer }
{
titlegraphic .tl_set:N = \l_bit_titlegraphic_tl,
diff --git a/Master/texmf-dist/tex/latex/bithesis/bithesis.cls b/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
index 8943863b0e4..a362550d503 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
@@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
-{2022-12-02}{3.2.0}{BIT Thesis Templates}
+{2022-12-17}{3.2.1}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
@@ -418,7 +418,7 @@
\RequirePackage{multirow}
\RequirePackage{tikz}
\RequirePackage{etoolbox}
-\RequirePackage[hidelinks]{hyperref}
+\RequirePackage[hidelinks,bookmarksnumbered]{hyperref}
\RequirePackage{xcolor}
\RequirePackage{caption}
\RequirePackage{array}
@@ -1480,6 +1480,7 @@
\chapter{\c__bithesis_label_abstract_tl}
} {
\chapter*{\c__bithesis_label_abstract_tl}
+ \currentpdfbookmark{\c__bithesis_label_abstract_tl}{ch:abstract}
}
}
\vspace*{1mm}
@@ -1544,6 +1545,7 @@
\chapter{\c__bithesis_label_abstract_en_tl}
} {
\chapter*{\c__bithesis_label_abstract_en_tl}
+ \currentpdfbookmark{\c__bithesis_label_abstract_en_tl}{ch:abstract:en}
}
}
}
@@ -1861,6 +1863,7 @@
\chapter{\c__bithesis_label_symbols_tl}
} {
\chapter*{\c__bithesis_label_symbols_tl}
+ \currentpdfbookmark{\c__bithesis_label_symbols_tl}{ch:symbols}
}
\zihao{-4}
\begin{itemize}[
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitreport.cls b/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
index b17f0967268..be8bf417b37 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
@@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitreport}
-{2022-12-02}{3.2.0}{BIT Thesis Templates}
+{2022-12-17}{3.2.1}{BIT Thesis Templates}
\int_new:N \g__bithesis_report_type_int
\clist_const:Nn \c__bithesis_report_type_clist
{ common, undergraduate_proposal}