summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/front
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-11 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2020-03-11 03:01:11 +0000
commit5412d52974c365e2d5bc1a8320816a729f7c10ab (patch)
tree5c8cee6076f9589a9d372c0ee08d16210251ac9a /macros/latex/contrib/hitszthesis/front
parent877268a0de707a979be934d888518f6cc02d73a6 (diff)
CTAN sync 202003110301
Diffstat (limited to 'macros/latex/contrib/hitszthesis/front')
-rw-r--r--macros/latex/contrib/hitszthesis/front/HITSZname.jpgbin84547 -> 0 bytes
-rw-r--r--macros/latex/contrib/hitszthesis/front/coverinformation.tex78
-rw-r--r--macros/latex/contrib/hitszthesis/front/denotation.tex17
-rw-r--r--macros/latex/contrib/hitszthesis/front/thesistitle.eps335
4 files changed, 95 insertions, 335 deletions
diff --git a/macros/latex/contrib/hitszthesis/front/HITSZname.jpg b/macros/latex/contrib/hitszthesis/front/HITSZname.jpg
deleted file mode 100644
index 3d0df2b0e0..0000000000
--- a/macros/latex/contrib/hitszthesis/front/HITSZname.jpg
+++ /dev/null
Binary files differ
diff --git a/macros/latex/contrib/hitszthesis/front/coverinformation.tex b/macros/latex/contrib/hitszthesis/front/coverinformation.tex
new file mode 100644
index 0000000000..c685b0aa02
--- /dev/null
+++ b/macros/latex/contrib/hitszthesis/front/coverinformation.tex
@@ -0,0 +1,78 @@
+% !TEX root = ../main.tex
+
+\hitszsetup{
+ %******************************
+ % 注意:
+ % 1. 配置里面不要出现空行
+ % 2. 不需要的配置信息可以删除
+ %******************************
+ %
+ %=====
+ % 秘级
+ %=====
+ statesecrets={公开},
+ natclassifiedindex={TM301.2},
+ intclassifiedindex={62-5},
+ %
+ %=========
+ % 中文信息
+ %=========
+ ctitleone={基于神经网络的},%本科生封面使用
+ ctitletwo={机器人智能抓取研究},%本科生封面使用
+ ctitlecover={基于神经网络的机器人智能抓取研究},%放在封面中使用,自由断行
+ ctitle={基于神经网络的机器人智能抓取研究},%放在原创性声明中使用
+ csubtitle={一条副标题}, %一般情况没有,可以注释掉
+ cxueke={工学},
+ csubject={机械设计制造及其自动化},
+ caffil={机电工程与自动化学院},
+ cauthor={杨敬轩},
+ csupervisor={某某某 教授},
+ cassosupervisor={某某某 教授}, % 副指导老师
+ ccosupervisor={某某某 教授}, % 联合指导老师
+ % 日期自动使用当前时间,若需指定按如下方式修改:
+ %cdate={超新星纪元},
+ cstudentid={SZ160310217},
+ cstudenttype={同等学力人员}, %非全日制教育申请学位者
+ %(同等学力人员)、(工程硕士)、(工商管理硕士)、
+ %(高级管理人员工商管理硕士)、(公共管理硕士)、(中职教师)、(高校教师)等
+ %
+ %
+ %=========
+ % 英文信息
+ %=========
+ etitle={Research on robot intelligent grasping based on Neural Network},
+ esubtitle={This is the sub title},
+ exueke={Engineering},
+ esubject={Mechanical Design, Manufacturing and Automation},
+ eaffil={\emultiline[t]{School of Mechanical Engineering\\ and Automation}},
+ eauthor={Jingxuan Yang},
+ esupervisor={Professor XXX},
+ eassosupervisor={XXX},
+ % 日期自动生成,若需指定按如下方式修改:
+ edate={June, 2020},
+ estudenttype={Master of Art},
+ %
+ % 关键词用“英文逗号”分割
+ ckeywords={\TeX, \LaTeX, CJK, 论文模板, 毕业论文},
+ ekeywords={\TeX, \LaTeX, CJK, hitszthesis, thesis},
+}
+
+% 中文摘要
+\begin{cabstract}
+
+ 摘要的字数(以汉字计),硕士学位论文一般为500 $\sim$ 1000字,博士学位论文为1000 $\sim$ 2000字,均以能将规定内容阐述清楚为原则,文字要精练,段落衔接要流畅。摘要页不需写出论文题目。英文摘要与中文摘要的内容应完全一致,在语法、用词上应准确无误,语言简练通顺。留学生的英文版博士学位论文中应有不少于3000字的“详细中文摘要”。
+
+ 关键词是为了文献标引工作、用以表示全文主要内容信息的单词或术语。关键词不超过5个,每个关键词中间用分号分隔。(模板作者注:关键词分隔符不用考虑,模板会自动处理。英文关键词同理。)
+
+\end{cabstract}
+
+% 英文摘要
+\begin{eabstract}
+
+ An abstract of a dissertation is a summary and extraction of research workand contributions. Included in an abstract should be description of researchtopic and research objective, brief introduction to methodology and research process, and summarization of conclusion and contributions of the research. An abstract should be characterized by independence and clarity and carry identical information with the dissertation. It should be such that the general idea and major contributions of the dissertation are conveyed without reading the dissertation.
+
+ An abstract should be concise and to the point. It is a misunderstanding to make an abstract an outline of the dissertation and words ``the first chapter'', ``the second chapter'' and the like should be avoided in the abstract.
+
+ Key words are terms used in a dissertation for indexing, reflecting core information of the dissertation. An abstract may contain a maximum of 5 key words, with semi-colons used in between to separate one another.
+
+\end{eabstract}
diff --git a/macros/latex/contrib/hitszthesis/front/denotation.tex b/macros/latex/contrib/hitszthesis/front/denotation.tex
new file mode 100644
index 0000000000..a9fe7d07bd
--- /dev/null
+++ b/macros/latex/contrib/hitszthesis/front/denotation.tex
@@ -0,0 +1,17 @@
+% !TEX root = ../main.tex
+
+% 物理量符号表,如果采用标准符号则不需要此表
+\begin{denotation}
+ % 此处最好是h
+ \begin{table}[h]
+ \caption{国际单位制中具有专门名称的导出单位}
+ \vspace{0.5em}\centering\wuhao
+ \begin{tabular}{ccccc}
+ \toprule[1.5pt]
+ 量的名称&单位名称&单位符号&其它表示实例\\
+ \midrule[1pt]
+ 频率&赫[兹]&Hz&s-1\\
+ \bottomrule[1.5pt]
+ \end{tabular}
+ \end{table}
+\end{denotation}
diff --git a/macros/latex/contrib/hitszthesis/front/thesistitle.eps b/macros/latex/contrib/hitszthesis/front/thesistitle.eps
deleted file mode 100644
index 631dc56ddd..0000000000
--- a/macros/latex/contrib/hitszthesis/front/thesistitle.eps
+++ /dev/null
@@ -1,335 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Creator: cairo 1.14.10 (http://cairographics.org)
-%%CreationDate: Sat Aug 26 23:43:48 2017
-%%Pages: 1
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 2
-%%BoundingBox: 0 -1 422 55
-%%EndComments
-%%BeginProlog
-save
-50 dict begin
-/q { gsave } bind def
-/Q { grestore } bind def
-/cm { 6 array astore concat } bind def
-/w { setlinewidth } bind def
-/J { setlinecap } bind def
-/j { setlinejoin } bind def
-/M { setmiterlimit } bind def
-/d { setdash } bind def
-/m { moveto } bind def
-/l { lineto } bind def
-/c { curveto } bind def
-/h { closepath } bind def
-/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
- 0 exch rlineto 0 rlineto closepath } bind def
-/S { stroke } bind def
-/f { fill } bind def
-/f* { eofill } bind def
-/n { newpath } bind def
-/W { clip } bind def
-/W* { eoclip } bind def
-/BT { } bind def
-/ET { } bind def
-/pdfmark where { pop globaldict /?pdfmark /exec load put }
- { globaldict begin /?pdfmark /pop load def /pdfmark
- /cleartomark load def end } ifelse
-/BDC { mark 3 1 roll /BDC pdfmark } bind def
-/EMC { mark /EMC pdfmark } bind def
-/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
-/Tj { show currentpoint cairo_store_point } bind def
-/TJ {
- {
- dup
- type /stringtype eq
- { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
- } forall
- currentpoint cairo_store_point
-} bind def
-/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
- cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
-/Tf { pop /cairo_font exch def /cairo_font_matrix where
- { pop cairo_selectfont } if } bind def
-/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
- /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
- /cairo_font where { pop cairo_selectfont } if } bind def
-/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
- cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
-/g { setgray } bind def
-/rg { setrgbcolor } bind def
-/d1 { setcachedevice } bind def
-/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
-/cairo_image { image cairo_flush_ascii85_file } def
-/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
-%%EndProlog
-%%BeginSetup
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-%%PageBoundingBox: 0 -1 422 55
-%%EndPageSetup
-q 0 -1 422 56 rectclip q
-0 g
-20.781 0.454 m 20.582 0.704 20.312 4.915 20.18 9.95 c 20.047 14.927 19.844
- 19.544 19.723 20.208 c 19.512 21.403 19.488 21.415 17.988 21.192 c 17.156
- 21.067 14.938 20.813 13.062 20.634 c 8.965 20.235 7.098 19.766 4.219 18.399
- c 0.973 16.864 0.621 16.958 0.168 19.442 c -0.25 21.751 0.102 22.798 1.293
- 22.798 c 1.676 22.798 2.816 23.032 3.828 23.317 c 5.516 23.79 6.543 24.063
- 12.273 25.559 c 13.32 25.833 15.043 26.298 16.105 26.599 c 17.168 26.895
- 18.309 27.141 18.641 27.141 c 19.082 27.141 19.242 27.466 19.242 28.388
- c 19.242 29.161 19.551 29.989 20.055 30.567 c 20.871 31.505 l 22.859 30.806
- l 23.953 30.423 25.258 29.72 25.754 29.243 c 26.66 28.376 l 32.27 28.821
- l 35.352 29.067 38.203 29.302 38.602 29.349 c 40.082 29.509 40.516 29.274
- 41.535 27.774 c 42.109 26.927 42.68 26.153 42.801 26.056 c 43.188 25.739
- 43.527 22.552 43.281 21.571 c 43.098 20.833 42.824 20.626 42.02 20.626
-c 41.457 20.626 40.902 20.778 40.789 20.962 c 40.676 21.145 39.551 21.638
- 38.293 22.056 c 36.312 22.716 35.297 22.806 30.789 22.72 c 25.574 22.618
- l 25.324 20.626 l 25.188 19.532 25.043 14.727 25 9.95 c 24.961 5.177 24.859
- 0.981 24.773 0.634 c 24.652 0.138 24.238 0.001 22.879 0.001 c 21.918 0.001
- 20.977 0.204 20.781 0.454 c h
-202.465 0.454 m 202.309 0.7 202.234 4.911 202.301 9.809 c 202.375 15.247
- 202.246 20.274 201.977 22.72 c 201.535 26.731 l 200.133 26.966 l 198.18
- 27.298 196.074 26.872 194.555 25.845 c 193.848 25.364 193.043 24.97 192.766
- 24.97 c 192.152 24.97 189.68 29.513 189.68 30.641 c 189.68 31.294 189.945
- 31.493 191.039 31.681 c 191.785 31.806 192.965 32.059 193.66 32.239 c 194.359
- 32.419 195.309 32.563 195.777 32.567 c 196.242 32.567 197.746 32.907 199.117
- 33.325 c 201.609 34.083 l 201.707 41.919 l 201.805 49.759 l 203.684 49.864
- l 204.992 49.942 206.055 49.751 207.18 49.239 c 209.047 48.388 209.301
-47.942 208.66 46.665 c 208.371 46.095 208.152 43.868 208.074 40.786 c 207.957
- 35.825 l 209.273 35.825 l 209.996 35.825 211.422 36.095 212.445 36.427
-c 214.23 37.001 214.328 36.997 214.855 36.337 c 215.16 35.954 215.578 35.196
- 215.789 34.649 c 215.996 34.102 216.293 33.653 216.449 33.653 c 216.832
- 33.653 217.645 30.641 217.484 29.806 c 217.367 29.192 216.957 29.13 213.016
- 29.114 c 210.633 29.102 208.41 28.97 208.082 28.817 c 207.363 28.481 206.992
- 22.196 206.918 9.044 c 206.879 2.056 206.781 0.641 206.328 0.352 c 205.535
- -0.144 202.801 -0.077 202.465 0.454 c h
-407.906 2.102 m 406.441 2.333 402.094 5.352 402.332 5.974 c 402.445 6.27
- 402.707 6.513 402.914 6.513 c 403.426 6.513 410.059 13.184 410.059 13.7
- c 410.059 13.927 410.184 14.114 410.332 14.114 c 410.895 14.122 413.797
- 19.571 414.762 22.434 c 417.156 29.536 417.203 38.747 414.895 47.946 c
-414.594 49.141 414.215 50.649 414.047 51.294 c 413.758 52.427 413.781 52.462
- 414.707 52.259 c 417.59 51.634 417.832 51.333 419.203 46.681 c 422.32 36.099
- 422.586 26.45 420.016 17.052 c 419.426 14.895 416.766 9.188 415.988 8.407
- c 415.711 8.134 415.488 7.778 415.488 7.618 c 415.488 7.462 414.449 6.247
- 413.18 4.919 c 410.883 2.516 409.605 1.833 407.906 2.102 c h
-262.418 2.829 m 260.957 3.532 260.273 4.263 260.258 5.145 c 260.25 5.485
- 260.02 6.302 259.746 6.954 c 257.246 12.884 256.172 26.763 257.664 33.872
- c 258.633 38.485 259.824 41.72 261.766 45.02 c 263.887 48.626 268.145 52.833
- 269.668 52.833 c 270.238 52.833 274.098 50.97 274.633 50.438 c 274.883
-50.188 275.41 49.884 275.809 49.755 c 276.207 49.63 276.531 49.407 276.531
- 49.255 c 276.531 49.001 274.07 46.681 273.797 46.681 c 273.5 46.681 270.016
- 42.997 270.016 42.684 c 270.016 42.493 269.887 42.341 269.73 42.341 c 269.445
- 42.341 266.758 38.907 266.758 38.54 c 266.758 38.434 266.391 37.735 265.934
- 36.993 c 264.969 35.411 263.863 32.599 262.914 29.313 c 262.355 27.368
-262.238 25.77 262.254 20.083 c 262.273 13.337 262.504 11.423 263.945 5.97
- c 264.887 2.403 264.906 2.169 264.277 2.196 c 263.953 2.204 263.113 2.493
- 262.418 2.829 c h
-386.898 2.415 m 378.605 3.438 377.863 3.704 377.195 5.88 c 375.809 10.376
- 373.941 12.786 371.555 13.149 c 370.211 13.352 370.016 13.251 367.859 11.231
- c 365.59 9.106 365.094 8.774 361.84 7.181 c 360.895 6.716 360.121 6.227
- 360.121 6.095 c 360.121 5.661 357.707 4.341 356.914 4.341 c 354.457 4.341
- 348.902 8.356 348.902 10.134 c 348.902 10.813 349.148 10.856 353.184 10.856
- c 356.52 10.856 358 11.024 359.879 11.614 c 361.207 12.032 362.293 12.52
- 362.293 12.7 c 362.293 12.88 362.457 13.028 362.66 13.028 c 363.078 13.028
- 366.273 16.266 366.273 16.684 c 366.273 17.184 364.309 18.345 362.422 18.966
- c 360.445 19.61 360.137 20.067 360.129 22.356 c 360.121 23.665 360.91 25.829
- 361.527 26.212 c 361.746 26.345 362.91 25.876 364.117 25.169 c 365.324
-24.462 366.445 23.884 366.609 23.884 c 366.773 23.884 367.113 23.638 367.359
- 23.341 c 367.605 23.044 368.086 22.798 368.426 22.798 c 369.125 22.798
-369.891 25.466 369.891 27.891 c 369.891 29.438 369.422 29.681 367.969 28.872
- c 367.48 28.602 365.57 28.431 362.988 28.419 c 359.531 28.411 358.57 28.282
- 357.477 27.696 c 356.164 26.985 356.152 26.985 355.625 27.696 c 355.055
- 28.458 354.332 31.302 354.332 32.774 c 354.332 33.849 355.266 34.282 358.246
- 34.587 c 362.355 35.009 368.797 36.509 370.098 37.349 c 370.312 37.485
-372.266 38.192 374.441 38.919 c 376.617 39.645 378.758 40.47 379.199 40.747
- c 380.543 41.595 381.707 41.372 382.68 40.079 c 384.594 37.528 385.734
-33.751 384.637 33.587 c 384.391 33.548 383.02 33.509 381.59 33.493 c 378.305
- 33.466 377.375 32.841 375.738 29.532 c 374.648 27.325 373.168 21.665 373.152
- 19.653 c 373.148 18.552 378.91 12.809 380.75 12.087 c 381.047 11.97 381.781
- 11.649 382.379 11.38 c 382.973 11.106 384.902 10.372 386.668 9.747 c 390.215
- 8.489 392.648 7.013 393.762 5.446 c 394.797 3.997 394.684 3.372 393.324
- 2.946 c 392.031 2.548 388.324 2.239 386.898 2.415 c h
-152.227 4.099 m 149.426 4.513 149.035 4.825 148.445 7.145 c 148.23 7.993
- 147.895 8.684 147.699 8.684 c 147.504 8.684 147.344 8.931 147.344 9.227
- c 147.344 9.528 147.098 9.77 146.801 9.77 c 146.5 9.77 146.258 9.931 146.258
- 10.126 c 146.258 10.52 143.5 11.942 142.73 11.942 c 142.457 11.942 141.797
- 11.481 141.262 10.923 c 138.781 8.333 136.094 6.876 133.781 6.876 c 132.195
- 6.876 129.453 7.86 128.688 8.708 c 128.082 9.376 128.082 9.442 128.707
-10.134 c 129.066 10.532 129.656 10.856 130.016 10.856 c 131.078 10.856 135.316
- 12.778 137.27 14.145 c 138.605 15.083 l 136.484 17.313 l 135.305 18.552
- 134.051 19.54 133.66 19.54 c 132.48 19.54 131.969 20.563 132 22.849 c 132.035
- 25.462 132.816 26.563 134.383 26.22 c 134.996 26.087 135.402 26.149 135.402
- 26.376 c 135.402 26.993 142.492 29.04 144.098 28.888 c 145.492 28.755 145.5
- 28.759 144.836 29.485 c 143.207 31.274 143 32.27 143 38.341 c 143 44.794
- 142.957 44.888 140.816 43.102 c 139.562 42.056 l 139.582 38.852 l 139.59
- 37.087 139.672 34.782 139.762 33.724 c 139.922 31.813 139.918 31.798 138.098
- 30.087 c 135.477 27.626 131.059 26.356 131.059 28.067 c 131.059 28.333
-131.547 29.274 132.145 30.161 c 132.742 31.044 133.23 31.907 133.23 32.079
- c 133.234 32.247 133.496 32.876 133.816 33.474 c 134.238 34.263 134.445
- 35.942 134.574 39.626 c 134.691 42.876 134.926 44.962 135.227 45.442 c
-135.656 46.13 139.707 47.766 140.977 47.766 c 141.246 47.766 141.938 48.009
- 142.508 48.309 c 143.953 49.059 146.387 48.985 148.055 48.134 c 149.832
- 47.227 150.133 46.317 149.238 44.587 c 148.355 42.888 147.648 39.95 147.613
- 37.852 c 147.582 35.696 148.406 34.516 150.328 33.966 c 152.465 33.356
-152.77 33.04 152.77 31.454 c 152.77 30.411 152.527 29.841 151.801 29.165
- c 150.82 28.255 148.48 27.618 147.629 28.028 c 147.371 28.153 147.473 28.044
- 147.855 27.786 c 149.988 26.349 150.328 25.423 149.152 24.247 c 148.754
- 23.849 148.43 23.282 148.43 22.993 c 148.43 22.477 148.07 21.552 146.543
- 18.102 c 145.828 16.485 l 146.91 15.571 l 147.504 15.067 148.383 14.329
- 148.863 13.931 c 150.176 12.845 153.766 11.083 156.207 10.329 c 162.23
-8.47 164.34 7.106 163.805 5.415 c 163.562 4.653 163.234 4.54 159.645 3.985
- c 156.93 3.567 155.723 3.587 152.227 4.099 c h
-142.797 24.309 m 142.523 25.177 141.594 25.141 139.391 24.181 c 137.582
- 23.391 l 141.676 19.454 l 142.344 21.552 l 142.707 22.708 142.914 23.95
- 142.797 24.309 c h
-315.25 4.927 m 312.305 6.091 309.629 8.333 309.27 9.942 c 308.648 12.696
- 308.348 16.372 308.375 20.774 c 308.395 23.579 308.402 26.149 308.395 26.485
- c 308.383 26.927 307.93 26.657 306.797 25.544 c 304.602 23.38 302.277 21.86
- 300.727 21.575 c 299.773 21.399 299.355 21.11 299.219 20.528 c 299.113
-20.083 298.762 19.005 298.438 18.13 c 297.465 15.505 297.832 15.165 299.734
- 16.923 c 301.922 18.938 302.586 18.934 302.586 16.919 c 302.586 14.095
-300.703 10.075 298.281 7.72 c 297.199 6.669 296.75 6.661 295.832 7.692 c
- 294.453 9.227 293.852 12.157 294.121 15.993 c 294.41 20.114 294.184 21.352
- 293.145 21.352 c 292.25 21.352 291.098 20.782 290.043 19.825 c 288.664
-18.571 287.23 19.645 286.145 22.735 c 285.496 24.583 286.012 25.618 287.711
- 25.884 c 290.102 26.255 293.352 27.255 293.762 27.743 c 293.98 28.009 294.273
- 28.227 294.41 28.227 c 294.547 28.227 295.02 28.606 295.457 29.067 c 295.895
- 29.532 296.527 30.009 296.859 30.134 c 297.781 30.47 300.223 28.536 300.621
- 27.149 c 300.957 25.985 l 302.855 28.532 l 303.902 29.934 304.758 31.239
- 304.758 31.434 c 304.758 31.63 305 32.29 305.301 32.903 c 305.598 33.516
- 306.086 34.52 306.387 35.13 c 306.684 35.743 306.93 36.528 306.93 36.868
- c 306.93 37.212 307.07 37.645 307.242 37.833 c 307.414 38.024 307.973 39.403
- 308.48 40.903 c 308.988 42.399 309.562 44.028 309.758 44.52 c 309.953 45.013
- 310.395 46.474 310.734 47.766 c 311.078 49.063 311.625 50.813 311.949 51.657
- c 312.52 53.153 312.582 53.192 314.184 53.196 c 315.09 53.196 316.027 53.001
- 316.266 52.763 c 316.848 52.177 316.793 50.329 316.156 49.216 c 315.512
- 48.091 315.449 44.372 316.066 43.724 c 316.312 43.458 316.762 42.774 317.059
- 42.196 c 317.359 41.618 318.426 40.282 319.438 39.224 c 320.445 38.165
-321.992 36.438 322.871 35.388 c 325.047 32.786 327.559 30.399 328.117 30.399
- c 328.371 30.399 328.633 30.27 328.699 30.11 c 328.766 29.954 329.719 29.364
- 330.812 28.798 c 333.949 27.177 336.176 25.614 336.363 24.899 c 336.914
- 22.786 335.586 22.224 330.949 22.61 c 325.246 23.087 323.25 23.989 323.223
- 26.099 c 323.211 27.255 321.867 30.399 321.387 30.399 c 321.195 30.399
-321.043 30.641 321.043 30.942 c 321.043 31.239 320.879 31.485 320.68 31.485
- c 320.48 31.485 320.02 31.77 319.656 32.118 c 319.293 32.466 318.602 33.083
- 318.117 33.493 c 317.637 33.903 316.508 35.059 315.613 36.067 c 314.719
- 37.075 313.648 38.075 313.234 38.29 c 312.551 38.645 312.383 38.477 311.355
- 36.438 c 309.703 33.149 309.098 31.524 309.098 30.349 c 309.098 29.337
-309.145 29.309 310.508 29.528 c 311.625 29.708 312.062 29.606 312.633 29.036
- c 313.273 28.395 313.312 28.106 312.992 26.263 c 312.797 25.13 312.723
-24.118 312.828 24.016 c 312.93 23.911 313.723 24.247 314.586 24.755 c 315.449
- 25.266 316.488 25.833 316.895 26.013 c 317.301 26.192 317.852 26.602 318.113
- 26.923 c 318.875 27.841 319.586 27.606 320.156 26.247 c 321.023 24.165
-320.57 21.712 319.312 21.712 c 319.102 21.712 318.875 21.591 318.809 21.442
- c 318.648 21.079 315.371 18.458 315.082 18.458 c 314.953 18.458 314.355
- 17.997 313.754 17.431 c 312.664 16.415 312.66 16.395 313.051 14.278 c 313.27
- 13.102 313.68 11.915 313.961 11.63 c 314.789 10.802 317.961 10.665 319.562
- 11.388 c 321.227 12.138 321.766 13.536 321.766 17.122 c 321.766 18.431
-321.93 19.602 322.129 19.724 c 322.82 20.153 323.934 19.493 324.164 18.524
- c 324.293 17.989 324.52 17.388 324.672 17.188 c 325.281 16.384 326.793
-9.849 326.809 7.962 c 326.824 6.044 326.402 5.669 323.867 5.376 c 319.918
- 4.919 315.816 4.704 315.25 4.927 c h
-121.473 6.602 m 120.414 9.708 120.145 12.118 120.258 17.368 c 120.383 22.977
- l 118.77 22.856 l 117.723 22.774 116.785 22.423 116.117 21.86 c 115.547
- 21.38 114.852 20.989 114.574 20.989 c 113.812 20.989 112.613 23.634 112.512
- 25.524 c 112.426 27.153 112.453 27.2 113.789 27.669 c 114.539 27.931 115.84
- 28.251 116.684 28.376 c 119.211 28.759 122.801 30.251 124.078 31.454 c
-125.223 32.532 126.121 32.388 127.402 30.927 c 128.809 29.325 128.879 27.759
- 127.621 26.056 c 127.125 25.38 126.715 24.556 126.715 24.22 c 126.715 23.888
- 126.496 22.981 126.227 22.212 c 125.562 20.298 125.199 17.368 125.625 17.368
- c 125.812 17.368 126.469 17.86 127.078 18.454 c 128.398 19.743 129.973
-19.934 129.973 18.806 c 129.973 18.403 129.73 17.485 129.43 16.77 c 129.133
- 16.056 128.887 15.208 128.887 14.884 c 128.883 14.559 128.641 13.829 128.344
- 13.259 c 128.043 12.688 127.801 12.063 127.801 11.872 c 127.801 11.454
-124.668 7.247 123.875 6.602 c 123.57 6.356 122.941 6.153 122.473 6.153 c
- 122.008 6.153 121.559 6.356 121.473 6.602 c h
-181.875 7.872 m 180.062 12.13 179.805 13.708 180.109 18.638 c 180.562 25.884
- 180.512 26.438 179.473 25.903 c 178.559 25.434 177.449 24.755 176.965 24.364
- c 175.574 23.251 174.926 23.434 173.891 25.224 c 173.34 26.177 172.785
-27.04 172.66 27.141 c 172.535 27.239 172.246 27.856 172.023 28.513 c 171.676
- 29.528 171.715 29.798 172.289 30.372 c 172.656 30.743 173.668 31.153 174.535
- 31.282 c 176.316 31.552 179.082 32.575 183.066 34.442 c 183.906 34.833
-184.887 35.063 185.242 34.95 c 185.996 34.712 188.086 31.653 188.43 30.282
- c 188.625 29.513 188.434 29.122 187.406 28.149 c 186.711 27.497 185.949
- 26.583 185.719 26.126 c 185.199 25.11 184.73 16.278 185.195 16.298 c 185.91
- 16.325 187.492 18.048 189.113 20.559 c 190.293 22.388 191.008 23.165 191.426
- 23.079 c 192.348 22.888 192.082 19.411 190.965 16.966 c 190.09 15.056 188.59
- 12.298 188.234 11.942 c 187.844 11.552 186.426 9.427 186.426 9.231 c 186.426
- 9.118 185.91 8.462 185.281 7.77 c 183.727 6.063 182.633 6.095 181.875 7.872
- c h
-57.926 8.548 m 57.348 9.239 56.527 11.497 56.52 12.403 c 56.512 13.173
-57.469 13.575 60.133 13.915 c 62.109 14.169 63.715 14.563 68.691 16.024
-c 72.648 17.184 72.555 17.036 72.473 22.192 c 72.441 24.384 72.375 24.599
- 71.895 24.118 c 71.594 23.817 71.352 23.489 71.352 23.384 c 71.352 23.024
- 67.984 19.54 67.637 19.54 c 66.953 19.54 63.852 22.997 63.441 24.216 c
-63.102 25.216 63.125 25.606 63.551 26.259 c 64.004 26.95 64.391 27.063 66.266
- 27.044 c 67.816 27.028 68.645 27.196 69.113 27.626 c 69.48 27.954 69.945
- 28.227 70.145 28.227 c 70.348 28.227 70.789 28.528 71.125 28.899 c 71.664
- 29.493 71.707 30.165 71.488 34.52 c 71.184 40.575 71.41 41.255 73.719 41.255
- c 75.59 41.255 78.469 40.032 78.758 39.114 c 78.875 38.739 78.723 37.802
- 78.41 37.028 c 77.949 35.876 77.867 34.169 77.945 27.493 c 78.043 19.36
- l 78.926 19.458 l 79.414 19.513 79.855 19.602 79.91 19.657 c 80.43 20.177
- 81.168 25.462 81.637 32.024 c 82.121 38.794 82.473 41.677 83.508 47.29
-c 83.766 48.669 84.703 49.302 86.113 49.036 c 88.926 48.509 89.969 47.001
- 88.707 45.29 c 88.18 44.583 87.824 43.364 87.617 41.571 c 87.449 40.102
- 87.145 37.763 86.938 36.368 c 86.73 34.974 86.566 32.778 86.566 31.481
-c 86.57 29.13 l 87.5 30.216 l 89.414 32.446 89.805 32.942 89.805 33.114
-c 89.805 33.212 90.051 33.579 90.352 33.927 c 90.652 34.274 91.355 35.114
- 91.918 35.79 c 93.238 37.384 94.32 37.161 96.156 34.923 c 97.621 33.134
- 97.68 31.735 96.301 31.298 c 95.895 31.165 93.906 29.446 91.887 27.47 c
- 89.871 25.493 87.613 23.595 86.875 23.247 c 85.812 22.751 85.5 22.38 85.395
- 21.481 c 85.316 20.856 85.316 20.165 85.391 19.942 c 85.551 19.462 93.125
- 19.423 95.594 19.891 c 96.492 20.063 97.84 20.321 98.59 20.462 c 99.645
- 20.665 100.113 20.579 100.66 20.087 c 102.062 18.817 103.727 14.122 103.496
- 12.095 c 103.383 11.095 103.289 11.04 101.746 11.079 c 100.852 11.102 98.902
- 11.548 97.418 12.075 c 94.828 12.989 94.406 13.028 87.285 13.016 c 82.078
- 13.005 79.203 12.845 77.684 12.477 c 76.488 12.188 74.68 11.95 73.668 11.946
- c 70.68 11.938 63.766 10.274 60.375 8.747 c 58.289 7.809 58.52 7.829 57.926
- 8.548 c h
-11.016 28.677 m 10.027 30.2 10.016 30.266 10.125 35.462 c 10.184 38.349
- 10.039 42.02 9.805 43.622 c 9.43 46.177 9.449 46.677 9.977 47.692 c 10.434
- 48.583 10.805 48.845 11.559 48.825 c 13.102 48.782 15.043 47.958 15.441
- 47.177 c 15.754 46.567 15.988 46.513 17.168 46.794 c 18.238 47.048 18.73
- 46.985 19.465 46.505 c 20.871 45.583 20.414 44.153 17.934 41.712 c 16.324
- 40.126 15.863 39.415 15.711 38.278 c 15.52 36.849 l 16.566 37.825 l 18.434
- 39.563 20.707 40.962 21.301 40.735 c 21.746 40.563 21.824 40.177 21.656
- 38.95 c 21.469 37.587 20.539 35.29 19.953 34.739 c 19.844 34.641 19.398
- 34.091 18.957 33.516 c 16.648 30.509 13.129 27.149 12.281 27.141 c 12.133
- 27.141 11.562 27.833 11.016 28.677 c h
-25.684 31.841 m 24.75 32.653 23.625 34.032 23.191 34.907 c 22.434 36.415
- 22.41 36.766 22.676 41.681 c 22.832 44.532 22.977 48.329 23 50.118 c 23.023
- 51.911 23.172 53.579 23.332 53.829 c 23.781 54.52 25.348 54.368 26.758
-53.497 c 28.023 52.712 l 27.809 49.903 l 27.59 47.091 l 28.754 47.481 l
-29.395 47.692 30.172 48.091 30.488 48.36 c 31.309 49.067 32.543 48.966 32.98
- 48.153 c 33.574 47.04 33.41 44.423 32.695 43.606 c 31.887 42.681 29.879
- 41.255 29.387 41.255 c 29.18 41.255 29.012 41.11 29.012 40.934 c 29.012
- 40.759 28.523 40.415 27.926 40.169 c 26.965 39.77 26.84 39.544 26.844 38.224
- c 26.852 36.138 27.227 35.72 29.117 35.681 c 31.188 35.634 31.945 36.306
- 32.762 38.895 c 33.109 39.993 33.586 40.888 33.824 40.88 c 35.031 40.849
- 36.609 38.337 36.609 36.45 c 36.609 35.759 36.859 34.489 37.164 33.63 c
- 37.688 32.141 37.676 32.028 36.973 31.321 c 36.32 30.665 35.703 30.567
-31.809 30.474 c 27.383 30.368 l h
-296.914 34.356 m 294.777 35.325 294.484 36.071 294.785 39.774 c 295.031
- 42.79 295.594 44.161 296.578 44.141 c 296.945 44.134 298.684 41.708 300.68
- 38.423 c 301.555 36.985 301.719 35.466 301.125 34.352 c 300.637 33.446
-298.918 33.446 296.914 34.356 c h
-124.816 38.591 m 122.375 39.829 l 122.375 42.13 l 122.375 45.54 123.875
- 48.489 125.613 48.489 c 126.07 48.489 126.535 48.13 126.781 47.587 c 127.008
- 47.087 127.332 46.681 127.496 46.681 c 127.664 46.681 127.801 46.438 127.801
- 46.138 c 127.801 45.841 127.934 45.595 128.098 45.595 c 128.418 45.595
-129.484 43.595 130.191 41.673 c 130.938 39.638 129.73 37.259 127.984 37.321
- c 127.586 37.337 126.16 37.907 124.816 38.591 c h
-185.168 39.817 m 183 40.587 182.699 41.337 183.145 44.864 c 183.723 49.47
- 185.5 51.028 186.973 48.22 c 187.363 47.474 187.773 46.782 187.879 46.681
- c 189.934 44.794 191.742 41.169 191.312 39.813 c 191.113 39.184 190.789
- 39.091 189.023 39.13 c 187.895 39.157 186.16 39.466 185.168 39.817 c h
-368.988 42.251 m 365.379 44.106 364.602 48.188 367.129 52.016 c 367.988
- 53.321 369.418 53.618 369.754 52.563 c 370.152 51.298 371.145 49.028 371.375
- 48.852 c 371.504 48.755 371.977 47.817 372.426 46.77 c 374.074 42.923 372.277
- 40.559 368.988 42.251 c h
-368.988 42.251 m f
-Q Q
-showpage
-%%Trailer
-end restore
-%%EOF