From 969fe4bb95debc564d4dfc6ee2e7be61ced636ac Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 16 Nov 2021 21:23:34 +0000 Subject: hitszthesis (16nov21) git-svn-id: svn://tug.org/texlive/trunk@61073 c570f23f-e606-0410-a88d-b1316a301751 --- .../bibtex/bst/hitszthesis/hitszthesis.bst | 30 +- Master/texmf-dist/doc/latex/hitszthesis/License | 416 +++++++++++++++++++++ Master/texmf-dist/doc/latex/hitszthesis/README.md | 18 +- .../doc/latex/hitszthesis/back/publications.tex | 18 +- .../doc/latex/hitszthesis/body/chapter02.tex | 6 +- .../texmf-dist/doc/latex/hitszthesis/dtx-style.sty | 8 +- .../latex/hitszthesis/front/coverinformation.tex | 15 +- .../doc/latex/hitszthesis/hitszthesis-bachelor.pdf | Bin 386915 -> 389047 bytes .../doc/latex/hitszthesis/hitszthesis-doctor.pdf | Bin 349110 -> 357763 bytes .../doc/latex/hitszthesis/hitszthesis-example.tex | 9 +- .../doc/latex/hitszthesis/hitszthesis-master.pdf | Bin 341891 -> 349872 bytes .../doc/latex/hitszthesis/hitszthesis.cfg | 14 +- .../doc/latex/hitszthesis/hitszthesis.pdf | Bin 611466 -> 614224 bytes .../texmf-dist/doc/latex/hitszthesis/reference.bib | 4 +- .../makeindex/hitszthesis/hitszthesis.ist | 8 +- .../texmf-dist/source/latex/hitszthesis/Makefile | 26 +- .../source/latex/hitszthesis/hitszthesis.dtx | 49 ++- .../source/latex/hitszthesis/hitszthesis.ins | 32 +- .../tex/latex/hitszthesis/hitszthesis.cls | 40 +- .../tex/latex/hitszthesis/hitszthesis.sty | 8 +- 20 files changed, 575 insertions(+), 126 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/hitszthesis/License diff --git a/Master/texmf-dist/bibtex/bst/hitszthesis/hitszthesis.bst b/Master/texmf-dist/bibtex/bst/hitszthesis/hitszthesis.bst index 7b01cb29b9c..b187ddba7c4 100644 --- a/Master/texmf-dist/bibtex/bst/hitszthesis/hitszthesis.bst +++ b/Master/texmf-dist/bibtex/bst/hitszthesis/hitszthesis.bst @@ -2,10 +2,10 @@ % FileName: hitszthesis.bst % Author: 杨敬轩(Jingxuan Yang) % Email: yanglatex2e@gmail.com -% Version: 0.0.1 +% Version: 0.0.2 % Modified: 杨敬轩(Jingxuan Yang) % History: Yanshuo Chu,胡海星 -% LastChange: 2020-03-12 12:39:30 +% LastChange: 2021-11-15 17:42:30 %============================================================================= % ENTRY % class Entry { @@ -82,12 +82,12 @@ FUNCTION {cap.edition.en} {"~ed"} FUNCTION {cap.edition.zh} {"版"} FUNCTION {cap.anonymous.en} {"Anon"} FUNCTION {cap.anonymous.zh} {"佚名"} -FUNCTION {cap.no.address.en} {"[S.l.]"} -FUNCTION {cap.no.address.zh} {"[出版地不详]"} -FUNCTION {cap.no.publisher.en} {"[s.n.]"} -FUNCTION {cap.no.publisher.zh} {"[出版者不详]"} -FUNCTION {cap.et.al.en} {", et~al"} -FUNCTION {cap.et.al.zh} {", 等"} +FUNCTION {cap.no.address.en} {"[S.l.]"} +FUNCTION {cap.no.address.zh} {"[出版地不详]"} +FUNCTION {cap.no.publisher.en} {"[s.n.]"} +FUNCTION {cap.no.publisher.zh} {"[出版者不详]"} +FUNCTION {cap.et.al.en} {",et~al"} +FUNCTION {cap.et.al.zh} {",等"} FUNCTION {cap.translate.en} {"~trans"} FUNCTION {cap.translate.zh} {"译"} FUNCTION {cap.doi.url} {"http://dx.doi.org/"} @@ -98,8 +98,8 @@ FUNCTION {cap.th.en} {"th"} FUNCTION {cap.space} {" "} FUNCTION {cap.period} {"\@. "} -FUNCTION {cap.comma} {"\@, "} -FUNCTION {cap.colon} {"\thinspace{}\textnormal{: }"} +FUNCTION {cap.comma} {"\@,"} +FUNCTION {cap.colon} {"\thinspace{}\textnormal{:}"} FUNCTION {cap.double.slash} {" //\thinspace{}"} FUNCTION {cap.dash} {"\textnormal{-}"} @@ -332,13 +332,13 @@ FUNCTION {add.brace} { % String Entry::add_brace(Stri %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FUNCTION {add.bracket} { % String Entry::bracket(String str) { - "(" swap$ * ")" * % return "(" + str + ")"; + "(" swap$ * ")\!\!" * % return "(" + str + ")\!\!"; } % } % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FUNCTION {add.squarebracket} { % String Entry::add_squarebracket(String str) { - "[" swap$ * "]" * % return "[" + str + "]"; + "[" swap$ * "]" * % return "[" + str + "]"; } % } % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -602,9 +602,9 @@ FUNCTION {format.names} { % String Entry::format_names(S remove.dots 'jrname := % jrname = remove_dots(tmp); namelist nameindex "{f}" format.name$ % tmp = format_name(namelist, nameindex, "{f}"); remove.dots % tmp = remove_dots(tmp); - 'firstname := % firstname = change_case(tmp, "u"); + "u" change.case$ 'firstname := % firstname = change_case(tmp, "u"); namelist nameindex "{ll}" format.name$ % tmp = format_name(namelist, nameindex, "{ll}"); - 'lastname := % lastname = change_case(tmp, "u"); + "u" change.case$ 'lastname := % lastname = change_case(tmp, "u"); jrname empty$ not { % if (! empty(jrname)) { jrname * " " * % result = result + jrname + " " } 'skip$ if$ % } @@ -697,7 +697,7 @@ FUNCTION {format.booktitle} { % String Emtry::format_booktit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FUNCTION {format.mark} { % String Emtry::format_mark(String mark) { - "[" swap$ * "]" * % mark = "[" + mark + "]"; + "\,[" swap$ * "]" * % mark = " [" + mark + "]"; "mark" format.bibinfo % return format_bibinfo(mark, "mark"); } % } % diff --git a/Master/texmf-dist/doc/latex/hitszthesis/License b/Master/texmf-dist/doc/latex/hitszthesis/License new file mode 100644 index 00000000000..22443139013 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hitszthesis/License @@ -0,0 +1,416 @@ +The LaTeX Project Public License +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + +LPPL Version 1.3c 2008-05-04 + +Copyright 1999 2002-2008 LaTeX3 Project + Everyone is allowed to distribute verbatim copies of this + license document, but modification of it is not allowed. + + +PREAMBLE +======== + +The LaTeX Project Public License (LPPL) is the primary license under +which the LaTeX kernel and the base LaTeX packages are distributed. + +You may use this license for any work of which you hold the copyright +and which you wish to distribute. This license may be particularly +suitable if your work is TeX-related (such as a LaTeX package), but +it is written in such a way that you can use it even if your work is +unrelated to TeX. + +The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', +below, gives instructions, examples, and recommendations for authors +who are considering distributing their works under this license. + +This license gives conditions under which a work may be distributed +and modified, as well as conditions under which modified versions of +that work may be distributed. + +We, the LaTeX3 Project, believe that the conditions below give you +the freedom to make and distribute modified versions of your work +that conform with whatever technical specifications you wish while +maintaining the availability, integrity, and reliability of +that work. If you do not see how to achieve your goal while +meeting these conditions, then read the document `cfgguide.tex' +and `modguide.tex' in the base LaTeX distribution for suggestions. + + +DEFINITIONS +=========== + +In this license document the following terms are used: + + `Work' + Any work being distributed under this License. + + `Derived Work' + Any work that under any applicable law is derived from the Work. + + `Modification' + Any procedure that produces a Derived Work under any applicable + law -- for example, the production of a file containing an + original file associated with the Work or a significant portion of + such a file, either verbatim or with modifications and/or + translated into another language. + + `Modify' + To apply any procedure that produces a Derived Work under any + applicable law. + + `Distribution' + Making copies of the Work available from one person to another, in + whole or in part. Distribution includes (but is not limited to) + making any electronic components of the Work accessible by + file transfer protocols such as FTP or HTTP or by shared file + systems such as Sun's Network File System (NFS). + + `Compiled Work' + A version of the Work that has been processed into a form where it + is directly usable on a computer system. This processing may + include using installation facilities provided by the Work, + transformations of the Work, copying of components of the Work, or + other activities. Note that modification of any installation + facilities provided by the Work constitutes modification of the Work. + + `Current Maintainer' + A person or persons nominated as such within the Work. If there is + no such explicit nomination then it is the `Copyright Holder' under + any applicable law. + + `Base Interpreter' + A program or process that is normally needed for running or + interpreting a part or the whole of the Work. + + A Base Interpreter may depend on external components but these + are not considered part of the Base Interpreter provided that each + external component clearly identifies itself whenever it is used + interactively. Unless explicitly specified when applying the + license to the Work, the only applicable Base Interpreter is a + `LaTeX-Format' or in the case of files belonging to the + `LaTeX-format' a program implementing the `TeX language'. + + + +CONDITIONS ON DISTRIBUTION AND MODIFICATION +=========================================== + +1. Activities other than distribution and/or modification of the Work +are not covered by this license; they are outside its scope. In +particular, the act of running the Work is not restricted and no +requirements are made concerning any offers of support for the Work. + +2. You may distribute a complete, unmodified copy of the Work as you +received it. Distribution of only part of the Work is considered +modification of the Work, and no right to distribute such a Derived +Work may be assumed under the terms of this clause. + +3. You may distribute a Compiled Work that has been generated from a +complete, unmodified copy of the Work as distributed under Clause 2 +above, as long as that Compiled Work is distributed in such a way that +the recipients may install the Compiled Work on their system exactly +as it would have been installed if they generated a Compiled Work +directly from the Work. + +4. If you are the Current Maintainer of the Work, you may, without +restriction, modify the Work, thus creating a Derived Work. You may +also distribute the Derived Work without restriction, including +Compiled Works generated from the Derived Work. Derived Works +distributed in this manner by the Current Maintainer are considered to +be updated versions of the Work. + +5. If you are not the Current Maintainer of the Work, you may modify +your copy of the Work, thus creating a Derived Work based on the Work, +and compile this Derived Work, thus creating a Compiled Work based on +the Derived Work. + +6. If you are not the Current Maintainer of the Work, you may +distribute a Derived Work provided the following conditions are met +for every component of the Work unless that component clearly states +in the copyright notice that it is exempt from that condition. Only +the Current Maintainer is allowed to add such statements of exemption +to a component of the Work. + + a. If a component of this Derived Work can be a direct replacement + for a component of the Work when that component is used with the + Base Interpreter, then, wherever this component of the Work + identifies itself to the user when used interactively with that + Base Interpreter, the replacement component of this Derived Work + clearly and unambiguously identifies itself as a modified version + of this component to the user when used interactively with that + Base Interpreter. + + b. Every component of the Derived Work contains prominent notices + detailing the nature of the changes to that component, or a + prominent reference to another file that is distributed as part + of the Derived Work and that contains a complete and accurate log + of the changes. + + c. No information in the Derived Work implies that any persons, + including (but not limited to) the authors of the original version + of the Work, provide any support, including (but not limited to) + the reporting and handling of errors, to recipients of the + Derived Work unless those persons have stated explicitly that + they do provide such support for the Derived Work. + + d. You distribute at least one of the following with the Derived Work: + + 1. A complete, unmodified copy of the Work; + if your distribution of a modified component is made by + offering access to copy the modified component from a + designated place, then offering equivalent access to copy + the Work from the same or some similar place meets this + condition, even though third parties are not compelled to + copy the Work along with the modified component; + + 2. Information that is sufficient to obtain a complete, + unmodified copy of the Work. + +7. If you are not the Current Maintainer of the Work, you may +distribute a Compiled Work generated from a Derived Work, as long as +the Derived Work is distributed to all recipients of the Compiled +Work, and as long as the conditions of Clause 6, above, are met with +regard to the Derived Work. + +8. The conditions above are not intended to prohibit, and hence do not +apply to, the modification, by any method, of any component so that it +becomes identical to an updated version of that component of the Work as +it is distributed by the Current Maintainer under Clause 4, above. + +9. Distribution of the Work or any Derived Work in an alternative +format, where the Work or that Derived Work (in whole or in part) is +then produced by applying some process to that format, does not relax or +nullify any sections of this license as they pertain to the results of +applying that process. + +10. a. A Derived Work may be distributed under a different license + provided that license itself honors the conditions listed in + Clause 6 above, in regard to the Work, though it does not have + to honor the rest of the conditions in this license. + + b. If a Derived Work is distributed under a different license, that + Derived Work must provide sufficient documentation as part of + itself to allow each recipient of that Derived Work to honor the + restrictions in Clause 6 above, concerning changes from the Work. + +11. This license places no restrictions on works that are unrelated to +the Work, nor does this license place any restrictions on aggregating +such works with the Work by any means. + +12. Nothing in this license is intended to, or may be used to, prevent +complete compliance by all parties with all applicable laws. + + +NO WARRANTY +=========== + +There is no warranty for the Work. Except when otherwise stated in +writing, the Copyright Holder provides the Work `as is', without +warranty of any kind, either expressed or implied, including, but not +limited to, the implied warranties of merchantability and fitness for a +particular purpose. The entire risk as to the quality and performance +of the Work is with you. Should the Work prove defective, you assume +the cost of all necessary servicing, repair, or correction. + +In no event unless required by applicable law or agreed to in writing +will The Copyright Holder, or any author named in the components of the +Work, or any other party who may distribute and/or modify the Work as +permitted above, be liable to you for damages, including any general, +special, incidental or consequential damages arising out of any use of +the Work or out of inability to use the Work (including, but not limited +to, loss of data, data being rendered inaccurate, or losses sustained by +anyone as a result of any failure of the Work to operate with any other +programs), even if the Copyright Holder or said author or said other +party has been advised of the possibility of such damages. + + +MAINTENANCE OF THE WORK +======================= + +The Work has the status `author-maintained' if the Copyright Holder +explicitly and prominently states near the primary copyright notice in +the Work that the Work can only be maintained by the Copyright Holder +or simply that it is `author-maintained'. + +The Work has the status `maintained' if there is a Current Maintainer +who has indicated in the Work that they are willing to receive error +reports for the Work (for example, by supplying a valid e-mail +address). It is not required for the Current Maintainer to acknowledge +or act upon these error reports. + +The Work changes from status `maintained' to `unmaintained' if there +is no Current Maintainer, or the person stated to be Current +Maintainer of the work cannot be reached through the indicated means +of communication for a period of six months, and there are no other +significant signs of active maintenance. + +You can become the Current Maintainer of the Work by agreement with +any existing Current Maintainer to take over this role. + +If the Work is unmaintained, you can become the Current Maintainer of +the Work through the following steps: + + 1. Make a reasonable attempt to trace the Current Maintainer (and + the Copyright Holder, if the two differ) through the means of + an Internet or similar search. + + 2. If this search is successful, then enquire whether the Work + is still maintained. + + a. If it is being maintained, then ask the Current Maintainer + to update their communication data within one month. + + b. If the search is unsuccessful or no action to resume active + maintenance is taken by the Current Maintainer, then announce + within the pertinent community your intention to take over + maintenance. (If the Work is a LaTeX work, this could be + done, for example, by posting to comp.text.tex.) + + 3a. If the Current Maintainer is reachable and agrees to pass + maintenance of the Work to you, then this takes effect + immediately upon announcement. + + b. If the Current Maintainer is not reachable and the Copyright + Holder agrees that maintenance of the Work be passed to you, + then this takes effect immediately upon announcement. + + 4. If you make an `intention announcement' as described in 2b. above + and after three months your intention is challenged neither by + the Current Maintainer nor by the Copyright Holder nor by other + people, then you may arrange for the Work to be changed so as + to name you as the (new) Current Maintainer. + + 5. If the previously unreachable Current Maintainer becomes + reachable once more within three months of a change completed + under the terms of 3b) or 4), then that Current Maintainer must + become or remain the Current Maintainer upon request provided + they then update their communication data within one month. + +A change in the Current Maintainer does not, of itself, alter the fact +that the Work is distributed under the LPPL license. + +If you become the Current Maintainer of the Work, you should +immediately provide, within the Work, a prominent and unambiguous +statement of your status as Current Maintainer. You should also +announce your new status to the same pertinent community as +in 2b) above. + + +WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE +====================================================== + +This section contains important instructions, examples, and +recommendations for authors who are considering distributing their +works under this license. These authors are addressed as `you' in +this section. + +Choosing This License or Another License +---------------------------------------- + +If for any part of your work you want or need to use *distribution* +conditions that differ significantly from those in this license, then +do not refer to this license anywhere in your work but, instead, +distribute your work under a different license. You may use the text +of this license as a model for your own license, but your license +should not refer to the LPPL or otherwise give the impression that +your work is distributed under the LPPL. + +The document `modguide.tex' in the base LaTeX distribution explains +the motivation behind the conditions of this license. It explains, +for example, why distributing LaTeX under the GNU General Public +License (GPL) was considered inappropriate. Even if your work is +unrelated to LaTeX, the discussion in `modguide.tex' may still be +relevant, and authors intending to distribute their works under any +license are encouraged to read it. + +A Recommendation on Modification Without Distribution +----------------------------------------------------- + +It is wise never to modify a component of the Work, even for your own +personal use, without also meeting the above conditions for +distributing the modified component. While you might intend that such +modifications will never be distributed, often this will happen by +accident -- you may forget that you have modified that component; or +it may not occur to you when allowing others to access the modified +version that you are thus distributing it and violating the conditions +of this license in ways that could have legal implications and, worse, +cause problems for the community. It is therefore usually in your +best interest to keep your copy of the Work identical with the public +one. Many works provide ways to control the behavior of that work +without altering any of its licensed components. + +How to Use This License +----------------------- + +To use this license, place in each of the components of your work both +an explicit copyright notice including your name and the year the work +was authored and/or last substantially modified. Include also a +statement that the distribution and/or modification of that +component is constrained by the conditions in this license. + +Here is an example of such a notice and statement: + + %% pig.dtx + %% Copyright 2005 M. Y. Name + % + % This work may be distributed and/or modified under the + % conditions of the LaTeX Project Public License, either version 1.3 + % of this license or (at your option) any later version. + % 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 2005/12/01 or later. + % + % This work has the LPPL maintenance status `maintained'. + % + % The Current Maintainer of this work is M. Y. Name. + % + % This work consists of the files pig.dtx and pig.ins + % and the derived file pig.sty. + +Given such a notice and statement in a file, the conditions +given in this license document would apply, with the `Work' referring +to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being +generated from `pig.dtx' using `pig.ins'), the `Base Interpreter' +referring to any `LaTeX-Format', and both `Copyright Holder' and +`Current Maintainer' referring to the person `M. Y. Name'. + +If you do not want the Maintenance section of LPPL to apply to your +Work, change `maintained' above into `author-maintained'. +However, we recommend that you use `maintained', as the Maintenance +section was added in order to ensure that your Work remains useful to +the community even when you can no longer maintain and support it +yourself. + +Derived Works That Are Not Replacements +--------------------------------------- + +Several clauses of the LPPL specify means to provide reliability and +stability for the user community. They therefore concern themselves +with the case that a Derived Work is intended to be used as a +(compatible or incompatible) replacement of the original Work. If +this is not the case (e.g., if a few lines of code are reused for a +completely different task), then clauses 6b and 6d shall not apply. + + +Important Recommendations +------------------------- + + Defining What Constitutes the Work + + The LPPL requires that distributions of the Work contain all the + files of the Work. It is therefore important that you provide a + way for the licensee to determine which files constitute the Work. + This could, for example, be achieved by explicitly listing all the + files of the Work near the copyright notice of each file or by + using a line such as: + + % This work consists of all files listed in manifest.txt. + + in that place. In the absence of an unequivocal list it might be + impossible for the licensee to determine what is considered by you + to comprise the Work and, in such a case, the licensee would be + entitled to make reasonable conjectures as to which files comprise + the Work. + diff --git a/Master/texmf-dist/doc/latex/hitszthesis/README.md b/Master/texmf-dist/doc/latex/hitszthesis/README.md index acd4d49b73c..47f31127e86 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/README.md +++ b/Master/texmf-dist/doc/latex/hitszthesis/README.md @@ -14,7 +14,7 @@ # Introduction to hitszthesis -HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Technology, ShenZhen** (HITSZ), including bachelor, master and doctor dissertations. Current version is 3.2, updated on 2020/06/23. Note that 3.x version is not compatible with 2.x version. Please join QQ group: 1039392552 to report issues. If using `Makefile` or `compile.bat` to automatically compile thesis, please first rename the file `hitszthesis-example.tex` to `main.tex`. +HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Technology, ShenZhen** (HITSZ), including bachelor, master and doctor dissertations. Current version is 3.2.1, updated on 2021/11/15. Note that 3.x version is not compatible with 2.x version. Please join QQ group: 1039392552 to report issues. ```latex |- front @@ -36,7 +36,7 @@ HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Techn |- appendixB.tex |- ceindex.tex |- conclusion.tex - |- publication.tex + |- publications.tex |- resume.tex |- figures |- bthesistitle.eps @@ -44,16 +44,16 @@ HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Techn |- hitlogo.eps |- compile.bat |- ctex-fontset-siyuan.def + |- hitszthesis-bachelor.pdf + |- hitszthesis-doctor.pdf + |- hitszthesis-master.pdf |- hitszthesis.bst |- hitszthesis.dtx |- hitszthesis.ins |- hitszthesis.pdf |- hitszthesis.sty |- latexmkrc - |- hitszthesis-bachelor.pdf - |- hitszthesis-doctor.pdf - |- hitszthesis-master.pdf - |- hitszthesis-example.tex + |- main.tex |- Makefile |- README.md |- reference.bib @@ -61,7 +61,7 @@ HITSZThesis is a **dissertation** LaTeX template for **Harbin Institute of Techn # hitszthesis 模板简介 -hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.2,更新于2020年6月23日。注意3.x版本不兼容2.x版本。请加入QQ群:1039392552反馈模板使用过程中遇到的问题。如果要使用`Makefile`或者`compile.bat`自动编译论文,请先把文件`hitszthesis-example.tex`重命名为`main.tex`。 +hitszthesis 是哈尔滨工业大学(深圳)本硕博学位论文模板,当前版本为3.2.1,更新于2021年11月15日。注意3.x版本不兼容2.x版本。请加入QQ群:1039392552反馈模板使用过程中遇到的问题。 # Documentation @@ -149,7 +149,7 @@ Please follow the procedure below: * QQ group: 1039392552 * [GitHub Issues](https://github.com/YangLaTeX/hitszthesis/issues) -* [Educational Email](mailto:yangjingxuan@stu.hit.edu.cn) +* [Educational Email](mailto:yangjx20@mails.tsinghua.edu.cn) * [Gmail](mailto:yanglatex2e@gmail.com) # 模板问题反馈 @@ -158,7 +158,7 @@ Please follow the procedure below: * QQ group: 1039392552 * [GitHub 问题反馈](https://github.com/YangLaTeX/hitszthesis/issues) -* [教育邮箱](mailto:yangjingxuan@stu.hit.edu.cn) +* [教育邮箱](mailto:yangjx20@mails.tsinghua.edu.cn) * [Gmail 邮箱](mailto:yanglatex2e@gmail.com) # Makefile Usage diff --git a/Master/texmf-dist/doc/latex/hitszthesis/back/publications.tex b/Master/texmf-dist/doc/latex/hitszthesis/back/publications.tex index 56fc04fbcdf..615d1653387 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/back/publications.tex +++ b/Master/texmf-dist/doc/latex/hitszthesis/back/publications.tex @@ -4,23 +4,23 @@ \begin{publication} \noindent\songti\textbf{(一)发表的学术论文} \begin{publist} - \item XXX,XXX. Static Oxidation Model of Al-Mg/C Dissipation Thermal Protection Materials[J]. Rare Metal Materials and Engineering, 2010, 39(Suppl. 1): 520-524.(SCI~收录,IDS号为~669JS,IF=0.16) - \item XXX,XXX. 精密超声振动切削单晶铜的计算机仿真研究[J]. 系统仿真学报,2007,19(4):738-741,753.(EI~收录号:20071310514841) - \item XXX,XXX. 局部多孔质气体静压轴向轴承静态特性的数值求解[J]. 摩擦学学报,2007(1):68-72.(EI~收录号:20071510544816) - \item XXX,XXX. 硬脆光学晶体材料超精密切削理论研究综述[J]. 机械工程学报,2003,39(8):15-22.(EI~收录号:2004088028875) - \item XXX,XXX. 基于遗传算法的超精密切削加工表面粗糙度预测模型的参数辨识以及切削参数优化[J]. 机械工程学报,2005,41(11):158-162.(EI~收录号:2006039650087) - \item XXX,XXX. Discrete Sliding Mode Cintrok with Fuzzy Adaptive Reaching Law on 6-PEES Parallel Robot[C]. Intelligent System Design and Applications, Jinan, 2006: 649-652.(EI~收录号:20073210746529) + \item XXX,XXX. Static Oxidation Model of Al-Mg/C Dissipation Thermal Protection Materials[J]. Rare Metal Materials and Engineering,2010,39(Suppl. 1):520-524.(SCI~收录,IDS号为~669JS,IF=0.16) + \item XXX,XXX. 精密超声振动切削单晶铜的计算机仿真研究[J]. 系统仿真学报,2007,19(4):738-741,753.(EI~收录号:20071310514841) + \item XXX,XXX. 局部多孔质气体静压轴向轴承静态特性的数值求解[J]. 摩擦学学报,2007(1):68-72.(EI~收录号:20071510544816) + \item XXX,XXX. 硬脆光学晶体材料超精密切削理论研究综述[J]. 机械工程学报,2003,39(8):15-22.(EI~收录号:2004088028875) + \item XXX,XXX. 基于遗传算法的超精密切削加工表面粗糙度预测模型的参数辨识以及切削参数优化[J]. 机械工程学报,2005,41(11):158-162.(EI~收录号:2006039650087) + \item XXX,XXX. Discrete Sliding Mode Cintrok with Fuzzy Adaptive Reaching Law on 6-PEES Parallel Robot[C]. Intelligent System Design and Applications,Jinan,2006:649-652.(EI~收录号:20073210746529) \end{publist} \noindent\songti\textbf{(二)申请及已获得的专利(无专利时此项不必列出)} \begin{publist} - \item XXX,XXX. 一种温热外敷药制备方案:中国,88105607.3[P]. 1989-07-26. + \item XXX,XXX. 一种温热外敷药制备方案:中国,88105607.3[P]. 1989-07-26. \end{publist} \noindent\songti\textbf{(三)参与的科研项目及获奖情况} \begin{publist} - \item XXX,XXX. XX~气体静压轴承技术研究, XX~省自然科学基金项目.课题编号:XXXX. - \item XXX,XXX. XX~静载下预应力混凝土房屋结构设计统一理论. 黑江省科学技术二等奖, 2007. + \item XXX,XXX. XX~气体静压轴承技术研究,XX~省自然科学基金项目.课题编号:XXXX. + \item XXX,XXX. XX~静载下预应力混凝土房屋结构设计统一理论. 黑江省科学技术二等奖,2007. \end{publist} %\vfill %\hangafter=1\hangindent=2em\noindent diff --git a/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex b/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex index ae7392bd512..d972f1d8d3a 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex +++ b/Master/texmf-dist/doc/latex/hitszthesis/body/chapter02.tex @@ -171,15 +171,15 @@ Times New Roman字体,字号尽量采用5号字(当字数较多时可用小5 \begin{minipage}[t]{0.3\textwidth} \wuhao \setlist[description]{font=\normalfont} \begin{description} - \item[a)]子图图题 + \item[(a)]子图图题 \end{description} \end{minipage} \hspace{2em} \begin{minipage}[t]{0.3\textwidth} \wuhao \setlist[description]{font=\normalfont} \begin{description} - \item[b)]子图图题 - \item[b)]Subfigure caption + \item[(b)]子图图题 + \item[(b)]Subfigure caption \end{description} \end{minipage} \end{figure} diff --git a/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty b/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty index 4d2fb53692f..c76569b1e17 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty +++ b/Master/texmf-dist/doc/latex/hitszthesis/dtx-style.sty @@ -8,17 +8,17 @@ %% %% This is a generated file. %% -%% Copyright (C) 2019-2020 by Jingxuan Yang +%% Copyright (C) 2019-2021 by Jingxuan Yang %% %% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c +%% conditions of the LaTeX Project Public License, either version 1.3a %% of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2008/05/04 or later. +%% and version 1.3a or later is part of all distributions of LaTeX +%% version 2004/10/01 or later. %% %% To produce the documentation run the original source files ending with `.dtx' %% through LaTeX. diff --git a/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex b/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex index 6a766b09777..ef769fc3912 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex +++ b/Master/texmf-dist/doc/latex/hitszthesis/front/coverinformation.tex @@ -17,12 +17,13 @@ %========= % 中文信息 %========= - ctitleone={基于神经网络的机器人},%本科生封面使用 - ctitletwo={智能抓取研究},%本科生封面使用 - ctitlecover={基于神经网络的机器人智能抓取研究},%放在封面中使用,自由断行 - ctitle={基于神经网络的机器人智能抓取研究},%放在原创性声明中使用 - csubtitle={一条副标题}, %一般情况没有,可以注释掉 + ctitleone={基于神经网络的机器人}, % 本科生封面使用 + ctitletwo={智能抓取研究}, % 本科生封面使用 + ctitlecover={基于神经网络的机器人智能抓取研究}, % 放在封面中使用,自由断行 + ctitle={基于神经网络的机器人智能抓取研究}, % 放在原创性声明中使用 + csubtitle={一条副标题}, % 一般情况没有,可以注释掉 cxueke={工学}, + cpostgraduatetype={学术}, % 学术或专业 csubject={机械设计制造及其自动化}, % csubject={机械工程}, caffil={机电工程与自动化学院}, @@ -33,10 +34,10 @@ % ccosupervisor={某某某 教授}, % 联合指导老师 % 日期自动使用当前时间,若需指定按如下方式修改: cdate={2020年6月}, - % 指定本科第二页封面的日期,即答辩日期 + % 指定第二页封面的日期,即答辩日期 cdatesecond={2020年06月09日}, cstudentid={SZ160310217}, - cstudenttype={同等学力人员}, %非全日制教育申请学位者 + cstudenttype={同等学力人员}, % 非全日制教育申请学位者 %(同等学力人员)、(工程硕士)、(工商管理硕士)、 %(高级管理人员工商管理硕士)、(公共管理硕士)、(中职教师)、(高校教师)等 % diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf index 185db04f52e..a58cce38bb1 100644 Binary files a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf and b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-bachelor.pdf differ diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-doctor.pdf b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-doctor.pdf index ac53374d4fc..43f6d936436 100644 Binary files a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-doctor.pdf and b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-doctor.pdf differ diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex index 6dc0c868f98..998b8165620 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex +++ b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-example.tex @@ -3,16 +3,16 @@ % !TEX program = XeLaTeX %%============================================= % 模板名称:hitszthesis -% 模板版本:V3.2 +% 模板版本:V3.2.1 % 模板作者:杨敬轩(Jingxuan Yang) -% 联系作者:yangjingxuan@stu.hit.edu.cn & yanglatex2e@gmail.com +% 联系作者:yangjx20@mails.tsinghua.edu.cn & yanglatex2e@gmail.com % 模板交流:QQ群:1039392552,加群请备注LaTeX、hitszthesis相关说明 % 模板适用:哈尔滨工业大学(深圳)本、硕、博学位论文 % 模板编译:手动编译方法参看 README.md 或 hitszthesis.pdf % GNU make 工具:make thesis % Windows批处理脚本:双击 compile.bat 自动编译论文 % 更多编译细节详见说明文档:hitszthesis.pdf -% 更新时间:2020/06/23 +% 更新时间:2021/11/15 % 模板帮助:请**务必务必务必**阅读 hitszthesis.pdf 说明文档,文档查看方法: % cmd 命令行:texdoc hitszthesis % 推荐前往模板的 GitHub 仓库获取最新文件,地址: @@ -113,6 +113,9 @@ \input{back/conclusion} % 参考文献 +% 按需选择 样式 +% 二者主要区别在于括号和标点采用中文还是英文 +% \bibliographystyle{gbt7714-numerical} \bibliographystyle{hitszthesis} \bibliography{reference} diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-master.pdf b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-master.pdf index fad23a367a0..b1f83196695 100644 Binary files a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-master.pdf and b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis-master.pdf differ diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg index 512d32d6eeb..9002b87b495 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg +++ b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.cfg @@ -8,22 +8,22 @@ %% %% This is a generated file. %% -%% Copyright (C) 2019-2020 by Jingxuan Yang +%% Copyright (C) 2019-2021 by Jingxuan Yang %% %% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c +%% conditions of the LaTeX Project Public License, either version 1.3a %% of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2008/05/04 or later. +%% and version 1.3a or later is part of all distributions of LaTeX +%% version 2004/10/01 or later. %% %% This is the configuration file of the hitszthesis package with LaTeX2e. %% \ProvidesFile{hitszthesis.cfg} -[2020/06/23 3.2 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] +[2021/11/15 3.2.1 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] \theorembodyfont{\normalfont} \theoremheaderfont{\normalfont\heiti} \theoremsymbol{\ensuremath{\square}} @@ -133,7 +133,7 @@ \def\hitsz@edegreetitle{Academic Degree Applied for} \def\hitsz@esubjecttitle{Specialty} \def\hitsz@eaffiltitle{Affiliation} -\def\hitsz@edatetitle{Date of Defence} +\def\hitsz@edatetitle{Date of Defense} \def\hitsz@eschoolnametitle{Degree-Conferring-Institution} \def\hitsz@eschoolname{Harbin Institute of Technology} \def\hitsz@title@esep{:} @@ -194,7 +194,7 @@ \newcommand{\hitsz@declaretext}{% 本人郑重声明:此处所提交的学位论文《\hitsz@ctitle》,是本人在导师指导下,在哈尔滨工业大学攻读学位期间独立进行研究工作所取得的成果,且学位论文中除已标注引用文献的部分外不包含他人完成或已发表的研究成果。对本学位论文的研究工作做出重要贡献的个人和集体,均已在文中以明确方式注明。} \newcommand{\hitsz@datefill}{\hspace{2.5em}年\hspace{1.5em}月\hspace{1.5em}日} -\newcommand{\hitsz@publication@ctitle}{攻读\hitsz@cxuewei 学位期间发表的论文及其他成果} +\newcommand{\hitsz@publication@ctitle}{攻读\hitsz@cxuewei 学位期间取得创新性成果} \newcommand{\hitsz@publication@etitle}{Papers published in the period of Ph.D. education} \def\hitsz@index@etitle{Index} \def\hitsz@dummyrow{哈深hitszthesis} diff --git a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf index ff78df1e399..34a9a930806 100644 Binary files a/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf and b/Master/texmf-dist/doc/latex/hitszthesis/hitszthesis.pdf differ diff --git a/Master/texmf-dist/doc/latex/hitszthesis/reference.bib b/Master/texmf-dist/doc/latex/hitszthesis/reference.bib index 0e7299739fe..fc47e535a65 100644 --- a/Master/texmf-dist/doc/latex/hitszthesis/reference.bib +++ b/Master/texmf-dist/doc/latex/hitszthesis/reference.bib @@ -32,7 +32,7 @@ } @ARTICLE{Gravagne2003, - author={I A {Gravagne} and C D {Rahn} and I D {Walker}}, + author={Gravagne, I A and Rahn, C D and Walker, I D}, journal={IEEE/ASME Transactions on Mechatronics}, title={Large Deflection Dynamics and Control for Planar Continuum Robots}, year={2003}, @@ -113,7 +113,7 @@ title={Design and Analysis of a Novel Pneumatic Manipulator}, author={Jones, Bryan A and McMahan, William and Walker, Ian}, booktitle={IFAC Symposium on Mechatronic Systems}, - address={Hanburg, German}, + address={Hanburg,German}, pages={745--750}, year={2004}, } diff --git a/Master/texmf-dist/makeindex/hitszthesis/hitszthesis.ist b/Master/texmf-dist/makeindex/hitszthesis/hitszthesis.ist index dcdda8eae7f..6e282b71f51 100644 --- a/Master/texmf-dist/makeindex/hitszthesis/hitszthesis.ist +++ b/Master/texmf-dist/makeindex/hitszthesis/hitszthesis.ist @@ -8,17 +8,17 @@ %% %% This is a generated file. %% -%% Copyright (C) 2019-2020 by Jingxuan Yang +%% Copyright (C) 2019-2021 by Jingxuan Yang %% %% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c +%% conditions of the LaTeX Project Public License, either version 1.3a %% of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2008/05/04 or later. +%% and version 1.3a or later is part of all distributions of LaTeX +%% version 2004/10/01 or later. %% %% This is the configuration file of the hitszthesis package with LaTeX2e. %% diff --git a/Master/texmf-dist/source/latex/hitszthesis/Makefile b/Master/texmf-dist/source/latex/hitszthesis/Makefile index 4ebf11aee34..af98b1a736e 100644 --- a/Master/texmf-dist/source/latex/hitszthesis/Makefile +++ b/Master/texmf-dist/source/latex/hitszthesis/Makefile @@ -4,6 +4,8 @@ METHOD = xelatex # Set opts for latexmk if you use it LATEXMKOPTS = -xelatex +# Set opts for xelatex if you use it +XELATEXOPTS = -shell-escape # Basename of thesis THESISMAIN = main @@ -48,24 +50,28 @@ thesis: $(THESISMAIN).pdf ifeq ($(METHOD),latexmk) +LATEXCMD := $(METHOD) $(LATEXMKOPTS) + $(PACKAGE).pdf: $(CLSFILES) FORCE_MAKE - $(METHOD) $(LATEXMKOPTS) $(PACKAGE).dtx + $(LATEXCMD) $(LATEXMKOPTS) $(PACKAGE).dtx $(THESISMAIN).pdf: $(CLSFILES) FORCE_MAKE - $(METHOD) $(LATEXMKOPTS) $(THESISMAIN) + $(LATEXCMD) $(LATEXMKOPTS) $(THESISMAIN) else ifeq ($(METHOD),xelatex) +LATEXCMD := $(METHOD) $(XELATEXOPTS) + $(PACKAGE).pdf: $(CLSFILES) - $(METHOD) $(PACKAGE).dtx + $(LATEXCMD) $(PACKAGE).dtx makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo - $(METHOD) $(PACKAGE).dtx - $(METHOD) $(PACKAGE).dtx + $(LATEXCMD) $(PACKAGE).dtx + $(LATEXCMD) $(PACKAGE).dtx $(THESISMAIN).idx: $(THESISMAIN).bbl - $(METHOD) $(THESISMAIN) - $(METHOD) $(THESISMAIN) + $(LATEXCMD) $(THESISMAIN) + $(LATEXCMD) $(THESISMAIN) $(THESISMAIN)_china.idx : $(CLSFILES) $(THESISMAIN).bbl $(THESISMAIN).idx @@ -74,12 +80,12 @@ $(THESISMAIN)_china.idx : $(CLSFILES) $(THESISMAIN).bbl $(THESISMAIN).idx $(THESISMAIN)_english.ind $(THESISMAIN)_china.ind $(THESISMAIN)_english.idx : $(THESISMAIN)_china.idx $(THESISMAIN).pdf: $(CLSFILES) $(THESISCONTENTS) $(THESISMAIN)_china.ind $(THESISMAIN)_china.idx $(THESISMAIN)_english.ind $(THESISMAIN)_english.idx $(THESISMAIN).bbl - $(METHOD) $(THESISMAIN) + $(LATEXCMD) $(THESISMAIN) splitindex $(THESISMAIN) -- -s $(PACKAGE).ist - $(METHOD) $(THESISMAIN) + $(LATEXCMD) $(THESISMAIN) $(THESISMAIN).bbl: $(BIBFILE) - $(METHOD) $(THESISMAIN) + $(LATEXCMD) $(THESISMAIN) -bibtex $(THESISMAIN) $(RM) $(THESISMAIN).pdf diff --git a/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.dtx b/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.dtx index 5cf1c8adaf0..4943e3feae9 100644 --- a/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.dtx +++ b/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2019-2020 by Jingxuan Yang +% Copyright (C) 2019-2021 by Jingxuan Yang % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -16,7 +16,7 @@ % % \iffalse %<*driver> -\ProvidesFile{hitszthesis.dtx}[2020/06/23 3.2 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] +\ProvidesFile{hitszthesis.dtx}[2021/11/15 3.2.1 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -937,7 +937,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesClass{hitszthesis} %\ProvidesFile{hitszthesis.cfg} -%[2020/06/23 3.2 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] +%[2021/11/15 3.2.1 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] % \end{macrocode} % % \subsection{定义选项} @@ -1278,10 +1278,11 @@ \fi % \end{macrocode} % -% 利用 \pkg{CJKfntef} 实现汉字的下划线和盒子内两段对齐,并可以避免 +% 利用 \pkg{xeCJKfntef} 实现汉字的下划线和盒子内两段对齐,并可以避免 % \cs{makebox}\oarg{width}\oarg{s} 可能产生的 underful boxes。 +% \changes{v3.2.1}{2021/11/14}{CJKfntef包不再自动加载xeCJKfntef} % \begin{macrocode} -\RequirePackage{CJKfntef} +\RequirePackage{xeCJKfntef} % \end{macrocode} % % 表格控制 @@ -1295,7 +1296,9 @@ % \end{macrocode} % % 参考文献引用宏包。 +% \changes{v3.2.1}{2021/11/15}{add package \pkg{gbt7714}} % \begin{macrocode} +\RequirePackage{gbt7714} \RequirePackage[sort&compress]{natbib} % \end{macrocode} % @@ -1931,10 +1934,11 @@ delim_1 "\\hspace*{\\fill}" % \end{macro} % % 图表名称及格式。 +% \changes{v3.2.1}{2021/11/15}{change `thesubfigure' with both brackets} % \begin{macrocode} \renewcommand{\thesubtable}{(\alph{subtable})} \renewcommand{\thefigure}{\arabic{chapter}-\arabic{figure}}%使图编号为 7-1 的格式 %\protect{~} -\renewcommand{\thesubfigure}{\alph{subfigure})}%使子图编号为 a)的格式 +\renewcommand{\thesubfigure}{(\alph{subfigure})}%使子图编号为 a)的格式 \renewcommand{\p@subfigure}{\thefigure~} %使子图引用为 7-1 a) 的格式,母图编号和子图编号之间用~加一个空格 \renewcommand{\thetable}{\arabic{chapter}-\arabic{table}}%使表编号为 7-1 的格式 % \end{macrocode} @@ -1969,10 +1973,10 @@ delim_1 "\\hspace*{\\fill}" % 自定义项目列表标签及格式 \begin{publist} 列表项 \end{publist} \newcounter{pubctr} %自定义新计数器 \newenvironment{publist}{%%%%%定义新环境 -\begin{list}{[\arabic{pubctr}]} %%标签格式 +\begin{list}{[\arabic{pubctr}]} %%标签格式 { \usecounter{pubctr} - \setlength{\leftmargin}{1.7em} % 左边界 \leftmargin =\itemindent + \labelwidth + \labelsep + \setlength{\leftmargin}{2.2em} % 左边界 \leftmargin =\itemindent + \labelwidth + \labelsep \setlength{\itemindent}{0em} % 标号缩进量 \setlength{\labelsep}{0.5em} % 标号和列表项之间的距离,默认0.5em \setlength{\rightmargin}{0em} % 右边界 @@ -2329,6 +2333,7 @@ delim_1 "\\hspace*{\\fill}" % \label{sec:cov} % % 封面信息。 +% \changes{v3.2.1}{2021/11/15}{add key `cpostgraduatetype'} % \begin{macrocode} \def\hitsz@def@term#1{% \define@key{hitsz}{#1}{\csname #1\endcsname{##1}} @@ -2344,6 +2349,7 @@ delim_1 "\\hspace*{\\fill}" \hitsz@def@term{ctitle} % 中文标题 \hitsz@def@term{csubtitle} % 中文副标题 \hitsz@def@term{cxueke} % 中文学科 +\hitsz@def@term{cpostgraduatetype} % 中文学位类型:学术,专业 \hitsz@def@term{cauthor} % 中文作者 \hitsz@def@term{csupervisor} % 中文导师 \hitsz@def@term{cassosupervisor} % 中文副导师 @@ -2437,6 +2443,8 @@ delim_1 "\\hspace*{\\fill}" % \end{macrocode} % % 此处添加深圳校区设置 +% \changes{v3.2.1}{2021/11/14}{Change 'Defence' to 'Defense'} +% \changes{v3.2.1}{2021/11/14}{Change '发表的论文及其他成果' to '取得创新性成果'} % \begin{macrocode} %<*cfg> \def\hitsz@shenzhencampus{(深圳)} @@ -2457,7 +2465,7 @@ delim_1 "\\hspace*{\\fill}" \def\hitsz@edegreetitle{Academic Degree Applied for} \def\hitsz@esubjecttitle{Specialty} \def\hitsz@eaffiltitle{Affiliation} -\def\hitsz@edatetitle{Date of Defence} +\def\hitsz@edatetitle{Date of Defense} \def\hitsz@eschoolnametitle{Degree-Conferring-Institution} \def\hitsz@eschoolname{Harbin Institute of Technology} \def\hitsz@title@esep{:} @@ -2518,7 +2526,7 @@ delim_1 "\\hspace*{\\fill}" \newcommand{\hitsz@declaretext}{% 本人郑重声明:此处所提交的学位论文《\hitsz@ctitle》,是本人在导师指导下,在哈尔滨工业大学攻读学位期间独立进行研究工作所取得的成果,且学位论文中除已标注引用文献的部分外不包含他人完成或已发表的研究成果。对本学位论文的研究工作做出重要贡献的个人和集体,均已在文中以明确方式注明。} \newcommand{\hitsz@datefill}{\hspace{2.5em}年\hspace{1.5em}月\hspace{1.5em}日} -\newcommand{\hitsz@publication@ctitle}{攻读\hitsz@cxuewei 学位期间发表的论文及其他成果} +\newcommand{\hitsz@publication@ctitle}{攻读\hitsz@cxuewei 学位期间取得创新性成果} \newcommand{\hitsz@publication@etitle}{Papers published in the period of Ph.D. education} \def\hitsz@index@etitle{Index} \def\hitsz@dummyrow{哈深hitszthesis} @@ -2695,13 +2703,15 @@ delim_1 "\\hspace*{\\fill}" \vspace*{1.2cm} \begin{center} \begin{center}\xiaoyi[1]\songti\textbf{\hitsz@cxuewei\hitsz@cthesisname}\end{center} - \ifhitsz@fulltime\vspace{1.4cm}\else% + \vspace{1cm} + \begin{center}\xiaoer[1]\songti\textbf{(\hitsz@cpostgraduatetype\hitsz@cthesisname)}\end{center} + \ifhitsz@fulltime\vspace{1cm}\else% \begin{center} \xiaoyi[1]\songti \textbf{\hitsz@cbraceleft\hitsz@cstudenttype\hitsz@cbraceright} \end{center} \fi% - \parbox[t][7.8cm][t]{\textwidth}{% + \parbox[t][7.3cm][t]{\textwidth}{% \begin{center}\erhao\heiti\hitsz@ctitlecover\end{center} \ifhitsz@subtitle% \begin{center} @@ -2717,10 +2727,12 @@ delim_1 "\\hspace*{\\fill}" \hitsz@title@esep\MakeUppercase{\hitsz@esubtitle} \fi}\end{center}} - \parbox[t][7.4cm][t]{\textwidth}{ - \begin{center}\xiaoer\songti\textbf{\hitsz@cauthor}\end{center}} - \parbox[t][1.4cm][t]{\textwidth}{ - \begin{center}\kaishu\xiaoer\textbf{\hitsz@cschoolname}\end{center}} + \parbox[t][5.4cm][t]{\textwidth}{% + \begin{center}\xiaoer\songti\textbf{\hitsz@cauthor}\end{center} + } + \parbox[t][1.4cm][t]{\textwidth}{% + \begin{center}\kaishu\xiaoer\textbf{\hitsz@cschoolname}\end{center} + } {\songti\xiaoer\textbf{\hitsz@cdate}} \end{center} } @@ -3106,7 +3118,7 @@ delim_1 "\\hspace*{\\fill}" \bfseries\xiaosi #1 \end{center}} \newlist{translationbib}{enumerate}{1} -\setlist[translationbib]{label=[\arabic*],align=left,nosep,itemsep=6bp, +\setlist[translationbib]{label=[\arabic*],align=left,nosep,itemsep=6bp, leftmargin=10mm,labelsep=!,before=\vspace{0.5\baselineskip}\wuhao[1.3] } \newenvironment{conclusions}{% @@ -3214,12 +3226,14 @@ delim_1 "\\hspace*{\\fill}" \newcommand\bibstyle@numerical{\bibpunct{[}{]}{,}{s}{,}{\textsuperscript{,}}} \newcommand\bibstyle@authoryear{\bibpunct{(}{)}{;}{a}{,}{,}} % \end{macrocode} +% \changes{v3.2.1}{2021/11/15}{Redefine `biblabel' with full-width square brackets} % \begin{macrocode} \newcommand\bibstyle@inline{\bibpunct{[}{]}{,}{n}{,}{\hitsz@inline@sep}} \citestyle{numerical} \DeclareRobustCommand\inlinecite{\@inlinecite} \def\@inlinecite#1{\begingroup\citestyle{inline}\let\@cite\NAT@citenum\citep{#1}\endgroup} \let\onlinecite\inlinecite +\def\@biblabel#1{[#1]} \renewenvironment{thebibliography}[1]{% \ifhitsz@openright\cleardoublepage\else\clearpage\fi\phantomsection% \hitsz@appendix@chapter*{\bibname}[\hitsz@bibname@etitle] @@ -3227,6 +3241,7 @@ delim_1 "\\hspace*{\\fill}" \list{\@biblabel{\@arabic\c@enumiv}}% {\renewcommand{\makelabel}[1]{##1\hfill} \settowidth{\labelwidth}{\@biblabel{#1}} + \addtolength{\labelwidth}{0.5em} \setlength{\labelsep}{0.5em} \setlength{\itemindent}{0pt} \setlength{\leftmargin}{\labelsep+\labelwidth} diff --git a/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.ins b/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.ins index 7ea7581114e..fb9a959b8a3 100644 --- a/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.ins +++ b/Master/texmf-dist/source/latex/hitszthesis/hitszthesis.ins @@ -1,18 +1,18 @@ %% -%% Copyright (C) 2019-2020 by Jingxuan Yang +% Copyright (C) 2019-2021 by Jingxuan Yang %% %% This file is part of the hitszthesis package project. %% --------------------------------------------------- %% %% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c +%% conditions of the LaTeX Project Public License, either version 1.3a %% of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2008/05/04 or later. +%% and version 1.3a or later is part of all distributions of LaTeX +%% version 2004/10/01 or later. %% \input docstrip @@ -28,17 +28,17 @@ This is a generated file. -Copyright (C) 2019-2020 by Jingxuan Yang +Copyright (C) 2019-2021 by Jingxuan Yang This file may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3c +conditions of the LaTeX Project Public License, either version 1.3a of this license or (at your option) any later version. The latest version of this license is in: http://www.latex-project.org/lppl.txt -and version 1.3c or later is part of all distributions of LaTeX -version 2008/05/04 or later. +and version 1.3a or later is part of all distributions of LaTeX +version 2004/10/01 or later. To produce the documentation run the original source files ending with `.dtx' through LaTeX. @@ -49,17 +49,17 @@ through LaTeX. This is a generated file. -Copyright (C) 2019-2020 by Jingxuan Yang +Copyright (C) 2019-2021 by Jingxuan Yang This file may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3c +conditions of the LaTeX Project Public License, either version 1.3a of this license or (at your option) any later version. The latest version of this license is in: http://www.latex-project.org/lppl.txt -and version 1.3c or later is part of all distributions of LaTeX -version 2008/05/04 or later. +and version 1.3a or later is part of all distributions of LaTeX +version 2004/10/01 or later. This is the configuration file of the hitszthesis package with LaTeX2e. @@ -68,17 +68,17 @@ This is the configuration file of the hitszthesis package with LaTeX2e. This is a generated file. -Copyright (C) 2019-2020 by Jingxuan Yang +Copyright (C) 2019-2021 by Jingxuan Yang This file may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3c +conditions of the LaTeX Project Public License, either version 1.3a of this license or (at your option) any later version. The latest version of this license is in: http://www.latex-project.org/lppl.txt -and version 1.3c or later is part of all distributions of LaTeX -version 2008/05/04 or later. +and version 1.3a or later is part of all distributions of LaTeX +version 2004/10/01 or later. This is the configuration file of the hitszthesis package with LaTeX2e. diff --git a/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.cls b/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.cls index a5d294c7424..fd6406490dc 100644 --- a/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.cls +++ b/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.cls @@ -8,24 +8,24 @@ %% %% This is a generated file. %% -%% Copyright (C) 2019-2020 by Jingxuan Yang +%% Copyright (C) 2019-2021 by Jingxuan Yang %% %% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c +%% conditions of the LaTeX Project Public License, either version 1.3a %% of this license or (at your option) any later version. %% The latest version of this license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2008/05/04 or later. +%% and version 1.3a or later is part of all distributions of LaTeX +%% version 2004/10/01 or later. %% %% To produce the documentation run the original source files ending with `.dtx' %% through LaTeX. %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{hitszthesis} -[2020/06/23 3.2 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] +[2021/11/15 3.2.1 Dissertation Template for Harbin Institute of Technology, ShenZhen (HITSZ)] \RequirePackage{ifthen} \RequirePackage{kvoptions} \SetupKeyvalOptions{ @@ -176,9 +176,10 @@ \ifhitsz@pifootnote \RequirePackage{pifont} \fi -\RequirePackage{CJKfntef} +\RequirePackage{xeCJKfntef} \RequirePackage{longtable} \RequirePackage{booktabs} +\RequirePackage{gbt7714} \RequirePackage[sort&compress]{natbib} \RequirePackage{subeqnarray} \RequirePackage{hyperref} @@ -482,7 +483,7 @@ \newcommand{\ltfontsize}[1]{\def\LT@array{#1\hitsz@LT@array}} \renewcommand{\thesubtable}{(\alph{subtable})} \renewcommand{\thefigure}{\arabic{chapter}-\arabic{figure}}%使图编号为 7-1 的格式 %\protect{~} -\renewcommand{\thesubfigure}{\alph{subfigure})}%使子图编号为 a)的格式 +\renewcommand{\thesubfigure}{(\alph{subfigure})}%使子图编号为 a)的格式 \renewcommand{\p@subfigure}{\thefigure~} %使子图引用为 7-1 a) 的格式,母图编号和子图编号之间用~加一个空格 \renewcommand{\thetable}{\arabic{chapter}-\arabic{table}}%使表编号为 7-1 的格式 \newcommand\figref[1]{图\ref{#1}} @@ -498,10 +499,10 @@ \setlength{\belowcaptionskip}{0pt} \newcounter{pubctr} %自定义新计数器 \newenvironment{publist}{%%%%%定义新环境 -\begin{list}{[\arabic{pubctr}]} %%标签格式 +\begin{list}{[\arabic{pubctr}]} %%标签格式 { \usecounter{pubctr} - \setlength{\leftmargin}{1.7em} % 左边界 \leftmargin =\itemindent + \labelwidth + \labelsep + \setlength{\leftmargin}{2.2em} % 左边界 \leftmargin =\itemindent + \labelwidth + \labelsep \setlength{\itemindent}{0em} % 标号缩进量 \setlength{\labelsep}{0.5em} % 标号和列表项之间的距离,默认0.5em \setlength{\rightmargin}{0em} % 右边界 @@ -754,6 +755,7 @@ \hitsz@def@term{ctitle} % 中文标题 \hitsz@def@term{csubtitle} % 中文副标题 \hitsz@def@term{cxueke} % 中文学科 +\hitsz@def@term{cpostgraduatetype} % 中文学位类型:学术,专业 \hitsz@def@term{cauthor} % 中文作者 \hitsz@def@term{csupervisor} % 中文导师 \hitsz@def@term{cassosupervisor} % 中文副导师 @@ -949,13 +951,15 @@ \vspace*{1.2cm} \begin{center} \begin{center}\xiaoyi[1]\songti\textbf{\hitsz@cxuewei\hitsz@cthesisname}\end{center} - \ifhitsz@fulltime\vspace{1.4cm}\else% + \vspace{1cm} + \begin{center}\xiaoer[1]\songti\textbf{(\hitsz@cpostgraduatetype\hitsz@cthesisname)}\end{center} + \ifhitsz@fulltime\vspace{1cm}\else% \begin{center} \xiaoyi[1]\songti \textbf{\hitsz@cbraceleft\hitsz@cstudenttype\hitsz@cbraceright} \end{center} \fi% - \parbox[t][7.8cm][t]{\textwidth}{% + \parbox[t][7.3cm][t]{\textwidth}{% \begin{center}\erhao\heiti\hitsz@ctitlecover\end{center} \ifhitsz@subtitle% \begin{center} @@ -971,10 +975,12 @@ \hitsz@title@esep\MakeUppercase{\hitsz@esubtitle} \fi}\end{center}} - \parbox[t][7.4cm][t]{\textwidth}{ - \begin{center}\xiaoer\songti\textbf{\hitsz@cauthor}\end{center}} - \parbox[t][1.4cm][t]{\textwidth}{ - \begin{center}\kaishu\xiaoer\textbf{\hitsz@cschoolname}\end{center}} + \parbox[t][5.4cm][t]{\textwidth}{% + \begin{center}\xiaoer\songti\textbf{\hitsz@cauthor}\end{center} + } + \parbox[t][1.4cm][t]{\textwidth}{% + \begin{center}\kaishu\xiaoer\textbf{\hitsz@cschoolname}\end{center} + } {\songti\xiaoer\textbf{\hitsz@cdate}} \end{center} } @@ -1282,7 +1288,7 @@ \bfseries\xiaosi #1 \end{center}} \newlist{translationbib}{enumerate}{1} -\setlist[translationbib]{label=[\arabic*],align=left,nosep,itemsep=6bp, +\setlist[translationbib]{label=[\arabic*],align=left,nosep,itemsep=6bp, leftmargin=10mm,labelsep=!,before=\vspace{0.5\baselineskip}\wuhao[1.3] } \newenvironment{conclusions}{% @@ -1388,6 +1394,7 @@ \DeclareRobustCommand\inlinecite{\@inlinecite} \def\@inlinecite#1{\begingroup\citestyle{inline}\let\@cite\NAT@citenum\citep{#1}\endgroup} \let\onlinecite\inlinecite +\def\@biblabel#1{[#1]} \renewenvironment{thebibliography}[1]{% \ifhitsz@openright\cleardoublepage\else\clearpage\fi\phantomsection% \hitsz@appendix@chapter*{\bibname}[\hitsz@bibname@etitle] @@ -1395,6 +1402,7 @@ \list{\@biblabel{\@arabic\c@enumiv}}% {\renewcommand{\makelabel}[1]{##1\hfill} \settowidth{\labelwidth}{\@biblabel{#1}} + \addtolength{\labelwidth}{0.5em} \setlength{\labelsep}{0.5em} \setlength{\itemindent}{0pt} \setlength{\leftmargin}{\labelsep+\labelwidth} diff --git a/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty b/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty index 137d01e2722..568a01b14f9 100644 --- a/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty +++ b/Master/texmf-dist/tex/latex/hitszthesis/hitszthesis.sty @@ -1,5 +1,5 @@ % -% Copyright (C) 2019-2020 by Jingxuan Yang +% Copyright (C) 2019-2021 by Jingxuan Yang % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -7,7 +7,7 @@ % The latest version of this license is in % http://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX -% version 2008/05/04 or later. +% version 2005/12/01 or later. % % This work has the LPPL1.3c maintenance status `maintained'. % @@ -61,9 +61,9 @@ \SetAlgoSkip{1pt} \renewcommand{\algocf@captiontext}[2]{\wuhao#1\algocf@typo~\AlCapFnt{}#2} % text of caption \expandafter\ifx\csname algocf@within\endcsname\relax% if \algocf@within doesn't exist - \renewcommand\thealgocf{\@arabic\c@algocf} % and the way it is printed +\renewcommand\thealgocf{\@arabic\c@algocf} % and the way it is printed \else% else - \renewcommand\thealgocf{\csname the\algocf@within\endcsname-\@arabic\c@algocf} +\renewcommand\thealgocf{\csname the\algocf@within\endcsname-\@arabic\c@algocf} \fi \renewcommand{\algocf@makecaption}[2]{%中英文双标题一定多于一行,因此去掉单行时的判断,并将\parbox中标题设置为居中 \addtolength{\hsize}{\algomargin}% -- cgit v1.2.3