diff options
author | Karl Berry <karl@freefriends.org> | 2023-10-01 20:10:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-10-01 20:10:19 +0000 |
commit | 473b4b322a059d552a359c04e3025410bc2ca8ff (patch) | |
tree | 5c69235de1e18b4126233969a01a6d7e773435e7 /Master/texmf-dist/doc/latex | |
parent | f851b0418ea29a6881e53ea0d7f2fbd1e9ee346c (diff) |
bithesis (1oct23)
git-svn-id: svn://tug.org/texlive/trunk@68421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bithesis/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bithesis/bithesis.pdf | bin | 1178694 -> 556835 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/bithesis/dtx-style.sty | 31 |
3 files changed, 17 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/bithesis/README.md b/Master/texmf-dist/doc/latex/bithesis/README.md index 8326e575580..e281ceb931f 100644 --- a/Master/texmf-dist/doc/latex/bithesis/README.md +++ b/Master/texmf-dist/doc/latex/bithesis/README.md @@ -13,7 +13,7 @@ The current maintainer of this project is [Feng Kaiyu](https://github.com/fky201 BIThesis is an unofficial LaTeX template set for your **undergraduate, master, or doctoral thesis** as well as other academic writing here at BIT. -This project is supported by the _[Dept. of Undergraduate Academic Affairs, BIT](https://jwc.bit.edu.cn/)_ and the _[School of Computer Science and Technology, BIT](https://cs.bit.edu.cn/)_. See [Acknowledgements - Official Sponsors](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors). +This project is supported by the _[Dept. of Undergraduate Academic Affairs, BIT](https://jwb.bit.edu.cn/)_ and the _[School of Computer Science and Technology, BIT](https://cs.bit.edu.cn/)_. See [Acknowledgements - Official Sponsors](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors). At present, `bithesis` only supports XeTeX and LuaTeX engines. `bithesis` only allows `UTF-8` encoding. diff --git a/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf b/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf Binary files differindex a283fc36c78..7803e14a814 100644 --- a/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf +++ b/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf diff --git a/Master/texmf-dist/doc/latex/bithesis/dtx-style.sty b/Master/texmf-dist/doc/latex/bithesis/dtx-style.sty index 5a9b5a2c5a7..7b8a62105e7 100644 --- a/Master/texmf-dist/doc/latex/bithesis/dtx-style.sty +++ b/Master/texmf-dist/doc/latex/bithesis/dtx-style.sty @@ -107,7 +107,7 @@ {UT}{本科生毕业论文模板(undergraduate-thesis)} {UTE}{本科生全英文专业毕业论文模板(undergraduate-thesis-en)} {GT}{研究生学位论文模板(graduate-thesis)} - {LR}{简易使用报告模板(lab-report)} + {LR}{简易实验报告模板(lab-report)} {PT}{本科生毕业设计外文翻译模板(paper-translation)} {PS}{北理工主题的 Beamer 模板(presentation-slide)} {UP}{本科生毕业设计开题报告(undergraduate-proposal)} @@ -243,7 +243,7 @@ breakautoindent=true, columns=flexible, keepspaces=true, - gobble=4, + gobble=0, framesep=3pt, rulesep=1pt, framerule=1pt, @@ -291,8 +291,9 @@ \DeclareDocumentCommand{\env}{m}{\texttt{#1}} \newcommand{\myentry}[1]{% \marginpar{\raggedleft\color{purple}\bfseries\strut #1}} -\newcommand{\note}[2][Note]{{% - \color{magenta}{\bfseries #1}\emph{#2}}} +\newenvironment{note}[1][Note] + {{\color{magenta} \bfseries #1} \itshape} + {} \DeclareDocumentCommand{\githubuser}{m}{\href{https://github.com/#1}{@#1}} @@ -316,17 +317,17 @@ \makeatletter \def\matex@ssize{\smaller\scshape} \DeclareRobustCommand{\BIThesis}{ - \mbox{ - \kern-0.5em{B}\kern-0.05em - {I}\kern-0.05em - {T}\kern-0.1em - \raisebox{-0.38ex}{\matex@ssize {H}}\kern-0.1em - {\matex@ssize {E}}\kern-0.05em - \raisebox{-0.38ex}{\matex@ssize {S}}\kern-0.05em - {\matex@ssize {I}}\kern-0.05em - \raisebox{-0.35ex}{\matex@ssize {S}}\kern-0.5em - \kern 1ex - } + \texorpdfstring{\mbox{ + \kern-0.5em{B}\kern-0.05em + {I}\kern-0.05em + {T}\kern-0.1em + \raisebox{-0.38ex}{\matex@ssize {H}}\kern-0.1em + {\matex@ssize {E}}\kern-0.05em + \raisebox{-0.38ex}{\matex@ssize {S}}\kern-0.05em + {\matex@ssize {I}}\kern-0.05em + \raisebox{-0.35ex}{\matex@ssize {S}}\kern-0.5em + \kern 1ex + }}{BIThesis} } %% from \pkg{ctxdoc} |