diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hustthesis/README.md | 49 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hustthesis/fig-example.pdf | bin | 0 -> 25418 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hustthesis/hustthesis-en-example.pdf | bin | 0 -> 201861 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hustthesis/hustthesis-zh-example.pdf | bin | 0 -> 237192 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hustthesis/hustthesis.pdf | bin | 0 -> 430064 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hustthesis/ref-example.bib | 13 |
6 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hustthesis/README.md b/Master/texmf-dist/doc/latex/hustthesis/README.md new file mode 100644 index 00000000000..5550ef26576 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hustthesis/README.md @@ -0,0 +1,49 @@ +hustthesis +========== + +An Unofficial Thesis Template in LaTeX for [Huazhong University of Science and Technology](http://www.hust.edu.cn). See other templates in <http://hust-latex.github.io>. + +## Requirement + +* Install the latest version of [TeXLive](http://www.tug.org/texlive/)(Recommend) or [MiKTeX](http://miktex.org/). Please ensure that all the packages are up-to-date. +* Install following Chinese fonts: + * `AdobeSongStd-Light` + * `AdobeKaitiStd-Regular` + * `AdobeHeitiStd-Regular` + * `AdobeFangsongStd-Regular` + +## Usage + +**Important : This template can only be compiled by XeLaTeX or LuaLaTeX[Recommend].** + +* Manual: See [hustthesis.pdf](https://github.com/hust-latex/hustthesis/raw/master/hustthesis/hustthesis.pdf). +* Example: See [hustthesis-zh-example.pdf](https://github.com/hust-latex/hustthesis/raw/master/hustthesis/hustthesis-zh-example.pdf) and [hustthesis-en-example.pdf](https://github.com/hust-latex/hustthesis/raw/master/hustthesis/hustthesis-en-example.pdf). + +## Disclaimer + +This template is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +## License + +Original works are done by [Xu Cheng](https://github.com/xu-cheng). LPPL v1.3 is chosen to be the license of the project. Use as you desire. +``` +Copyright (C) 2013-2014 by Xu Cheng <xucheng@me.com> + 2014-2016 by hust-latex <https://github.com/hust-latex> + +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 hust-latex Organization. + +This work consists of the files hustthesis.bst, hustthesis.dtx, +hustthesis.ins and the derived file hustthesis.cls +along with its document and example files. +``` + diff --git a/Master/texmf-dist/doc/latex/hustthesis/fig-example.pdf b/Master/texmf-dist/doc/latex/hustthesis/fig-example.pdf Binary files differnew file mode 100644 index 00000000000..4ce333982a0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hustthesis/fig-example.pdf diff --git a/Master/texmf-dist/doc/latex/hustthesis/hustthesis-en-example.pdf b/Master/texmf-dist/doc/latex/hustthesis/hustthesis-en-example.pdf Binary files differnew file mode 100644 index 00000000000..ddb01608fb4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hustthesis/hustthesis-en-example.pdf diff --git a/Master/texmf-dist/doc/latex/hustthesis/hustthesis-zh-example.pdf b/Master/texmf-dist/doc/latex/hustthesis/hustthesis-zh-example.pdf Binary files differnew file mode 100644 index 00000000000..41c379345ad --- /dev/null +++ b/Master/texmf-dist/doc/latex/hustthesis/hustthesis-zh-example.pdf diff --git a/Master/texmf-dist/doc/latex/hustthesis/hustthesis.pdf b/Master/texmf-dist/doc/latex/hustthesis/hustthesis.pdf Binary files differnew file mode 100644 index 00000000000..0ef95e70de2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hustthesis/hustthesis.pdf diff --git a/Master/texmf-dist/doc/latex/hustthesis/ref-example.bib b/Master/texmf-dist/doc/latex/hustthesis/ref-example.bib new file mode 100644 index 00000000000..1a9d374f1c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hustthesis/ref-example.bib @@ -0,0 +1,13 @@ +@BOOK{TEXGURU99, + AUTHOR = "{\TeX}Guru", + TITLE = "{\LaTeXe} Manual", + YEAR = "1999" +} + +@BOOK{knuth, + AUTHOR = "{Donald E. Knuth}", + TITLE = "The \TeX{}book", + publisher = "Addison–Wesley Pub. Co.", + address = "MA", + YEAR = "1984" +} |