summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fduthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-06 21:43:19 +0000
committerKarl Berry <karl@freefriends.org>2018-05-06 21:43:19 +0000
commitfb14462cfe35d61f907e883323450f54025fd11e (patch)
treef21f18cf07bc99929acc92daa61ed65bc2a27ad8 /Master/texmf-dist/tex/latex/fduthesis
parent6984c854c8c804b5554284accd834f535d0a6931 (diff)
fduthesis (6may18)
git-svn-id: svn://tug.org/texlive/trunk@47628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fduthesis')
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fdudoc.cls72
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fdulogo.sty5
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fduthesis-en.cls5
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fduthesis.cls5
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fduthesis.def5
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fudan-emblem-new.pdfbin0 -> 10688 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fudan-emblem.pdfbin0 -> 15957 bytes
-rw-r--r--Master/texmf-dist/tex/latex/fduthesis/fudan-name.pdfbin0 -> 9952 bytes
8 files changed, 57 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fdudoc.cls b/Master/texmf-dist/tex/latex/fduthesis/fdudoc.cls
index ef43eb060e9..e995be5de5d 100644
--- a/Master/texmf-dist/tex/latex/fduthesis/fdudoc.cls
+++ b/Master/texmf-dist/tex/latex/fduthesis/fdudoc.cls
@@ -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,
@@ -45,7 +48,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\GetIdInfo $Id: fduthesis.dtx 0.7a 2018-04-09 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
+\GetIdInfo $Id: fduthesis.dtx 0.7b 2018-05-06 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
{Documentation class for fduthesis}
\ProvidesExplClass{fdudoc}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -54,37 +57,39 @@
\PassOptionsToPackage{log-declarations = false}{xparse}
\LoadClass[a4paper, full]{l3doc}
\RequirePackage[UTF8, heading, sub3section, fontset = none]{ctex}
-\RequirePackage{graphicx}
-\RequirePackage{caption}
-\RequirePackage{geometry}
-\RequirePackage{listings}
-\RequirePackage{makecell}
-\RequirePackage[toc]{multitoc}
-\RequirePackage{siunitx}
-\RequirePackage{tabularx}
-\RequirePackage{threeparttable}
-\RequirePackage{unicode-math}
-\RequirePackage{xcolor}
-\RequirePackage{xcolor-material}
-\RequirePackage{zref-base}
+\RequirePackage{%
+ caption,
+ geometry,
+ graphicx,
+ listings,
+ makecell,
+ siunitx,
+ tabularx,
+ threeparttable,
+ unicode-math,
+ xcolor,
+ xcolor-material,
+ xunicode,
+ zref-base
+}
\def\macro@code{%
- \topsep \MacrocodeTopsep
- \@beginparpenalty \predisplaypenalty
- \partopsep \z@skip
- \trivlist \parskip \z@ \item[]%
- \MacroFont
- \leftskip\@totalleftmargin \advance\leftskip\MacroIndent
- \rightskip\z@ \parindent\z@ \parfillskip\@flushglue
- \blank@linefalse \def\par{\ifblank@line
- \leavevmode\fi
- \blank@linetrue\@@par
- \penalty\interlinepenalty}
- \obeylines
- \let\do\do@noligs \verbatim@nolig@list
- \let\do\@makeother \dospecials
- \global\@newlistfalse
- \global\@minipagefalse
- \init@crossref}
+ \topsep \MacrocodeTopsep
+ \@beginparpenalty \predisplaypenalty
+ \partopsep \z@skip
+ \trivlist \parskip \z@ \item[]%
+ \MacroFont
+ \leftskip\@totalleftmargin \advance\leftskip\MacroIndent
+ \rightskip\z@ \parindent\z@ \parfillskip\@flushglue
+ \blank@linefalse \def\par{\ifblank@line
+ \leavevmode\fi
+ \blank@linetrue\@@par
+ \penalty\interlinepenalty}
+ \obeylines
+ \let\do\do@noligs \verbatim@nolig@list
+ \let\do\@makeother \dospecials
+ \global\@newlistfalse
+ \global\@minipagefalse
+ \init@crossref}
\ExplSyntaxOn
\tl_new:N \l__fdudoc_tmpa_tl
\tl_new:N \l__fdudoc_tmpb_tl
@@ -824,6 +829,11 @@
\let\path\meta
\let\opt\@firstofone
\let\kaishu\relax}
+\let\@multitoc@starttoc\@starttoc
+\renewcommand*\@starttoc[1]{%
+ \begin{multicols}{2}%
+ \@multitoc@starttoc{#1}%
+ \end{multicols}}
\renewcommand\@makefntext[1]{\parindent 0em\noindent\@makefnmark~#1}
\IndexPrologue{%
\section{\indexname}%
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fdulogo.sty b/Master/texmf-dist/tex/latex/fduthesis/fdulogo.sty
index daa565b8257..70873418df6 100644
--- a/Master/texmf-dist/tex/latex/fduthesis/fdulogo.sty
+++ b/Master/texmf-dist/tex/latex/fduthesis/fdulogo.sty
@@ -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,
@@ -45,7 +48,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\GetIdInfo $Id: fduthesis.dtx 0.7a 2018-04-09 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
+\GetIdInfo $Id: fduthesis.dtx 0.7b 2018-05-06 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
{Fudan University's Visual Identity}
\ProvidesExplPackage{fdulogo}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fduthesis-en.cls b/Master/texmf-dist/tex/latex/fduthesis/fduthesis-en.cls
index f0737c87907..b86e1a0132d 100644
--- a/Master/texmf-dist/tex/latex/fduthesis/fduthesis-en.cls
+++ b/Master/texmf-dist/tex/latex/fduthesis/fduthesis-en.cls
@@ -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,
@@ -44,7 +47,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\GetIdInfo $Id: fduthesis.dtx 0.7a 2018-04-09 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
+\GetIdInfo $Id: fduthesis.dtx 0.7b 2018-05-06 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
{Thesis template for Fudan University (English version)}
\ProvidesExplClass{\ExplFileName-en}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fduthesis.cls b/Master/texmf-dist/tex/latex/fduthesis/fduthesis.cls
index f4028da0676..8620fc6fc8a 100644
--- a/Master/texmf-dist/tex/latex/fduthesis/fduthesis.cls
+++ b/Master/texmf-dist/tex/latex/fduthesis/fduthesis.cls
@@ -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,
@@ -44,7 +47,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\GetIdInfo $Id: fduthesis.dtx 0.7a 2018-04-09 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
+\GetIdInfo $Id: fduthesis.dtx 0.7b 2018-05-06 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
{Thesis template for Fudan University}
\ProvidesExplClass{\ExplFileName}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fduthesis.def b/Master/texmf-dist/tex/latex/fduthesis/fduthesis.def
index 1835db36c6d..22c4db031e0 100644
--- a/Master/texmf-dist/tex/latex/fduthesis/fduthesis.def
+++ b/Master/texmf-dist/tex/latex/fduthesis/fduthesis.def
@@ -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,
@@ -42,7 +45,7 @@
%% latexmkrc-en,
%% and README.md.
%%
-\GetIdInfo $Id: fduthesis.dtx 0.7a 2018-04-09 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
+\GetIdInfo $Id: fduthesis.dtx 0.7b 2018-05-06 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
{Definition file for fduthesis}
\ProvidesExplFile{\ExplFileName.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fudan-emblem-new.pdf b/Master/texmf-dist/tex/latex/fduthesis/fudan-emblem-new.pdf
new file mode 100644
index 00000000000..06b96ca0176
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/fduthesis/fudan-emblem-new.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fudan-emblem.pdf b/Master/texmf-dist/tex/latex/fduthesis/fudan-emblem.pdf
new file mode 100644
index 00000000000..748fdccebb3
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/fduthesis/fudan-emblem.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/fduthesis/fudan-name.pdf b/Master/texmf-dist/tex/latex/fduthesis/fudan-name.pdf
new file mode 100644
index 00000000000..b2a28de6ad1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/fduthesis/fudan-name.pdf
Binary files differ