From a9181483419c4f3d4c327cc880173f3e593b68c9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Apr 2014 21:44:58 +0000 Subject: pkuthss (16apr14) git-svn-id: svn://tug.org/texlive/trunk@33464 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pkuthss/README.pdf | Bin 379223 -> 0 bytes .../doc/latex/pkuthss/example-gbk/Make.bat | 3 - .../doc/latex/pkuthss/example-gbk/Makefile | 10 +- .../latex/pkuthss/example-gbk/chap/copyright.tex | 6 +- .../latex/pkuthss/example-gbk/chap/originauth.tex | 8 +- .../doc/latex/pkuthss/example-gbk/img/Make.bat | 31 --- .../doc/latex/pkuthss/example-gbk/img/Makefile | 37 --- .../doc/latex/pkuthss/example-gbk/img/pkulogo.eps | 146 ----------- .../doc/latex/pkuthss/example-gbk/img/pkuword.eps | 273 --------------------- .../doc/latex/pkuthss/example-utf8/Make.bat | 3 - .../doc/latex/pkuthss/example-utf8/Makefile | 10 +- .../latex/pkuthss/example-utf8/chap/copyright.tex | 6 +- .../latex/pkuthss/example-utf8/chap/originauth.tex | 8 +- .../doc/latex/pkuthss/example-utf8/img/Make.bat | 31 --- .../doc/latex/pkuthss/example-utf8/img/Makefile | 37 --- .../doc/latex/pkuthss/example-utf8/img/pkulogo.eps | 146 ----------- .../doc/latex/pkuthss/example-utf8/img/pkuword.eps | 273 --------------------- Master/texmf-dist/doc/latex/pkuthss/example.pdf | Bin 76013 -> 76008 bytes .../doc/latex/pkuthss/readme-src/ChangeLog.txt | 22 ++ .../doc/latex/pkuthss/readme-src/Makefile | 10 +- .../doc/latex/pkuthss/readme-src/chap/abstract.tex | 3 +- .../latex/pkuthss/readme-src/chap/acknowledge.tex | 1 - .../doc/latex/pkuthss/readme-src/chap/chap1.tex | 23 +- .../doc/latex/pkuthss/readme-src/chap/chap2.tex | 8 +- .../doc/latex/pkuthss/readme-src/chap/chap3.tex | 7 +- .../latex/pkuthss/readme-src/chap/conclusion.tex | 1 - .../latex/pkuthss/readme-src/chap/copyright.tex | 3 - .../doc/latex/pkuthss/readme-src/chap/encl1.tex | 46 +--- .../doc/latex/pkuthss/readme-src/chap/encl2.tex | 46 ---- .../latex/pkuthss/readme-src/chap/introduction.tex | 3 +- .../latex/pkuthss/readme-src/chap/originauth.tex | 8 +- .../doc/latex/pkuthss/readme-src/img/Makefile | 37 --- .../doc/latex/pkuthss/readme-src/img/pkulogo.eps | 146 ----------- .../doc/latex/pkuthss/readme-src/img/pkuword.eps | 273 --------------------- .../doc/latex/pkuthss/readme-src/pkuthss.tex | 4 +- Master/texmf-dist/doc/latex/pkuthss/readme.pdf | Bin 0 -> 350667 bytes Master/texmf-dist/tex/latex/pkuthss/pkulogo.eps | 141 +++++++++++ Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf | Bin 0 -> 3641 bytes .../texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty | 4 +- .../texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def | 4 +- .../texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def | 4 +- Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls | 8 +- Master/texmf-dist/tex/latex/pkuthss/pkuword.eps | 268 ++++++++++++++++++++ Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf | Bin 0 -> 6392 bytes 44 files changed, 483 insertions(+), 1615 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/README.pdf delete mode 100755 Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Make.bat delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Makefile delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkulogo.eps delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkuword.eps delete mode 100755 Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Make.bat delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Makefile delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkulogo.eps delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkuword.eps delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps delete mode 100644 Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps create mode 100644 Master/texmf-dist/doc/latex/pkuthss/readme.pdf create mode 100644 Master/texmf-dist/tex/latex/pkuthss/pkulogo.eps create mode 100644 Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf create mode 100644 Master/texmf-dist/tex/latex/pkuthss/pkuword.eps create mode 100644 Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/pkuthss/README.pdf b/Master/texmf-dist/doc/latex/pkuthss/README.pdf deleted file mode 100644 index 864f133ee2a..00000000000 Binary files a/Master/texmf-dist/doc/latex/pkuthss/README.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Make.bat b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Make.bat index c1125139f4f..1fae167b28d 100755 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Make.bat +++ b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Make.bat @@ -24,9 +24,6 @@ if "%1"=="doc" goto doc if "%1"=="clear" (goto clear) else (goto usage) :doc -cd img -call Make.bat -cd .. %LATEX% %JOBNAME% %BIBTEX% %JOBNAME% %DOGBK2UNI% diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Makefile b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Makefile index c8f80848f98..2997b3a3432 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Makefile +++ b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/Makefile @@ -37,14 +37,6 @@ else RM = del endif -all: img_ doc - -img_: - cd img && $(MAKE) - -img-clean: - cd img && $(MAKE) clean - doc: $(LATEX) $(JOBNAME) $(BIBTEX) $(JOBNAME) @@ -57,6 +49,6 @@ clean: $(RM) $(JOBNAME).{aux,bbl,bcf,blg,dvi,lof,log,lot,run.xml,toc,out{,.bak}} \ {missfont,texput}.log chap/*.aux -distclean: clean img-clean +distclean: clean $(RM) $(JOBNAME).pdf diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/copyright.tex b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/copyright.tex index 7027c23635d..a8d7939f477 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/copyright.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/copyright.tex @@ -16,7 +16,7 @@ % * Neither the name of Peking University nor the names of its contributors % may be used to endorse or promote products derived from this software % without specific prior written permission. -% +% % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS % IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, % THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -39,9 +39,9 @@ 否则一旦引起有碍作者著作权之问题,将可能承担法律责任。 \par % 若需排版二维码,请将二维码图片重命名为“barcode”, - % 转为合适的图片格式,并放在 img/ 目录中,然后去掉下面 3 行的注释。 + % 转为合适的图片格式,并放在当前目录下,然后去掉下面 3 行的注释。 %\vfill\noindent - %\includegraphics[height = 5em]{img/barcode} + %\includegraphics[height = 5em]{barcode} %\par } diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/originauth.tex b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/originauth.tex index 9dabb205dc5..34b4401b9e7 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/originauth.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/chap/originauth.tex @@ -1,7 +1,7 @@ % vim:ts=4:sw=4 % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % All rights reserved. % % Redistribution and use in source and binary forms, with or without @@ -16,7 +16,7 @@ % * Neither the name of Peking University nor the names of its contributors % may be used to endorse or promote products derived from this software % without specific prior written permission. -% +% % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS % IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, % THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -78,9 +78,9 @@ } % 若需排版二维码,请将二维码图片重命名为“barcode”, - % 转为合适的图片格式,并放在 img/ 目录中,然后去掉下面 2 行的注释。 + % 转为合适的图片格式,并放在当前目录下,然后去掉下面 2 行的注释。 %\vskip 4em \noindent - %\includegraphics[height = 5em]{img/barcode} + %\includegraphics[height = 5em]{barcode} \vspace*{\fill}\par } diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Make.bat b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Make.bat deleted file mode 100755 index c5f78b3a9ea..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Make.bat +++ /dev/null @@ -1,31 +0,0 @@ -@echo off - -@rem vim:ts=4:sw=4 -@rem -@rem Copyright (c) 2008-2009 solvethis -@rem Copyright (c) 2010-2012 Casper Ti. Vector -@rem Public domain. - -set GS=gswin32c -set GSOPTS=-q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -set WIDTHOPT=-dDEVICEWIDTHPOINTS= -set HEIGHTOPT=-dDEVICEHEIGHTPOINTS= -set OUTPUTOPT=-sOutputFile= - -if "%1"=="" goto pdf -if "%1"=="clean" (goto clean) else (goto usage) - -:pdf -%GS% %GSOPTS% %WIDTHOPT%400 %HEIGHTOPT%400 %OUTPUTOPT%pkulogo.pdf -f pkulogo.eps -%GS% %GSOPTS% %WIDTHOPT%525 %HEIGHTOPT%150 %OUTPUTOPT%pkuword.pdf -f pkuword.eps -goto end - -:clean -del pkulogo.pdf pkuword.pdf -goto end - -:usage -echo %0 [pdf] [clean] - -:end - diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Makefile b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Makefile deleted file mode 100644 index f3b2752d4f3..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# vim:ts=4:sw=4 -# -# Copyright (c) 2008-2009 solvethis -# Copyright (c) 2010-2012 Casper Ti. Vector -# Public domain. - -# 直接使用 pkulogo.eps 作为论文封面图片也是可行的, -# 因为它使用的 Times-Bold 字体一般操作系统都有。 -# 这样用 LaTeX + dvipdfm 或 XeLaTeX 方式是可以编译成功的。 -# 可以使用 ghostscript 将 eps 文件转换为 和 pdf 格式, -# 则 pdfLaTeX 方式也可以编译成功。 - -OPTS = -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -WIDTHOPT = -dDEVICEWIDTHPOINTS= -HEIGHTOPT = -dDEVICEHEIGHTPOINTS= -OUTPUTOPT = -sOutputFile= - -# 区分是 Windows 环境还是类 UNIX 环境。 -ifdef PATH - GS = gs - RM = rm -f -else - GS = gswin32c - RM = del -endif - -all: pkulogo.pdf pkuword.pdf - -pkulogo.pdf: pkulogo.eps - $(GS) $(OPTS) $(WIDTHOPT)400 $(HEIGHTOPT)400 $(OUTPUTOPT)$@ -f $< - -pkuword.pdf: pkuword.eps - $(GS) $(OPTS) $(WIDTHOPT)525 $(HEIGHTOPT)150 $(OUTPUTOPT)$@ -f $< - -clean: - $(RM) pkulogo.pdf pkuword.pdf - diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkulogo.eps b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkulogo.eps deleted file mode 100644 index 855e3a17f3b..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkulogo.eps +++ /dev/null @@ -1,146 +0,0 @@ -%!PS -%%BoundingBox: 0 0 400 400 -%%Pages: 1 -%%Page: 1 1 - -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions are -% met: -% -% * Redistributions of source code must retain the above copyright notice, -% this list of conditions and the following disclaimer. -% * Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% * Neither the name of Peking University nor the names of its contributors -% may be used to endorse or promote products derived from this software -% without specific prior written permission. -% -% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -% 设置北大红的色值(http://web5.pku.edu.cn/bs/cjwt/,问题 5)。 -% 要想将颜色改为黑色,只需将下面一行改为“0 setgray”即可。 -0.0 1.0 1.0 0.45 setcmykcolor -% 设置线的属性。 -1 setlinecap -1 setlinejoin - -% 将坐标原点移到图片的中心。 -200 200 translate -% 作出外圆。 -newpath -6 setlinewidth -0 0 195 0 360 arc -stroke -% 作出内圆。 -newpath -5 setlinewidth -0 0 143 0 360 arc -stroke - -% 描出“北大”字样。 -newpath -0 setlinewidth --10 101 moveto --10 101 -10 38 lineto --10 35 -14 29 -19 28 curveto --30 28 -60 15 -89 -26 curveto --104 -39 -108 -24 -105 -16 curveto --76 27 -36 45 -32 45 curveto --30 46 -29 47 -29 49 curveto --29 49 -29 68 lineto --29 69 -30 69 -31 69 curveto --38 67 -58 63 -83 42 curveto --95 35 -103 49 -94 57 curveto --72 74 -53 83 -31 88 curveto --30 88 -29 89 -29 90 curveto --29 90 -29 102 lineto --29 111 -10 111 -10 101 curveto -10 101 moveto -10 101 10 38 lineto -10 35 14 29 19 28 curveto -30 28 60 15 89 -26 curveto -104 -39 108 -24 105 -16 curveto -76 27 36 45 32 45 curveto -30 46 29 47 29 49 curveto -29 49 29 68 lineto -29 69 30 69 31 69 curveto -38 67 58 63 83 42 curveto -95 35 103 49 94 57 curveto -72 74 53 83 31 88 curveto -30 88 29 89 29 90 curveto -29 90 29 102 lineto -29 111 10 111 10 101 curveto --11 5 moveto --11 4 -11 4 -12 4 curveto --33 2 -65 -25 -80 -58 curveto --82 -71 -70 -74 -63 -64 curveto --45 -32 -27 -17 -12 -15 curveto --11 -15 -11 -15 -11 -16 curveto --11 -16 -11 -35 lineto --11 -38 -11 -38 -13 -40 curveto --28 -48 -34 -57 -45 -85 curveto --48 -97 -32 -103 -28 -94 curveto --15 -44 15 -44 28 -94 curveto -32 -103 48 -97 45 -85 curveto -34 -57 28 -48 13 -40 curveto -11 -38 11 -38 11 -35 curveto -11 -35 11 -16 lineto -11 -15 11 -15 12 -15 curveto -27 -17 45 -32 63 -64 curveto -70 -74 82 -71 80 -58 curveto -65 -25 33 2 12 4 curveto -11 4 11 4 11 5 curveto -11 5 11 12 lineto -11 25 -11 25 -11 12 curveto --11 12 -11 5 lineto -133 0 moveto -0 0 133 0 360 arc -% 对刚作出的线条执行奇偶相间的填充,使中间空出的“北大”字样就是透明的。 -% 从而,即使页面带背景色,插入这个图片时也会很正常。 -eofill - -% 添加文字“PEKING UNIVERSITY 1898”。 -/Times-Bold findfont 40 scalefont setfont -/offset { dup stringwidth pop 2 div neg 155 moveto show } def - -gsave 112 rotate (P) offset grestore -gsave 98 rotate (E) offset grestore -gsave 84 rotate (K) offset grestore -gsave 70 rotate (I) offset grestore -gsave 56 rotate (N) offset grestore -gsave 41 rotate (G) offset grestore -gsave 15 rotate (U) offset grestore -gsave (N) offset grestore -gsave -14 rotate (I) offset grestore -gsave -28 rotate (V) offset grestore -gsave -42 rotate (E) offset grestore -gsave -56 rotate (R) offset grestore -gsave -70 rotate (S) offset grestore -gsave -84 rotate (I) offset grestore -gsave -98 rotate (T) offset grestore -gsave -112 rotate (Y) offset grestore - -/onset { dup stringwidth pop 2 div neg -182 moveto show } def - -gsave -24 rotate (1) onset grestore -gsave -8 rotate (8) onset grestore -gsave 8 rotate (9) onset grestore -gsave 24 rotate (8) onset grestore - -showpage -%%EOF diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkuword.eps b/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkuword.eps deleted file mode 100644 index 3ff831cae93..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-gbk/img/pkuword.eps +++ /dev/null @@ -1,273 +0,0 @@ -%!PS -%%BoundingBox: 0 0 525 150 -%%Pages: 1 -%%Page: 1 1 - -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions are -% met: -% -% * Redistributions of source code must retain the above copyright notice, -% this list of conditions and the following disclaimer. -% * Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% * Neither the name of Peking University nor the names of its contributors -% may be used to endorse or promote products derived from this software -% without specific prior written permission. -% -% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -% 设置北大红的色值(http://web5.pku.edu.cn/bs/cjwt/,问题 5)。 -% 要想将颜色改为黑色,只需将下面一行改为“0 setgray”即可。 -0.0 1.0 1.0 0.45 setcmykcolor -% 缩放和平移。 -0.702957 0.602957 scale --30 -9 translate - -% “北”。 -newpath -74 224 moveto -85.9 214.1 110.4 207.3 105 187 curveto -106 176.3 111.5 166.3 108 155 curveto -112.3 125.8 104.7 99 103 71 curveto -100.3 59.5 96.9 47.3 91 38 curveto -81.8 36 87.7 47.3 86 52 curveto -88.3 56.7 86.2 62 84 66 curveto -83 66 82 66 81 66 curveto -70.7 51.3 53.5 42.7 41 31 curveto -37.6 31.1 33.9 30.3 32 34 curveto -32.6 40.3 30.8 46.8 32 52 curveto -30.2 54 31.3 57.3 31 60 curveto -43.6 65.3 42.7 79.6 47 90 curveto -59 103.5 50 123.3 47 138 curveto -54.7 135.5 63.5 135.7 69 128 curveto -74.1 126.1 81.7 125.9 83 119 curveto -84.9 118.4 85.8 119.9 87 121 curveto -87 133.3 87 145.7 87 158 curveto -86.2 176.4 91.3 203.1 71 215 curveto -67.6 220.4 61.6 223.4 64 230 curveto -68.7 231.2 70.2 224.9 74 224 curveto -85 102 moveto -87.3 94.7 85.2 86.7 83 80 curveto -73.4 67.6 58.4 63.9 46 56 curveto -42.7 55.1 40.4 57.1 40 60 curveto -46 74 57.7 85.7 63 100 curveto -65.7 103 69.7 102.6 73 104 curveto -78.5 106.2 80.1 113.5 85 115 curveto -88 110.7 83.5 107 85 102 curveto -eofill -newpath -176 176 moveto -184.2 165.9 175.8 148 187 140 curveto -192.6 149.1 209.4 149.9 205 164 curveto -206 165.1 202.5 172.3 208 171 curveto -206.9 159.6 220 161 226 156 curveto -231.2 157.2 228.8 148.7 228 146 curveto -223.7 140 223 131.6 215 128 curveto -205 124.2 195.7 127.8 187 121 curveto -187 115 187 109 187 103 curveto -181.5 99.2 175.8 93.7 175 87 curveto -188.7 76.3 201.5 91.8 216 91 curveto -221.9 93 226.5 97.9 234 96 curveto -235.1 91.6 232.3 91.4 231 88 curveto -230 76.1 218.3 77.6 211 72 curveto -200.8 70.8 188.8 71.6 183 62 curveto -175.5 63.2 167.5 63 162 69 curveto -150.9 87.6 151.2 111 146 132 curveto -141.1 158 154 179.1 157 203 curveto -161.7 194.2 176.5 188.7 176 176 curveto -closepath -fill - -% “京”。 -newpath -351 221 moveto -349.4 215.9 349.3 209.3 343 207 curveto -332.9 217.2 312.8 180.1 322 206 curveto -322.3 218.3 314.3 227.2 311 238 curveto -309.3 244.7 315.9 244.8 320 243 curveto -329.3 239.7 338.7 234.2 346 228 curveto -346.6 225.2 350.4 223.8 351 221 curveto -closepath -fill -newpath -361 183 moveto -352.3 176.8 341.6 170.9 333 162 curveto -329.4 152.3 319 150.7 312 145 curveto -300.2 142.3 291.2 148.7 284 155 curveto -282.8 159.1 287.7 161.1 290 163 curveto -303.2 171.4 320.3 170.3 333 180 curveto -341.8 183.3 351 185.6 361 186 curveto -361 185 361 184 361 183 curveto -closepath -fill -newpath -357 135 moveto -361.8 126.8 349.9 127.4 347 122 curveto -341.4 114.9 332.9 110.9 329 104 curveto -327.3 101.3 322.5 100 324 96 curveto -326.1 92.8 330.4 96.3 333 98 curveto -337.3 100.7 341.7 97.3 346 97 curveto -343.8 86.8 332.7 85.7 326 80 curveto -322.5 79.3 318.3 77.9 317 74 curveto -312.2 64.9 322.3 60.7 321 52 curveto -323.8 41 328.2 28 325 17 curveto -317.4 16.8 319.5 25.8 314 29 curveto -311.8 32.7 304.6 30.9 306 37 curveto -309.5 37.7 313.7 39.1 315 43 curveto -314.3 48.7 316.7 55.6 313 60 curveto -311.1 60.3 309.6 59.5 308 59 curveto -293.5 46.9 284.8 31.5 271 20 curveto -264.2 18.7 260.4 24.7 259 30 curveto -257.8 32.6 258 35.9 258 39 curveto -276.8 39.2 288.7 56.3 304 65 curveto -307.5 64.9 309.3 69 312 71 curveto -313.3 74.6 309.9 76.3 309 79 curveto -308.3 85.9 319.3 93.8 311 98 curveto -306.6 97.1 300.6 97.6 299 92 curveto -304.1 80.4 294.9 72.3 289 64 curveto -287.6 63.3 287.4 65.7 286 65 curveto -277.5 80.5 281 99.7 283 117 curveto -287.1 115.7 290.3 112.3 294 110 curveto -309.9 114.8 321.3 130.8 337 136 curveto -343 134.2 351.6 135.3 357 135 curveto -closepath -fill -newpath -374 62 moveto -374 57.7 374 53.3 374 49 curveto -368.6 46.4 362.1 40.9 357 48 curveto -351.7 57.8 341.8 69.4 350 81 curveto -359.3 77.8 371.6 73.3 374 62 curveto -closepath -fill - -% “大”。 -newpath -501 224 moveto -507.6 216 519.8 213 519 202 curveto -510.5 194.5 518.5 184 516 174 curveto -513.8 166.3 516.2 156.7 514 149 curveto -514.3 146.1 517.5 145.7 520 146 curveto -537.1 151 538.8 182.5 560 171 curveto -557.7 161.3 549.5 155.7 542 149 curveto -533.4 140.8 521.6 133.8 514 123 curveto -512.2 101.2 508.4 78.4 488 66 curveto -476 57.9 463 52.2 449 49 curveto -447.3 51.2 438.3 44.3 442 51 curveto -450.7 56.3 458.9 62.7 468 67 curveto -482.2 77.4 486.1 93.8 491 109 curveto -484.7 113.3 478.3 105.7 472 104 curveto -456.1 97.9 445.1 86.2 430 78 curveto -424.8 75.9 419.1 72.1 413 75 curveto -406.8 81.8 408.2 93 408 101 curveto -411.9 101.9 410.9 97.2 414 96 curveto -436.6 97.6 452.7 115.2 474 120 curveto -480.7 125.8 491.4 124.2 496 133 curveto -500.2 163 498.3 195.4 486 221 curveto -487.2 223.7 488.1 229.2 493 227 curveto -495 224.5 497.7 223.5 501 224 curveto -closepath -fill -newpath -557 86 moveto -564 76.3 578.2 71.9 574 58 curveto -568.3 51.9 560.3 51.5 552 52 curveto -550.3 54.4 550.8 58.5 552 61 curveto -548.5 71.2 540.4 81.9 545 93 curveto -548.4 91.3 552.1 86.2 557 86 curveto -closepath -fill - -% 学。 -newpath -640 130 moveto -639.8 124 641.2 115.7 635 114 curveto -628.1 111.5 630.1 119.8 626 122 curveto -625.8 131.8 626.8 139.7 624 148 curveto -634.8 146.6 632.8 135.8 640 130 curveto -closepath -fill -newpath -733 248 moveto -738 233.7 720.5 224.5 721 210 curveto -728.7 202 735.5 214.1 744 213 curveto -753.3 220.2 762.3 213.3 773 214 curveto -768.4 191.6 756.7 169.5 737 156 curveto -736.5 154.6 736.3 153.1 735 152 curveto -740.1 145.1 758.1 154.4 754 140 curveto -746.5 116.3 724.8 109.9 705 101 curveto -715.3 113.3 728.2 123.7 736 138 curveto -733 143.2 726.9 137.7 723 136 curveto -703.9 117.4 683.8 101.3 660 94 curveto -652.2 91.7 644 90.4 635 91 curveto -635.9 98.4 645.4 97.9 650 103 curveto -673.8 121.1 701.1 130.5 726 146 curveto -726.6 147.9 725.1 148.8 724 150 curveto -716.7 151.2 712 146 706 144 curveto -705.5 149.3 711 153.3 709 158 curveto -704 160 699.6 166.5 694 164 curveto -686.8 160.8 686.1 147.6 677 150 curveto -677.2 159.5 697.7 166.9 684 176 curveto -694.5 171.8 700.6 182.7 705 189 curveto -705.8 191.9 705.5 193 703 195 curveto -699.4 194.7 696.9 191.6 693 192 curveto -693.6 196.3 699.8 198.2 699 203 curveto -694.9 208.7 686.3 203.7 684 212 curveto -684.1 216.3 689.1 212.2 692 213 curveto -695.3 212 699.5 214.5 703 216 curveto -718.6 222.2 724.8 240.5 726 255 curveto -729.2 254.8 729.6 249.9 733 248 curveto -748 193 moveto -743.7 180.6 733.5 168.9 725 160 curveto -724.5 167.3 722.5 174 719 180 curveto -710.8 180.5 719.2 163.3 708 168 curveto -696.3 179.3 716.2 187.4 718 198 curveto -728 202.3 738 194.7 748 193 curveto -eofill -newpath -640 195 moveto -643.7 193 646.5 188.9 651 189 curveto -661.3 177.5 670.8 165.7 671 150 curveto -667.8 144.8 662.5 140.5 657 139 curveto -653.4 161.3 643.8 182 627 198 curveto -625.5 199.7 625.5 203.3 627 205 curveto -632.2 203.8 635.2 197.3 640 195 curveto -closepath -fill -newpath -732 82 moveto -727.7 76.8 729.2 66.5 720 66 curveto -713.6 65.1 703.7 68.2 702 60 curveto -702.4 47.8 712 38.2 707 25 curveto -704 12.5 688.9 12 678 10 curveto -675.5 16.8 666.3 14.1 663 19 curveto -675.2 21.9 691.3 19.6 697 34 curveto -692.9 41.6 697.4 53.6 690 59 curveto -670.3 53.8 653.1 42.5 636 31 curveto -631.1 29.7 626.4 25.1 621 28 curveto -620.2 35.6 610.3 39.5 614 49 curveto -617.7 54.2 624 53 629 55 curveto -654.8 67.1 680.6 79.3 709 85 curveto -711.4 88.3 717 87.2 720 86 curveto -723.4 86.2 729.3 86.3 732 82 curveto -closepath -fill - -showpage -%%EOF diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Make.bat b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Make.bat index c1125139f4f..1fae167b28d 100755 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Make.bat +++ b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Make.bat @@ -24,9 +24,6 @@ if "%1"=="doc" goto doc if "%1"=="clear" (goto clear) else (goto usage) :doc -cd img -call Make.bat -cd .. %LATEX% %JOBNAME% %BIBTEX% %JOBNAME% %DOGBK2UNI% diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Makefile b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Makefile index 375f8a83269..e33d92748c6 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Makefile +++ b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/Makefile @@ -37,14 +37,6 @@ else RM = del endif -all: img_ doc - -img_: - cd img && $(MAKE) - -img-clean: - cd img && $(MAKE) clean - doc: $(LATEX) $(JOBNAME) $(BIBTEX) $(JOBNAME) @@ -57,6 +49,6 @@ clean: $(RM) $(JOBNAME).{aux,bbl,bcf,blg,dvi,lof,log,lot,run.xml,toc,out{,.bak}} \ {missfont,texput}.log chap/*.aux -distclean: clean img-clean +distclean: clean $(RM) $(JOBNAME).pdf diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/copyright.tex b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/copyright.tex index 637f46c08a8..302ec500e71 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/copyright.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/copyright.tex @@ -16,7 +16,7 @@ % * Neither the name of Peking University nor the names of its contributors % may be used to endorse or promote products derived from this software % without specific prior written permission. -% +% % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS % IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, % THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -39,9 +39,9 @@ 鍚﹀垯涓鏃﹀紩璧锋湁纰嶄綔鑰呰憲浣滄潈涔嬮棶棰橈紝灏嗗彲鑳芥壙鎷呮硶寰嬭矗浠汇 \par % 鑻ラ渶鎺掔増浜岀淮鐮侊紝璇峰皢浜岀淮鐮佸浘鐗囬噸鍛藉悕涓衡渂arcode鈥濓紝 - % 杞负鍚堥傜殑鍥剧墖鏍煎紡锛屽苟鏀惧湪 img/ 鐩綍涓紝鐒跺悗鍘绘帀涓嬮潰 3 琛岀殑娉ㄩ噴銆 + % 杞负鍚堥傜殑鍥剧墖鏍煎紡锛屽苟鏀惧湪褰撳墠鐩綍涓嬶紝鐒跺悗鍘绘帀涓嬮潰 3 琛岀殑娉ㄩ噴銆 %\vfill\noindent - %\includegraphics[height = 5em]{img/barcode} + %\includegraphics[height = 5em]{barcode} %\par } diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/originauth.tex b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/originauth.tex index f73b5f95591..8bb2791600e 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/originauth.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/chap/originauth.tex @@ -1,7 +1,7 @@ % vim:ts=4:sw=4 % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % All rights reserved. % % Redistribution and use in source and binary forms, with or without @@ -16,7 +16,7 @@ % * Neither the name of Peking University nor the names of its contributors % may be used to endorse or promote products derived from this software % without specific prior written permission. -% +% % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS % IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, % THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -78,9 +78,9 @@ } % 鑻ラ渶鎺掔増浜岀淮鐮侊紝璇峰皢浜岀淮鐮佸浘鐗囬噸鍛藉悕涓衡渂arcode鈥濓紝 - % 杞负鍚堥傜殑鍥剧墖鏍煎紡锛屽苟鏀惧湪 img/ 鐩綍涓紝鐒跺悗鍘绘帀涓嬮潰 2 琛岀殑娉ㄩ噴銆 + % 杞负鍚堥傜殑鍥剧墖鏍煎紡锛屽苟鏀惧湪褰撳墠鐩綍涓嬶紝鐒跺悗鍘绘帀涓嬮潰 2 琛岀殑娉ㄩ噴銆 %\vskip 4em \noindent - %\includegraphics[height = 5em]{img/barcode} + %\includegraphics[height = 5em]{barcode} \vspace*{\fill}\par } diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Make.bat b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Make.bat deleted file mode 100755 index c5f78b3a9ea..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Make.bat +++ /dev/null @@ -1,31 +0,0 @@ -@echo off - -@rem vim:ts=4:sw=4 -@rem -@rem Copyright (c) 2008-2009 solvethis -@rem Copyright (c) 2010-2012 Casper Ti. Vector -@rem Public domain. - -set GS=gswin32c -set GSOPTS=-q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -set WIDTHOPT=-dDEVICEWIDTHPOINTS= -set HEIGHTOPT=-dDEVICEHEIGHTPOINTS= -set OUTPUTOPT=-sOutputFile= - -if "%1"=="" goto pdf -if "%1"=="clean" (goto clean) else (goto usage) - -:pdf -%GS% %GSOPTS% %WIDTHOPT%400 %HEIGHTOPT%400 %OUTPUTOPT%pkulogo.pdf -f pkulogo.eps -%GS% %GSOPTS% %WIDTHOPT%525 %HEIGHTOPT%150 %OUTPUTOPT%pkuword.pdf -f pkuword.eps -goto end - -:clean -del pkulogo.pdf pkuword.pdf -goto end - -:usage -echo %0 [pdf] [clean] - -:end - diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Makefile b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Makefile deleted file mode 100644 index 2068c24714c..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# vim:ts=4:sw=4 -# -# Copyright (c) 2008-2009 solvethis -# Copyright (c) 2010-2012 Casper Ti. Vector -# Public domain. - -# 鐩存帴浣跨敤 pkulogo.eps 浣滀负璁烘枃灏侀潰鍥剧墖涔熸槸鍙鐨勶紝 -# 鍥犱负瀹冧娇鐢ㄧ殑 Times-Bold 瀛椾綋涓鑸搷浣滅郴缁熼兘鏈夈 -# 杩欐牱鐢 LaTeX + dvipdfm 鎴 XeLaTeX 鏂瑰紡鏄彲浠ョ紪璇戞垚鍔熺殑銆 -# 鍙互浣跨敤 ghostscript 灏 eps 鏂囦欢杞崲涓 鍜 pdf 鏍煎紡锛 -# 鍒 pdfLaTeX 鏂瑰紡涔熷彲浠ョ紪璇戞垚鍔熴 - -OPTS = -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -WIDTHOPT = -dDEVICEWIDTHPOINTS= -HEIGHTOPT = -dDEVICEHEIGHTPOINTS= -OUTPUTOPT = -sOutputFile= - -# 鍖哄垎鏄 Windows 鐜杩樻槸绫 UNIX 鐜銆 -ifdef PATH - GS = gs - RM = rm -f -else - GS = gswin32c - RM = del -endif - -all: pkulogo.pdf pkuword.pdf - -pkulogo.pdf: pkulogo.eps - $(GS) $(OPTS) $(WIDTHOPT)400 $(HEIGHTOPT)400 $(OUTPUTOPT)$@ -f $< - -pkuword.pdf: pkuword.eps - $(GS) $(OPTS) $(WIDTHOPT)525 $(HEIGHTOPT)150 $(OUTPUTOPT)$@ -f $< - -clean: - $(RM) pkulogo.pdf pkuword.pdf - diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkulogo.eps b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkulogo.eps deleted file mode 100644 index 638b429db44..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkulogo.eps +++ /dev/null @@ -1,146 +0,0 @@ -%!PS -%%BoundingBox: 0 0 400 400 -%%Pages: 1 -%%Page: 1 1 - -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions are -% met: -% -% * Redistributions of source code must retain the above copyright notice, -% this list of conditions and the following disclaimer. -% * Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% * Neither the name of Peking University nor the names of its contributors -% may be used to endorse or promote products derived from this software -% without specific prior written permission. -% -% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -% 璁剧疆鍖楀ぇ绾㈢殑鑹插硷紙http://web5.pku.edu.cn/bs/cjwt/锛岄棶棰 5锛夈 -% 瑕佹兂灏嗛鑹叉敼涓洪粦鑹诧紝鍙渶灏嗕笅闈竴琛屾敼涓衡0 setgray鈥濆嵆鍙 -0.0 1.0 1.0 0.45 setcmykcolor -% 璁剧疆绾跨殑灞炴с -1 setlinecap -1 setlinejoin - -% 灏嗗潗鏍囧師鐐圭Щ鍒板浘鐗囩殑涓績銆 -200 200 translate -% 浣滃嚭澶栧渾銆 -newpath -6 setlinewidth -0 0 195 0 360 arc -stroke -% 浣滃嚭鍐呭渾銆 -newpath -5 setlinewidth -0 0 143 0 360 arc -stroke - -% 鎻忓嚭鈥滃寳澶р濆瓧鏍枫 -newpath -0 setlinewidth --10 101 moveto --10 101 -10 38 lineto --10 35 -14 29 -19 28 curveto --30 28 -60 15 -89 -26 curveto --104 -39 -108 -24 -105 -16 curveto --76 27 -36 45 -32 45 curveto --30 46 -29 47 -29 49 curveto --29 49 -29 68 lineto --29 69 -30 69 -31 69 curveto --38 67 -58 63 -83 42 curveto --95 35 -103 49 -94 57 curveto --72 74 -53 83 -31 88 curveto --30 88 -29 89 -29 90 curveto --29 90 -29 102 lineto --29 111 -10 111 -10 101 curveto -10 101 moveto -10 101 10 38 lineto -10 35 14 29 19 28 curveto -30 28 60 15 89 -26 curveto -104 -39 108 -24 105 -16 curveto -76 27 36 45 32 45 curveto -30 46 29 47 29 49 curveto -29 49 29 68 lineto -29 69 30 69 31 69 curveto -38 67 58 63 83 42 curveto -95 35 103 49 94 57 curveto -72 74 53 83 31 88 curveto -30 88 29 89 29 90 curveto -29 90 29 102 lineto -29 111 10 111 10 101 curveto --11 5 moveto --11 4 -11 4 -12 4 curveto --33 2 -65 -25 -80 -58 curveto --82 -71 -70 -74 -63 -64 curveto --45 -32 -27 -17 -12 -15 curveto --11 -15 -11 -15 -11 -16 curveto --11 -16 -11 -35 lineto --11 -38 -11 -38 -13 -40 curveto --28 -48 -34 -57 -45 -85 curveto --48 -97 -32 -103 -28 -94 curveto --15 -44 15 -44 28 -94 curveto -32 -103 48 -97 45 -85 curveto -34 -57 28 -48 13 -40 curveto -11 -38 11 -38 11 -35 curveto -11 -35 11 -16 lineto -11 -15 11 -15 12 -15 curveto -27 -17 45 -32 63 -64 curveto -70 -74 82 -71 80 -58 curveto -65 -25 33 2 12 4 curveto -11 4 11 4 11 5 curveto -11 5 11 12 lineto -11 25 -11 25 -11 12 curveto --11 12 -11 5 lineto -133 0 moveto -0 0 133 0 360 arc -% 瀵瑰垰浣滃嚭鐨勭嚎鏉℃墽琛屽鍋剁浉闂寸殑濉厖锛屼娇涓棿绌哄嚭鐨勨滃寳澶р濆瓧鏍峰氨鏄忔槑鐨勩 -% 浠庤岋紝鍗充娇椤甸潰甯﹁儗鏅壊锛屾彃鍏ヨ繖涓浘鐗囨椂涔熶細寰堟甯搞 -eofill - -% 娣诲姞鏂囧瓧鈥淧EKING UNIVERSITY 1898鈥濄 -/Times-Bold findfont 40 scalefont setfont -/offset { dup stringwidth pop 2 div neg 155 moveto show } def - -gsave 112 rotate (P) offset grestore -gsave 98 rotate (E) offset grestore -gsave 84 rotate (K) offset grestore -gsave 70 rotate (I) offset grestore -gsave 56 rotate (N) offset grestore -gsave 41 rotate (G) offset grestore -gsave 15 rotate (U) offset grestore -gsave (N) offset grestore -gsave -14 rotate (I) offset grestore -gsave -28 rotate (V) offset grestore -gsave -42 rotate (E) offset grestore -gsave -56 rotate (R) offset grestore -gsave -70 rotate (S) offset grestore -gsave -84 rotate (I) offset grestore -gsave -98 rotate (T) offset grestore -gsave -112 rotate (Y) offset grestore - -/onset { dup stringwidth pop 2 div neg -182 moveto show } def - -gsave -24 rotate (1) onset grestore -gsave -8 rotate (8) onset grestore -gsave 8 rotate (9) onset grestore -gsave 24 rotate (8) onset grestore - -showpage -%%EOF diff --git a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkuword.eps b/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkuword.eps deleted file mode 100644 index 673309b8fe5..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/example-utf8/img/pkuword.eps +++ /dev/null @@ -1,273 +0,0 @@ -%!PS -%%BoundingBox: 0 0 525 150 -%%Pages: 1 -%%Page: 1 1 - -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions are -% met: -% -% * Redistributions of source code must retain the above copyright notice, -% this list of conditions and the following disclaimer. -% * Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% * Neither the name of Peking University nor the names of its contributors -% may be used to endorse or promote products derived from this software -% without specific prior written permission. -% -% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -% 璁剧疆鍖楀ぇ绾㈢殑鑹插硷紙http://web5.pku.edu.cn/bs/cjwt/锛岄棶棰 5锛夈 -% 瑕佹兂灏嗛鑹叉敼涓洪粦鑹诧紝鍙渶灏嗕笅闈竴琛屾敼涓衡0 setgray鈥濆嵆鍙 -0.0 1.0 1.0 0.45 setcmykcolor -% 缂╂斁鍜屽钩绉汇 -0.702957 0.602957 scale --30 -9 translate - -% 鈥滃寳鈥濄 -newpath -74 224 moveto -85.9 214.1 110.4 207.3 105 187 curveto -106 176.3 111.5 166.3 108 155 curveto -112.3 125.8 104.7 99 103 71 curveto -100.3 59.5 96.9 47.3 91 38 curveto -81.8 36 87.7 47.3 86 52 curveto -88.3 56.7 86.2 62 84 66 curveto -83 66 82 66 81 66 curveto -70.7 51.3 53.5 42.7 41 31 curveto -37.6 31.1 33.9 30.3 32 34 curveto -32.6 40.3 30.8 46.8 32 52 curveto -30.2 54 31.3 57.3 31 60 curveto -43.6 65.3 42.7 79.6 47 90 curveto -59 103.5 50 123.3 47 138 curveto -54.7 135.5 63.5 135.7 69 128 curveto -74.1 126.1 81.7 125.9 83 119 curveto -84.9 118.4 85.8 119.9 87 121 curveto -87 133.3 87 145.7 87 158 curveto -86.2 176.4 91.3 203.1 71 215 curveto -67.6 220.4 61.6 223.4 64 230 curveto -68.7 231.2 70.2 224.9 74 224 curveto -85 102 moveto -87.3 94.7 85.2 86.7 83 80 curveto -73.4 67.6 58.4 63.9 46 56 curveto -42.7 55.1 40.4 57.1 40 60 curveto -46 74 57.7 85.7 63 100 curveto -65.7 103 69.7 102.6 73 104 curveto -78.5 106.2 80.1 113.5 85 115 curveto -88 110.7 83.5 107 85 102 curveto -eofill -newpath -176 176 moveto -184.2 165.9 175.8 148 187 140 curveto -192.6 149.1 209.4 149.9 205 164 curveto -206 165.1 202.5 172.3 208 171 curveto -206.9 159.6 220 161 226 156 curveto -231.2 157.2 228.8 148.7 228 146 curveto -223.7 140 223 131.6 215 128 curveto -205 124.2 195.7 127.8 187 121 curveto -187 115 187 109 187 103 curveto -181.5 99.2 175.8 93.7 175 87 curveto -188.7 76.3 201.5 91.8 216 91 curveto -221.9 93 226.5 97.9 234 96 curveto -235.1 91.6 232.3 91.4 231 88 curveto -230 76.1 218.3 77.6 211 72 curveto -200.8 70.8 188.8 71.6 183 62 curveto -175.5 63.2 167.5 63 162 69 curveto -150.9 87.6 151.2 111 146 132 curveto -141.1 158 154 179.1 157 203 curveto -161.7 194.2 176.5 188.7 176 176 curveto -closepath -fill - -% 鈥滀含鈥濄 -newpath -351 221 moveto -349.4 215.9 349.3 209.3 343 207 curveto -332.9 217.2 312.8 180.1 322 206 curveto -322.3 218.3 314.3 227.2 311 238 curveto -309.3 244.7 315.9 244.8 320 243 curveto -329.3 239.7 338.7 234.2 346 228 curveto -346.6 225.2 350.4 223.8 351 221 curveto -closepath -fill -newpath -361 183 moveto -352.3 176.8 341.6 170.9 333 162 curveto -329.4 152.3 319 150.7 312 145 curveto -300.2 142.3 291.2 148.7 284 155 curveto -282.8 159.1 287.7 161.1 290 163 curveto -303.2 171.4 320.3 170.3 333 180 curveto -341.8 183.3 351 185.6 361 186 curveto -361 185 361 184 361 183 curveto -closepath -fill -newpath -357 135 moveto -361.8 126.8 349.9 127.4 347 122 curveto -341.4 114.9 332.9 110.9 329 104 curveto -327.3 101.3 322.5 100 324 96 curveto -326.1 92.8 330.4 96.3 333 98 curveto -337.3 100.7 341.7 97.3 346 97 curveto -343.8 86.8 332.7 85.7 326 80 curveto -322.5 79.3 318.3 77.9 317 74 curveto -312.2 64.9 322.3 60.7 321 52 curveto -323.8 41 328.2 28 325 17 curveto -317.4 16.8 319.5 25.8 314 29 curveto -311.8 32.7 304.6 30.9 306 37 curveto -309.5 37.7 313.7 39.1 315 43 curveto -314.3 48.7 316.7 55.6 313 60 curveto -311.1 60.3 309.6 59.5 308 59 curveto -293.5 46.9 284.8 31.5 271 20 curveto -264.2 18.7 260.4 24.7 259 30 curveto -257.8 32.6 258 35.9 258 39 curveto -276.8 39.2 288.7 56.3 304 65 curveto -307.5 64.9 309.3 69 312 71 curveto -313.3 74.6 309.9 76.3 309 79 curveto -308.3 85.9 319.3 93.8 311 98 curveto -306.6 97.1 300.6 97.6 299 92 curveto -304.1 80.4 294.9 72.3 289 64 curveto -287.6 63.3 287.4 65.7 286 65 curveto -277.5 80.5 281 99.7 283 117 curveto -287.1 115.7 290.3 112.3 294 110 curveto -309.9 114.8 321.3 130.8 337 136 curveto -343 134.2 351.6 135.3 357 135 curveto -closepath -fill -newpath -374 62 moveto -374 57.7 374 53.3 374 49 curveto -368.6 46.4 362.1 40.9 357 48 curveto -351.7 57.8 341.8 69.4 350 81 curveto -359.3 77.8 371.6 73.3 374 62 curveto -closepath -fill - -% 鈥滃ぇ鈥濄 -newpath -501 224 moveto -507.6 216 519.8 213 519 202 curveto -510.5 194.5 518.5 184 516 174 curveto -513.8 166.3 516.2 156.7 514 149 curveto -514.3 146.1 517.5 145.7 520 146 curveto -537.1 151 538.8 182.5 560 171 curveto -557.7 161.3 549.5 155.7 542 149 curveto -533.4 140.8 521.6 133.8 514 123 curveto -512.2 101.2 508.4 78.4 488 66 curveto -476 57.9 463 52.2 449 49 curveto -447.3 51.2 438.3 44.3 442 51 curveto -450.7 56.3 458.9 62.7 468 67 curveto -482.2 77.4 486.1 93.8 491 109 curveto -484.7 113.3 478.3 105.7 472 104 curveto -456.1 97.9 445.1 86.2 430 78 curveto -424.8 75.9 419.1 72.1 413 75 curveto -406.8 81.8 408.2 93 408 101 curveto -411.9 101.9 410.9 97.2 414 96 curveto -436.6 97.6 452.7 115.2 474 120 curveto -480.7 125.8 491.4 124.2 496 133 curveto -500.2 163 498.3 195.4 486 221 curveto -487.2 223.7 488.1 229.2 493 227 curveto -495 224.5 497.7 223.5 501 224 curveto -closepath -fill -newpath -557 86 moveto -564 76.3 578.2 71.9 574 58 curveto -568.3 51.9 560.3 51.5 552 52 curveto -550.3 54.4 550.8 58.5 552 61 curveto -548.5 71.2 540.4 81.9 545 93 curveto -548.4 91.3 552.1 86.2 557 86 curveto -closepath -fill - -% 瀛︺ -newpath -640 130 moveto -639.8 124 641.2 115.7 635 114 curveto -628.1 111.5 630.1 119.8 626 122 curveto -625.8 131.8 626.8 139.7 624 148 curveto -634.8 146.6 632.8 135.8 640 130 curveto -closepath -fill -newpath -733 248 moveto -738 233.7 720.5 224.5 721 210 curveto -728.7 202 735.5 214.1 744 213 curveto -753.3 220.2 762.3 213.3 773 214 curveto -768.4 191.6 756.7 169.5 737 156 curveto -736.5 154.6 736.3 153.1 735 152 curveto -740.1 145.1 758.1 154.4 754 140 curveto -746.5 116.3 724.8 109.9 705 101 curveto -715.3 113.3 728.2 123.7 736 138 curveto -733 143.2 726.9 137.7 723 136 curveto -703.9 117.4 683.8 101.3 660 94 curveto -652.2 91.7 644 90.4 635 91 curveto -635.9 98.4 645.4 97.9 650 103 curveto -673.8 121.1 701.1 130.5 726 146 curveto -726.6 147.9 725.1 148.8 724 150 curveto -716.7 151.2 712 146 706 144 curveto -705.5 149.3 711 153.3 709 158 curveto -704 160 699.6 166.5 694 164 curveto -686.8 160.8 686.1 147.6 677 150 curveto -677.2 159.5 697.7 166.9 684 176 curveto -694.5 171.8 700.6 182.7 705 189 curveto -705.8 191.9 705.5 193 703 195 curveto -699.4 194.7 696.9 191.6 693 192 curveto -693.6 196.3 699.8 198.2 699 203 curveto -694.9 208.7 686.3 203.7 684 212 curveto -684.1 216.3 689.1 212.2 692 213 curveto -695.3 212 699.5 214.5 703 216 curveto -718.6 222.2 724.8 240.5 726 255 curveto -729.2 254.8 729.6 249.9 733 248 curveto -748 193 moveto -743.7 180.6 733.5 168.9 725 160 curveto -724.5 167.3 722.5 174 719 180 curveto -710.8 180.5 719.2 163.3 708 168 curveto -696.3 179.3 716.2 187.4 718 198 curveto -728 202.3 738 194.7 748 193 curveto -eofill -newpath -640 195 moveto -643.7 193 646.5 188.9 651 189 curveto -661.3 177.5 670.8 165.7 671 150 curveto -667.8 144.8 662.5 140.5 657 139 curveto -653.4 161.3 643.8 182 627 198 curveto -625.5 199.7 625.5 203.3 627 205 curveto -632.2 203.8 635.2 197.3 640 195 curveto -closepath -fill -newpath -732 82 moveto -727.7 76.8 729.2 66.5 720 66 curveto -713.6 65.1 703.7 68.2 702 60 curveto -702.4 47.8 712 38.2 707 25 curveto -704 12.5 688.9 12 678 10 curveto -675.5 16.8 666.3 14.1 663 19 curveto -675.2 21.9 691.3 19.6 697 34 curveto -692.9 41.6 697.4 53.6 690 59 curveto -670.3 53.8 653.1 42.5 636 31 curveto -631.1 29.7 626.4 25.1 621 28 curveto -620.2 35.6 610.3 39.5 614 49 curveto -617.7 54.2 624 53 629 55 curveto -654.8 67.1 680.6 79.3 709 85 curveto -711.4 88.3 717 87.2 720 86 curveto -723.4 86.2 729.3 86.3 732 82 curveto -closepath -fill - -showpage -%%EOF diff --git a/Master/texmf-dist/doc/latex/pkuthss/example.pdf b/Master/texmf-dist/doc/latex/pkuthss/example.pdf index fbd6a91daa5..53b724e0636 100644 Binary files a/Master/texmf-dist/doc/latex/pkuthss/example.pdf and b/Master/texmf-dist/doc/latex/pkuthss/example.pdf differ diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt b/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt index 861d1d96120..0d42b961414 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/ChangeLog.txt @@ -1,3 +1,25 @@ +2014-04-16, v1.5.2 + + * Changes to example template: + - Barcode moved to current dir instead of (removed) img/. + + * Misc: + - dist: fix zipball permissions. + - README: previously forgotten updates. + - Minor improvements. + +2014-04-16, v1.5.1 + + * API Changes: + - pkulogo and pkuword are moved into tex/ and relicensed to LPPL. + + * Changes to package code: + - Improve eps-to-pdf related script. + + * Misc: + - qa: fix whitespace check. + - Minor improvements. + 2014-04-11, v1.5.0 * Changes to example template: diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile b/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile index 7c4aea1c3c4..f63e6ac9a81 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/Makefile @@ -19,14 +19,6 @@ ifeq ($(LATEX), pdflatex) DOGBK2UNI = $(GBK2UNI) $(JOBNAME) endif -all: img_ doc - -img_: - cd img && $(MAKE) - -img-clean: - cd img && $(MAKE) clean - doc: $(LATEX) $(JOBNAME) $(BIBTEX) $(JOBNAME) @@ -39,6 +31,6 @@ clean: $(RM) $(JOBNAME).{aux,bbl,bcf,blg,dvi,lof,log,lot,run.xml,toc,out{,.bak}} \ {missfont,texput}.log chap/*.aux -distclean: clean img-clean +distclean: clean $(RM) $(JOBNAME).pdf diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex index 2b8ebdc1aee..d327c6686a9 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/abstract.tex @@ -3,7 +3,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % % 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 @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \begin{cabstract} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex index f3cadaf75ff..84e0304aee7 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/acknowledge.tex @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \chapter{鑷磋阿} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex index 16a92e32f99..8738ae5e04a 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap1.tex @@ -3,7 +3,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % % 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 @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \chapter{浣跨敤浠嬬粛} @@ -102,7 +101,7 @@ texdoc pkuthss 鎵鎵撳紑鐨 pdf 鏂囦欢鎵鍦ㄧ殑鍚屼竴鐩綍涓寘鍚笁涓瓙鐩綍鍜屼袱涓 pdf 鏂囦欢锛 鍏朵腑 \verb|doc-src| 涓鸿鏄庢枃妗o紙鍗虫湰鏂囨。锛夌殑婧愪唬鐮侊紝 \verb|example-utf8/| 鍜 \verb|example-gbk/| 涓烘ā鐗堟枃妗g殑婧愪唬鐮侊紝 - \verb|README.pdf| 鍜 \verb|example.pdf| + \verb|readme.pdf| 鍜 \verb|example.pdf| 鍒嗗埆涓鸿鏄庢枃妗e拰妯$増鏂囨。鐨 pdf 鏂囦欢銆 \verb|example-utf8/| 鐩綍涓嬬殑婧愪唬鐮佷娇鐢ㄧ殑鏄 UTF-8 缂栫爜锛 @@ -143,24 +142,6 @@ texdoc pkuthss 璇峰弬鑰 \texttt{copyright.tex} 鍜 \texttt{originauth.tex} 涓殑鐩稿叧娉ㄩ噴銆% } - - \item \verb|img/|锛氱洰褰曪紝鍖呭惈璁烘枃涓墍鏈夊浘鐗囷細 - \begin{itemize} - \item \verb|Makefile|锛氬浘鐗囬儴鍒嗙殑 Makefile銆 - \item \verb|Make.bat|锛% - Windows 涓嬬殑浼淢akefile鈥濓紝鐢 Windows 鎵瑰鐞嗗疄鐜般 - \item \verb|pkulogo.eps|锛氬寳浜ぇ瀛︽牎寰姐 - \item \verb|pkuword.eps|锛氣滃寳浜ぇ瀛︹濆瓧鏍枫 - \end{itemize} - \myemph{% - 娉細% - pdf\LaTeX{} 鏂瑰紡缂栬瘧锛堣绗 \ref{sec:compile} 鑺傦級 - 鍙兘闇瑕佸皢 eps 鍥剧墖杞崲涓 pdf 鏍煎紡锛 - 鑰屼娇鐢 Makefile 鎴栦吉鈥淢akefile鈥濇椂杩欎簺鍥剧墖鍙互鑷姩鐢熸垚锛 - 涓嶄娇鐢 Makefile 鐨勭敤鎴峰彲浠ユ墜鍔ㄨ繍琛 % - \texttt{img/} 鐩綍涓殑 Makefile 鎴栦吉鈥淢akefile鈥 - 鏉ョ敓鎴愯繖浜涘浘鐗囥% - } \end{itemize} \section{缂栬瘧鏂瑰紡}\label{sec:compile} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex index e2db39b85d8..0322f10f1dc 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap2.tex @@ -3,7 +3,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % % 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 @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \chapter{pkuthss 鏂囨。妯$増鎻愪緵鐨勫姛鑳絵 @@ -125,7 +124,7 @@ \begin{figure}[htbp!] \centering - \includegraphics[width = 0.5\textwidth]{img/pkuword} + \includegraphics[width = 0.5\textwidth]{pkuword} \caption{绀轰緥鎻掑浘}\label{fig:example} \end{figure} @@ -180,9 +179,6 @@ \begin{Verbatim}[frame = single] \documentclass[..., nocolorlinks]{pkuthss} % 鈥...鈥濅唬琛ㄥ叾瀹冪殑閫夐」銆 \end{Verbatim} - 鐢ㄦ埛杩樺彲浠ヨ繘涓姝ヤ慨鏀 \verb|img/| 鐩綍涓 % - \verb|pkulogo.eps| 鍜 \verb|pkuword.eps| 涓や釜鍥剧墖鏂囦欢锛 - 浠ヤ娇灏侀潰涓婄殑鍖椾含澶у鍥炬牱涔熷彉涓洪粦鑹诧紙璇﹁鐩稿簲鏂囦欢涓殑娉ㄩ噴锛夈 \section{pkuthss 鏂囨。妯$増鎻愪緵鐨勫懡浠ゅ拰鐜} \subsection{璁惧畾鏂囨。淇℃伅鐨勫懡浠 diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex index 3d351ec6ea5..8be06126ed5 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/chap3.tex @@ -3,7 +3,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % % 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 @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \chapter{闂鍙婂叾瑙e喅} @@ -44,10 +43,6 @@ Windows 鎵瑰鐞嗗浜 LF锛圽texttt{\string\n}锛夋崲琛岀殑鎵瑰鐞嗘枃浠舵敮鎸佹湁闂锛 瑙e喅鏂瑰紡瑙佺 \ref{sec:compile} 鑺傘 - \verb|img/| 鐩綍涓 eps 鍥剧墖鏈浆鎹负 pdf 鏍煎紡鏃讹紝% - pdf\LaTeX{} 鏂瑰紡缂栬瘧鍙兘鍑洪敊锛 - 瑙e喅鏂瑰紡瑙佺 \ref{sec:doc-dir} 鑺傘 - Windows 鐨勨滆浜嬫湰鈥濈▼搴忓湪鏌ョ湅 LF锛圽texttt{\string\n}锛 鎹㈣鐨勬枃鏈枃浠舵椂瀛樺湪鐫涓浜涢棶棰橈紝 鍥犳寤鸿鐢ㄦ埛浣跨敤鏀寔 LF 鎹㈣鐨勬枃鏈紪杈戝櫒缂栬緫鏂囦欢锛 diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex index 60fdd2e17b9..2910672db37 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/conclusion.tex @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \specialchap{缁撹} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex index 25017d9441b..c9b22fe6fa4 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/copyright.tex @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \chapter*{鐗堟潈澹版槑} @@ -42,8 +41,6 @@ \LaTeX{} Project Public License 鍙戝竷銆 闅 pkuthss 鎻愪緵鐨勬ā鐗堟簮浠g爜涓紝闄や互涓嬫枃浠 \begin{itemize} - \item \verb|img/pkulogo.eps| - \item \verb|img/pkuword.eps| \item \verb|chap/copyright.tex| \item \verb|chap/originauth.tex| \end{itemize} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex index 7bf877d8997..ea0e17a7db4 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl1.tex @@ -26,48 +26,20 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex -\chapter{pkuthss 鏂囨。妯$増鐨勫疄鐜皚 +\chapter{鏇存柊璁板綍} \raggedbottom - \section{pkuthss 鏂囨。绫诲拰 pkuthss-extra 瀹忓寘鐨勫疄鐜皚 - \subsection{鍏辩敤鏂囦欢澶撮儴} - \VerbatimInput[ - frame = lines, fontsize = {\footnotesize}, tabsize = 2, - baselinestretch = 1, lastline = 23, numbers = left - ]{pkuthss.cls} +\section{1.3 鐗堜互鍚庣殑鏇存柊璁板綍} +\VerbatimInput[ + tabsize = 4, fontsize = {\small}, baselinestretch = 1 +]{ChangeLog.txt} - \subsection{\texttt{pkuthss.cls}} - \VerbatimInput[ - frame = lines, fontsize = {\footnotesize}, tabsize = 2, - baselinestretch = 1, firstline = 25, numbers = left - ]{pkuthss.cls} - - \subsection{\texttt{pkuthss-utf8.def} 鍜 \texttt{pkuthss-gbk.def}} - \VerbatimInput[ - frame = lines, fontsize = {\footnotesize}, tabsize = 2, - baselinestretch = 1, firstline = 25, numbers = left - ]{pkuthss-utf8.def} - - \subsection{\texttt{pkuthss-extra.sty}} - \VerbatimInput[ - frame = lines, fontsize = {\footnotesize}, tabsize = 2, - baselinestretch = 1, firstline = 25, numbers = left - ]{pkuthss-extra.sty} - - \section{pkuthss 璇存槑锛堢ず渚嬶級鏂囨。鐨勬簮浠g爜} - - 鏈枃妗g殑婧愪唬鐮佷腑澶ч儴鍒嗗凡缁忔湁浜嗚緝涓鸿缁嗙殑娉ㄩ噴锛 - 鏁呰鐩存帴鍙傜収鐩稿簲鏂囦欢涓殑娉ㄩ噴銆 - - \myemph{% - 娉細% - \texttt{img/} 鐩綍涓殑 \texttt{Makefile} 鍜% - 涓や釜 PostScript锛圽texttt{.eps}锛夋枃浠讹紙閮芥槸鏂囨湰鏂囦欢锛変腑% - 涔熸湁璇︾粏鐨勬敞閲婂摝 :)% - } +\section{1.3 鍙婂叾浠ュ墠鐗堟湰鐨勬洿鏂拌褰晑 +\VerbatimInput[ + tabsize = 4, fontsize = {\small}, baselinestretch = 1.1 +]{ChangeLog-upto-1.3.txt} \flushbottom diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex deleted file mode 100644 index 8a438af49b4..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/encl2.tex +++ /dev/null @@ -1,46 +0,0 @@ -% vim:ts=4:sw=4 -% -% Documentation for pkuthss. -% -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012,2014 Casper Ti. Vector -% -% 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 Casper Ti. Vector. -% -% This work consists of the following files: -% pkuthss.tex -% chap/copyright.tex -% chap/abstract.tex -% chap/introduction.tex -% chap/chap1.tex -% chap/chap2.tex -% chap/chap3.tex -% chap/conclusion.tex -% chap/encl1.tex -% chap/encl2.tex -% chap/acknowledge.tex - -\chapter{鏇存柊璁板綍} -\raggedbottom - -\section{1.3 鐗堜互鍚庣殑鏇存柊璁板綍} -\VerbatimInput[ - tabsize = 4, fontsize = {\small}, baselinestretch = 1 -]{ChangeLog.txt} - -\section{1.3 鍙婂叾浠ュ墠鐗堟湰鐨勬洿鏂拌褰晑 -\VerbatimInput[ - tabsize = 4, fontsize = {\small}, baselinestretch = 1.1 -]{ChangeLog-upto-1.3.txt} - -\flushbottom - diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex index f1ec9646ce3..3ee9d28bbce 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex @@ -3,7 +3,7 @@ % Documentation for pkuthss. % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector +% Copyright (c) 2010-2012,2014 Casper Ti. Vector % % 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 @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \specialchap{搴忚█} diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex index f73b5f95591..8bb2791600e 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/originauth.tex @@ -1,7 +1,7 @@ % vim:ts=4:sw=4 % % Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2013 Casper Ti. Vector +% Copyright (c) 2010-2014 Casper Ti. Vector % All rights reserved. % % Redistribution and use in source and binary forms, with or without @@ -16,7 +16,7 @@ % * Neither the name of Peking University nor the names of its contributors % may be used to endorse or promote products derived from this software % without specific prior written permission. -% +% % THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS % IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, % THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -78,9 +78,9 @@ } % 鑻ラ渶鎺掔増浜岀淮鐮侊紝璇峰皢浜岀淮鐮佸浘鐗囬噸鍛藉悕涓衡渂arcode鈥濓紝 - % 杞负鍚堥傜殑鍥剧墖鏍煎紡锛屽苟鏀惧湪 img/ 鐩綍涓紝鐒跺悗鍘绘帀涓嬮潰 2 琛岀殑娉ㄩ噴銆 + % 杞负鍚堥傜殑鍥剧墖鏍煎紡锛屽苟鏀惧湪褰撳墠鐩綍涓嬶紝鐒跺悗鍘绘帀涓嬮潰 2 琛岀殑娉ㄩ噴銆 %\vskip 4em \noindent - %\includegraphics[height = 5em]{img/barcode} + %\includegraphics[height = 5em]{barcode} \vspace*{\fill}\par } diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile b/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile deleted file mode 100644 index 2068c24714c..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# vim:ts=4:sw=4 -# -# Copyright (c) 2008-2009 solvethis -# Copyright (c) 2010-2012 Casper Ti. Vector -# Public domain. - -# 鐩存帴浣跨敤 pkulogo.eps 浣滀负璁烘枃灏侀潰鍥剧墖涔熸槸鍙鐨勶紝 -# 鍥犱负瀹冧娇鐢ㄧ殑 Times-Bold 瀛椾綋涓鑸搷浣滅郴缁熼兘鏈夈 -# 杩欐牱鐢 LaTeX + dvipdfm 鎴 XeLaTeX 鏂瑰紡鏄彲浠ョ紪璇戞垚鍔熺殑銆 -# 鍙互浣跨敤 ghostscript 灏 eps 鏂囦欢杞崲涓 鍜 pdf 鏍煎紡锛 -# 鍒 pdfLaTeX 鏂瑰紡涔熷彲浠ョ紪璇戞垚鍔熴 - -OPTS = -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -WIDTHOPT = -dDEVICEWIDTHPOINTS= -HEIGHTOPT = -dDEVICEHEIGHTPOINTS= -OUTPUTOPT = -sOutputFile= - -# 鍖哄垎鏄 Windows 鐜杩樻槸绫 UNIX 鐜銆 -ifdef PATH - GS = gs - RM = rm -f -else - GS = gswin32c - RM = del -endif - -all: pkulogo.pdf pkuword.pdf - -pkulogo.pdf: pkulogo.eps - $(GS) $(OPTS) $(WIDTHOPT)400 $(HEIGHTOPT)400 $(OUTPUTOPT)$@ -f $< - -pkuword.pdf: pkuword.eps - $(GS) $(OPTS) $(WIDTHOPT)525 $(HEIGHTOPT)150 $(OUTPUTOPT)$@ -f $< - -clean: - $(RM) pkulogo.pdf pkuword.pdf - diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps b/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps deleted file mode 100644 index 638b429db44..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkulogo.eps +++ /dev/null @@ -1,146 +0,0 @@ -%!PS -%%BoundingBox: 0 0 400 400 -%%Pages: 1 -%%Page: 1 1 - -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions are -% met: -% -% * Redistributions of source code must retain the above copyright notice, -% this list of conditions and the following disclaimer. -% * Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% * Neither the name of Peking University nor the names of its contributors -% may be used to endorse or promote products derived from this software -% without specific prior written permission. -% -% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -% 璁剧疆鍖楀ぇ绾㈢殑鑹插硷紙http://web5.pku.edu.cn/bs/cjwt/锛岄棶棰 5锛夈 -% 瑕佹兂灏嗛鑹叉敼涓洪粦鑹诧紝鍙渶灏嗕笅闈竴琛屾敼涓衡0 setgray鈥濆嵆鍙 -0.0 1.0 1.0 0.45 setcmykcolor -% 璁剧疆绾跨殑灞炴с -1 setlinecap -1 setlinejoin - -% 灏嗗潗鏍囧師鐐圭Щ鍒板浘鐗囩殑涓績銆 -200 200 translate -% 浣滃嚭澶栧渾銆 -newpath -6 setlinewidth -0 0 195 0 360 arc -stroke -% 浣滃嚭鍐呭渾銆 -newpath -5 setlinewidth -0 0 143 0 360 arc -stroke - -% 鎻忓嚭鈥滃寳澶р濆瓧鏍枫 -newpath -0 setlinewidth --10 101 moveto --10 101 -10 38 lineto --10 35 -14 29 -19 28 curveto --30 28 -60 15 -89 -26 curveto --104 -39 -108 -24 -105 -16 curveto --76 27 -36 45 -32 45 curveto --30 46 -29 47 -29 49 curveto --29 49 -29 68 lineto --29 69 -30 69 -31 69 curveto --38 67 -58 63 -83 42 curveto --95 35 -103 49 -94 57 curveto --72 74 -53 83 -31 88 curveto --30 88 -29 89 -29 90 curveto --29 90 -29 102 lineto --29 111 -10 111 -10 101 curveto -10 101 moveto -10 101 10 38 lineto -10 35 14 29 19 28 curveto -30 28 60 15 89 -26 curveto -104 -39 108 -24 105 -16 curveto -76 27 36 45 32 45 curveto -30 46 29 47 29 49 curveto -29 49 29 68 lineto -29 69 30 69 31 69 curveto -38 67 58 63 83 42 curveto -95 35 103 49 94 57 curveto -72 74 53 83 31 88 curveto -30 88 29 89 29 90 curveto -29 90 29 102 lineto -29 111 10 111 10 101 curveto --11 5 moveto --11 4 -11 4 -12 4 curveto --33 2 -65 -25 -80 -58 curveto --82 -71 -70 -74 -63 -64 curveto --45 -32 -27 -17 -12 -15 curveto --11 -15 -11 -15 -11 -16 curveto --11 -16 -11 -35 lineto --11 -38 -11 -38 -13 -40 curveto --28 -48 -34 -57 -45 -85 curveto --48 -97 -32 -103 -28 -94 curveto --15 -44 15 -44 28 -94 curveto -32 -103 48 -97 45 -85 curveto -34 -57 28 -48 13 -40 curveto -11 -38 11 -38 11 -35 curveto -11 -35 11 -16 lineto -11 -15 11 -15 12 -15 curveto -27 -17 45 -32 63 -64 curveto -70 -74 82 -71 80 -58 curveto -65 -25 33 2 12 4 curveto -11 4 11 4 11 5 curveto -11 5 11 12 lineto -11 25 -11 25 -11 12 curveto --11 12 -11 5 lineto -133 0 moveto -0 0 133 0 360 arc -% 瀵瑰垰浣滃嚭鐨勭嚎鏉℃墽琛屽鍋剁浉闂寸殑濉厖锛屼娇涓棿绌哄嚭鐨勨滃寳澶р濆瓧鏍峰氨鏄忔槑鐨勩 -% 浠庤岋紝鍗充娇椤甸潰甯﹁儗鏅壊锛屾彃鍏ヨ繖涓浘鐗囨椂涔熶細寰堟甯搞 -eofill - -% 娣诲姞鏂囧瓧鈥淧EKING UNIVERSITY 1898鈥濄 -/Times-Bold findfont 40 scalefont setfont -/offset { dup stringwidth pop 2 div neg 155 moveto show } def - -gsave 112 rotate (P) offset grestore -gsave 98 rotate (E) offset grestore -gsave 84 rotate (K) offset grestore -gsave 70 rotate (I) offset grestore -gsave 56 rotate (N) offset grestore -gsave 41 rotate (G) offset grestore -gsave 15 rotate (U) offset grestore -gsave (N) offset grestore -gsave -14 rotate (I) offset grestore -gsave -28 rotate (V) offset grestore -gsave -42 rotate (E) offset grestore -gsave -56 rotate (R) offset grestore -gsave -70 rotate (S) offset grestore -gsave -84 rotate (I) offset grestore -gsave -98 rotate (T) offset grestore -gsave -112 rotate (Y) offset grestore - -/onset { dup stringwidth pop 2 div neg -182 moveto show } def - -gsave -24 rotate (1) onset grestore -gsave -8 rotate (8) onset grestore -gsave 8 rotate (9) onset grestore -gsave 24 rotate (8) onset grestore - -showpage -%%EOF diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps b/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps deleted file mode 100644 index 673309b8fe5..00000000000 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/img/pkuword.eps +++ /dev/null @@ -1,273 +0,0 @@ -%!PS -%%BoundingBox: 0 0 525 150 -%%Pages: 1 -%%Page: 1 1 - -% Copyright (c) 2008-2009 solvethis -% Copyright (c) 2010-2012 Casper Ti. Vector -% All rights reserved. -% -% Redistribution and use in source and binary forms, with or without -% modification, are permitted provided that the following conditions are -% met: -% -% * Redistributions of source code must retain the above copyright notice, -% this list of conditions and the following disclaimer. -% * Redistributions in binary form must reproduce the above copyright -% notice, this list of conditions and the following disclaimer in the -% documentation and/or other materials provided with the distribution. -% * Neither the name of Peking University nor the names of its contributors -% may be used to endorse or promote products derived from this software -% without specific prior written permission. -% -% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -% 璁剧疆鍖楀ぇ绾㈢殑鑹插硷紙http://web5.pku.edu.cn/bs/cjwt/锛岄棶棰 5锛夈 -% 瑕佹兂灏嗛鑹叉敼涓洪粦鑹诧紝鍙渶灏嗕笅闈竴琛屾敼涓衡0 setgray鈥濆嵆鍙 -0.0 1.0 1.0 0.45 setcmykcolor -% 缂╂斁鍜屽钩绉汇 -0.702957 0.602957 scale --30 -9 translate - -% 鈥滃寳鈥濄 -newpath -74 224 moveto -85.9 214.1 110.4 207.3 105 187 curveto -106 176.3 111.5 166.3 108 155 curveto -112.3 125.8 104.7 99 103 71 curveto -100.3 59.5 96.9 47.3 91 38 curveto -81.8 36 87.7 47.3 86 52 curveto -88.3 56.7 86.2 62 84 66 curveto -83 66 82 66 81 66 curveto -70.7 51.3 53.5 42.7 41 31 curveto -37.6 31.1 33.9 30.3 32 34 curveto -32.6 40.3 30.8 46.8 32 52 curveto -30.2 54 31.3 57.3 31 60 curveto -43.6 65.3 42.7 79.6 47 90 curveto -59 103.5 50 123.3 47 138 curveto -54.7 135.5 63.5 135.7 69 128 curveto -74.1 126.1 81.7 125.9 83 119 curveto -84.9 118.4 85.8 119.9 87 121 curveto -87 133.3 87 145.7 87 158 curveto -86.2 176.4 91.3 203.1 71 215 curveto -67.6 220.4 61.6 223.4 64 230 curveto -68.7 231.2 70.2 224.9 74 224 curveto -85 102 moveto -87.3 94.7 85.2 86.7 83 80 curveto -73.4 67.6 58.4 63.9 46 56 curveto -42.7 55.1 40.4 57.1 40 60 curveto -46 74 57.7 85.7 63 100 curveto -65.7 103 69.7 102.6 73 104 curveto -78.5 106.2 80.1 113.5 85 115 curveto -88 110.7 83.5 107 85 102 curveto -eofill -newpath -176 176 moveto -184.2 165.9 175.8 148 187 140 curveto -192.6 149.1 209.4 149.9 205 164 curveto -206 165.1 202.5 172.3 208 171 curveto -206.9 159.6 220 161 226 156 curveto -231.2 157.2 228.8 148.7 228 146 curveto -223.7 140 223 131.6 215 128 curveto -205 124.2 195.7 127.8 187 121 curveto -187 115 187 109 187 103 curveto -181.5 99.2 175.8 93.7 175 87 curveto -188.7 76.3 201.5 91.8 216 91 curveto -221.9 93 226.5 97.9 234 96 curveto -235.1 91.6 232.3 91.4 231 88 curveto -230 76.1 218.3 77.6 211 72 curveto -200.8 70.8 188.8 71.6 183 62 curveto -175.5 63.2 167.5 63 162 69 curveto -150.9 87.6 151.2 111 146 132 curveto -141.1 158 154 179.1 157 203 curveto -161.7 194.2 176.5 188.7 176 176 curveto -closepath -fill - -% 鈥滀含鈥濄 -newpath -351 221 moveto -349.4 215.9 349.3 209.3 343 207 curveto -332.9 217.2 312.8 180.1 322 206 curveto -322.3 218.3 314.3 227.2 311 238 curveto -309.3 244.7 315.9 244.8 320 243 curveto -329.3 239.7 338.7 234.2 346 228 curveto -346.6 225.2 350.4 223.8 351 221 curveto -closepath -fill -newpath -361 183 moveto -352.3 176.8 341.6 170.9 333 162 curveto -329.4 152.3 319 150.7 312 145 curveto -300.2 142.3 291.2 148.7 284 155 curveto -282.8 159.1 287.7 161.1 290 163 curveto -303.2 171.4 320.3 170.3 333 180 curveto -341.8 183.3 351 185.6 361 186 curveto -361 185 361 184 361 183 curveto -closepath -fill -newpath -357 135 moveto -361.8 126.8 349.9 127.4 347 122 curveto -341.4 114.9 332.9 110.9 329 104 curveto -327.3 101.3 322.5 100 324 96 curveto -326.1 92.8 330.4 96.3 333 98 curveto -337.3 100.7 341.7 97.3 346 97 curveto -343.8 86.8 332.7 85.7 326 80 curveto -322.5 79.3 318.3 77.9 317 74 curveto -312.2 64.9 322.3 60.7 321 52 curveto -323.8 41 328.2 28 325 17 curveto -317.4 16.8 319.5 25.8 314 29 curveto -311.8 32.7 304.6 30.9 306 37 curveto -309.5 37.7 313.7 39.1 315 43 curveto -314.3 48.7 316.7 55.6 313 60 curveto -311.1 60.3 309.6 59.5 308 59 curveto -293.5 46.9 284.8 31.5 271 20 curveto -264.2 18.7 260.4 24.7 259 30 curveto -257.8 32.6 258 35.9 258 39 curveto -276.8 39.2 288.7 56.3 304 65 curveto -307.5 64.9 309.3 69 312 71 curveto -313.3 74.6 309.9 76.3 309 79 curveto -308.3 85.9 319.3 93.8 311 98 curveto -306.6 97.1 300.6 97.6 299 92 curveto -304.1 80.4 294.9 72.3 289 64 curveto -287.6 63.3 287.4 65.7 286 65 curveto -277.5 80.5 281 99.7 283 117 curveto -287.1 115.7 290.3 112.3 294 110 curveto -309.9 114.8 321.3 130.8 337 136 curveto -343 134.2 351.6 135.3 357 135 curveto -closepath -fill -newpath -374 62 moveto -374 57.7 374 53.3 374 49 curveto -368.6 46.4 362.1 40.9 357 48 curveto -351.7 57.8 341.8 69.4 350 81 curveto -359.3 77.8 371.6 73.3 374 62 curveto -closepath -fill - -% 鈥滃ぇ鈥濄 -newpath -501 224 moveto -507.6 216 519.8 213 519 202 curveto -510.5 194.5 518.5 184 516 174 curveto -513.8 166.3 516.2 156.7 514 149 curveto -514.3 146.1 517.5 145.7 520 146 curveto -537.1 151 538.8 182.5 560 171 curveto -557.7 161.3 549.5 155.7 542 149 curveto -533.4 140.8 521.6 133.8 514 123 curveto -512.2 101.2 508.4 78.4 488 66 curveto -476 57.9 463 52.2 449 49 curveto -447.3 51.2 438.3 44.3 442 51 curveto -450.7 56.3 458.9 62.7 468 67 curveto -482.2 77.4 486.1 93.8 491 109 curveto -484.7 113.3 478.3 105.7 472 104 curveto -456.1 97.9 445.1 86.2 430 78 curveto -424.8 75.9 419.1 72.1 413 75 curveto -406.8 81.8 408.2 93 408 101 curveto -411.9 101.9 410.9 97.2 414 96 curveto -436.6 97.6 452.7 115.2 474 120 curveto -480.7 125.8 491.4 124.2 496 133 curveto -500.2 163 498.3 195.4 486 221 curveto -487.2 223.7 488.1 229.2 493 227 curveto -495 224.5 497.7 223.5 501 224 curveto -closepath -fill -newpath -557 86 moveto -564 76.3 578.2 71.9 574 58 curveto -568.3 51.9 560.3 51.5 552 52 curveto -550.3 54.4 550.8 58.5 552 61 curveto -548.5 71.2 540.4 81.9 545 93 curveto -548.4 91.3 552.1 86.2 557 86 curveto -closepath -fill - -% 瀛︺ -newpath -640 130 moveto -639.8 124 641.2 115.7 635 114 curveto -628.1 111.5 630.1 119.8 626 122 curveto -625.8 131.8 626.8 139.7 624 148 curveto -634.8 146.6 632.8 135.8 640 130 curveto -closepath -fill -newpath -733 248 moveto -738 233.7 720.5 224.5 721 210 curveto -728.7 202 735.5 214.1 744 213 curveto -753.3 220.2 762.3 213.3 773 214 curveto -768.4 191.6 756.7 169.5 737 156 curveto -736.5 154.6 736.3 153.1 735 152 curveto -740.1 145.1 758.1 154.4 754 140 curveto -746.5 116.3 724.8 109.9 705 101 curveto -715.3 113.3 728.2 123.7 736 138 curveto -733 143.2 726.9 137.7 723 136 curveto -703.9 117.4 683.8 101.3 660 94 curveto -652.2 91.7 644 90.4 635 91 curveto -635.9 98.4 645.4 97.9 650 103 curveto -673.8 121.1 701.1 130.5 726 146 curveto -726.6 147.9 725.1 148.8 724 150 curveto -716.7 151.2 712 146 706 144 curveto -705.5 149.3 711 153.3 709 158 curveto -704 160 699.6 166.5 694 164 curveto -686.8 160.8 686.1 147.6 677 150 curveto -677.2 159.5 697.7 166.9 684 176 curveto -694.5 171.8 700.6 182.7 705 189 curveto -705.8 191.9 705.5 193 703 195 curveto -699.4 194.7 696.9 191.6 693 192 curveto -693.6 196.3 699.8 198.2 699 203 curveto -694.9 208.7 686.3 203.7 684 212 curveto -684.1 216.3 689.1 212.2 692 213 curveto -695.3 212 699.5 214.5 703 216 curveto -718.6 222.2 724.8 240.5 726 255 curveto -729.2 254.8 729.6 249.9 733 248 curveto -748 193 moveto -743.7 180.6 733.5 168.9 725 160 curveto -724.5 167.3 722.5 174 719 180 curveto -710.8 180.5 719.2 163.3 708 168 curveto -696.3 179.3 716.2 187.4 718 198 curveto -728 202.3 738 194.7 748 193 curveto -eofill -newpath -640 195 moveto -643.7 193 646.5 188.9 651 189 curveto -661.3 177.5 670.8 165.7 671 150 curveto -667.8 144.8 662.5 140.5 657 139 curveto -653.4 161.3 643.8 182 627 198 curveto -625.5 199.7 625.5 203.3 627 205 curveto -632.2 203.8 635.2 197.3 640 195 curveto -closepath -fill -newpath -732 82 moveto -727.7 76.8 729.2 66.5 720 66 curveto -713.6 65.1 703.7 68.2 702 60 curveto -702.4 47.8 712 38.2 707 25 curveto -704 12.5 688.9 12 678 10 curveto -675.5 16.8 666.3 14.1 663 19 curveto -675.2 21.9 691.3 19.6 697 34 curveto -692.9 41.6 697.4 53.6 690 59 curveto -670.3 53.8 653.1 42.5 636 31 curveto -631.1 29.7 626.4 25.1 621 28 curveto -620.2 35.6 610.3 39.5 614 49 curveto -617.7 54.2 624 53 629 55 curveto -654.8 67.1 680.6 79.3 709 85 curveto -711.4 88.3 717 87.2 720 86 curveto -723.4 86.2 729.3 86.3 732 82 curveto -closepath -fill - -showpage -%%EOF diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex index ac7b25955e5..50485f6e9d5 100644 --- a/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/pkuthss.tex @@ -26,7 +26,6 @@ % chap/chap3.tex % chap/conclusion.tex % chap/encl1.tex -% chap/encl2.tex % chap/acknowledge.tex \documentclass[UTF8, colorlinks]{pkuthss} @@ -37,7 +36,7 @@ \usepackage{fancyvrb} \newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}} -\newcommand{\docversion}{v1.5.0} +\newcommand{\docversion}{v1.5.2} \pkuthssinfo{ cthesisname = {鏈鐢熸瘯涓氳鏂噠, ethesisname = {Undergraduate Thesis}, @@ -79,7 +78,6 @@ \printbibliography[heading = bibintoc, sorting = ecnty] \include{chap/encl1} - \include{chap/encl2} \backmatter diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme.pdf b/Master/texmf-dist/doc/latex/pkuthss/readme.pdf new file mode 100644 index 00000000000..ad21af0fa49 Binary files /dev/null and b/Master/texmf-dist/doc/latex/pkuthss/readme.pdf differ diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.eps b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.eps new file mode 100644 index 00000000000..2af63c37446 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.eps @@ -0,0 +1,141 @@ +%!PS-Adobe-2.0 EPSF-2.0 +%%BoundingBox: 0 0 400 400 +%%Pages: 1 +%%Page: 1 1 + +% Peking University dissertation document class +% +% Copyright (c) 2008-2009 solvethis +% Copyright (c) 2010-2012,2014 Casper Ti. Vector +% +% 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 Casper Ti. Vector. +% +% This work consists of the following files: +% pkuthss.cls +% pkuthss-gbk.def +% pkuthss-utf8.def +% pkuthss-extra.sty +% pkulogo.eps +% pkuword.eps + +% 璁剧疆鍖楀ぇ绾㈢殑鑹插硷紙http://web5.pku.edu.cn/bs/cjwt/锛岄棶棰 5锛夈 +% 瑕佹兂灏嗛鑹叉敼涓洪粦鑹诧紝鍙渶灏嗕笅闈竴琛屾敼涓衡0 setgray鈥濆嵆鍙 +0.0 1.0 1.0 0.45 setcmykcolor +% 璁剧疆绾跨殑灞炴с +1 setlinecap +1 setlinejoin + +% 灏嗗潗鏍囧師鐐圭Щ鍒板浘鐗囩殑涓績銆 +200 200 translate +% 浣滃嚭澶栧渾銆 +newpath +6 setlinewidth +0 0 195 0 360 arc +stroke +% 浣滃嚭鍐呭渾銆 +newpath +5 setlinewidth +0 0 143 0 360 arc +stroke + +% 鎻忓嚭鈥滃寳澶р濆瓧鏍枫 +newpath +0 setlinewidth +-10 101 moveto +-10 101 -10 38 lineto +-10 35 -14 29 -19 28 curveto +-30 28 -60 15 -89 -26 curveto +-104 -39 -108 -24 -105 -16 curveto +-76 27 -36 45 -32 45 curveto +-30 46 -29 47 -29 49 curveto +-29 49 -29 68 lineto +-29 69 -30 69 -31 69 curveto +-38 67 -58 63 -83 42 curveto +-95 35 -103 49 -94 57 curveto +-72 74 -53 83 -31 88 curveto +-30 88 -29 89 -29 90 curveto +-29 90 -29 102 lineto +-29 111 -10 111 -10 101 curveto +10 101 moveto +10 101 10 38 lineto +10 35 14 29 19 28 curveto +30 28 60 15 89 -26 curveto +104 -39 108 -24 105 -16 curveto +76 27 36 45 32 45 curveto +30 46 29 47 29 49 curveto +29 49 29 68 lineto +29 69 30 69 31 69 curveto +38 67 58 63 83 42 curveto +95 35 103 49 94 57 curveto +72 74 53 83 31 88 curveto +30 88 29 89 29 90 curveto +29 90 29 102 lineto +29 111 10 111 10 101 curveto +-11 5 moveto +-11 4 -11 4 -12 4 curveto +-33 2 -65 -25 -80 -58 curveto +-82 -71 -70 -74 -63 -64 curveto +-45 -32 -27 -17 -12 -15 curveto +-11 -15 -11 -15 -11 -16 curveto +-11 -16 -11 -35 lineto +-11 -38 -11 -38 -13 -40 curveto +-28 -48 -34 -57 -45 -85 curveto +-48 -97 -32 -103 -28 -94 curveto +-15 -44 15 -44 28 -94 curveto +32 -103 48 -97 45 -85 curveto +34 -57 28 -48 13 -40 curveto +11 -38 11 -38 11 -35 curveto +11 -35 11 -16 lineto +11 -15 11 -15 12 -15 curveto +27 -17 45 -32 63 -64 curveto +70 -74 82 -71 80 -58 curveto +65 -25 33 2 12 4 curveto +11 4 11 4 11 5 curveto +11 5 11 12 lineto +11 25 -11 25 -11 12 curveto +-11 12 -11 5 lineto +133 0 moveto +0 0 133 0 360 arc +% 瀵瑰垰浣滃嚭鐨勭嚎鏉℃墽琛屽鍋剁浉闂寸殑濉厖锛屼娇涓棿绌哄嚭鐨勨滃寳澶р濆瓧鏍峰氨鏄忔槑鐨勩 +% 浠庤岋紝鍗充娇椤甸潰甯﹁儗鏅壊锛屾彃鍏ヨ繖涓浘鐗囨椂涔熶細寰堟甯搞 +eofill + +% 娣诲姞鏂囧瓧鈥淧EKING UNIVERSITY 1898鈥濄 +/Times-Bold findfont 40 scalefont setfont +/offset { dup stringwidth pop 2 div neg 155 moveto show } def + +gsave 112 rotate (P) offset grestore +gsave 98 rotate (E) offset grestore +gsave 84 rotate (K) offset grestore +gsave 70 rotate (I) offset grestore +gsave 56 rotate (N) offset grestore +gsave 41 rotate (G) offset grestore +gsave 15 rotate (U) offset grestore +gsave (N) offset grestore +gsave -14 rotate (I) offset grestore +gsave -28 rotate (V) offset grestore +gsave -42 rotate (E) offset grestore +gsave -56 rotate (R) offset grestore +gsave -70 rotate (S) offset grestore +gsave -84 rotate (I) offset grestore +gsave -98 rotate (T) offset grestore +gsave -112 rotate (Y) offset grestore + +/onset { dup stringwidth pop 2 div neg -182 moveto show } def + +gsave -24 rotate (1) onset grestore +gsave -8 rotate (8) onset grestore +gsave 8 rotate (9) onset grestore +gsave 24 rotate (8) onset grestore + +showpage +%%EOF diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf new file mode 100644 index 00000000000..d8222fc52f4 Binary files /dev/null and b/Master/texmf-dist/tex/latex/pkuthss/pkulogo.pdf differ diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty index af883b6a544..7b072b8ab3e 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-extra.sty @@ -21,10 +21,12 @@ % pkuthss-gbk.def % pkuthss-utf8.def % pkuthss-extra.sty +% pkulogo.eps +% pkuword.eps \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{pkuthss-extra} - [2014/04/12 v1.5.0 Common extra settings for the pkuthss document class] + [2014/04/17 v1.5.2 Common extra settings for the pkuthss document class] % Check the dependency of pkuthss. \@ifclassloaded{pkuthss}{}{ diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def index 6659d83a81a..4b16b451e6a 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-gbk.def @@ -21,9 +21,11 @@ % pkuthss-gbk.def % pkuthss-utf8.def % pkuthss-extra.sty +% pkulogo.eps +% pkuword.eps \ProvidesFile{pkuthss-gbk.def} - [2014/04/12 v1.5.0 Labels and captions in GBK encoding + [2014/04/17 v1.5.2 Labels and captions in GBK encoding for the pkuthss document class] \def\label@ctitle{题目:} diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def index 83a72d13be9..44a597b06c4 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss-utf8.def @@ -21,9 +21,11 @@ % pkuthss-gbk.def % pkuthss-utf8.def % pkuthss-extra.sty +% pkulogo.eps +% pkuword.eps \ProvidesFile{pkuthss-utf8.def} - [2014/04/12 v1.5.0 Labels and captions in UTF-8 encoding + [2014/04/17 v1.5.2 Labels and captions in UTF-8 encoding for the pkuthss document class] \def\label@ctitle{棰樼洰锛殅 diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls b/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls index be0aa6cddde..cfa2a97f1c1 100644 --- a/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuthss.cls @@ -21,10 +21,12 @@ % pkuthss-gbk.def % pkuthss-utf8.def % pkuthss-extra.sty +% pkulogo.eps +% pkuword.eps \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{pkuthss} - [2014/04/12 v1.5.0 Peking University dissertation document class] + [2014/04/17 v1.5.2 Peking University dissertation document class] % Process the encoding options. \newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue @@ -206,8 +208,8 @@ % Emblem and inscription of the university, and type of thesis. { \zihao{1}% - \includegraphics[height = 2.4em]{img/pkulogo}\hspace{0.4em}% - \raisebox{0.4em}{\includegraphics[height = 1.6em]{img/pkuword}}\\[0.8em] + \includegraphics[height = 2.4em]{pkulogo}\hspace{0.4em}% + \raisebox{0.4em}{\includegraphics[height = 1.6em]{pkuword}}\\[0.8em] {\bfseries{\cthesisname}} } \vfill diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuword.eps b/Master/texmf-dist/tex/latex/pkuthss/pkuword.eps new file mode 100644 index 00000000000..f62f3792453 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pkuthss/pkuword.eps @@ -0,0 +1,268 @@ +%!PS-Adobe-2.0 EPSF-2.0 +%%BoundingBox: 0 0 525 150 +%%Pages: 1 +%%Page: 1 1 + +% Peking University dissertation document class +% +% Copyright (c) 2008-2009 solvethis +% Copyright (c) 2010-2012,2014 Casper Ti. Vector +% +% 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 Casper Ti. Vector. +% +% This work consists of the following files: +% pkuthss.cls +% pkuthss-gbk.def +% pkuthss-utf8.def +% pkuthss-extra.sty +% pkulogo.eps +% pkuword.eps + +% 璁剧疆鍖楀ぇ绾㈢殑鑹插硷紙http://web5.pku.edu.cn/bs/cjwt/锛岄棶棰 5锛夈 +% 瑕佹兂灏嗛鑹叉敼涓洪粦鑹诧紝鍙渶灏嗕笅闈竴琛屾敼涓衡0 setgray鈥濆嵆鍙 +0.0 1.0 1.0 0.45 setcmykcolor +% 缂╂斁鍜屽钩绉汇 +0.702957 0.602957 scale +-30 -9 translate + +% 鈥滃寳鈥濄 +newpath +74 224 moveto +85.9 214.1 110.4 207.3 105 187 curveto +106 176.3 111.5 166.3 108 155 curveto +112.3 125.8 104.7 99 103 71 curveto +100.3 59.5 96.9 47.3 91 38 curveto +81.8 36 87.7 47.3 86 52 curveto +88.3 56.7 86.2 62 84 66 curveto +83 66 82 66 81 66 curveto +70.7 51.3 53.5 42.7 41 31 curveto +37.6 31.1 33.9 30.3 32 34 curveto +32.6 40.3 30.8 46.8 32 52 curveto +30.2 54 31.3 57.3 31 60 curveto +43.6 65.3 42.7 79.6 47 90 curveto +59 103.5 50 123.3 47 138 curveto +54.7 135.5 63.5 135.7 69 128 curveto +74.1 126.1 81.7 125.9 83 119 curveto +84.9 118.4 85.8 119.9 87 121 curveto +87 133.3 87 145.7 87 158 curveto +86.2 176.4 91.3 203.1 71 215 curveto +67.6 220.4 61.6 223.4 64 230 curveto +68.7 231.2 70.2 224.9 74 224 curveto +85 102 moveto +87.3 94.7 85.2 86.7 83 80 curveto +73.4 67.6 58.4 63.9 46 56 curveto +42.7 55.1 40.4 57.1 40 60 curveto +46 74 57.7 85.7 63 100 curveto +65.7 103 69.7 102.6 73 104 curveto +78.5 106.2 80.1 113.5 85 115 curveto +88 110.7 83.5 107 85 102 curveto +eofill +newpath +176 176 moveto +184.2 165.9 175.8 148 187 140 curveto +192.6 149.1 209.4 149.9 205 164 curveto +206 165.1 202.5 172.3 208 171 curveto +206.9 159.6 220 161 226 156 curveto +231.2 157.2 228.8 148.7 228 146 curveto +223.7 140 223 131.6 215 128 curveto +205 124.2 195.7 127.8 187 121 curveto +187 115 187 109 187 103 curveto +181.5 99.2 175.8 93.7 175 87 curveto +188.7 76.3 201.5 91.8 216 91 curveto +221.9 93 226.5 97.9 234 96 curveto +235.1 91.6 232.3 91.4 231 88 curveto +230 76.1 218.3 77.6 211 72 curveto +200.8 70.8 188.8 71.6 183 62 curveto +175.5 63.2 167.5 63 162 69 curveto +150.9 87.6 151.2 111 146 132 curveto +141.1 158 154 179.1 157 203 curveto +161.7 194.2 176.5 188.7 176 176 curveto +closepath +fill + +% 鈥滀含鈥濄 +newpath +351 221 moveto +349.4 215.9 349.3 209.3 343 207 curveto +332.9 217.2 312.8 180.1 322 206 curveto +322.3 218.3 314.3 227.2 311 238 curveto +309.3 244.7 315.9 244.8 320 243 curveto +329.3 239.7 338.7 234.2 346 228 curveto +346.6 225.2 350.4 223.8 351 221 curveto +closepath +fill +newpath +361 183 moveto +352.3 176.8 341.6 170.9 333 162 curveto +329.4 152.3 319 150.7 312 145 curveto +300.2 142.3 291.2 148.7 284 155 curveto +282.8 159.1 287.7 161.1 290 163 curveto +303.2 171.4 320.3 170.3 333 180 curveto +341.8 183.3 351 185.6 361 186 curveto +361 185 361 184 361 183 curveto +closepath +fill +newpath +357 135 moveto +361.8 126.8 349.9 127.4 347 122 curveto +341.4 114.9 332.9 110.9 329 104 curveto +327.3 101.3 322.5 100 324 96 curveto +326.1 92.8 330.4 96.3 333 98 curveto +337.3 100.7 341.7 97.3 346 97 curveto +343.8 86.8 332.7 85.7 326 80 curveto +322.5 79.3 318.3 77.9 317 74 curveto +312.2 64.9 322.3 60.7 321 52 curveto +323.8 41 328.2 28 325 17 curveto +317.4 16.8 319.5 25.8 314 29 curveto +311.8 32.7 304.6 30.9 306 37 curveto +309.5 37.7 313.7 39.1 315 43 curveto +314.3 48.7 316.7 55.6 313 60 curveto +311.1 60.3 309.6 59.5 308 59 curveto +293.5 46.9 284.8 31.5 271 20 curveto +264.2 18.7 260.4 24.7 259 30 curveto +257.8 32.6 258 35.9 258 39 curveto +276.8 39.2 288.7 56.3 304 65 curveto +307.5 64.9 309.3 69 312 71 curveto +313.3 74.6 309.9 76.3 309 79 curveto +308.3 85.9 319.3 93.8 311 98 curveto +306.6 97.1 300.6 97.6 299 92 curveto +304.1 80.4 294.9 72.3 289 64 curveto +287.6 63.3 287.4 65.7 286 65 curveto +277.5 80.5 281 99.7 283 117 curveto +287.1 115.7 290.3 112.3 294 110 curveto +309.9 114.8 321.3 130.8 337 136 curveto +343 134.2 351.6 135.3 357 135 curveto +closepath +fill +newpath +374 62 moveto +374 57.7 374 53.3 374 49 curveto +368.6 46.4 362.1 40.9 357 48 curveto +351.7 57.8 341.8 69.4 350 81 curveto +359.3 77.8 371.6 73.3 374 62 curveto +closepath +fill + +% 鈥滃ぇ鈥濄 +newpath +501 224 moveto +507.6 216 519.8 213 519 202 curveto +510.5 194.5 518.5 184 516 174 curveto +513.8 166.3 516.2 156.7 514 149 curveto +514.3 146.1 517.5 145.7 520 146 curveto +537.1 151 538.8 182.5 560 171 curveto +557.7 161.3 549.5 155.7 542 149 curveto +533.4 140.8 521.6 133.8 514 123 curveto +512.2 101.2 508.4 78.4 488 66 curveto +476 57.9 463 52.2 449 49 curveto +447.3 51.2 438.3 44.3 442 51 curveto +450.7 56.3 458.9 62.7 468 67 curveto +482.2 77.4 486.1 93.8 491 109 curveto +484.7 113.3 478.3 105.7 472 104 curveto +456.1 97.9 445.1 86.2 430 78 curveto +424.8 75.9 419.1 72.1 413 75 curveto +406.8 81.8 408.2 93 408 101 curveto +411.9 101.9 410.9 97.2 414 96 curveto +436.6 97.6 452.7 115.2 474 120 curveto +480.7 125.8 491.4 124.2 496 133 curveto +500.2 163 498.3 195.4 486 221 curveto +487.2 223.7 488.1 229.2 493 227 curveto +495 224.5 497.7 223.5 501 224 curveto +closepath +fill +newpath +557 86 moveto +564 76.3 578.2 71.9 574 58 curveto +568.3 51.9 560.3 51.5 552 52 curveto +550.3 54.4 550.8 58.5 552 61 curveto +548.5 71.2 540.4 81.9 545 93 curveto +548.4 91.3 552.1 86.2 557 86 curveto +closepath +fill + +% 瀛︺ +newpath +640 130 moveto +639.8 124 641.2 115.7 635 114 curveto +628.1 111.5 630.1 119.8 626 122 curveto +625.8 131.8 626.8 139.7 624 148 curveto +634.8 146.6 632.8 135.8 640 130 curveto +closepath +fill +newpath +733 248 moveto +738 233.7 720.5 224.5 721 210 curveto +728.7 202 735.5 214.1 744 213 curveto +753.3 220.2 762.3 213.3 773 214 curveto +768.4 191.6 756.7 169.5 737 156 curveto +736.5 154.6 736.3 153.1 735 152 curveto +740.1 145.1 758.1 154.4 754 140 curveto +746.5 116.3 724.8 109.9 705 101 curveto +715.3 113.3 728.2 123.7 736 138 curveto +733 143.2 726.9 137.7 723 136 curveto +703.9 117.4 683.8 101.3 660 94 curveto +652.2 91.7 644 90.4 635 91 curveto +635.9 98.4 645.4 97.9 650 103 curveto +673.8 121.1 701.1 130.5 726 146 curveto +726.6 147.9 725.1 148.8 724 150 curveto +716.7 151.2 712 146 706 144 curveto +705.5 149.3 711 153.3 709 158 curveto +704 160 699.6 166.5 694 164 curveto +686.8 160.8 686.1 147.6 677 150 curveto +677.2 159.5 697.7 166.9 684 176 curveto +694.5 171.8 700.6 182.7 705 189 curveto +705.8 191.9 705.5 193 703 195 curveto +699.4 194.7 696.9 191.6 693 192 curveto +693.6 196.3 699.8 198.2 699 203 curveto +694.9 208.7 686.3 203.7 684 212 curveto +684.1 216.3 689.1 212.2 692 213 curveto +695.3 212 699.5 214.5 703 216 curveto +718.6 222.2 724.8 240.5 726 255 curveto +729.2 254.8 729.6 249.9 733 248 curveto +748 193 moveto +743.7 180.6 733.5 168.9 725 160 curveto +724.5 167.3 722.5 174 719 180 curveto +710.8 180.5 719.2 163.3 708 168 curveto +696.3 179.3 716.2 187.4 718 198 curveto +728 202.3 738 194.7 748 193 curveto +eofill +newpath +640 195 moveto +643.7 193 646.5 188.9 651 189 curveto +661.3 177.5 670.8 165.7 671 150 curveto +667.8 144.8 662.5 140.5 657 139 curveto +653.4 161.3 643.8 182 627 198 curveto +625.5 199.7 625.5 203.3 627 205 curveto +632.2 203.8 635.2 197.3 640 195 curveto +closepath +fill +newpath +732 82 moveto +727.7 76.8 729.2 66.5 720 66 curveto +713.6 65.1 703.7 68.2 702 60 curveto +702.4 47.8 712 38.2 707 25 curveto +704 12.5 688.9 12 678 10 curveto +675.5 16.8 666.3 14.1 663 19 curveto +675.2 21.9 691.3 19.6 697 34 curveto +692.9 41.6 697.4 53.6 690 59 curveto +670.3 53.8 653.1 42.5 636 31 curveto +631.1 29.7 626.4 25.1 621 28 curveto +620.2 35.6 610.3 39.5 614 49 curveto +617.7 54.2 624 53 629 55 curveto +654.8 67.1 680.6 79.3 709 85 curveto +711.4 88.3 717 87.2 720 86 curveto +723.4 86.2 729.3 86.3 732 82 curveto +closepath +fill + +showpage +%%EOF diff --git a/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf new file mode 100644 index 00000000000..c8be82e9ca6 Binary files /dev/null and b/Master/texmf-dist/tex/latex/pkuthss/pkuword.pdf differ -- cgit v1.2.3