├── DLUT.sty ├── LICENSE ├── README.md ├── pic ├── .DS_Store ├── DLUT-logo.eps └── dtmf.pdf ├── ref.bib ├── slide.pdf └── slide.tex /DLUT.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | \newif\ifbeamer@secheader 4 | \beamer@secheaderfalse 5 | 6 | %\DeclareOptionBeamer{secheader}{\beamer@secheadertrue} 7 | \ProcessOptionsBeamer 8 | 9 | \useoutertheme[footline=authorinstitutetitle]{smoothbars} 10 | \makeatletter % [add curpage/total page at the bottom](http://tex.stackexchange.com/questions/100838/beamer-dresden-theme-miniframes-appeareance-and-frame-number-insertion) 11 | \newcommand{\frameofframes}{/} 12 | \newcommand{\setframeofframes}[1]{\renewcommand{\frameofframes}{#1}} 13 | \setbeamertemplate{footline} 14 | {% 15 | \begin{beamercolorbox}[colsep=1.5pt]{upper separation line foot} 16 | \end{beamercolorbox} 17 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% 18 | leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}% 19 | \leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}% 20 | \hfill% 21 | {\usebeamerfont{institute in head/foot}\usebeamercolor[fg]{institute in head/foot}\insertshortinstitute}% 22 | \end{beamercolorbox}% 23 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% 24 | leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% 25 | {\usebeamerfont{title in head/foot}\insertshorttitle}% 26 | \hfill% 27 | {\usebeamerfont{frame number}\usebeamercolor[fg]{frame number}\insertframenumber~\frameofframes~\inserttotalframenumber} 28 | \end{beamercolorbox}% 29 | \begin{beamercolorbox}[colsep=1.5pt]{lower separation line foot} 30 | \end{beamercolorbox} 31 | } 32 | \makeatother 33 | 34 | \useinnertheme{circles} 35 | 36 | %\useoutertheme{default} 37 | %\useinnertheme[shadow=true]{rounded} 38 | \xdefinecolor{tsinghua}{rgb}{0.0, 0.53, 0.74} %RGB#82318E 39 | \setbeamercolor{footline}{bg=tsinghua} 40 | \setbeamercolor{frametitle}{bg=tsinghua,fg=white} 41 | \setbeamercolor{title}{bg=tsinghua} 42 | \setbeamerfont{frametitle}{size=\large} 43 | \setbeamertemplate{navigation symbols}{} 44 | \setbeamertemplate{bibliography item}[text] 45 | \setbeamertemplate{caption}[numbered] 46 | 47 | \setbeamercolor{palette primary}{use=structure,fg=white,bg=structure.fg} 48 | \setbeamercolor{palette secondary}{use=structure,fg=white,bg=structure.fg!75!black} 49 | \setbeamercolor{palette tertiary}{use=structure,fg=white,bg=structure.fg!50!black} 50 | \setbeamercolor{palette quaternary}{fg=white,bg=structure.fg!50!black} 51 | %\setbeamercolor*{sidebar}{use=structure,bg=structure.fg} 52 | \setbeamercolor{titlelike}{parent=palette primary} 53 | 54 | %% try 55 | \setbeamercolor{block title}{bg=tsinghua,fg=white} 56 | \setbeamercolor*{block title example}{use={normal text,example text},bg=white,fg=tsinghua} 57 | \setbeamercolor{fine separation line}{} 58 | \setbeamercolor{item projected}{fg=white} 59 | \setbeamercolor{palette sidebar primary}{use=normal text,fg=normal text.fg} 60 | \setbeamercolor{palette sidebar quaternary}{use=structure,fg=structure.fg} 61 | \setbeamercolor{palette sidebar secondary}{use=structure,fg=structure.fg} 62 | \setbeamercolor{palette sidebar tertiary}{use=normal text,fg=normal text.fg} 63 | %\setbeamercolor{palette sidebar quaternary}{fg=white} 64 | \setbeamercolor{section in sidebar}{fg=brown} 65 | \setbeamercolor{section in sidebar shaded}{fg=grey} 66 | \setbeamercolor{separation line}{} 67 | \setbeamercolor{sidebar}{bg=tsinghua} 68 | \setbeamercolor{sidebar}{parent=palette primary} 69 | \setbeamercolor{structure}{fg=tsinghua} 70 | \setbeamercolor{subsection in sidebar}{fg=brown} 71 | \setbeamercolor{subsection in sidebar shaded}{fg=grey} 72 | \AtBeginSection[]{ 73 | \begin{frame} 74 | \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide] 75 | \end{frame} 76 | } 77 | \AtBeginSubsection[]{ 78 | \begin{frame} 79 | \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide] 80 | \end{frame} 81 | } 82 | 83 | \mode 84 | 85 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The LaTeX Project Public License 2 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 3 | 4 | LPPL Version 1.3c 2008-05-04 5 | 6 | Copyright 1999 2002-2008 LaTeX3 Project 7 | Everyone is allowed to distribute verbatim copies of this 8 | license document, but modification of it is not allowed. 9 | 10 | 11 | PREAMBLE 12 | ======== 13 | 14 | The LaTeX Project Public License (LPPL) is the primary license under 15 | which the LaTeX kernel and the base LaTeX packages are distributed. 16 | 17 | You may use this license for any work of which you hold the copyright 18 | and which you wish to distribute. This license may be particularly 19 | suitable if your work is TeX-related (such as a LaTeX package), but 20 | it is written in such a way that you can use it even if your work is 21 | unrelated to TeX. 22 | 23 | The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', 24 | below, gives instructions, examples, and recommendations for authors 25 | who are considering distributing their works under this license. 26 | 27 | This license gives conditions under which a work may be distributed 28 | and modified, as well as conditions under which modified versions of 29 | that work may be distributed. 30 | 31 | We, the LaTeX3 Project, believe that the conditions below give you 32 | the freedom to make and distribute modified versions of your work 33 | that conform with whatever technical specifications you wish while 34 | maintaining the availability, integrity, and reliability of 35 | that work. If you do not see how to achieve your goal while 36 | meeting these conditions, then read the document `cfgguide.tex' 37 | and `modguide.tex' in the base LaTeX distribution for suggestions. 38 | 39 | 40 | DEFINITIONS 41 | =========== 42 | 43 | In this license document the following terms are used: 44 | 45 | `Work' 46 | Any work being distributed under this License. 47 | 48 | `Derived Work' 49 | Any work that under any applicable law is derived from the Work. 50 | 51 | `Modification' 52 | Any procedure that produces a Derived Work under any applicable 53 | law -- for example, the production of a file containing an 54 | original file associated with the Work or a significant portion of 55 | such a file, either verbatim or with modifications and/or 56 | translated into another language. 57 | 58 | `Modify' 59 | To apply any procedure that produces a Derived Work under any 60 | applicable law. 61 | 62 | `Distribution' 63 | Making copies of the Work available from one person to another, in 64 | whole or in part. Distribution includes (but is not limited to) 65 | making any electronic components of the Work accessible by 66 | file transfer protocols such as FTP or HTTP or by shared file 67 | systems such as Sun's Network File System (NFS). 68 | 69 | `Compiled Work' 70 | A version of the Work that has been processed into a form where it 71 | is directly usable on a computer system. This processing may 72 | include using installation facilities provided by the Work, 73 | transformations of the Work, copying of components of the Work, or 74 | other activities. Note that modification of any installation 75 | facilities provided by the Work constitutes modification of the Work. 76 | 77 | `Current Maintainer' 78 | A person or persons nominated as such within the Work. If there is 79 | no such explicit nomination then it is the `Copyright Holder' under 80 | any applicable law. 81 | 82 | `Base Interpreter' 83 | A program or process that is normally needed for running or 84 | interpreting a part or the whole of the Work. 85 | 86 | A Base Interpreter may depend on external components but these 87 | are not considered part of the Base Interpreter provided that each 88 | external component clearly identifies itself whenever it is used 89 | interactively. Unless explicitly specified when applying the 90 | license to the Work, the only applicable Base Interpreter is a 91 | `LaTeX-Format' or in the case of files belonging to the 92 | `LaTeX-format' a program implementing the `TeX language'. 93 | 94 | 95 | 96 | CONDITIONS ON DISTRIBUTION AND MODIFICATION 97 | =========================================== 98 | 99 | 1. Activities other than distribution and/or modification of the Work 100 | are not covered by this license; they are outside its scope. In 101 | particular, the act of running the Work is not restricted and no 102 | requirements are made concerning any offers of support for the Work. 103 | 104 | 2. You may distribute a complete, unmodified copy of the Work as you 105 | received it. Distribution of only part of the Work is considered 106 | modification of the Work, and no right to distribute such a Derived 107 | Work may be assumed under the terms of this clause. 108 | 109 | 3. You may distribute a Compiled Work that has been generated from a 110 | complete, unmodified copy of the Work as distributed under Clause 2 111 | above, as long as that Compiled Work is distributed in such a way that 112 | the recipients may install the Compiled Work on their system exactly 113 | as it would have been installed if they generated a Compiled Work 114 | directly from the Work. 115 | 116 | 4. If you are the Current Maintainer of the Work, you may, without 117 | restriction, modify the Work, thus creating a Derived Work. You may 118 | also distribute the Derived Work without restriction, including 119 | Compiled Works generated from the Derived Work. Derived Works 120 | distributed in this manner by the Current Maintainer are considered to 121 | be updated versions of the Work. 122 | 123 | 5. If you are not the Current Maintainer of the Work, you may modify 124 | your copy of the Work, thus creating a Derived Work based on the Work, 125 | and compile this Derived Work, thus creating a Compiled Work based on 126 | the Derived Work. 127 | 128 | 6. If you are not the Current Maintainer of the Work, you may 129 | distribute a Derived Work provided the following conditions are met 130 | for every component of the Work unless that component clearly states 131 | in the copyright notice that it is exempt from that condition. Only 132 | the Current Maintainer is allowed to add such statements of exemption 133 | to a component of the Work. 134 | 135 | a. If a component of this Derived Work can be a direct replacement 136 | for a component of the Work when that component is used with the 137 | Base Interpreter, then, wherever this component of the Work 138 | identifies itself to the user when used interactively with that 139 | Base Interpreter, the replacement component of this Derived Work 140 | clearly and unambiguously identifies itself as a modified version 141 | of this component to the user when used interactively with that 142 | Base Interpreter. 143 | 144 | b. Every component of the Derived Work contains prominent notices 145 | detailing the nature of the changes to that component, or a 146 | prominent reference to another file that is distributed as part 147 | of the Derived Work and that contains a complete and accurate log 148 | of the changes. 149 | 150 | c. No information in the Derived Work implies that any persons, 151 | including (but not limited to) the authors of the original version 152 | of the Work, provide any support, including (but not limited to) 153 | the reporting and handling of errors, to recipients of the 154 | Derived Work unless those persons have stated explicitly that 155 | they do provide such support for the Derived Work. 156 | 157 | d. You distribute at least one of the following with the Derived Work: 158 | 159 | 1. A complete, unmodified copy of the Work; 160 | if your distribution of a modified component is made by 161 | offering access to copy the modified component from a 162 | designated place, then offering equivalent access to copy 163 | the Work from the same or some similar place meets this 164 | condition, even though third parties are not compelled to 165 | copy the Work along with the modified component; 166 | 167 | 2. Information that is sufficient to obtain a complete, 168 | unmodified copy of the Work. 169 | 170 | 7. If you are not the Current Maintainer of the Work, you may 171 | distribute a Compiled Work generated from a Derived Work, as long as 172 | the Derived Work is distributed to all recipients of the Compiled 173 | Work, and as long as the conditions of Clause 6, above, are met with 174 | regard to the Derived Work. 175 | 176 | 8. The conditions above are not intended to prohibit, and hence do not 177 | apply to, the modification, by any method, of any component so that it 178 | becomes identical to an updated version of that component of the Work as 179 | it is distributed by the Current Maintainer under Clause 4, above. 180 | 181 | 9. Distribution of the Work or any Derived Work in an alternative 182 | format, where the Work or that Derived Work (in whole or in part) is 183 | then produced by applying some process to that format, does not relax or 184 | nullify any sections of this license as they pertain to the results of 185 | applying that process. 186 | 187 | 10. a. A Derived Work may be distributed under a different license 188 | provided that license itself honors the conditions listed in 189 | Clause 6 above, in regard to the Work, though it does not have 190 | to honor the rest of the conditions in this license. 191 | 192 | b. If a Derived Work is distributed under a different license, that 193 | Derived Work must provide sufficient documentation as part of 194 | itself to allow each recipient of that Derived Work to honor the 195 | restrictions in Clause 6 above, concerning changes from the Work. 196 | 197 | 11. This license places no restrictions on works that are unrelated to 198 | the Work, nor does this license place any restrictions on aggregating 199 | such works with the Work by any means. 200 | 201 | 12. Nothing in this license is intended to, or may be used to, prevent 202 | complete compliance by all parties with all applicable laws. 203 | 204 | 205 | NO WARRANTY 206 | =========== 207 | 208 | There is no warranty for the Work. Except when otherwise stated in 209 | writing, the Copyright Holder provides the Work `as is', without 210 | warranty of any kind, either expressed or implied, including, but not 211 | limited to, the implied warranties of merchantability and fitness for a 212 | particular purpose. The entire risk as to the quality and performance 213 | of the Work is with you. Should the Work prove defective, you assume 214 | the cost of all necessary servicing, repair, or correction. 215 | 216 | In no event unless required by applicable law or agreed to in writing 217 | will The Copyright Holder, or any author named in the components of the 218 | Work, or any other party who may distribute and/or modify the Work as 219 | permitted above, be liable to you for damages, including any general, 220 | special, incidental or consequential damages arising out of any use of 221 | the Work or out of inability to use the Work (including, but not limited 222 | to, loss of data, data being rendered inaccurate, or losses sustained by 223 | anyone as a result of any failure of the Work to operate with any other 224 | programs), even if the Copyright Holder or said author or said other 225 | party has been advised of the possibility of such damages. 226 | 227 | 228 | MAINTENANCE OF THE WORK 229 | ======================= 230 | 231 | The Work has the status `author-maintained' if the Copyright Holder 232 | explicitly and prominently states near the primary copyright notice in 233 | the Work that the Work can only be maintained by the Copyright Holder 234 | or simply that it is `author-maintained'. 235 | 236 | The Work has the status `maintained' if there is a Current Maintainer 237 | who has indicated in the Work that they are willing to receive error 238 | reports for the Work (for example, by supplying a valid e-mail 239 | address). It is not required for the Current Maintainer to acknowledge 240 | or act upon these error reports. 241 | 242 | The Work changes from status `maintained' to `unmaintained' if there 243 | is no Current Maintainer, or the person stated to be Current 244 | Maintainer of the work cannot be reached through the indicated means 245 | of communication for a period of six months, and there are no other 246 | significant signs of active maintenance. 247 | 248 | You can become the Current Maintainer of the Work by agreement with 249 | any existing Current Maintainer to take over this role. 250 | 251 | If the Work is unmaintained, you can become the Current Maintainer of 252 | the Work through the following steps: 253 | 254 | 1. Make a reasonable attempt to trace the Current Maintainer (and 255 | the Copyright Holder, if the two differ) through the means of 256 | an Internet or similar search. 257 | 258 | 2. If this search is successful, then enquire whether the Work 259 | is still maintained. 260 | 261 | a. If it is being maintained, then ask the Current Maintainer 262 | to update their communication data within one month. 263 | 264 | b. If the search is unsuccessful or no action to resume active 265 | maintenance is taken by the Current Maintainer, then announce 266 | within the pertinent community your intention to take over 267 | maintenance. (If the Work is a LaTeX work, this could be 268 | done, for example, by posting to comp.text.tex.) 269 | 270 | 3a. If the Current Maintainer is reachable and agrees to pass 271 | maintenance of the Work to you, then this takes effect 272 | immediately upon announcement. 273 | 274 | b. If the Current Maintainer is not reachable and the Copyright 275 | Holder agrees that maintenance of the Work be passed to you, 276 | then this takes effect immediately upon announcement. 277 | 278 | 4. If you make an `intention announcement' as described in 2b. above 279 | and after three months your intention is challenged neither by 280 | the Current Maintainer nor by the Copyright Holder nor by other 281 | people, then you may arrange for the Work to be changed so as 282 | to name you as the (new) Current Maintainer. 283 | 284 | 5. If the previously unreachable Current Maintainer becomes 285 | reachable once more within three months of a change completed 286 | under the terms of 3b) or 4), then that Current Maintainer must 287 | become or remain the Current Maintainer upon request provided 288 | they then update their communication data within one month. 289 | 290 | A change in the Current Maintainer does not, of itself, alter the fact 291 | that the Work is distributed under the LPPL license. 292 | 293 | If you become the Current Maintainer of the Work, you should 294 | immediately provide, within the Work, a prominent and unambiguous 295 | statement of your status as Current Maintainer. You should also 296 | announce your new status to the same pertinent community as 297 | in 2b) above. 298 | 299 | 300 | WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE 301 | ====================================================== 302 | 303 | This section contains important instructions, examples, and 304 | recommendations for authors who are considering distributing their 305 | works under this license. These authors are addressed as `you' in 306 | this section. 307 | 308 | Choosing This License or Another License 309 | ---------------------------------------- 310 | 311 | If for any part of your work you want or need to use *distribution* 312 | conditions that differ significantly from those in this license, then 313 | do not refer to this license anywhere in your work but, instead, 314 | distribute your work under a different license. You may use the text 315 | of this license as a model for your own license, but your license 316 | should not refer to the LPPL or otherwise give the impression that 317 | your work is distributed under the LPPL. 318 | 319 | The document `modguide.tex' in the base LaTeX distribution explains 320 | the motivation behind the conditions of this license. It explains, 321 | for example, why distributing LaTeX under the GNU General Public 322 | License (GPL) was considered inappropriate. Even if your work is 323 | unrelated to LaTeX, the discussion in `modguide.tex' may still be 324 | relevant, and authors intending to distribute their works under any 325 | license are encouraged to read it. 326 | 327 | A Recommendation on Modification Without Distribution 328 | ----------------------------------------------------- 329 | 330 | It is wise never to modify a component of the Work, even for your own 331 | personal use, without also meeting the above conditions for 332 | distributing the modified component. While you might intend that such 333 | modifications will never be distributed, often this will happen by 334 | accident -- you may forget that you have modified that component; or 335 | it may not occur to you when allowing others to access the modified 336 | version that you are thus distributing it and violating the conditions 337 | of this license in ways that could have legal implications and, worse, 338 | cause problems for the community. It is therefore usually in your 339 | best interest to keep your copy of the Work identical with the public 340 | one. Many works provide ways to control the behavior of that work 341 | without altering any of its licensed components. 342 | 343 | How to Use This License 344 | ----------------------- 345 | 346 | To use this license, place in each of the components of your work both 347 | an explicit copyright notice including your name and the year the work 348 | was authored and/or last substantially modified. Include also a 349 | statement that the distribution and/or modification of that 350 | component is constrained by the conditions in this license. 351 | 352 | Here is an example of such a notice and statement: 353 | 354 | %% pig.dtx 355 | %% Copyright 2005 M. Y. Name 356 | % 357 | % This work may be distributed and/or modified under the 358 | % conditions of the LaTeX Project Public License, either version 1.3 359 | % of this license or (at your option) any later version. 360 | % The latest version of this license is in 361 | % http://www.latex-project.org/lppl.txt 362 | % and version 1.3 or later is part of all distributions of LaTeX 363 | % version 2005/12/01 or later. 364 | % 365 | % This work has the LPPL maintenance status `maintained'. 366 | % 367 | % The Current Maintainer of this work is M. Y. Name. 368 | % 369 | % This work consists of the files pig.dtx and pig.ins 370 | % and the derived file pig.sty. 371 | 372 | Given such a notice and statement in a file, the conditions 373 | given in this license document would apply, with the `Work' referring 374 | to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being 375 | generated from `pig.dtx' using `pig.ins'), the `Base Interpreter' 376 | referring to any `LaTeX-Format', and both `Copyright Holder' and 377 | `Current Maintainer' referring to the person `M. Y. Name'. 378 | 379 | If you do not want the Maintenance section of LPPL to apply to your 380 | Work, change `maintained' above into `author-maintained'. 381 | However, we recommend that you use `maintained', as the Maintenance 382 | section was added in order to ensure that your Work remains useful to 383 | the community even when you can no longer maintain and support it 384 | yourself. 385 | 386 | Derived Works That Are Not Replacements 387 | --------------------------------------- 388 | 389 | Several clauses of the LPPL specify means to provide reliability and 390 | stability for the user community. They therefore concern themselves 391 | with the case that a Derived Work is intended to be used as a 392 | (compatible or incompatible) replacement of the original Work. If 393 | this is not the case (e.g., if a few lines of code are reused for a 394 | completely different task), then clauses 6b and 6d shall not apply. 395 | 396 | 397 | Important Recommendations 398 | ------------------------- 399 | 400 | Defining What Constitutes the Work 401 | 402 | The LPPL requires that distributions of the Work contain all the 403 | files of the Work. It is therefore important that you provide a 404 | way for the licensee to determine which files constitute the Work. 405 | This could, for example, be achieved by explicitly listing all the 406 | files of the Work near the copyright notice of each file or by 407 | using a line such as: 408 | 409 | % This work consists of all files listed in manifest.txt. 410 | 411 | in that place. In the absence of an unequivocal list it might be 412 | impossible for the licensee to determine what is considered by you 413 | to comprise the Work and, in such a case, the licensee would be 414 | entitled to make reasonable conjectures as to which files comprise 415 | the Work. 416 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DLUT-Beamer-Theme 2 | 3 | Hurry up STAR and FORK this Repo, which is a free Gospel of dlut students, is the visual enjoyment and aesthetic impact for teachers. Using this template, you will easily enter the winner group of lives. And any report or defence will bow down on your crumpled jeans/garments from now on. 4 | 5 | [click here to preview](https://github.com/fuujiro/DLUT-Beamer-Slide-V2/blob/master/slide.pdf) 6 | 7 | ### This template is suitable for: 8 | - Undergraduate, postgraduate and doctoral thesis/dissertation defense 9 | - Various academic reports and international conferences 10 | - Club activities and class activities 11 | - Wooing your favorite little brother(s)/sister(s) 12 | 13 | ### To use this template, you need: 14 | - A little bit of programming skills 15 | - A little bit of LaTeX experience 16 | - Dare to lose face 17 | 18 | ### I prepared this for you: 19 | Unlike other templates, you will no longer need to master MakeFile to write complex compiler, since I have already encapsulated the compileing process in the make.bat file. Windows users can enjoy the silky building experience with just a gentle click. 20 | Those who use Mac OS, Linux, and other unix-like systems can now enjoy the same joy, since the make.sh file prepared for you is ready to go. 21 | 22 | ### License 23 | [the GPL - 3.0 © fuujiro](https://github.com/fuujiro/DLUT-Beamer-Slide-V2/blob/master/LICENSE) 24 | -------------------------------------------------------------------------------- /pic/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuujiro/DLUT-Beamer-Slide-V2/c926c8602cadb37505ce28c6ae2013ee6290c7f9/pic/.DS_Store -------------------------------------------------------------------------------- /pic/DLUT-logo.eps: -------------------------------------------------------------------------------- 1 | %!PS-Adobe-3.0 EPSF-3.0 2 | %%Creator: cairo 1.15.12 (http://cairographics.org) 3 | %%CreationDate: Sat Jun 27 16:00:15 2020 4 | %%Pages: 1 5 | %%DocumentData: Clean7Bit 6 | %%LanguageLevel: 2 7 | %%BoundingBox: 0 0 577 577 8 | %%EndComments 9 | %%BeginProlog 10 | 50 dict begin 11 | /q { gsave } bind def 12 | /Q { grestore } bind def 13 | /cm { 6 array astore concat } bind def 14 | /w { setlinewidth } bind def 15 | /J { setlinecap } bind def 16 | /j { setlinejoin } bind def 17 | /M { setmiterlimit } bind def 18 | /d { setdash } bind def 19 | /m { moveto } bind def 20 | /l { lineto } bind def 21 | /c { curveto } bind def 22 | /h { closepath } bind def 23 | /re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto 24 | 0 exch rlineto 0 rlineto closepath } bind def 25 | /S { stroke } bind def 26 | /f { fill } bind def 27 | /f* { eofill } bind def 28 | /n { newpath } bind def 29 | /W { clip } bind def 30 | /W* { eoclip } bind def 31 | /BT { } bind def 32 | /ET { } bind def 33 | /BDC { mark 3 1 roll /BDC pdfmark } bind def 34 | /EMC { mark /EMC pdfmark } bind def 35 | /cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def 36 | /Tj { show currentpoint cairo_store_point } bind def 37 | /TJ { 38 | { 39 | dup 40 | type /stringtype eq 41 | { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse 42 | } forall 43 | currentpoint cairo_store_point 44 | } bind def 45 | /cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore 46 | cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def 47 | /Tf { pop /cairo_font exch def /cairo_font_matrix where 48 | { pop cairo_selectfont } if } bind def 49 | /Td { matrix translate cairo_font_matrix matrix concatmatrix dup 50 | /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point 51 | /cairo_font where { pop cairo_selectfont } if } bind def 52 | /Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def 53 | cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def 54 | /g { setgray } bind def 55 | /rg { setrgbcolor } bind def 56 | /d1 { setcachedevice } bind def 57 | /cairo_data_source { 58 | CairoDataIndex CairoData length lt 59 | { CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def } 60 | { () } ifelse 61 | } def 62 | /cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def 63 | /cairo_image { image cairo_flush_ascii85_file } def 64 | /cairo_imagemask { imagemask cairo_flush_ascii85_file } def 65 | %%EndProlog 66 | %%BeginSetup 67 | %%EndSetup 68 | %%Page: 1 1 69 | %%BeginPageSetup 70 | %%PageBoundingBox: 0 0 577 577 71 | %%EndPageSetup 72 | q 0 0 577 577 rectclip 73 | 1 0 0 -1 0 577 cm q 74 | 0 0.529412 0.741176 rg 75 | 268.211 0.492 m 250.613 1.895 246.012 2.492 231.711 5.395 c 188.312 14.094 76 | 149.113 31.793 112.711 59.195 c 98.91 69.594 73.012 94.992 61.91 109.094 77 | c 30.312 149.195 10.711 194.695 2.512 246.895 c 0.211 261.695 -0.789 301.793 78 | 0.711 316.395 c 5.012 355.992 16.91 394.594 34.812 426.992 c 87.512 522.094 79 | 186.312 579.293 293.711 576.895 c 313.613 576.492 315.812 576.293 334.41 80 | 573.293 c 443.613 556.195 534.312 476.293 565.312 369.895 c 573.711 340.895 81 | 576.211 322.195 576.113 287.395 c 576.113 264.293 575.711 257.695 573.91 82 | 246.293 c 566.012 195.992 548.41 154.293 517.91 113.395 c 507.613 99.594 83 | 480.312 71.793 466.711 61.395 c 420.91 26.094 367.41 5.094 312.711 0.895 84 | c 299.91 -0.105 278.312 -0.305 268.211 0.492 c h 85 | 314.211 21.992 m 351.312 26.094 379.812 34.492 411.312 50.793 c 493.012 86 | 92.992 547.211 174.195 555.312 266.395 c 556.113 275.992 556.113 302.492 87 | 555.211 311.793 c 547.41 394.293 504.012 466.793 435.012 512.492 c 399.711 88 | 535.793 356.312 551.094 313.711 555.293 c 304.211 556.293 265.711 555.992 89 | 258.211 554.895 c 211.312 548.293 175.113 534.895 139.613 511.293 c 82.113 90 | 472.895 40.41 411.594 26.312 344.492 c 22.41 326.293 20.512 309.293 20.41 91 | 291.895 c 20.312 272.094 21.113 261.992 24.41 242.895 c 28.812 216.695 92 | 36.012 194.594 48.312 169.793 c 73.211 119.293 114.41 77.195 164.711 50.992 93 | c 197.711 33.793 229.812 24.695 270.711 21.094 c 280.211 20.195 302.613 94 | 20.695 314.211 21.992 c h 95 | 314.211 21.992 m f 96 | 279.711 37.793 m 279.711 37.992 281.613 42.195 283.812 47.094 c 287.613 97 | 55.094 288.012 56.492 287.812 63.094 c 287.613 70.195 287.613 70.395 290.012 98 | 70.395 c 292.312 70.395 292.512 69.992 292.91 63.094 c 293.41 56.895 294.113 99 | 54.695 298.113 47.395 c 300.613 42.695 302.711 38.594 302.711 38.094 c 100 | 302.711 37.695 301.613 37.395 300.211 37.395 c 298.211 37.395 297.211 38.492 101 | 294.613 43.594 c 291.113 50.594 290.613 50.492 287.012 41.793 c 285.512 102 | 38.094 284.812 37.395 282.512 37.395 c 280.91 37.395 279.711 37.594 279.711 103 | 37.793 c h 104 | 279.711 37.793 m f 105 | 264.211 38.992 m 263.113 39.195 259.613 39.594 256.512 39.895 c 251.012 106 | 40.492 250.711 40.695 250.711 43.195 c 250.711 45.793 250.91 45.895 254.711 107 | 45.594 c 258.113 45.293 258.711 45.492 258.711 46.992 c 258.812 51.094 108 | 261.512 71.492 262.012 71.992 c 263.012 72.992 266.613 71.293 266.211 70.094 109 | c 266.012 69.395 265.613 66.195 265.312 62.895 c 265.012 59.594 264.512 110 | 54.094 264.113 50.793 c 263.41 44.695 l 267.113 43.992 l 270.113 43.395 111 | 270.711 42.895 270.711 40.895 c 270.711 38.395 269.812 38.094 264.211 38.992 112 | c h 113 | 264.211 38.992 m f 114 | 237.41 43.094 m 236.113 43.395 235.711 44.195 236.012 45.695 c 236.312 115 | 46.895 237.812 53.992 239.312 61.395 c 240.812 68.793 242.113 74.992 242.312 116 | 75.195 c 242.41 75.395 243.613 75.195 244.91 74.895 c 247.312 74.293 l 117 | 245.512 65.594 l 241.211 45.594 240.512 42.395 239.812 42.492 c 239.512 118 | 42.594 238.41 42.793 237.41 43.094 c h 119 | 237.41 43.094 m f 120 | 347.012 48.395 m 342.012 51.395 339.312 57.594 339.211 66.094 c 339.211 121 | 72.293 339.512 73.594 341.613 75.793 c 343.012 77.293 345.812 78.895 347.91 122 | 79.492 c 356.41 81.695 363.512 74.195 364.41 61.992 c 365.113 54.293 363.113 123 | 49.895 358.211 47.793 c 353.613 45.895 350.812 45.992 347.012 48.395 c 124 | h 125 | 358.113 54.594 m 360.211 57.594 360.113 62.992 357.812 68.094 c 354.711 126 | 74.793 349.41 76.395 345.812 71.793 c 344.613 70.293 343.711 67.992 343.711 127 | 66.492 c 343.812 62.992 346.113 56.695 348.312 54.293 c 350.711 51.594 128 | 356.113 51.793 358.113 54.594 c h 129 | 358.113 54.594 m f 130 | 215.91 48.492 m 209.512 49.793 206.711 54.992 209.113 60.895 c 211.012 131 | 65.293 212.91 66.492 218.91 66.895 c 221.812 67.094 224.512 67.293 224.91 132 | 67.293 c 225.312 67.395 226.113 68.293 226.711 69.492 c 227.613 71.094 133 | 227.512 71.895 226.211 73.395 c 223.512 76.395 220.711 76.492 218.012 73.793 134 | c 216.113 71.895 215.211 71.594 213.613 72.395 c 211.812 73.395 211.812 135 | 73.695 213.211 76.395 c 215.91 81.594 220.812 82.793 227.113 79.695 c 231.211 136 | 77.793 233.211 73.793 232.312 69.094 c 231.312 63.793 227.711 61.094 221.012 137 | 60.594 c 213.113 59.992 211.012 58.195 214.312 54.992 c 216.312 52.895 138 | 220.41 52.992 221.512 54.992 c 222.512 56.695 226.711 56.094 226.711 54.293 139 | c 226.711 50.195 221.41 47.293 215.91 48.492 c h 140 | 215.91 48.492 m f 141 | 377.711 60.594 m 376.711 62.992 373.812 69.395 371.312 74.895 c 367.312 142 | 83.895 367.012 84.992 368.512 86.094 c 369.41 86.793 370.41 87.395 370.812 143 | 87.395 c 371.113 87.395 372.613 84.695 374.113 81.395 c 375.613 78.094 144 | 377.012 75.395 377.211 75.395 c 377.512 75.395 379.711 76.395 382.211 77.594 145 | c 387.012 79.895 387.113 79.895 388.113 76.895 c 388.613 75.195 387.91 146 | 74.395 384.211 72.594 c 379.312 70.195 379.113 69.793 380.91 65.895 c 382.312 147 | 62.793 382.613 62.793 388.711 65.895 c 393.512 68.293 393.711 68.293 394.711 148 | 66.492 c 395.211 65.395 395.711 64.195 395.711 63.895 c 395.711 63.293 149 | 381.512 56.395 380.211 56.395 c 379.91 56.395 378.711 58.293 377.711 60.594 150 | c h 151 | 377.711 60.594 m f 152 | 181.113 62.695 m 175.012 65.895 l 181.613 80.594 l 185.211 88.695 188.512 153 | 95.395 188.812 95.395 c 189.113 95.395 190.113 94.793 191.113 94.094 c 154 | 192.711 92.895 192.613 92.492 190.211 87.094 c 188.812 83.895 187.91 80.793 155 | 188.211 80.293 c 189.41 78.395 193.012 79.492 198.41 83.492 c 203.711 87.492 156 | 204.113 87.594 206.91 86.195 c 209.91 84.793 l 204.211 80.594 l 201.012 157 | 78.293 197.812 76.395 197.012 76.395 c 195.812 76.395 195.812 75.992 197.113 158 | 74.195 c 199.113 71.395 199.113 67.094 197.211 63.492 c 194.613 58.293 159 | 189.91 58.094 181.113 62.695 c h 160 | 192.113 65.992 m 194.613 68.492 194.012 71.195 190.512 73.395 c 186.012 161 | 76.094 185.312 75.895 183.41 71.895 c 181.711 68.395 l 185.512 66.492 l 162 | 190.113 63.992 190.211 63.992 192.113 65.992 c h 163 | 192.113 65.992 m f 164 | 156.41 77.492 m 148.91 82.293 148.613 82.695 150.012 84.695 c 150.711 85.895 165 | 154.41 92.195 158.211 98.594 c 164.711 109.695 165.211 110.293 167.113 166 | 109.094 c 168.312 108.293 172.012 105.992 175.512 103.895 c 178.91 101.793 167 | 181.711 99.793 181.711 99.395 c 181.711 99.094 181.113 97.992 180.41 96.992 168 | c 179.113 95.195 178.711 95.293 173.613 98.793 c 170.711 100.793 167.711 169 | 102.395 167.113 102.395 c 166.613 102.395 165.312 100.793 164.312 98.695 170 | c 162.41 94.695 162.113 95.195 169.41 90.793 c 173.512 88.293 173.613 88.195 171 | 172.113 85.895 c 170.512 83.492 l 165.012 86.992 l 162.012 88.992 159.41 172 | 90.395 159.312 90.195 c 159.211 90.094 158.312 88.695 157.41 87.195 c 155.711 173 | 84.395 l 161.41 80.695 l 164.613 78.695 167.312 76.895 167.512 76.793 c 174 | 168.012 76.492 165.312 72.395 164.711 72.395 c 164.41 72.395 160.711 74.695 175 | 156.41 77.492 c h 176 | 156.41 77.492 m f 177 | 272.512 81.094 m 267.812 81.492 l 267.512 88.695 l 267.211 95.793 l 257.812 178 | 97.094 l 209.41 103.594 162.113 131.395 131.91 171.094 c 112.012 197.293 179 | 97.812 231.395 94.211 261.594 c 93.512 267.395 l 129.41 267.395 l 131.113 180 | 258.094 l 139.613 211.695 172.312 168.895 216.211 147.094 c 231.312 139.594 181 | 255.113 132.395 264.812 132.395 c 268.012 132.395 l 267.41 137.395 l 266.012 182 | 149.395 257.812 158.293 243.512 163.395 c 208.512 175.895 181.711 199.895 183 | 166.312 232.492 c 161.91 241.793 157.613 254.793 156.211 263.094 c 155.512 184 | 267.395 l 190.41 267.395 l 192.113 261.094 l 193.113 257.695 196.012 250.395 185 | 198.711 244.895 c 225.41 190.492 293.711 172.293 343.91 206.195 c 362.711 186 | 218.895 378.613 240.594 384.41 261.492 c 386.012 267.395 l 420.91 267.395 187 | l 420.211 263.094 l 418.711 254.195 414.41 241.492 409.312 230.895 c 394.113 188 | 199.492 367.113 175.293 334.211 163.793 c 329.812 162.293 324.613 159.992 189 | 322.613 158.793 c 315.512 154.395 310.312 145.992 309.113 136.992 c 308.41 190 | 132.395 l 311.812 132.395 l 316.711 132.492 331.113 135.793 341.812 139.395 191 | c 380.812 152.492 416.211 184.195 433.613 221.895 c 438.312 231.895 443.312 192 | 247.395 445.312 258.094 c 447.113 267.395 l 482.711 267.395 l 482.711 264.793 193 | l 482.711 260.195 477.91 238.094 474.812 228.793 c 461.113 186.695 433.312 194 | 150.492 396.211 126.195 c 373.512 111.293 341.113 99.395 315.711 96.594 195 | c 309.211 95.895 l 308.91 88.594 l 308.711 84.695 308.512 81.395 308.41 196 | 81.395 c 306.711 80.992 275.91 80.695 272.512 81.094 c h 197 | 272.512 81.094 m f 198 | 430.211 87.695 m 428.711 89.793 428.711 89.992 431.613 92.293 c 434.512 199 | 94.793 l 426.613 104.992 l 422.312 110.594 418.711 115.695 418.711 116.293 200 | c 418.711 116.895 419.512 117.793 420.512 118.293 c 422.113 119.094 423.41 201 | 117.895 429.812 109.695 c 433.91 104.395 437.512 99.594 437.91 98.992 c 202 | 438.41 98.293 439.512 98.793 441.211 100.395 c 443.211 102.293 444.211 203 | 102.594 445.41 101.793 c 446.312 101.195 447.211 100.293 447.41 99.793 c 204 | 447.613 99.195 444.211 95.793 439.812 92.094 c 431.812 85.395 l h 205 | 430.211 87.695 m f 206 | 137.41 90.793 m 135.711 92.094 135.91 92.793 140.211 102.492 c 142.711 207 | 108.195 144.711 113.195 144.711 113.695 c 144.711 114.492 139.512 110.992 208 | 128.613 103.094 c 126.312 101.492 125.711 101.395 123.812 102.594 c 122.711 209 | 103.293 121.812 104.195 121.91 104.594 c 122.312 105.492 147.613 123.395 210 | 148.512 123.395 c 148.91 123.395 150.012 122.695 151.113 121.895 c 152.91 211 | 120.492 152.711 119.895 146.613 104.992 c 143.113 96.395 140.012 89.395 212 | 139.711 89.395 c 139.41 89.492 138.41 90.094 137.41 90.793 c h 213 | 137.41 90.793 m f 214 | 444.41 116.895 m 438.512 123.195 433.711 128.793 433.711 129.195 c 433.711 215 | 129.594 436.812 132.992 440.512 136.695 c 447.312 143.492 447.312 143.492 216 | 449.211 141.395 c 451.012 139.395 451.012 139.293 445.91 134.094 c 440.812 217 | 128.895 l 443.613 125.793 l 446.512 122.594 l 451.012 127.195 l 455.613 218 | 131.695 455.613 131.793 457.711 129.895 c 459.812 127.992 l 455.012 123.195 219 | l 450.312 118.395 l 452.711 115.895 l 455.113 113.395 l 460.211 118.395 220 | l 465.312 123.492 l 467.211 121.395 l 469.113 119.293 469.012 119.293 462.113 221 | 112.293 c 455.113 105.293 l h 222 | 444.41 116.895 m f 223 | 113.512 113.094 m 112.012 114.793 112.711 115.695 122.711 126.395 c 133.41 224 | 137.695 133.613 137.793 135.613 135.992 c 137.711 134.094 137.613 134.094 225 | 127.012 122.992 c 121.211 116.895 116.113 111.793 115.711 111.594 c 115.41 226 | 111.492 114.312 112.094 113.512 113.094 c h 227 | 113.512 113.094 m f 228 | 101.613 125.992 m 100.211 127.695 100.812 128.492 111.613 137.594 c 114.113 229 | 139.695 115.613 141.395 114.91 141.395 c 114.312 141.395 109.211 140.293 230 | 103.613 138.895 c 94.012 136.594 93.312 136.594 92.113 138.195 c 91.41 231 | 139.094 90.711 140.195 90.711 140.492 c 90.711 140.793 93.312 143.195 96.512 232 | 145.895 c 99.613 148.594 104.91 153.195 108.312 156.094 c 114.211 161.195 233 | 114.512 161.293 116.113 159.492 c 117.711 157.695 117.512 157.395 110.312 234 | 151.293 c 106.211 147.793 103.012 144.793 103.211 144.594 c 103.312 144.492 235 | 108.211 145.395 114.113 146.695 c 124.41 148.992 124.711 149.094 126.41 236 | 147.195 c 128.012 145.395 128.012 145.195 126.113 143.492 c 121.812 139.492 237 | 103.91 124.395 103.41 124.395 c 103.211 124.395 102.312 125.094 101.613 238 | 125.992 c h 239 | 101.613 125.992 m f 240 | 471.312 135.094 m 467.711 135.992 461.91 140.293 459.012 143.992 c 456.812 241 | 146.895 456.211 148.793 456.211 152.695 c 456.211 156.895 456.613 157.895 242 | 459.512 160.492 c 464.711 165.094 472.91 164.094 472.012 158.895 c 471.41 243 | 155.992 471.613 156.094 468.211 157.395 c 466.012 158.195 465.211 157.992 244 | 463.113 155.895 c 459.812 152.594 460.512 150.094 466.211 144.793 c 471.613 245 | 139.793 475.012 138.695 478.41 140.992 c 480.613 142.395 480.91 143.094 246 | 480.41 146.395 c 480.012 149.395 480.312 150.695 481.812 151.992 c 483.613 247 | 153.594 483.711 153.492 485.312 149.793 c 489.113 140.594 481.41 132.492 248 | 471.312 135.094 c h 249 | 471.312 135.094 m f 250 | 81.711 154.492 m 81.012 155.594 80.711 156.695 80.91 156.895 c 81.113 156.992 251 | 84.613 159.293 88.711 161.895 c 97.113 167.195 101.711 171.195 101.711 252 | 172.992 c 101.711 173.594 100.91 175.195 99.91 176.395 c 97.41 179.492 95.113 253 | 178.793 84.613 171.895 c 80.012 168.895 75.711 166.395 75.012 166.395 c 254 | 73.91 166.395 72.113 170.195 72.91 170.793 c 74.613 172.293 90.812 181.992 255 | 93.211 182.895 c 99.711 185.492 106.711 180.293 106.711 172.895 c 106.711 256 | 168.395 104.512 165.895 95.211 159.895 c 82.812 151.992 83.012 151.992 257 | 81.711 154.492 c h 258 | 81.711 154.492 m f 259 | 495.211 159.293 m 494.613 159.793 488.91 163.195 482.512 166.895 c 476.012 260 | 170.594 470.512 173.992 470.211 174.492 c 469.91 174.992 470.113 176.293 261 | 470.711 177.293 c 471.711 179.293 471.91 179.195 477.812 175.793 c 481.113 262 | 173.793 484.012 172.395 484.113 172.594 c 485.312 174.195 488.711 180.695 263 | 488.711 181.195 c 488.711 181.594 486.012 183.395 482.711 185.195 c 477.312 264 | 188.195 476.91 188.695 478.012 190.492 c 478.613 191.492 479.613 192.395 265 | 480.211 192.293 c 481.812 192.293 506.012 177.895 506.41 176.793 c 506.613 266 | 176.293 506.211 175.094 505.512 174.094 c 504.312 172.594 503.812 172.695 267 | 499.512 175.395 c 496.812 177.094 494.312 178.395 493.91 178.395 c 493.512 268 | 178.395 492.113 176.395 491.012 173.992 c 488.613 169.094 488.512 169.195 269 | 495.41 165.395 c 499.211 163.293 499.41 162.895 498.512 160.793 c 497.312 270 | 158.195 496.613 157.895 495.211 159.293 c h 271 | 495.211 159.293 m f 272 | 497.812 195.895 m 490.512 198.895 484.211 201.594 483.91 201.895 c 483.613 273 | 202.094 483.812 203.293 484.312 204.293 c 485.211 206.195 485.512 206.094 274 | 493.613 202.793 c 498.312 200.895 502.512 199.395 503.012 199.395 c 503.512 275 | 199.395 500.512 203.195 496.312 207.895 c 489.91 215.094 488.91 216.695 276 | 489.613 218.594 c 490.113 219.895 490.91 220.895 491.41 220.895 c 492.012 277 | 220.895 498.512 218.395 506.012 215.395 c 516.113 211.395 519.711 209.492 278 | 519.711 208.195 c 519.711 205.195 518.012 205.293 509.113 208.895 c 504.312 279 | 210.793 500.211 212.293 500.113 212.094 c 499.91 211.895 503.211 207.895 280 | 507.312 203.094 c 513.91 195.594 514.711 194.195 513.711 192.395 c 513.113 281 | 191.293 512.312 190.395 511.91 190.395 c 511.512 190.492 505.211 192.895 282 | 497.812 195.895 c h 283 | 497.812 195.895 m f 284 | 279.812 217.594 m 275.113 223.793 271.41 229.293 271.41 229.895 c 271.41 285 | 230.395 274.211 236.695 277.613 243.793 c 282.512 253.992 283.711 257.594 286 | 283.512 260.594 c 283.211 264.395 l 273.211 251.793 l 267.711 244.895 262.711 287 | 238.594 262.012 237.793 c 261.012 236.395 259.41 236.492 247.512 238.492 288 | c 240.211 239.695 233.812 240.992 233.312 241.395 c 232.91 241.895 235.512 289 | 247.895 239.113 254.793 c 245.812 267.395 l 283.711 267.395 l 283.711 280.895 290 | l 283.711 288.293 283.512 294.395 283.312 294.395 c 283.012 294.395 279.41 291 | 291.695 275.211 288.395 c 267.711 282.293 l 180.113 282.094 l 92.512 281.895 292 | l 93.113 294.895 l 93.41 301.992 93.613 307.992 93.613 308.094 c 93.711 293 | 308.293 132.711 308.395 180.512 308.395 c 267.211 308.395 l 276.613 316.395 294 | l 289.012 326.895 289.41 326.895 301.012 316.395 c 309.711 308.395 l 483.512 295 | 308.395 l 483.91 304.594 l 484.211 302.594 484.512 296.594 484.613 291.395 296 | c 484.812 281.895 l 397.012 282.094 l 309.312 282.293 l 301.512 288.293 297 | l 297.211 291.695 293.512 294.395 293.211 294.395 c 292.91 294.395 292.711 298 | 288.293 292.711 280.895 c 292.711 267.395 l 311.91 267.195 l 331.012 266.895 299 | l 337.312 254.895 l 340.812 248.293 343.711 242.395 343.711 241.895 c 343.711 300 | 240.992 315.812 235.793 315.312 236.594 c 315.211 236.793 310.211 243.094 301 | 304.113 250.793 c 293.211 264.594 l 292.91 260.695 l 292.711 257.492 293.91 302 | 254.094 299.113 243.395 c 302.711 236.094 305.312 229.594 305.012 228.992 303 | c 304.211 227.695 289.812 208.195 288.812 207.195 c 288.41 206.793 284.41 304 | 211.492 279.812 217.594 c h 305 | 279.812 217.594 m f 306 | 54.211 215.492 m 53.812 216.594 53.711 217.695 53.91 217.895 c 54.012 218.094 307 | 58.512 219.492 63.711 221.195 c 68.91 222.793 72.512 224.395 71.711 224.695 308 | c 70.91 224.992 65.812 225.992 60.41 226.895 c 52.113 228.293 50.41 228.895 309 | 49.711 230.793 c 49.312 231.895 49.211 233.195 49.613 233.492 c 50.512 310 | 234.395 78.613 242.793 79.113 242.293 c 79.312 242.094 79.711 241.094 79.91 311 | 239.992 c 80.113 238.492 78.711 237.695 71.512 235.492 c 66.711 233.992 312 | 62.512 232.594 62.211 232.293 c 61.91 231.992 66.613 230.895 72.711 229.895 313 | c 82.812 228.195 83.812 227.793 84.312 225.695 c 84.711 224.395 84.711 314 | 223.094 84.41 222.793 c 84.012 222.395 55.91 213.395 55.012 213.395 c 54.91 315 | 213.395 54.512 214.293 54.211 215.492 c h 316 | 54.211 215.492 m f 317 | 503.012 227.793 m 497.312 230.492 494.711 234.195 494.711 239.594 c 494.711 318 | 243.492 497.711 248.793 500.91 250.492 c 507.012 253.793 520.711 250.195 319 | 525.113 244.094 c 528.812 239.094 527.012 230.195 521.812 227.094 c 517.512 320 | 224.594 509.312 224.895 503.012 227.793 c h 321 | 519.113 232.492 m 524.812 236.992 520.41 244.594 511.312 245.895 c 505.812 322 | 246.793 503.113 245.895 501.113 242.793 c 496.211 235.293 511.512 226.492 323 | 519.113 232.492 c h 324 | 519.113 232.492 m f 325 | 60.91 252.695 m 47.211 255.793 44.812 256.895 44.711 260.195 c 44.711 261.293 326 | 72.512 275.395 74.812 275.395 c 75.312 275.395 75.711 274.293 75.711 272.895 327 | c 75.711 270.992 74.812 269.992 72.211 268.695 c 69.91 267.594 68.812 266.492 328 | 69.211 265.594 c 69.512 264.895 69.711 262.492 69.711 260.293 c 69.711 329 | 256.492 69.812 256.395 73.711 255.793 c 77.312 255.195 77.711 254.793 77.711 330 | 252.293 c 77.711 250.594 77.211 249.395 76.512 249.492 c 75.812 249.492 331 | 68.812 250.992 60.91 252.695 c h 332 | 64.711 259.594 m 64.711 264.195 63.41 264.793 58.211 262.492 c 55.512 261.293 333 | 53.613 260.094 53.91 259.895 c 54.312 259.395 60.312 257.992 64.012 257.492 334 | c 64.41 257.395 64.711 258.395 64.711 259.594 c h 335 | 64.711 259.594 m f 336 | 518.211 261.492 m 514.91 261.895 509.312 262.195 505.812 262.293 c 499.41 337 | 262.395 l 500.113 268.492 l 500.41 271.895 500.711 276.195 500.711 277.992 338 | c 500.711 280.992 501.012 281.395 503.512 281.395 c 506.312 281.395 l 505.91 339 | 274.395 l 505.512 267.395 l 508.812 267.293 l 510.711 267.293 514.211 267.094 340 | 516.711 266.793 c 519.211 266.594 523.613 266.094 526.512 265.793 c 531.613 341 | 265.293 532.613 264.293 530.91 261.594 c 530.012 260.293 529.312 260.293 342 | 518.211 261.492 c h 343 | 518.211 261.492 m f 344 | 43.711 283.793 m 43.711 285.195 43.812 286.395 44.012 286.395 c 44.113 345 | 286.492 51.211 286.793 59.812 287.094 c 75.512 287.594 l 75.512 284.992 346 | l 75.512 282.594 75.113 282.395 70.812 282.395 c 68.312 282.293 61.113 282.094 347 | 55.012 281.793 c 43.711 281.195 l h 348 | 43.711 283.793 m f 349 | 509.711 289.094 m 503.41 291.094 499.613 296.594 500.312 302.594 c 501.211 350 | 309.895 506.512 313.492 516.711 313.695 c 527.41 313.895 532.711 309.594 351 | 532.711 300.895 c 532.711 295.793 530.512 292.695 525.312 290.293 c 521.512 352 | 288.594 513.211 287.895 509.711 289.094 c h 353 | 522.211 294.793 m 528.312 297.395 529.312 303.594 524.211 306.992 c 520.812 354 | 309.195 510.613 308.492 507.711 305.895 c 505.711 304.094 505.113 299.895 355 | 506.512 297.695 c 507.711 295.793 513.012 293.395 516.012 293.395 c 517.512 356 | 293.395 520.312 293.992 522.211 294.793 c h 357 | 522.211 294.793 m f 358 | 70.012 301.395 m 70.312 305.293 70.211 308.395 69.91 308.395 c 62.711 308.695 359 | 47.711 309.594 46.113 309.895 c 44.512 310.293 44.113 310.895 44.41 312.793 360 | c 44.91 315.395 43.91 315.293 61.211 313.992 c 64.512 313.695 69.211 313.492 361 | 71.613 313.492 c 75.91 313.395 l 75.312 304.594 l 75.012 299.793 74.812 362 | 295.695 74.711 295.395 c 74.711 295.094 73.512 294.695 72.113 294.594 c 363 | 69.41 294.395 l h 364 | 70.012 301.395 m f 365 | 62.211 327.992 m 55.113 331.992 48.91 335.492 48.41 335.594 c 48.012 335.793 366 | 47.91 337.293 48.312 338.895 c 48.91 341.895 l 65.312 343.992 l 78.812 367 | 345.594 81.711 345.793 81.211 344.594 c 80.91 343.895 80.711 342.594 80.711 368 | 341.793 c 80.711 340.895 79.711 340.395 78.012 340.395 c 73.812 340.395 369 | 72.91 339.293 72.211 333.793 c 71.512 328.793 71.512 328.695 74.613 327.395 370 | c 77.211 326.395 77.711 325.594 77.512 323.594 c 77.312 322.195 76.812 371 | 320.895 76.211 320.793 c 75.711 320.695 69.41 323.895 62.211 327.992 c h 372 | 67.113 334.594 m 68.113 338.594 67.812 339.395 65.512 338.992 c 64.211 373 | 338.695 61.711 338.492 60.012 338.492 c 55.711 338.395 55.812 337.395 60.512 374 | 334.793 c 65.312 331.992 66.312 331.895 67.113 334.594 c h 375 | 67.113 334.594 m f 376 | 507.211 323.395 m 501.91 324.195 499.312 325.992 497.312 330.094 c 495.41 377 | 333.992 495.312 337.895 496.812 342.293 c 497.91 345.492 498.41 345.793 378 | 506.812 347.293 c 511.512 348.094 l 512.113 343.594 l 513.012 336.793 512.91 379 | 336.395 510.211 336.395 c 508.211 336.395 507.711 336.895 507.711 338.992 380 | c 507.711 341.195 507.312 341.492 505.012 341.195 c 500.012 340.594 500.211 381 | 330.992 505.211 328.992 c 510.812 326.895 520.312 329.895 522.512 334.594 382 | c 524.113 337.992 522.41 342.195 519.113 342.992 c 517.41 343.395 516.91 383 | 344.195 517.012 346.195 c 517.211 348.395 517.711 348.793 519.711 348.594 384 | c 527.711 347.492 531.312 336.992 526.113 329.594 c 523.113 325.195 514.312 385 | 322.395 507.211 323.395 c h 386 | 507.211 323.395 m f 387 | 96.211 326.395 m 96.41 327.195 97.312 330.793 98.113 334.395 c 102.211 388 | 352.594 112.312 375.895 123.312 392.695 c 131.613 405.395 135.711 410.492 389 | 147.113 422.195 c 177.613 453.594 214.711 472.492 258.312 478.992 c 273.711 390 | 481.293 303.711 481.293 318.711 478.992 c 381.113 469.293 432.812 432.695 391 | 462.113 377.293 c 470.113 362.094 478.41 338.895 479.91 327.492 c 480.211 392 | 325.094 l 462.211 324.992 l 444.211 324.895 l 440.012 337.695 l 421.512 393 | 393.793 372.91 434.492 313.012 443.895 c 308.711 444.594 l 308.711 418.492 394 | l 314.512 417.395 l 348.711 410.594 376.91 392.992 397.012 365.895 c 405.711 395 | 354.195 418.41 327.695 416.312 325.695 c 415.91 325.293 407.812 324.992 396 | 398.211 324.992 c 380.812 324.895 l 379.211 328.992 l 374.211 342.195 357.512 397 | 362.195 343.812 371.395 c 319.711 387.594 290.312 392.594 262.312 385.395 398 | c 234.512 378.195 210.012 357.594 197.41 330.895 c 194.613 324.895 l 177.113 399 | 325.195 l 167.211 325.395 159.711 325.895 159.711 326.395 c 159.711 330.793 400 | 169.512 351.195 176.91 362.293 c 183.312 371.895 202.012 390.492 211.41 401 | 396.695 c 225.41 405.992 243.312 413.594 257.211 416.293 c 269.012 418.594 402 | 267.711 416.695 267.711 431.395 c 267.711 444.395 l 263.512 443.793 l 225.41 403 | 438.195 190.012 418.594 165.91 389.992 c 151.613 372.895 142.812 357.094 404 | 136.012 336.395 c 132.211 324.895 l 114.012 324.895 l 98.211 324.895 95.812 405 | 325.094 96.211 326.395 c h 406 | 96.211 326.395 m f 407 | 242.312 333.992 m 241.312 335.395 239.012 337.492 237.211 338.492 c 234.91 408 | 339.895 234.012 341.195 234.012 342.895 c 234.012 345.992 235.91 346.094 409 | 239.812 343.293 c 242.711 341.293 l 242.711 366.395 l 249.211 366.395 l 410 | 249.113 349.094 l 249.113 331.895 l 246.613 331.695 l 245.012 331.492 243.613 411 | 332.195 242.312 333.992 c h 412 | 242.312 333.992 m f 413 | 266.012 333.395 m 260.012 336.992 259.41 347.293 264.91 351.895 c 268.113 414 | 354.594 273.512 355.195 275.512 353.195 c 277.41 351.293 277.812 352.895 415 | 276.512 356.992 c 275.512 360.094 274.711 360.992 272.41 361.195 c 270.613 416 | 361.395 269.512 360.992 269.113 359.992 c 268.512 358.395 261.711 357.594 417 | 261.711 359.094 c 261.711 361.395 265.91 366.395 267.91 366.594 c 276.012 418 | 367.094 280.113 365.094 282.41 359.594 c 284.512 354.492 284.41 342.695 419 | 282.211 337.992 c 279.211 331.594 272.113 329.594 266.012 333.395 c h 420 | 276.312 340.793 m 277.211 344.492 276.41 347.492 274.211 348.992 c 271.012 421 | 351.094 267.711 348.395 267.711 343.594 c 267.711 339.492 268.512 337.992 422 | 270.711 337.195 c 272.91 336.395 275.613 338.195 276.312 340.793 c h 423 | 276.312 340.793 m f 424 | 297.012 342.395 m 292.012 349.895 289.711 354.293 289.711 356.395 c 289.711 425 | 359.395 l 303.711 359.395 l 303.711 362.895 l 303.711 366.094 303.91 366.395 426 | 306.711 366.395 c 309.512 366.395 309.711 366.094 309.711 362.992 c 309.711 427 | 360.195 310.113 359.492 312.012 359.195 c 313.613 358.992 314.211 358.195 428 | 314.211 356.094 c 314.312 353.895 313.812 353.395 312.012 353.395 c 309.711 429 | 353.395 309.711 353.195 309.711 342.395 c 309.711 331.395 l 307.012 331.395 430 | l 304.613 331.492 303.211 332.992 297.012 342.395 c h 431 | 303.711 347.895 m 303.711 353.395 l 295.711 353.395 l 299.312 347.895 l 432 | 301.312 344.895 303.113 342.395 303.312 342.395 c 303.512 342.395 303.711 433 | 344.895 303.711 347.895 c h 434 | 303.711 347.895 m f 435 | 325.211 332.594 m 321.312 334.695 319.711 337.695 319.711 343.195 c 319.711 436 | 347.793 320.113 348.992 322.613 351.492 c 325.812 354.594 330.113 355.293 437 | 333.91 353.293 c 335.812 352.293 335.91 352.395 335.211 355.594 c 334.812 438 | 357.395 334.012 359.492 333.512 360.094 c 332.012 361.992 327.91 361.695 439 | 326.812 359.594 c 326.113 358.195 325.012 357.793 322.812 358.195 c 319.211 440 | 358.695 319.211 358.594 321.211 362.395 c 323.012 365.895 328.211 367.695 441 | 332.812 366.395 c 336.711 365.195 338.41 363.793 340.41 359.992 c 342.613 442 | 355.793 342.512 341.895 340.312 337.594 c 337.613 332.293 330.113 329.793 443 | 325.211 332.594 c h 444 | 334.812 341.594 m 336.211 346.895 330.91 351.492 327.113 348.395 c 324.812 445 | 346.395 325.312 339.793 327.91 337.992 c 329.812 336.695 330.41 336.594 446 | 332.113 337.793 c 333.211 338.492 334.41 340.195 334.812 341.594 c h 447 | 334.812 341.594 m f 448 | 70.812 356.094 m 61.711 358.395 56.613 363.195 56.812 369.395 c 56.91 374.395 449 | 60.211 382.992 61.812 382.594 c 63.113 382.293 84.711 374.594 88.91 372.895 450 | c 90.512 372.293 90.41 371.695 88.113 365.594 c 86.711 361.895 85.012 358.293 451 | 84.312 357.594 c 82.012 355.195 76.41 354.594 70.812 356.094 c h 452 | 82.113 364.695 m 83.113 366.793 83.711 368.695 83.41 368.992 c 83.012 369.492 453 | 64.91 376.395 64.113 376.395 c 63.211 376.395 61.711 369.094 62.211 367.293 454 | c 63.113 364.492 72.211 360.293 76.711 360.594 c 79.711 360.895 80.512 455 | 361.492 82.113 364.695 c h 456 | 82.113 364.695 m f 457 | 489.41 361.094 m 489.012 361.395 488.711 362.492 488.711 363.395 c 488.711 458 | 364.594 490.512 365.594 494.711 366.895 c 500.012 368.492 501.711 369.695 459 | 508.211 376.492 c 515.613 384.293 l 516.512 381.594 l 517.41 379.195 517.012 460 | 378.395 512.512 373.793 c 506.91 367.992 506.91 368.195 516.012 366.895 461 | c 519.91 366.395 521.012 365.793 521.812 363.695 c 522.312 362.293 522.613 462 | 360.992 522.512 360.793 c 522.312 360.695 517.711 361.395 512.312 362.395 463 | c 502.711 364.094 502.211 364.094 496.91 362.293 c 490.812 360.195 490.312 464 | 360.094 489.41 361.094 c h 465 | 489.41 361.094 m f 466 | 440.812 430.793 m 439.91 431.895 439.91 432.793 440.613 434.293 c 441.711 467 | 436.293 442.113 443.395 441.113 443.395 c 440.812 443.395 439.91 442.793 468 | 439.113 441.992 c 437.41 440.195 433.711 441.094 433.711 443.293 c 433.711 469 | 444.293 434.312 445.793 435.012 446.793 c 436.113 448.293 437.113 448.492 470 | 440.613 447.895 c 443.113 447.492 444.613 446.695 444.41 446.094 c 444.211 471 | 445.395 444.812 443.293 445.91 441.395 c 448.012 437.395 448.312 432.395 472 | 446.512 430.594 c 444.91 428.992 442.211 429.094 440.812 430.793 c h 473 | 440.812 430.793 m f 474 | 449.41 445.594 m 445.613 449.594 442.41 455.395 440.711 461.492 c 439.211 475 | 466.695 441.211 464.594 444.711 457.395 c 448.512 449.492 453.711 443.793 476 | 456.211 444.793 c 457.512 445.293 457.711 446.094 457.211 448.594 c 456.512 477 | 451.895 l 458.711 449.094 l 461.91 445.094 460.812 441.395 456.512 441.395 478 | c 454.113 441.395 452.41 442.395 449.41 445.594 c h 479 | 449.41 445.594 m f 480 | 145.711 446.395 m 139.113 452.195 137.312 452.695 132.512 450.492 c 124.613 481 | 446.992 123.711 446.895 123.711 449.793 c 123.711 451.395 124.613 452.992 482 | 126.312 453.992 c 128.41 455.395 128.613 455.895 127.512 457.094 c 125.211 483 | 459.293 111.711 462.594 107.211 462.094 c 103.613 461.594 103.41 461.695 484 | 105.113 462.895 c 108.012 464.992 115.613 465.793 120.41 464.492 c 127.211 485 | 462.695 127.012 461.695 123.613 476.492 c 122.41 481.695 122.512 482.293 486 | 124.613 485.695 c 127.512 490.492 130.211 490.695 129.312 486.094 c 127.91 487 | 478.293 127.512 471.594 128.512 468.195 c 129.211 465.695 129.211 464.293 488 | 128.41 463.492 c 127.711 462.793 128.312 461.992 130.812 460.992 c 135.91 489 | 458.895 136.91 458.793 140.41 460.695 c 147.012 464.195 150.012 461.992 490 | 145.113 457.094 c 142.613 454.594 l 146.012 452.895 l 150.211 450.992 152.41 491 | 448.695 152.91 445.895 c 153.41 442.695 149.711 442.992 145.711 446.395 492 | c h 493 | 145.711 446.395 m f 494 | 429.711 448.695 m 429.711 453.594 434.211 459.492 436.711 457.895 c 438.113 495 | 456.992 437.91 453.594 436.512 452.695 c 435.812 452.293 434.711 450.992 496 | 434.113 449.895 c 432.812 447.492 429.711 446.695 429.711 448.695 c h 497 | 429.711 448.695 m f 498 | 451.812 455.293 m 449.211 457.895 449.211 458.992 451.711 459.695 c 452.91 499 | 459.992 453.711 461.094 453.711 462.293 c 453.711 463.594 454.613 464.793 500 | 455.812 465.195 c 457.812 465.992 457.812 465.992 455.91 468.395 c 454.91 501 | 469.793 452.812 472.793 451.312 475.094 c 447.512 481.293 450.512 480.695 502 | 455.312 474.395 c 457.41 471.594 459.613 469.395 460.211 469.395 c 461.711 503 | 469.395 463.41 475.094 462.91 478.293 c 462.711 479.594 461.711 480.895 504 | 460.41 481.195 c 458.41 481.695 458.41 481.793 460.312 482.395 c 464.91 505 | 484.195 467.211 477.094 464.512 469.395 c 463.41 466.195 463.613 465.895 506 | 466.512 463.395 c 469.711 460.695 470.812 457.395 468.41 457.395 c 467.711 507 | 457.395 465.312 458.695 463.012 460.395 c 459.41 463.094 458.812 463.195 508 | 457.613 461.793 c 456.91 460.895 456.312 458.793 456.312 457.094 c 456.211 509 | 453.293 454.512 452.594 451.812 455.293 c h 510 | 451.812 455.293 m f 511 | 437.312 466.094 m 436.211 467.293 436.711 471.895 438.312 474.195 c 440.012 512 | 476.695 442.512 477.094 443.312 474.992 c 443.91 473.395 438.312 465.094 513 | 437.312 466.094 c h 514 | 437.312 466.094 m f 515 | 380.711 477.895 m 380.711 478.695 381.113 479.395 381.613 479.395 c 382.91 516 | 479.395 386.613 487.594 387.312 492.195 c 387.812 495.594 387.613 496.395 517 | 385.312 498.094 c 382.41 500.492 381.91 503.195 384.312 504.094 c 385.41 518 | 504.492 386.613 503.895 387.812 502.293 c 389.41 500.094 389.613 500.094 519 | 390.312 501.695 c 391.211 504.195 390.113 517.695 388.711 520.293 c 387.91 520 | 521.895 387.91 522.395 388.91 522.395 c 391.512 522.395 394.113 516.195 521 | 394.41 509.395 c 394.512 505.793 394.711 502.793 394.711 502.594 c 394.711 522 | 502.492 398.312 504.195 402.711 506.395 c 413.711 511.895 417.012 511.695 523 | 421.113 505.094 c 422.812 502.395 422.812 502.293 420.41 502.895 c 415.812 524 | 504.094 404.211 503.793 399.012 502.395 c 394.613 501.195 393.711 500.492 525 | 393.113 498.094 c 392.711 495.895 393.211 494.594 395.613 491.793 c 397.312 526 | 489.895 398.711 487.992 398.711 487.492 c 398.711 485.594 397.211 485.594 527 | 394.113 487.395 c 390.512 489.695 390.312 489.492 389.211 484.395 c 388.812 528 | 482.492 387.812 479.895 387.012 478.695 c 385.312 476.094 380.711 475.492 529 | 380.711 477.895 c h 530 | 380.711 477.895 m f 531 | 205.711 479.895 m 204.613 481.895 203.613 482.395 198.812 482.594 c 193.91 532 | 482.895 193.211 483.195 192.91 485.094 c 192.613 486.895 193.012 487.395 533 | 194.91 487.395 c 196.812 487.395 196.512 487.992 192.211 491.793 c 187.91 534 | 495.594 187.41 496.492 188.312 498.094 c 189.012 499.094 190.613 499.895 535 | 192.113 499.895 c 195.113 499.793 195.41 500.992 193.113 504.293 c 191.711 536 | 506.195 190.812 506.492 186.613 506.195 c 181.312 505.895 180.012 506.992 537 | 184.512 507.992 c 190.012 509.195 190.113 509.195 188.312 511.895 c 187.41 538 | 513.195 186.711 514.992 186.711 515.895 c 186.711 518.195 185.812 517.793 539 | 180.812 513.195 c 172.711 505.695 172.512 499.094 180.312 495.793 c 183.812 540 | 494.293 184.512 492.594 182.512 490.594 c 180.512 488.594 178.711 489.195 541 | 178.711 491.793 c 178.711 493.492 177.512 495.195 175.211 496.992 c 172.41 542 | 499.094 171.711 500.293 171.711 502.992 c 171.711 505.992 171.41 506.395 543 | 169.012 506.395 c 165.613 506.395 167.012 507.793 171.91 509.293 c 175.41 544 | 510.492 178.012 512.895 185.41 522.195 c 188.812 526.395 196.312 530.094 545 | 199.211 529.094 c 201.812 527.992 200.91 526.793 194.711 522.992 c 188.711 546 | 519.293 l 191.211 514.293 l 193.211 510.395 194.211 509.395 196.211 509.395 547 | c 198.711 509.395 199.812 506.895 197.613 506.195 c 195.812 505.594 198.312 548 | 501.594 201.812 499.492 c 203.512 498.395 204.41 497.293 203.91 496.992 549 | c 203.312 496.695 203.113 495.492 203.41 494.395 c 204.113 491.793 202.512 550 | 491.793 200.211 494.395 c 198.312 496.492 194.711 497.094 194.711 495.395 551 | c 194.711 494.895 196.613 493.094 198.91 491.395 c 202.211 488.992 204.012 552 | 488.395 208.312 488.395 c 214.312 488.395 216.012 486.895 212.91 484.293 553 | c 211.711 483.395 210.711 481.395 210.711 479.992 c 210.711 476.594 207.512 554 | 476.492 205.711 479.895 c h 555 | 205.711 479.895 m f 556 | 269.91 499.094 m 266.812 500.594 264.91 502.895 265.812 503.895 c 266.012 557 | 504.094 268.012 503.395 270.211 502.395 c 275.012 500.094 279.613 499.895 558 | 280.312 501.793 c 281.012 503.594 278.613 508.293 275.312 511.293 c 271.91 559 | 514.492 270.91 513.492 274.211 510.195 c 276.812 507.594 l 274.312 504.695 560 | l 272.711 502.895 271.812 502.395 271.711 503.395 c 271.711 504.195 270.512 561 | 505.793 269.012 506.992 c 266.613 508.895 266.41 509.395 267.613 510.793 562 | c 269.312 512.895 268.312 515.395 265.711 515.395 c 263.91 515.395 263.711 563 | 514.992 264.312 511.395 c 264.812 508.094 264.711 507.395 263.41 507.395 564 | c 261.512 507.395 258.711 512.293 258.711 515.395 c 258.711 517.594 260.211 565 | 518.492 264.211 518.793 c 266.41 518.895 266.711 519.293 266.211 521.395 566 | c 265.613 523.793 263.711 525.895 261.312 526.695 c 260.512 526.992 260.613 567 | 527.492 261.512 528.594 c 263.41 530.895 261.91 533.195 258.41 533.594 568 | c 256.41 533.793 255.211 534.395 255.211 535.395 c 255.211 536.492 256.91 569 | 537.094 262.211 537.492 c 266.113 537.895 270.41 538.492 271.812 538.895 570 | c 273.613 539.395 274.711 539.094 275.711 537.895 c 277.512 535.793 276.012 571 | 534.695 269.91 533.793 c 265.012 533.094 264.613 532.695 265.812 529.594 572 | c 266.41 527.895 267.41 527.395 270.211 527.395 c 272.613 527.395 273.711 573 | 526.992 273.711 525.895 c 273.711 524.992 272.812 524.395 271.312 524.395 574 | c 266.113 524.395 267.113 520.195 273.41 515.395 c 280.512 510.094 283.113 575 | 504.293 281.113 498.992 c 280.312 496.895 274.211 496.895 269.91 499.094 576 | c h 577 | 269.91 499.094 m f 578 | 253.211 501.695 m 247.41 503.395 246.312 504.293 247.812 506.094 c 248.613 579 | 506.992 249.91 507.293 251.41 506.895 c 253.711 506.395 253.711 506.395 580 | 252.211 509.992 c 251.41 511.992 250.711 513.793 250.711 513.992 c 250.711 581 | 514.195 249.41 514.395 247.812 514.395 c 244.211 514.395 241.512 516.895 582 | 241.91 519.793 c 242.113 521.395 242.91 521.895 245.012 521.895 c 246.512 583 | 521.793 247.711 521.992 247.711 522.293 c 247.711 522.492 246.312 524.895 584 | 244.613 527.594 c 242.91 530.195 241.711 533.094 242.113 533.895 c 243.312 585 | 537.195 246.41 535.195 252.113 527.594 c 257.91 519.895 l 251.711 526.195 586 | l 243.512 534.492 242.211 533.094 249.211 523.492 c 250.613 521.594 251.711 587 | 518.992 251.711 517.695 c 251.711 514.695 255.012 508.094 257.812 505.492 588 | c 259.113 504.293 259.711 502.895 259.41 501.992 c 258.711 500.195 258.613 589 | 500.195 253.211 501.695 c h 590 | 248.711 517.395 m 248.711 518.594 244.711 520.793 244.012 519.992 c 243.113 591 | 519.195 245.711 516.395 247.312 516.395 c 248.113 516.395 248.711 516.793 592 | 248.711 517.395 c h 593 | 248.711 517.395 m f 594 | 327.613 508.695 m 323.91 511.094 323.113 514.695 325.91 515.195 c 326.91 595 | 515.395 328.41 514.793 329.312 513.992 c 331.613 511.594 332.91 513.094 596 | 331.312 516.293 c 329.512 519.793 328.312 520.695 322.613 522.793 c 320.012 597 | 523.695 317.113 525.395 316.113 526.492 c 314.512 528.293 314.512 528.594 598 | 315.91 530.094 c 317.41 531.492 317.91 531.492 321.91 529.594 c 326.312 599 | 527.594 332.711 525.992 340.711 524.895 c 343.613 524.594 345.711 523.695 600 | 346.41 522.492 c 348.41 519.293 346.012 518.293 338.812 519.195 c 335.512 601 | 519.695 332.512 519.895 332.312 519.695 c 332.113 519.492 333.012 518.094 602 | 334.312 516.695 c 337.711 512.992 338.512 509.395 336.211 507.695 c 333.613 603 | 505.793 331.512 506.094 327.613 508.695 c h 604 | 327.613 508.695 m f 605 | Q Q 606 | showpage 607 | %%Trailer 608 | end 609 | %%EOF 610 | -------------------------------------------------------------------------------- /pic/dtmf.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuujiro/DLUT-Beamer-Slide-V2/c926c8602cadb37505ce28c6ae2013ee6290c7f9/pic/dtmf.pdf -------------------------------------------------------------------------------- /ref.bib: -------------------------------------------------------------------------------- 1 | @inproceedings{origin, 2 | author = {Feng, Ziyang}, 3 | title = {dlut Beamer Theme}, 4 | year = {2020}, 5 | url = {https://github.com/fuujiro/dlut-Beamer-Slide}, 6 | } -------------------------------------------------------------------------------- /slide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fuujiro/DLUT-Beamer-Slide-V2/c926c8602cadb37505ce28c6ae2013ee6290c7f9/slide.pdf -------------------------------------------------------------------------------- /slide.tex: -------------------------------------------------------------------------------- 1 | \documentclass{beamer} 2 | \usepackage{ctex, hyperref} 3 | \usepackage[T1]{fontenc} 4 | 5 | % other packages 6 | \usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra} 7 | \usepackage{graphicx,pstricks,listings,stackengine} 8 | 9 | \author{冯子扬} 10 | \title{DLUT Beamer Theme} 11 | \subtitle{毕业设计开题报告} 12 | \institute{大连理工大学 计算机科学与技术} 13 | \date{2020年6月27日} 14 | \usepackage{dlut} 15 | 16 | % defs 17 | \def\cmd#1{\texttt{\color{red}\footnotesize $\backslash$#1}} 18 | \def\env#1{\texttt{\color{blue}\footnotesize #1}} 19 | \definecolor{deepblue}{rgb}{0,0,0.5} 20 | \definecolor{deepred}{rgb}{0.6,0,0} 21 | \definecolor{deepgreen}{rgb}{0,0.5,0} 22 | \definecolor{halfgray}{gray}{0.55} 23 | 24 | \lstset{ 25 | basicstyle=\ttfamily\small, 26 | keywordstyle=\bfseries\color{deepblue}, 27 | emphstyle=\ttfamily\color{deepred}, % Custom highlighting style 28 | stringstyle=\color{deepgreen}, 29 | numbers=left, 30 | numberstyle=\small\color{halfgray}, 31 | rulesepcolor=\color{red!20!green!20!blue!20}, 32 | frame=shadowbox, 33 | } 34 | 35 | 36 | \begin{document} 37 | 38 | \kaishu 39 | \begin{frame} 40 | \titlepage 41 | \begin{figure}[htpb] 42 | \begin{center} 43 | \includegraphics[width=0.2\linewidth]{pic/DLUT-logo.eps} 44 | \end{center} 45 | \end{figure} 46 | \end{frame} 47 | 48 | \begin{frame} 49 | \tableofcontents[sectionstyle=show,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide] 50 | \end{frame} 51 | 52 | 53 | \section{课题背景} 54 | 55 | \begin{frame}{用Beamer很高大上?} 56 | \begin{itemize}[<+-| alert@+>] % 当然,除了alert,手动在里面插 \pause 也行 57 | \item 大家都会\LaTeX{},好多学校都有自己的Beamer主题 58 | \item 中文支持请选择 Xe\LaTeX{} 编译选项 59 | \item GitHub项目地址位于 \url{https://github.com/fuujiro/dlut-Beamer-Slide},如果有bug或者feature request可以去里面提issue 60 | \end{itemize} 61 | \end{frame} 62 | 63 | 64 | \section{研究现状} 65 | 66 | \subsection{Beamer主题分类} 67 | 68 | \begin{frame} 69 | \begin{itemize} 70 | \item 有一些 \LaTeX{} 自带的 71 | \item 有一些dlut的 72 | \item 本模板来源自 \newline \url{https://www.latexstudio.net/archives/4051.html} 73 | \item 但是最初的 \href{http://far.tooold.cn/post/latex/beamerdlut}{\color{purple}{link}} \cite{origin}已经失效了 74 | \item 整体设计参考自[Trinkle23897 / THU-Beamer-Theme](https://github.com/Trinkle23897/THU-Beamer-Theme) 75 | \end{itemize} 76 | \end{frame} 77 | 78 | 79 | \section{研究内容} 80 | 81 | \subsection{美化主题} 82 | 83 | 84 | 85 | \subsection{如何更好地做Beamer} 86 | 87 | \begin{frame}{Why Beamer} 88 | \begin{itemize} 89 | \item \LaTeX 广泛用于学术界,期刊会议论文模板 90 | \end{itemize} 91 | \begin{table}[h] 92 | \centering 93 | \begin{tabular}{c|c} 94 | Microsoft\textsuperscript{\textregistered} Word & \LaTeX \\ 95 | \hline 96 | 文字处理工具 & 专业排版软件 \\ 97 | 容易上手,简单直观 & 容易上手 \\ 98 | 所见即所得 & 所见即所想,所想即所得 \\ 99 | 高级功能不易掌握 & 进阶难,但一般用不到 \\ 100 | 处理长文档需要丰富经验 & 和短文档处理基本无异 \\ 101 | 花费大量时间调格式 & 无需担心格式,专心作者内容 \\ 102 | 公式排版差强人意 & 尤其擅长公式排版 \\ 103 | 二进制格式,兼容性差 & 文本文件,易读、稳定 \\ 104 | 付费商业许可 & 自由免费使用 \\ 105 | \end{tabular} 106 | \end{table} 107 | \end{frame} 108 | 109 | \begin{frame}{排版举例} 110 | \begin{exampleblock}{无编号公式} % 加 * 111 | \begin{equation*} 112 | J(\theta) = \mathbb{E}_{\pi_\theta}[G_t] = \sum_{s\in\mathcal{S}} d^\pi (s)V^\pi(s)=\sum_{s\in\mathcal{S}} d^\pi(s)\sum_{a\in\mathcal{A}}\pi_\theta(a|s)Q^\pi(s,a) 113 | \end{equation*} 114 | \end{exampleblock} 115 | \begin{exampleblock}{多行多列公式\footnote{如果公式中有文字出现,请用 $\backslash$mathrm\{\} 或者 $\backslash$text\{\} 包含,不然就会变成 $clip$,在公式里看起来比 $\mathrm{clip}$ 丑非常多。}} 116 | % 使用 & 分隔 117 | \begin{align} 118 | Q_\mathrm{target}&=r+\gamma Q^\pi(s^\prime, \pi_\theta(s^\prime)+\epsilon)\\ 119 | \epsilon&\sim\mathrm{clip}(\mathcal{N}(0, \sigma), -c, c)\nonumber 120 | \end{align} 121 | \end{exampleblock} 122 | \end{frame} 123 | 124 | \begin{frame} 125 | \begin{exampleblock}{编号多行公式} 126 | % Taken from Mathmode.tex 127 | \begin{multline} 128 | A=\lim_{n\rightarrow\infty}\Delta x\left(a^{2}+\left(a^{2}+2a\Delta x+\left(\Delta x\right)^{2}\right)\right.\label{eq:reset}\\ 129 | +\left(a^{2}+2\cdot2a\Delta x+2^{2}\left(\Delta x\right)^{2}\right)\\ 130 | +\left(a^{2}+2\cdot3a\Delta x+3^{2}\left(\Delta x\right)^{2}\right)\\ 131 | +\ldots\\ 132 | \left.+\left(a^{2}+2\cdot(n-1)a\Delta x+(n-1)^{2}\left(\Delta x\right)^{2}\right)\right)\\ 133 | =\frac{1}{3}\left(b^{3}-a^{3}\right) 134 | \end{multline} 135 | \end{exampleblock} 136 | \end{frame} 137 | 138 | \begin{frame}{图形与分栏} 139 | % From thuthesis user guide. 140 | \begin{minipage}[c]{0.3\linewidth} 141 | \psset{unit=0.8cm} 142 | \begin{pspicture}(-1.75,-3)(3.25,4) 143 | \psline[linewidth=0.25pt](0,0)(0,4) 144 | \rput[tl]{0}(0.2,2){$\vec e_z$} 145 | \rput[tr]{0}(-0.9,1.4){$\vec e$} 146 | \rput[tl]{0}(2.8,-1.1){$\vec C_{ptm{ext}}$} 147 | \rput[br]{0}(-0.3,2.1){$\theta$} 148 | \rput{25}(0,0){% 149 | \psframe[fillstyle=solid,fillcolor=lightgray,linewidth=.8pt](-0.1,-3.2)(0.1,0)} 150 | \rput{25}(0,0){% 151 | \psellipse[fillstyle=solid,fillcolor=yellow,linewidth=3pt](0,0)(1.5,0.5)} 152 | \rput{25}(0,0){% 153 | \psframe[fillstyle=solid,fillcolor=lightgray,linewidth=.8pt](-0.1,0)(0.1,3.2)} 154 | \rput{25}(0,0){\psline[linecolor=red,linewidth=1.5pt]{->}(0,0)(0.,2)} 155 | % \psRotation{0}(0,3.5){$\dot\phi$} 156 | % \psRotation{25}(-1.2,2.6){$\dot\psi$} 157 | \psline[linecolor=red,linewidth=1.25pt]{->}(0,0)(0,2) 158 | \psline[linecolor=red,linewidth=1.25pt]{->}(0,0)(3,-1) 159 | \psline[linecolor=red,linewidth=1.25pt]{->}(0,0)(2.85,-0.95) 160 | \psarc{->}{2.1}{90}{112.5} 161 | \rput[bl](.1,.01){C} 162 | \end{pspicture} 163 | \end{minipage}\hspace{1cm} 164 | \begin{minipage}{0.5\linewidth} 165 | \medskip 166 | %\hspace{2cm} 167 | \begin{figure}[h] 168 | \centering 169 | \includegraphics[height=.4\textheight]{pic/dtmf.pdf} 170 | \end{figure} 171 | \end{minipage} 172 | \end{frame} 173 | 174 | \begin{frame}[fragile]{\LaTeX{} 常用命令} 175 | \begin{exampleblock}{命令} 176 | \centering 177 | \footnotesize 178 | \begin{tabular}{llll} 179 | \cmd{chapter} & \cmd{section} & \cmd{subsection} & \cmd{paragraph} \\ 180 | 章 & 节 & 小节 & 带题头段落 \\\hline 181 | \cmd{centering} & \cmd{emph} & \cmd{verb} & \cmd{url} \\ 182 | 居中对齐 & 强调 & 原样输出 & 超链接 \\\hline 183 | \cmd{footnote} & \cmd{item} & \cmd{caption} & \cmd{includegraphics} \\ 184 | 脚注 & 列表条目 & 标题 & 插入图片 \\\hline 185 | \cmd{label} & \cmd{cite} & \cmd{ref} \\ 186 | 标号 & 引用参考文献 & 引用图表公式等\\\hline 187 | \end{tabular} 188 | \end{exampleblock} 189 | \begin{exampleblock}{环境} 190 | \centering 191 | \footnotesize 192 | \begin{tabular}{lll} 193 | \env{table} & \env{figure} & \env{equation}\\ 194 | 表格 & 图片 & 公式 \\\hline 195 | \env{itemize} & \env{enumerate} & \env{description}\\ 196 | 无编号列表 & 编号列表 & 描述 \\\hline 197 | \end{tabular} 198 | \end{exampleblock} 199 | \end{frame} 200 | 201 | \begin{frame}[fragile]{\LaTeX{} 环境命令举例} 202 | \begin{minipage}{0.5\linewidth} 203 | \begin{lstlisting}[language=TeX] 204 | \begin{itemize} 205 | \item A \item B 206 | \item C 207 | \begin{itemize} 208 | \item C-1 209 | \end{itemize} 210 | \end{itemize} 211 | \end{lstlisting} 212 | \end{minipage}\hspace{1cm} 213 | \begin{minipage}{0.3\linewidth} 214 | \begin{itemize} 215 | \item A 216 | \item B 217 | \item C 218 | \begin{itemize} 219 | \item C-1 220 | \end{itemize} 221 | \end{itemize} 222 | \end{minipage} 223 | \medskip 224 | \pause 225 | \begin{minipage}{0.5\linewidth} 226 | \begin{lstlisting}[language=TeX] 227 | \begin{enumerate} 228 | \item 巨佬 \item 大佬 229 | \item 萌新 230 | \begin{itemize} 231 | \item[n+e] 瑟瑟发抖 232 | \end{itemize} 233 | \end{enumerate} 234 | \end{lstlisting} 235 | \end{minipage}\hspace{1cm} 236 | \begin{minipage}{0.3\linewidth} 237 | \begin{enumerate} 238 | \item 巨佬 239 | \item 大佬 240 | \item 萌新 241 | \begin{itemize} 242 | \item[n+e] 瑟瑟发抖 243 | \end{itemize} 244 | \end{enumerate} 245 | \end{minipage} 246 | \end{frame} 247 | 248 | \begin{frame}[fragile]{\LaTeX{} 数学公式} 249 | \begin{columns} 250 | \begin{column}{.55\textwidth} 251 | \begin{lstlisting}[language=TeX] 252 | $V = \frac{4}{3}\pi r^3$ 253 | 254 | \[ 255 | V = \frac{4}{3}\pi r^3 256 | \] 257 | 258 | \begin{equation} 259 | \label{eq:vsphere} 260 | V = \frac{4}{3}\pi r^3 261 | \end{equation} 262 | \end{lstlisting} 263 | \end{column} 264 | \begin{column}{.4\textwidth} 265 | $V = \frac{4}{3}\pi r^3$ 266 | \[ 267 | V = \frac{4}{3}\pi r^3 268 | \] 269 | \begin{equation} 270 | \label{eq:vsphere} 271 | V = \frac{4}{3}\pi r^3 272 | \end{equation} 273 | \end{column} 274 | \end{columns} 275 | \begin{itemize} 276 | \item 更多内容请看 \href{https://zh.wikipedia.org/wiki/Help:数学公式}{\color{purple}{这里}} 277 | \end{itemize} 278 | \end{frame} 279 | 280 | \begin{frame}[fragile] 281 | \begin{columns} 282 | \column{.6\textwidth} 283 | \begin{lstlisting}[language=TeX] 284 | \begin{table}[htbp] 285 | \caption{编号与含义} 286 | \label{tab:number} 287 | \centering 288 | \begin{tabular}{cl} 289 | \toprule 290 | 编号 & 含义 \\ 291 | \midrule 292 | 1 & 4.0 \\ 293 | 2 & 3.7 \\ 294 | \bottomrule 295 | \end{tabular} 296 | \end{table} 297 | 公式~(\ref{eq:vsphere}) 的 298 | 编号与含义请参见 299 | 表~\ref{tab:number}。 300 | \end{lstlisting} 301 | \column{.4\textwidth} 302 | \begin{table}[htpb] 303 | \centering 304 | \caption{编号与含义} 305 | \label{tab:number} 306 | \begin{tabular}{cl}\toprule 307 | 编号 & 含义 \\\midrule 308 | 1 & 4.0\\ 309 | 2 & 3.7\\\bottomrule 310 | \end{tabular} 311 | \end{table} 312 | \normalsize 公式~(\ref{eq:vsphere})的编号与含义请参见表~\ref{tab:number}。 313 | \end{columns} 314 | \end{frame} 315 | 316 | \begin{frame}{作图} 317 | \begin{itemize} 318 | \item 矢量图 eps, ps, pdf 319 | \begin{itemize} 320 | \item METAPOST, pstricks, pgf $\ldots$ 321 | \item Xfig, Dia, Visio, Inkscape $\ldots$ 322 | \item Matlab / Excel 等保存为 pdf 323 | \end{itemize} 324 | \item 标量图 png, jpg, tiff $\ldots$ 325 | \begin{itemize} 326 | \item 提高清晰度,避免发虚 327 | \item 应尽量避免使用 328 | \end{itemize} 329 | \end{itemize} 330 | \begin{figure}[htpb] 331 | \centering 332 | \includegraphics[width=0.2\linewidth]{pic/DLUT-logo.eps} 333 | \caption{这个校徽就是矢量图} 334 | \end{figure} 335 | \end{frame} 336 | 337 | 338 | \section{计划进度} 339 | \begin{frame} 340 | \begin{itemize} 341 | \item 一月:完成文献调研 342 | \item 二月:复现并评测各种Beamer主题美观程度 343 | \item 三、四月:美化dlut Beamer主题 344 | \item 五月:论文撰写 345 | \end{itemize} 346 | \end{frame} 347 | 348 | 349 | \section{参考文献} 350 | 351 | \begin{frame}[allowframebreaks] 352 | \bibliography{ref} 353 | \bibliographystyle{alpha} 354 | % 如果参考文献太多的话,可以像下面这样调整字体: 355 | % \tiny\bibliographystyle{alpha} 356 | \end{frame} 357 | 358 | \begin{frame} 359 | \begin{center} 360 | {\Huge\calligra Thanks!} 361 | \end{center} 362 | \end{frame} 363 | 364 | \end{document} --------------------------------------------------------------------------------