diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-06 21:43:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-06 21:43:19 +0000 |
commit | fb14462cfe35d61f907e883323450f54025fd11e (patch) | |
tree | f21f18cf07bc99929acc92daa61ed65bc2a27ad8 /Master/texmf-dist/doc/latex/fduthesis | |
parent | 6984c854c8c804b5554284accd834f535d0a6931 (diff) |
fduthesis (6may18)
git-svn-id: svn://tug.org/texlive/trunk@47628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fduthesis')
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/README.md | 43 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/fdulogo-example.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/fduthesis-code.pdf | bin | 917850 -> 918250 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/fduthesis-cover.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.pdf | bin | 145132 -> 145674 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.tex | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fduthesis/fduthesis.pdf | bin | 373458 -> 374280 bytes |
7 files changed, 48 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/fduthesis/README.md b/Master/texmf-dist/doc/latex/fduthesis/README.md index 1f40f1ecf49..59bf8c50bcf 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/README.md +++ b/Master/texmf-dist/doc/latex/fduthesis/README.md @@ -1,43 +1,53 @@ The `fduthesis` Class ===================== -*LaTeX thesis template for Fudan University, v0.7a* +*LaTeX thesis template for Fudan University, v0.7b* Overview -------- -`fduthesis` is a thesis template for Fudan University. This template -is mostly written in LaTeX3, with a simple interface for users. +This template supports doctoral or master dissertion and undergraduate +thesis, both in Chinese or English. With the help of modern LaTeX +technology, `fduthesis` aims to create a simple interface, a normative +format, as well as a hackable class for the users. -At present, only XeTeX, LuaTeX and [ApTeX](https://github.com/clerkma/ptex-ng) -(experimental) are supported. +At present, `fduthesis` only supports XeTeX and LuaTeX engines. +Support for pdfTeX and [ApTeX](https://github.com/clerkma/ptex-ng) is +still under development. `fduthesis` only allows UTF-8 encoding. The documentation can be found in -[fduthesis.pdf](https://github.com/Stone-Zeng/fduthesis/releases/download/v0.7a/fduthesis.pdf) +[fduthesis.pdf](http://mirrors.ctan.org/macros/latex/contrib/fduthesis/fduthesis.pdf) (in Chinese) or -[fduthesis-en.pdf](https://github.com/Stone-Zeng/fduthesis/releases/download/v0.7a/fduthesis-en.pdf) +[fduthesis-en.pdf](http://mirrors.ctan.org/macros/latex/contrib/fduthesis/fduthesis-en.pdf) (in English). +GitHub repository: <https://github.com/Stone-Zeng/fduthesis>. + Installation ------------ To install `fduthesis`, you can use one of the following methods: +- If you are running TeX Live, the simplest way is to run + + tlmgr install fduthesis + - Download - [fduthesis.tds.zip](https://github.com/Stone-Zeng/fduthesis/releases/download/v0.7a/fduthesis.tds.zip) - from GitHub, extract it in the root of one of your TDS trees, and + [fduthesis.tds.zip](http://mirror.ctan.org/install/macros/latex/contrib/fduthesis.tds.zip) + from CTAN, extract it in the root of one of your TDS trees, and update the filename database. -- Get the source (`fduthesis.zip`) from GitHub: +- Get the source from GitHub: git clone https://github.com/Stone-Zeng/fduthesis.git - Run - - xetex fduthesis.dtx + Run `install-win.bat` (on Windows) or `install-linux.sh` (on Linux) + to generate the templates and configuration files. These files would + be found in a new-created `thesis` folder. You can enjoy `fduthesis` + here at once. - to generate the templates and configuration files. Then move the - following files into a directory where LaTeX will find them (e.g. + For permanent installation, you may move the following files into a + directory where LaTeX will find them (e.g. `TEXMF/tex/latex/fduthesis/`): - `fduthesis.cls` @@ -45,6 +55,9 @@ To install `fduthesis`, you can use one of the following methods: - `fduthesis.def` - `fdudoc.cls` - `fdulogo.sty` + - `fudan-emblem.pdf` + - `fudan-emblem-new.pdf` + - `fudan-name.pdf` Do not forget to update the filename database afterwards. diff --git a/Master/texmf-dist/doc/latex/fduthesis/fdulogo-example.tex b/Master/texmf-dist/doc/latex/fduthesis/fdulogo-example.tex index 886e39c97f6..78a1900736e 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/fdulogo-example.tex +++ b/Master/texmf-dist/doc/latex/fduthesis/fdulogo-example.tex @@ -36,6 +36,9 @@ %% fdulogo-example.tex, %% fduthesis-cover.tex, %% fduthesis-en.tex, +%% fudan-emblem.pdf, +%% fudan-emblem-new.pdf, +%% fudan-name.pdf, %% fduthesis.pdf, %% fduthesis-en.pdf, %% fduthesis-code.pdf, diff --git a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-code.pdf b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-code.pdf Binary files differindex bd6885c8ea3..3a35c9cd441 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-code.pdf +++ b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-code.pdf diff --git a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-cover.tex b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-cover.tex index 10294c6ac6e..eaeda2e3474 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-cover.tex +++ b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-cover.tex @@ -36,6 +36,9 @@ %% fdulogo-example.tex, %% fduthesis-cover.tex, %% fduthesis-en.tex, +%% fudan-emblem.pdf, +%% fudan-emblem-new.pdf, +%% fudan-name.pdf, %% fduthesis.pdf, %% fduthesis-en.pdf, %% fduthesis-code.pdf, diff --git a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.pdf b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.pdf Binary files differindex 8a5b7c36c9c..a728509082d 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.pdf +++ b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.pdf diff --git a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.tex b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.tex index b14855d01cb..d8409a0d4e4 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.tex +++ b/Master/texmf-dist/doc/latex/fduthesis/fduthesis-en.tex @@ -35,6 +35,9 @@ %% fdulogo-example.tex, %% fduthesis-cover.tex, %% fduthesis-en.tex, +%% fudan-emblem.pdf, +%% fudan-emblem-new.pdf, +%% fudan-name.pdf, %% fduthesis.pdf, %% fduthesis-en.pdf, %% fduthesis-code.pdf, @@ -71,7 +74,7 @@ \textbf{The \textsf{fduthesis} Class \\ \LaTeX{} Thesis Template for Fudan University}}} \author{Xiangdong Zeng} -\date{\today \quad v0.7a% +\date{\today \quad v0.7b% \thanks{\url{https://github.com/Stone-Zeng/fduthesis}.}} \begin{document} @@ -172,10 +175,10 @@ described here. \subsubsection{Install manually} -If you want to download the template from GitHub and install it +If you want to download the template from CTAN and install it manually, the recommended way is to use the TDS ZIP file: \begin{itemize} - \item Download the \href{https://github.com/Stone-Zeng/fduthesis/releases/download/v0.7a/fduthesis.tds.zip}% + \item Download the \href{http://mirror.ctan.org/install/macros/latex/contrib/fduthesis.tds.zip}% {TDS ZIP file} for \cls{fduthesis}; \item Copy all the files in \file{fduthesis.tds.zip} into the local TDS directory of \TeX{} distribution. @@ -203,6 +206,11 @@ from source code as well: into \path{texmf-local/tex/latex/fduthesis/} under the local TDS tree of \TeX{} distribution. Then run \bashcmd{mktexlsr} to update the ls-R database. + \item When writing your thesis with \cls{fduthesis}, you need + to copy the file \file{fudan-name.pdf} (can be found in the + \file{testfiles/support} directory of the Git repository) to + your working directory, to make sure that the logo in the + cover can be displayed correctly. \end{itemize} \subsubsection{\cls{fduthesis} on the fly} @@ -234,6 +242,9 @@ user's guides. More details are listed in table~% for \cls{fduthesis}. Please do \emph{not} modify it. \\ \file{fdudoc.cls} & Document class for user guides. \\ \file{fdulogo.sty} & Fudan University's visual identity. \\ + \file{fudan-emblem.pdf} & University emblem. \\ + \file{fudan-emblem-new.pdf} & University emblem (revised version). \\ + \file{fudan-name.pdf} & Figure of university name. \\ \file{README.md} & The brief introduction. \\ \file{fduthesis.pdf} & User's guide in Chinese. \\ \file{fduthesis-en.pdf} & User's guide in English (this diff --git a/Master/texmf-dist/doc/latex/fduthesis/fduthesis.pdf b/Master/texmf-dist/doc/latex/fduthesis/fduthesis.pdf Binary files differindex a1e4fa356c1..ee510b3d67d 100644 --- a/Master/texmf-dist/doc/latex/fduthesis/fduthesis.pdf +++ b/Master/texmf-dist/doc/latex/fduthesis/fduthesis.pdf |