Initial
This commit is contained in:
@@ -0,0 +1,674 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
{one line to give the program's name and a brief idea of what it does.}
|
||||||
|
Copyright (C) {year} {name of author}
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
{project} Copyright (C) {year} {fullname}
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
kidiplom: %: %.tex
|
||||||
|
@pdflatex $@
|
||||||
|
@pdflatex $@
|
||||||
|
@biber $@
|
||||||
|
@makeglossaries $@
|
||||||
|
@makeindex $@.idx
|
||||||
|
@pdflatex $@
|
||||||
|
@pdflatex $@
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@rm -v -f *.glsdefs *.bcf *.lo* *.aux *.ind *.idx *.ilg *.toc *.acn *.run.xml *-blx.bib *.ist *.glo *.blg *.bbl *.gls *.glg *.alg *.acr
|
||||||
|
|
||||||
|
dist:
|
||||||
|
@mkdir kidiplom
|
||||||
|
@cp -r -f kidiplom.pdf kidiplom.tex kidiplom.cls kibase.sty graphics *bib *bx Makefile README.txt LICENSE kidiplom/
|
||||||
|
@rm -f kidiplom.zip
|
||||||
|
@zip -r kidiplom.zip kidiplom
|
||||||
|
@rm -r -f kidiplom
|
||||||
+116
@@ -0,0 +1,116 @@
|
|||||||
|
KIdiplom
|
||||||
|
========
|
||||||
|
|
||||||
|
V tomto adresáři je styl KIdiplom pro text závěrečné (bakalářské a
|
||||||
|
diplomové) práce na Katedře informatiky Přírodovědecké fakulty
|
||||||
|
Univerzity Palackého v Olomouci (KI PřF UP v Olomouci) v typografickém systému
|
||||||
|
LaTeX, včetně ukázkového textu práce, který je zároveň dokumentací
|
||||||
|
stylu.
|
||||||
|
|
||||||
|
Soubory a adresáře:
|
||||||
|
|
||||||
|
kidiplom.tex
|
||||||
|
|
||||||
|
= zdrojový text, využívající styl KIdiplom, ukázkového textu závěrečné
|
||||||
|
práce a zároveň dokumentace stylu, doporučeno použít jako šablonu pro
|
||||||
|
text vlastní práce, instrukce pro použití stylu KIdiplom a překlad
|
||||||
|
zdrojového textu jsou v souboru ve formě komentářů, soubor je v
|
||||||
|
kódování UTF-8 (doporučeno zachovat)
|
||||||
|
|
||||||
|
kidiplom.pdf
|
||||||
|
|
||||||
|
= přeložený PDF dokument ukázkového textu kidiplom.tex
|
||||||
|
|
||||||
|
kidiplom.cls
|
||||||
|
|
||||||
|
= třída dokumentu v LaTeXu představující styl KIdiplom, pro použití ve
|
||||||
|
zdrojových textech dokumentů využívajících styl, doporučeno soubor
|
||||||
|
ponechat ve stejném adresáři, jako soubor kidiplom.tex, soubor
|
||||||
|
neupravujte!
|
||||||
|
|
||||||
|
kibase.sty
|
||||||
|
|
||||||
|
= dodatečný styl využívaný třídou kidiplom.cls, doporučeno soubor
|
||||||
|
ponechat ve stejném adresáři, jako soubor kidiplom.tex, soubor
|
||||||
|
neupravujte!
|
||||||
|
|
||||||
|
bibliografie.bib
|
||||||
|
|
||||||
|
= ukázková bibliografie dokumentu kidiplom.tex pro BibLaTeX
|
||||||
|
|
||||||
|
graphics/
|
||||||
|
|
||||||
|
= adresář s obrázky záhlaví a loga UP na titulní straně dokumentů
|
||||||
|
používajících styl KIdiplom, doporučeno adresář ponechat ve stejném
|
||||||
|
adresáři, jako soubor kidiplom.tex, soubory v adresáři neupravujte!
|
||||||
|
|
||||||
|
*bx
|
||||||
|
|
||||||
|
= implementace stylů bibliografie pro BibLaTeX podle normy ISO 690,
|
||||||
|
doporučeno soubory ponechat ve stejném adresáři, jako soubor
|
||||||
|
kidiplom.tex, soubory neupravujte!
|
||||||
|
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
= předpis pro program Make obsahující (mj.) příkazy pro překlad
|
||||||
|
zdrojového textu kidiplom.tex do PDF dokumentu kidiplom.pdf, soubor
|
||||||
|
musí být ve stejném adresáři, jako soubor kidiplom.tex
|
||||||
|
|
||||||
|
LICENSE
|
||||||
|
|
||||||
|
= text licence stylu KIdiplom
|
||||||
|
|
||||||
|
README.txt
|
||||||
|
|
||||||
|
= tento text
|
||||||
|
|
||||||
|
Styl byl testován s distribucí LaTeXu TeX Live (verze 2021). Pro svoji
|
||||||
|
plnou funkčnost vyžaduje následující (a jimy rekurzivně vyžadované)
|
||||||
|
dodatečné styly (balíky), které, pokud nejsou součástí standardní instalace
|
||||||
|
distribuce, lze v rámci distribuce doinstalovat:
|
||||||
|
|
||||||
|
amsbsy
|
||||||
|
amsmath
|
||||||
|
amssymb
|
||||||
|
amsthm
|
||||||
|
babel
|
||||||
|
biblatex *
|
||||||
|
bookmark
|
||||||
|
csquotes
|
||||||
|
euscript
|
||||||
|
fontenc
|
||||||
|
geometry
|
||||||
|
glossaries *
|
||||||
|
graphicx
|
||||||
|
hyperref
|
||||||
|
ifpdf
|
||||||
|
ifthen
|
||||||
|
inputenc
|
||||||
|
iwona *
|
||||||
|
kvoptions
|
||||||
|
lastpage
|
||||||
|
lmodern *
|
||||||
|
listings
|
||||||
|
makeidx *
|
||||||
|
multicol *
|
||||||
|
savesym *
|
||||||
|
thmtools
|
||||||
|
xcolor
|
||||||
|
|
||||||
|
* = vyžadování závisí na použitých volbách stylu
|
||||||
|
|
||||||
|
Licence stylu KIdiplom je GNU GPLv3 nebo novější.
|
||||||
|
|
||||||
|
Primární zdroj stylu pro použití na text odevzdávaných závěrečných
|
||||||
|
prací na KI PřF UP v Olomouci je
|
||||||
|
|
||||||
|
http://www.inf.upol.cz/studium
|
||||||
|
|
||||||
|
Chyby v souvislosti s tímto použitím reportuje na první kontakt níže.
|
||||||
|
|
||||||
|
Styl je vyvíjen na https://github.com/martinrotter/kistyles. Zde
|
||||||
|
můžete reportovat technické chyby.
|
||||||
|
|
||||||
|
Kontakt:
|
||||||
|
Jan Outrata <jan.outrata@upol.cz> (univerzitní oficiální zastoupení, spoluautor stylu)
|
||||||
|
Martin Rotter <rotter.martinos@gmail.com> (autor stylu)
|
||||||
@@ -0,0 +1,193 @@
|
|||||||
|
% This file was created with JabRef 2.6.
|
||||||
|
% Encoding: UTF8
|
||||||
|
@ONLINE{t00,
|
||||||
|
editor = {Bratková, Eva},
|
||||||
|
editortype={compiler},
|
||||||
|
title = {Metody citování literatury a strukturování bibliografických záznamů podle mezinárodních norem ISO 690 a ISO 690-2},
|
||||||
|
subtitle = {metodický materiál pro autory vysokoškolských kvalifikačních prací}, edition = {Verze 2.0, aktualiz. a rozšíř.},
|
||||||
|
location = {Praha},
|
||||||
|
publisher = {Odborná komise pro otázky elektronického zpřístupňování vysokoškolských kvalifikačních prací, Asociace knihoven vysokých škol ČR},
|
||||||
|
date = {2008-12-22},
|
||||||
|
pagetotal = {60},
|
||||||
|
url = {http://www.evskp.cz/SD/4c.pdf},
|
||||||
|
urldate = {2011-02-02},
|
||||||
|
hyphenation={czech}
|
||||||
|
}
|
||||||
|
|
||||||
|
@BOOK{t01,
|
||||||
|
author = {Borgman, Christine L.},
|
||||||
|
year={2003},
|
||||||
|
title = {From Gutenberg to the global information infrastructure},
|
||||||
|
subtitle = {access to information in the networked world},
|
||||||
|
edition= {first},
|
||||||
|
location = {Cambridge (Mass)},
|
||||||
|
publisher = {The MIT Press},
|
||||||
|
pagetotal = {xviii, 324},
|
||||||
|
isbn = {0-262-52345-0},
|
||||||
|
hyphenation={english}
|
||||||
|
}
|
||||||
|
|
||||||
|
@INCOLLECTION{t02,
|
||||||
|
author = {Greenberg, David},
|
||||||
|
year = {1998},
|
||||||
|
title = {Camel drivers and gatecrashers},
|
||||||
|
subtitle = {quality control in the digital research library},
|
||||||
|
editor = {Hawkins, B.L and Battin, P},
|
||||||
|
booktitle = {The mirage of continuity},
|
||||||
|
booksubtitle = {reconfiguring academic information resources for the 21st century},
|
||||||
|
location = {Washington (D.C.)},
|
||||||
|
publisher = {Council on Library and Information Resources; Association of American Universities},
|
||||||
|
pages = {105-116},
|
||||||
|
hyphenation = {english}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ARTICLE{t03,
|
||||||
|
author = {LYNCH, C.},
|
||||||
|
year = {2005},
|
||||||
|
title = {Where do we go from here?},
|
||||||
|
subtitle = {the next decade for digital libraries},
|
||||||
|
journaltitle = {DLib Magazine},
|
||||||
|
volume = {11},
|
||||||
|
number = {7/8},
|
||||||
|
urldate ={2005-08-15},
|
||||||
|
url = {http://www.dlib.org/dlib/july05/lynch/07lynch.html},
|
||||||
|
issn = {1082-9873},
|
||||||
|
hyphenation = {english}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ARTICLE{cr,
|
||||||
|
author = {{Národní knihovna}},
|
||||||
|
title = {A big paper},
|
||||||
|
journaltitle = {The journal of big papers},
|
||||||
|
year = {1991},
|
||||||
|
volume = {12},
|
||||||
|
number = {3},
|
||||||
|
issn={2232-332X},
|
||||||
|
hyphenation={english}
|
||||||
|
}
|
||||||
|
|
||||||
|
@BOOK{kniha,
|
||||||
|
title = {A big paper},
|
||||||
|
subtitle={Podtitul},
|
||||||
|
publisher = {Academia},
|
||||||
|
year = {1991},
|
||||||
|
author = {Děťa, Hugh and Rychlík, Tomáš},
|
||||||
|
edition = {2},
|
||||||
|
pagetotal = {550},
|
||||||
|
location = {Praha},
|
||||||
|
series={Pokusná edice},
|
||||||
|
isbn={978-44-55-X},
|
||||||
|
url={http://pokus.cz},
|
||||||
|
comment={Dostupné také z WWW},
|
||||||
|
urldate = {2011-01-12},
|
||||||
|
hyphenation={czech}
|
||||||
|
}
|
||||||
|
|
||||||
|
@BOOK{kniha2,
|
||||||
|
title = {Úplně úžasná knížka},
|
||||||
|
year = {1991},
|
||||||
|
author = {Děťa, Hugh and Rychlík, Tomáš and Další, Pepa and Spousta, Pepa and Skoro, Moc and Ale, Nestačí and Hodně},
|
||||||
|
edition = {3},
|
||||||
|
address = {Praha},
|
||||||
|
hyphenation={czech}
|
||||||
|
}
|
||||||
|
|
||||||
|
@BOOK{kniha3,
|
||||||
|
title = {Úplně úžasná knížka},
|
||||||
|
year = {1991},
|
||||||
|
author = {Děťa, Hugh and Rychlík, Tomáš and Další, Pepa and Spousta, Pepa and Skoro, Moc and Ale, Nestačí and Hodně},
|
||||||
|
edition = {3},
|
||||||
|
publisher={MIT Press},
|
||||||
|
address = {Praha},
|
||||||
|
pagetotal={332},
|
||||||
|
hyphenation={english}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ARTICLE{small,
|
||||||
|
author = {Freely, I.P.},
|
||||||
|
title = {A small paper},
|
||||||
|
subtitle = {Podtitulek},
|
||||||
|
journaltitle = {The journal of small papers},
|
||||||
|
year = {1997},
|
||||||
|
volume = {1},
|
||||||
|
note = {to appear},
|
||||||
|
pages={2-5},
|
||||||
|
number={3},
|
||||||
|
hyphenation={czech}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ARTICLE{big,
|
||||||
|
author = {Jass, Hugh},
|
||||||
|
title = {A big paper},
|
||||||
|
journal = {The journal of big papers},
|
||||||
|
year = {1991},
|
||||||
|
volume = {23}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ARTICLE{cs,
|
||||||
|
author = {Černý, Hugh},
|
||||||
|
title = {Titulek},
|
||||||
|
journal = {The journal of big papers},
|
||||||
|
year = {1991},
|
||||||
|
volume = {12},
|
||||||
|
pages = {22-44},
|
||||||
|
doi = {10.112.22/jkn},
|
||||||
|
number = {2},
|
||||||
|
}
|
||||||
|
|
||||||
|
@BOOK{koll,
|
||||||
|
author = {Kollmannová, Ludmila and Bubeniková, Libuše and Kopecká, Alena},
|
||||||
|
title = {Angličtina pro samouky},
|
||||||
|
edition = {5},
|
||||||
|
location = {Praha},
|
||||||
|
publisher = {Státní pedagogické nakladatelství},
|
||||||
|
year = {1977},
|
||||||
|
pagetotal = {525},
|
||||||
|
series = {Učebnice pro samouky},
|
||||||
|
isbn = {80-04-25663-5}
|
||||||
|
}
|
||||||
|
|
||||||
|
@INBOOK{kap,
|
||||||
|
author = {Novotná, Pepina},
|
||||||
|
title = {Podkapitola},
|
||||||
|
pages = {22-29},
|
||||||
|
chapter = {2.},
|
||||||
|
crossref = {koll}
|
||||||
|
}
|
||||||
|
|
||||||
|
@PERIODICAL{tug,
|
||||||
|
journaltitle = {TUGBoat},
|
||||||
|
publisher = {TUG},
|
||||||
|
issn = {1222-3333},
|
||||||
|
hyphenation = {english},
|
||||||
|
year={1980-},
|
||||||
|
skipbib={true},
|
||||||
|
url={http://tugboat.tug.org/}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ARTICLE{knuth,
|
||||||
|
author = {Knuth, Donald},
|
||||||
|
title = {Journeys of \TeX},
|
||||||
|
volume = {17},
|
||||||
|
number = {3},
|
||||||
|
year = {2003},
|
||||||
|
pages = {12-22},
|
||||||
|
url = {http://tugboat.tug.org/kkk.pdf},
|
||||||
|
crossref={tug}
|
||||||
|
}
|
||||||
|
|
||||||
|
@COLLECTION{sbornik,
|
||||||
|
title = {Mimořádně užitečný sborník},
|
||||||
|
editor = {Geniální, Jiří},
|
||||||
|
year = {2007},
|
||||||
|
hyphenation = {czech},
|
||||||
|
location = {Praha},
|
||||||
|
publisher = {Academia},
|
||||||
|
isbn = {978-222-626-222-2}
|
||||||
|
}
|
||||||
|
@INCOLLECTION{prispevek1,
|
||||||
|
crossref = {sbornik},
|
||||||
|
title = {Velmi zajímavý článek},
|
||||||
|
author = {Vlaštovka, Josef},
|
||||||
|
pages = {22-45}
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
\ProvidesFile{czech-iso.lbx}
|
||||||
|
|
||||||
|
\InheritBibliographyExtras{czech}
|
||||||
|
\InheritBibliographyStrings{czech}
|
||||||
|
|
||||||
|
\DeclareBibliographyStrings{%
|
||||||
|
url = {{Do\-stup\-n\'y z}{WWW}},
|
||||||
|
urlalso={{Do\-stup\-n\'y tak\'e z}{WWW}},
|
||||||
|
urlcomercial={{Do\-stup\-n\'y tak\'e komer\b{c}n\v{e} z}{Komer\v{c}n\'i zdroj}}
|
||||||
|
}
|
||||||
@@ -0,0 +1,407 @@
|
|||||||
|
% $Id: historian.lbx,v 0.4 2010/08/22 gliboff $
|
||||||
|
|
||||||
|
\ProvidesFile{czech.lbx}
|
||||||
|
|
||||||
|
\InheritBibliographyExtras{english}
|
||||||
|
\InheritBibliographyStrings{english}
|
||||||
|
|
||||||
|
%Turabian calls for mostly abbreviated bibstrings in the footnotes, but mostly long forms in the bibliography. Here the entire list of bibstrings from the english.lbx file is redefined to select strings by bibliography vs. footnote environment, rather than long vs. short.
|
||||||
|
|
||||||
|
\DeclareBibliographyExtras{
|
||||||
|
\protected\def\mkbibordinal#1{
|
||||||
|
\ifnumequal{#1}{1}{Prvn\'i}{%
|
||||||
|
\ifnumequal{#1}{2}{Druh\'e}{%
|
||||||
|
\ifnumequal{#1}{3}{T\v{r}et\'i}{%
|
||||||
|
#1\adddot}}}}
|
||||||
|
\renewcommand\finalandcomma{}
|
||||||
|
%\protected\def\nameprint#1#2{#2\space#1}
|
||||||
|
}
|
||||||
|
|
||||||
|
\DeclareBibliographyStrings{%
|
||||||
|
%volume={{d\'il}{d\adddot}},
|
||||||
|
edition={{vyd\'an\'i}{vyd\adddot}},
|
||||||
|
page={{strana}{s\adddot}},
|
||||||
|
pages={{strany}{s\adddot}},
|
||||||
|
andothers={{a dal\v{s}\'i}{aj\adddot}},
|
||||||
|
volume={{ro\v{c}n\'ik}{ro\v{c}\adddot}},
|
||||||
|
jourvol={{ro\v{c}n\'ik}{ro\v{c}\adddot}},
|
||||||
|
number={{\v{c}\'islo}{\v{c}\adddot}},
|
||||||
|
urlseen={{citov\'ano}{cit\adddot}},
|
||||||
|
url = {{Dostupn\'y z WWW}{WWW}},
|
||||||
|
%urlcited = {{citov\'ano},{cit\adddot}}
|
||||||
|
bibliography = {{Bibliografie}{Bibliografie}},
|
||||||
|
references = {{Literatura}{Literatura}},
|
||||||
|
shorthands = {{Seznam zkratek}{Zkratky}},
|
||||||
|
editor = {{editor}{ed\adddot}},
|
||||||
|
editors = {{edotoři}{ed\adddot}},
|
||||||
|
compiler = {{sestavil}{sest\adddot}},
|
||||||
|
compilers = {{sestavili}{sest\adddot}},
|
||||||
|
redactor = {{redaktor}{red\adddot}},
|
||||||
|
redactors = {{redaktoři}{red\adddot}},
|
||||||
|
founder = {{zakladatel}{zakl\adddot}},
|
||||||
|
founders = {{zakladatelé}{zakl\adddot}},
|
||||||
|
continuator = {{pokračující}{pok\adddot}}, % FIXME: unsure
|
||||||
|
continuators = {{pokračující}{pok\adddot}}, % FIXME: unsure
|
||||||
|
collaborator = {{spolupracovník}{spoluprac\adddot}}, % FIXME: unsure
|
||||||
|
collaborators = {{spolupracovníci}{spoluprac\adddot}}, % FIXME: unsure
|
||||||
|
translator = {{překladatel}{překl\adddot}},
|
||||||
|
translators = {{překladatelé}{překl\adddot}},
|
||||||
|
commentator = {{komentátor}{kom\adddot}},
|
||||||
|
commentators = {{komentátoři}{kom\adddot}},
|
||||||
|
annotator = {{anotátor}{anot\adddot}},
|
||||||
|
annotators = {{anotátoři}{anot\adddot}},
|
||||||
|
commentary = {{koment\'ař}{comm\adddot}},
|
||||||
|
annotations = {{anotatace}{anot\adddot}},
|
||||||
|
introduction = {{úvod}{úv\adddot}},
|
||||||
|
foreword = {{předmluva}{předml\adddot}},
|
||||||
|
afterword = {{doslov}{dosl\adddot}},
|
||||||
|
editortr = {{editor a překladatel}%
|
||||||
|
{ed\adddotspace a překl\adddot}},
|
||||||
|
editorstr = {{editoři a překladatel\'e}%
|
||||||
|
{ed\adddotspace a překl\adddot}},
|
||||||
|
editorco = {{editor a koment\'ator}%
|
||||||
|
{ed\adddotspace a kom\adddot}},
|
||||||
|
editorsco = {{editor a koment\'atoři}%
|
||||||
|
{ed\adddotspace a kom\adddot}},
|
||||||
|
editoran = {{editor a anot\'ator}%
|
||||||
|
{ed\adddotspace a anot\adddot}},
|
||||||
|
editorsan = {{editor a anot\'atoři}%
|
||||||
|
{ed\adddotspace a anot\adddot}},
|
||||||
|
editorin = {{editor a \'uvod}%
|
||||||
|
{ed\adddotspace úv\adddot}},
|
||||||
|
editorsin = {{editoři a úvod}%
|
||||||
|
{ed\adddotspace a úv\adddot}},
|
||||||
|
editorfo = {{editor a předmluva}%
|
||||||
|
{ed\adddotspace a forew\adddot}},
|
||||||
|
editorsfo = {{editoři a předmluva}%
|
||||||
|
{ed\adddotspace a forew\adddot}},
|
||||||
|
editoraf = {{editor a doslov}%
|
||||||
|
{ed\adddotspace a doslov\adddot}},
|
||||||
|
editorsaf = {{editoři a doslov}%
|
||||||
|
{ed\adddotspace a dosl\adddot}},
|
||||||
|
editortrco = {{editor, překladatel a komentátor}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a comm\adddot}},
|
||||||
|
editorstrco = {{editoři, překladatel\'e\ a koment\'atoři}%
|
||||||
|
{eds.,\addabbrvspace překl\adddot\ a comm\adddot}},
|
||||||
|
editortran = {{editor, překladatel a koment\'ator}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a anot\adddot}},
|
||||||
|
editorstran = {{editors, translators\ a annotators}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a anot\adddot}},
|
||||||
|
editortrin = {{editor, translator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a introd\adddot}},
|
||||||
|
editorstrin = {{editors, translators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a introd\adddot}},
|
||||||
|
editortrfo = {{editor, translator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a forew\adddot}},
|
||||||
|
editorstrfo = {{editors, translators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a forew\adddot}},
|
||||||
|
editortraf = {{editor, translator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a afterw\adddot}},
|
||||||
|
editorstraf = {{editors, translators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a afterw\adddot}},
|
||||||
|
editorcoin = {{editor, commentator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a introd\adddot}},
|
||||||
|
editorscoin = {{editors, commentators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a introd\adddot}},
|
||||||
|
editorcofo = {{editor, commentator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a forew\adddot}},
|
||||||
|
editorscofo = {{editors, commentators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a forew\adddot}},
|
||||||
|
editorcoaf = {{editor, commentator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a dosl\adddot}},
|
||||||
|
editorscoaf = {{editors, commentators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a dosl\adddot}},
|
||||||
|
editoranin = {{editor, annotator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a introd\adddot}},
|
||||||
|
editorsanin = {{editors, annotators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a introd\adddot}},
|
||||||
|
editoranfo = {{editor, annotator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a forew\adddot}},
|
||||||
|
editorsanfo = {{editors, annotators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a forew\adddot}},
|
||||||
|
editoranaf = {{editor, annotator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a dosl\adddot}},
|
||||||
|
editorsanaf = {{editors, annotators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a dosl\adddot}},
|
||||||
|
editortrcoin = {{editor, překladatel, commentator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a introd\adddot}},
|
||||||
|
editorstrcoin = {{editors, překladatelé, commentators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a introd\adddot}},
|
||||||
|
editortrcofo = {{editor, překladatel, commentator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a forew\adddot}},
|
||||||
|
editorstrcofo = {{editors, překladatelé, commentators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a forew\adddot}},
|
||||||
|
editortrcoaf = {{editor, překladatel, commentator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
editorstrcoaf = {{editors, překladatelé, commentators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
editortranin = {{editor, překladatel, annotator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a introd\adddot}},
|
||||||
|
editorstranin = {{editors, překladatelé, annotators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a introd\adddot}},
|
||||||
|
editortranfo = {{editor, překladatel, annotator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a forew\adddot}},
|
||||||
|
editorstranfo = {{editors, překladatelé, annotators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a forew\adddot}},
|
||||||
|
editortranaf = {{editor, překladatel, annotator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
editorstranaf = {{editors, překladatelé, annotators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
translatorco = {{překladatel a komentátor}%
|
||||||
|
{překl\adddot\ a comm\adddot}},
|
||||||
|
translatorsco = {{překladatelé a komentátoři}%
|
||||||
|
{překl\adddot\ a comm\adddot}},
|
||||||
|
translatoran = {{překladatel a annotator}%
|
||||||
|
{překl\adddot\ a anot\adddot}},
|
||||||
|
translatorsan = {{překladatelé a annotators}%
|
||||||
|
{překl\adddot\ a anot\adddot}},
|
||||||
|
translatorin = {{překlad a úvod}%
|
||||||
|
{překl\adddot\ a introd\adddot}},
|
||||||
|
translatorsin = {{překlad a úvod}%
|
||||||
|
{překl\adddot\ a introd\adddot}},
|
||||||
|
translatorfo = {{překlad a předmluva}%
|
||||||
|
{překl\adddot\ a forew\adddot}},
|
||||||
|
translatorsfo = {{překlad a předmluva}%
|
||||||
|
{překl\adddot\ a forew\adddot}},
|
||||||
|
translatoraf = {{překlad a doslov}%
|
||||||
|
{překl\adddot\ a dosl\adddot}},
|
||||||
|
translatorsaf = {{překlad a doslov}%
|
||||||
|
{překl\adddot\ a dosl\adddot}},
|
||||||
|
translatorcoin = {{překlad, commentary\ a úvod}%
|
||||||
|
{trans., comm\adddot\ a introd\adddot}},
|
||||||
|
translatorscoin = {{překlad, commentary\ a úvod}%
|
||||||
|
{trans., comm\adddot\ a introd\adddot}},
|
||||||
|
translatorcofo = {{překlad, commentary\ a předmluva}%
|
||||||
|
{trans., comm\adddot\ a forew\adddot}},
|
||||||
|
translatorscofo = {{překlad, commentary\ a předmluva}%
|
||||||
|
{trans., comm\adddot\ a forew\adddot}},
|
||||||
|
translatorcoaf = {{překlad, commentary\ a doslov}%
|
||||||
|
{trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
translatorscoaf = {{překlad, commentary\ a doslov}%
|
||||||
|
{trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
translatoranin = {{překlad, anotace,\ a úvod}%
|
||||||
|
{trans., anot\adddot\ a introd\adddot}},
|
||||||
|
translatorsanin = {{překlad, anotace,\ a úvod}%
|
||||||
|
{trans., anot\adddot\ a introd\adddot}},
|
||||||
|
translatoranfo = {{překlad, anotace,\ a předmluva}%
|
||||||
|
{trans., anot\adddot\ a forew\adddot}},
|
||||||
|
translatorsanfo = {{překlad, anotace,\ a předmluva}%
|
||||||
|
{trans., anot\adddot\ a forew\adddot}},
|
||||||
|
translatoranaf = {{překlad, anotace,\ a doslov}%
|
||||||
|
{trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
translatorsanaf = {{překlad, anotace,\ a doslov}%
|
||||||
|
{trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
byauthor = {{by}{by}},
|
||||||
|
byeditor = {{edited by}{ed\adddotspace by}},
|
||||||
|
bycompiler = {{compiled by}{comp\adddotspace by}},
|
||||||
|
byredactor = {{redacted by}{red\adddotspace by}},
|
||||||
|
byfounder = {{founded by}{found\adddotspace by}},
|
||||||
|
bycontinuator = {{continued by}{cont\adddotspace by}},
|
||||||
|
bycollaborator = {{in collaboration with}{in collab\adddotspace with}}, % FIXME: unsure
|
||||||
|
bytranslator = {{translated \lbx@lfromlang\ by}{překl\adddot\ \lbx@sfromlang\ by}},
|
||||||
|
bycommentator = {{commented by}{comm\adddot\ by}},
|
||||||
|
byannotator = {{annotated by}{anot\adddot\ by}},
|
||||||
|
withcommentator = {{with a commentary by}{with a comment\adddot\ by}},
|
||||||
|
withannotator = {{s anotacemi od}{s anot\adddot\ od}},
|
||||||
|
withintroduction = {{s úvodem od}{u úv\adddot\ od}},
|
||||||
|
withforeword = {{s předmluvou od}{s předml\adddot\ od}},
|
||||||
|
withafterword = {{with an afterword by}{with an dosl\adddot\ by}},
|
||||||
|
byeditortr = {{edited a translated \lbx@lfromlang\ by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang\ by}},
|
||||||
|
byeditorco = {{edited a commented by}%
|
||||||
|
{ed\adddotspace a kom\adddot\ by}},
|
||||||
|
byeditoran = {{edited a annotated by}%
|
||||||
|
{ed\adddotspace a anot\adddot\ by}},
|
||||||
|
byeditorin = {{edited, with an úvod, by}%
|
||||||
|
{ed.,\addabbrvspace with an introd., by}},
|
||||||
|
byeditorfo = {{edited, with a foreword, by}%
|
||||||
|
{ed.,\addabbrvspace with a forew., by}},
|
||||||
|
byeditoraf = {{edited, with an afterword, by}%
|
||||||
|
{ed.,\addabbrvspace with an afterw., by}},
|
||||||
|
byeditortrco = {{edited, translated \lbx@lfromlang\ a commented by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a kom\adddot\ by}},
|
||||||
|
byeditortran = {{edited, translated \lbx@lfromlang\ a annotated by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a anot\adddot\ by}},
|
||||||
|
byeditortrin = {{edited a translated \lbx@lfromlang, with an úvod, by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang, with an introd., by}},
|
||||||
|
byeditortrfo = {{edited a translated \lbx@lfromlang, with a foreword, by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang, with a forew., by}},
|
||||||
|
byeditortraf = {{edited a translated \lbx@lfromlang, with an afterword, by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang, with an afterw., by}},
|
||||||
|
byeditorcoin = {{edited a commented, with an úvod, by}%
|
||||||
|
{ed\adddotspace a comm., with an introd., by}},
|
||||||
|
byeditorcofo = {{edited a commented, with a foreword, by}%
|
||||||
|
{ed\adddotspace a comm., with a forew., by}},
|
||||||
|
byeditorcoaf = {{edited a commented, with an afterword, by}%
|
||||||
|
{ed\adddotspace a comm., with an afterw., by}},
|
||||||
|
byeditoranin = {{edited a annotated, with an úvod, by}%
|
||||||
|
{ed\adddotspace a annot., with an introd., by}},
|
||||||
|
byeditoranfo = {{edited a annotated, with a foreword, by}%
|
||||||
|
{ed\adddotspace a annot., with a forew., by}},
|
||||||
|
byeditoranaf = {{edited a annotated, with an afterword, by}%
|
||||||
|
{ed\adddotspace a annot., with an afterw., by}},
|
||||||
|
byeditortrcoin = {{edited, translated \lbx@lfromlang\ a commented, with an úvod, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a comm., with an introd., by}},
|
||||||
|
byeditortrcofo = {{edited, translated \lbx@lfromlang\ a commented, with a foreword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a comm., with a forew., by}},
|
||||||
|
byeditortrcoaf = {{edited, translated \lbx@lfromlang\ a commented, with an afterword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a comm., with an afterw., by}},
|
||||||
|
byeditortranin = {{edited, translated \lbx@lfromlang\ a annotated, with an úvod, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a annot, with an introd., by}},
|
||||||
|
byeditortranfo = {{edited, translated \lbx@lfromlang\ a annotated, with a foreword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a annot, with a forew., by}},
|
||||||
|
byeditortranaf = {{edited, translated \lbx@lfromlang\ a annotated, with an afterword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a annot, with an afterw., by}},
|
||||||
|
bytranslatorco = {{translated \lbx@lfromlang\ a commented by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a kom\adddot\ by}},
|
||||||
|
bytranslatoran = {{translated \lbx@lfromlang\ a annotated by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a anot\adddot\ by}},
|
||||||
|
bytranslatorin = {{translated \lbx@lfromlang, with an úvod, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang, with an introd., by}},
|
||||||
|
bytranslatorfo = {{translated \lbx@lfromlang, with a foreword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang, with a forew., by}},
|
||||||
|
bytranslatoraf = {{translated \lbx@lfromlang, with an afterword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang, with an afterw., by}},
|
||||||
|
bytranslatorcoin = {{translated \lbx@lfromlang\ a commented, with an úvod, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a comm., with an introd., by}},
|
||||||
|
bytranslatorcofo = {{translated \lbx@lfromlang\ a commented, with a foreword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a comm., with a forew., by}},
|
||||||
|
bytranslatorcoaf = {{translated \lbx@lfromlang\ a commented, with an afterword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a comm., with an afterw., by}},
|
||||||
|
bytranslatoranin = {{translated \lbx@lfromlang\ a annotated, with an úvod, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a annot., with an introd., by}},
|
||||||
|
bytranslatoranfo = {{translated \lbx@lfromlang\ a annotated, with a foreword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a annot., with a forew., by}},
|
||||||
|
bytranslatoranaf = {{translated \lbx@lfromlang\ a annotated, with an afterword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a annot., with an afterw., by}},
|
||||||
|
and = {{and}{and}},
|
||||||
|
%andothers = {{et\addabbrvspace al\adddot}{et\addabbrvspace al\adddot}},
|
||||||
|
andmore = {{et\addabbrvspace al\adddot}{et\addabbrvspace al\adddot}},
|
||||||
|
%volume = {{volume}{vol\adddot}},
|
||||||
|
volumes = {{volumes}{vols\adddot}},
|
||||||
|
%jourvol = {{volume}{vol\adddot}},
|
||||||
|
jourser = {{series}{ser\adddot}},
|
||||||
|
newseries = {{new series}{new ser\adddot}},
|
||||||
|
oldseries = {{old series}{old ser\adddot}},
|
||||||
|
%edition = {{edition}{ed\adddot}},
|
||||||
|
reprint = {{reprint}{repr\adddot}},
|
||||||
|
reprintof = {{reprint of}{repr\adddotspace of}},
|
||||||
|
reprintas = {{reprinted as}{rpt\adddotspace as}},
|
||||||
|
%page = {{page}{p\adddot}},
|
||||||
|
%pages = {{pages}{pp\adddot}},
|
||||||
|
column = {{column}{col\adddot}},
|
||||||
|
columns = {{columns}{cols\adddot}},
|
||||||
|
line = {{řádek}{ř\adddot}},
|
||||||
|
lines = {{řádky}{ř\adddot}},
|
||||||
|
verse = {{verš}{v\adddot}},
|
||||||
|
verses = {{verše}{v\adddot}},
|
||||||
|
section = {{sekce}{\S}},
|
||||||
|
sections = {{secce}{\S\S}},
|
||||||
|
paragraph = {{odstavec}{ods\adddot}},
|
||||||
|
paragraphs = {{odstavce}{ods\adddot}},
|
||||||
|
in = {{in}{in}},
|
||||||
|
inseries = {{in}{in}},
|
||||||
|
ofseries = {{of}{of}},
|
||||||
|
%number = {{number}{no\adddot}},
|
||||||
|
chapter = {{kapitola}{kap\adddot}},
|
||||||
|
mathesis = {{diplomová práce}{dipl\addabbrvspace práce}},
|
||||||
|
phdthesis = {{disertační práce}{dis\addabbrvspace práce}},
|
||||||
|
resreport = {{výzkumná zpráca}{výzk\adddot zpr\adddot}},
|
||||||
|
techreport = {{technická zpráva}{tech\adddotspace zpr\adddot}},
|
||||||
|
software = {{počítačový software}{soft\adddot}},
|
||||||
|
datacd = {{CD-ROM}{CD-ROM}},
|
||||||
|
audiocd = {{audio CD}{audio CD}},
|
||||||
|
version = {{version}{version}},
|
||||||
|
%url = {{address}{address}},
|
||||||
|
%urlseen = {{visited on}{visited on}},
|
||||||
|
inpress = {{in press}{in press}},
|
||||||
|
submitted = {{submitted}{submitted}},
|
||||||
|
citedas = {{henceforth cited as}{henceforth cited as}},
|
||||||
|
thiscite = {{especially}{esp\adddot}},
|
||||||
|
seenote = {{viz poznámka}{viz poz\adddot}},
|
||||||
|
quotedin = {{quoted in}{qtd\adddotspace in}},
|
||||||
|
idem = {{idem}{idem}},
|
||||||
|
idemsm = {{idem}{idem}},
|
||||||
|
idemsf = {{eadem}{eadem}},
|
||||||
|
idemsn = {{idem}{idem}},
|
||||||
|
idempm = {{eidem}{eidem}},
|
||||||
|
idempf = {{eaedem}{eaedem}},
|
||||||
|
idempn = {{eadem}{eadem}},
|
||||||
|
idempp = {{eidem}{eidem}},
|
||||||
|
ibidem = {{ibidem}{ibid\adddot}},
|
||||||
|
opcit = {{op\adddotspace cit\adddot}{op\adddotspace cit\adddot}},
|
||||||
|
loccit = {{loc\adddotspace cit\adddot}{loc\adddotspace cit\adddot}},
|
||||||
|
confer = {{cf\adddot}{cf\adddot}},
|
||||||
|
sequens = {{sq\adddot}{sq\adddot}},
|
||||||
|
sequentes = {{sqq\adddot}{sqq\adddot}},
|
||||||
|
passim = {{passim}{pass\adddot}},
|
||||||
|
see = {{viz}{viz}},
|
||||||
|
seealso = {{viz také}{viz také}},
|
||||||
|
backrefpage = {{citováno na straně}{cit\adddotspace na s\adddot}},
|
||||||
|
backrefpages = {{citováno na stranách}{cit\adddotspace na s\adddot}},
|
||||||
|
january = {{ledna}{led\adddot}},
|
||||||
|
february = {{února}{ún\adddot}},
|
||||||
|
march = {{března}{břez\adddot}},
|
||||||
|
april = {{dubna}{dub\adddot}},
|
||||||
|
may = {{kvetna}{květ\adddot}},
|
||||||
|
june = {{června}{červ\adddot}},
|
||||||
|
july = {{července}{čvc}},
|
||||||
|
august = {{srpna}{srp\adddot}},
|
||||||
|
september = {{září}{zář\adddot}},
|
||||||
|
october = {{října}{říj\adddot}},
|
||||||
|
november = {{listopadu}{lis\adddot}},
|
||||||
|
december = {{prosince}{pros\adddot}},
|
||||||
|
langamerican = {{Americká angličtina}{Am\adddot angl\adddot}},
|
||||||
|
langbrazilian = {{Brazilská portugalština}{Braz\adddot portugal\adddot}},
|
||||||
|
langdanish = {{Dánština}{Dán\adddot}},
|
||||||
|
langdutch = {{Holandština}{Hol.\adddot}},
|
||||||
|
langenglish = {{Angličtina}{Angl\adddot}},
|
||||||
|
langfrench = {{Francouzština}{Franc\adddot}},
|
||||||
|
langgerman = {{Němčina}{Něm\adddot}},
|
||||||
|
langgreek = {{Řečtina}{Řeč\adddot}},
|
||||||
|
langitalian = {{Italština}{Ital\adddot}},
|
||||||
|
langlatin = {{Latina}{Lat\adddot}},
|
||||||
|
langnorwegian = {{Norština}{Norš\adddot}},
|
||||||
|
langportuguese = {{Portugalština}{Port\adddot}},
|
||||||
|
langspanish = {{Šanělština}{Špaň\adddot}},
|
||||||
|
langswedish = {{Švédština}{Švéd\adddot}},
|
||||||
|
fromamerican = {{z americké Angličtiny}{z amer\adddot angl\adddot}},
|
||||||
|
frombrazilian = {{z Brazilské Portugalštiny}{z Braz\adddot Port\adddot}},
|
||||||
|
fromdanish = {{z Danštiny}{z Dán\adddot}},
|
||||||
|
fromdutch = {{z Holandštiny}{z Hol\adddot}},
|
||||||
|
fromenglish = {{z Angličtiny}{z Angl\adddot}},
|
||||||
|
fromfrench = {{z Francouzštiny}{z Franc\adddot}},
|
||||||
|
fromgerman = {{z Němčiny}{z Něm\adddot}},
|
||||||
|
fromgreek = {{z Řečtiny}{z Řeč\adddot}},
|
||||||
|
fromitalian = {{z Italštiny}{z Ital\adddot}},
|
||||||
|
fromlatin = {{z Latiny}{z Lat\adddot}},
|
||||||
|
fromnorwegian = {{z Norštiny}{z Nor\adddot}},
|
||||||
|
fromportuguese = {{z Portugalštiny}{z Portuguese}},
|
||||||
|
fromspanish = {{ze Španělštiny}{ze Špaň\adddot}},
|
||||||
|
fromswedish = {{ze Švédštiny}{ze Švéd\adddot}},
|
||||||
|
countryde = {{Německo}{DE}},
|
||||||
|
countryeu = {{European Union}{EU}},
|
||||||
|
countryep = {{European Union}{EP}},
|
||||||
|
countryfr = {{Francie}{FR}},
|
||||||
|
countryuk = {{Velká Británie}{GB}},
|
||||||
|
countryus = {{Spojené Státy Americké}{US}},
|
||||||
|
patent = {{patent}{pat\adddot}},
|
||||||
|
patentde = {{German patent}{German pat\adddot}},
|
||||||
|
patenteu = {{European patent}{European pat\adddot}},
|
||||||
|
patentfr = {{French patent}{French pat\adddot}},
|
||||||
|
patentuk = {{British patent}{British pat\adddot}},
|
||||||
|
patentus = {{U.S\adddotspace patent}{U.S\adddotspace pat\adddot}},
|
||||||
|
patreq = {{patent request}{pat\adddot\ req\adddot}},
|
||||||
|
patreqde = {{German patent request}{German pat\adddot\ req\adddot}},
|
||||||
|
patreqeu = {{European patent request}{European pat\adddot\ req\adddot}},
|
||||||
|
patreqfr = {{French patent request}{French pat\adddot\ req\adddot}},
|
||||||
|
patrequk = {{British patent request}{British pat\adddot\ req\adddot}},
|
||||||
|
patrequs = {{U.S\adddotspace patent request}{U.S\adddotspace pat\adddot\ req\adddot}},
|
||||||
|
file = {{soubor}{soub\adddot}},
|
||||||
|
library = {{knihovna}{knih\adddot}},
|
||||||
|
abstract = {{abstrakt}{abst\adddot}},
|
||||||
|
annotation = {{anotace}{anot\adddot}},
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
\endinput
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
\ProvidesFile{english-iso.lbx}
|
||||||
|
|
||||||
|
\InheritBibliographyExtras{english}
|
||||||
|
\InheritBibliographyStrings{english}
|
||||||
|
\DeclareBibliographyStrings{%
|
||||||
|
url = {{Available from WWW}{WWW}},
|
||||||
|
urlalso={{Available also from WWW}{WWW}},
|
||||||
|
urlcomercial={{Available aslo comericaly from WWWW}{Comericial source}}
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 309 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
@@ -0,0 +1,142 @@
|
|||||||
|
%PDF-1.5
|
||||||
|
%âãÏÓ
|
||||||
|
4 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Page
|
||||||
|
/Parent 2 0 R
|
||||||
|
/Contents 5 0 R
|
||||||
|
/MediaBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/TrimBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/CropBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/Resources <<
|
||||||
|
/ProcSet [/PDF]
|
||||||
|
/ExtGState << /GS6 6 0 R /GS8 8 0 R >>
|
||||||
|
/Properties << /Pr7 7 0 R >>
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
5 0 obj
|
||||||
|
<<
|
||||||
|
/Length 1531
|
||||||
|
>>
|
||||||
|
stream
|
||||||
|
1.00000 0.00000 0.00000 1.00000 0.0000 0.0000 cm
|
||||||
|
/GS6 gs
|
||||||
|
/OC /Pr7 BDC
|
||||||
|
/GS8 gs
|
||||||
|
0 J
|
||||||
|
0 j
|
||||||
|
0.0000 w
|
||||||
|
22.925585626053735 M
|
||||||
|
[] 0 d
|
||||||
|
0.90 0.53 0.03 0.00 K
|
||||||
|
1.00 0.38 0.00 0.15 k
|
||||||
|
47.5322 14.5681 m
|
||||||
|
52.8639 22.0799 77.6245 45.4516 84.0645 85.1318 c
|
||||||
|
68.1146 80.4064 42.5565 81.0541 25.7250 84.6108 c
|
||||||
|
24.9242 79.4208 19.7637 75.3106 14.4459 74.5829 c
|
||||||
|
19.2674 43.9809 42.6917 21.7553 47.5322 14.5681 c
|
||||||
|
h
|
||||||
|
36.0011 64.4939 m
|
||||||
|
27.6316 64.4941 l
|
||||||
|
27.6489 63.9833 l
|
||||||
|
30.4211 63.8161 31.2077 60.9775 31.6947 56.9568 c
|
||||||
|
31.9586 54.7773 32.1457 52.3089 32.4420 49.5947 c
|
||||||
|
32.7285 46.9681 32.9377 44.4900 33.2311 42.2121 c
|
||||||
|
34.0214 36.0788 37.9185 31.6534 47.6614 31.3132 c
|
||||||
|
54.8861 31.5388 58.9158 34.1189 60.9426 37.8244 c
|
||||||
|
62.1584 40.0476 62.5465 42.7306 62.7732 45.4022 c
|
||||||
|
63.0862 49.0873 63.4680 53.2437 63.8212 56.4180 c
|
||||||
|
64.3550 61.2113 65.1504 64.2566 68.1344 63.9394 c
|
||||||
|
68.1330 64.4941 l
|
||||||
|
59.8221 64.4941 l
|
||||||
|
58.0280 42.3978 l
|
||||||
|
57.1652 37.0403 52.3321 34.0645 47.6011 34.3500 c
|
||||||
|
47.6011 40.6029 47.6011 48.3437 47.6011 54.5964 c
|
||||||
|
53.4419 54.3141 57.1637 57.2224 57.4914 65.5965 c
|
||||||
|
57.4914 73.9871 51.9843 75.8928 49.8487 76.0867 c
|
||||||
|
44.3336 76.1936 34.7117 75.5663 32.3918 76.8203 c
|
||||||
|
29.4687 73.9845 l
|
||||||
|
43.2541 73.9845 l
|
||||||
|
43.2541 34.9449 l
|
||||||
|
40.3064 35.2500 38.1611 37.5970 37.1100 42.3734 c
|
||||||
|
h
|
||||||
|
h
|
||||||
|
47.6351 73.8431 m
|
||||||
|
47.6351 56.6274 l
|
||||||
|
50.5468 56.4616 52.8769 59.1035 53.0762 65.2277 c
|
||||||
|
53.3296 70.7295 51.5999 74.1382 47.6351 73.8431 c
|
||||||
|
f*
|
||||||
|
/GS8 gs
|
||||||
|
0.0000 99.2126 m
|
||||||
|
99.2126 99.2126 l
|
||||||
|
99.2126 0.0000 l
|
||||||
|
0.0000 0.0000 l
|
||||||
|
h
|
||||||
|
n
|
||||||
|
EMC
|
||||||
|
|
||||||
|
endstream
|
||||||
|
endobj
|
||||||
|
7 0 obj
|
||||||
|
<<
|
||||||
|
/Type/OCG/Name<feff00560072007300740076006100200031>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
2 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Pages
|
||||||
|
/Kids [4 0 R]
|
||||||
|
/Count 1
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
1 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Catalog
|
||||||
|
/Pages 2 0 R
|
||||||
|
/OCProperties<< /D<< /Order[7 0 R ]/ON[7 0 R ]/OFF[]/RBGroups[]>>/OCGs[7 0 R ]>>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
3 0 obj
|
||||||
|
<<
|
||||||
|
/CreationDate (D:20141204152803+01'00')
|
||||||
|
/ModDate (D:20141204152803+01'00')
|
||||||
|
/Producer <feff0043006f00720065006c002000500044004600200045006e00670069006e0065002000560065007200730069006f006e002000310036002e0030002e0030002e003700300037>
|
||||||
|
/Author <feff004d006900730069007a006e0061>
|
||||||
|
/Creator <feff0043006f00720065006c0044005200410057002000580036>
|
||||||
|
/Title <feff00420065007a0020006e00e1007a007600750020002d00200031>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
6 0 obj
|
||||||
|
<<
|
||||||
|
/Type /ExtGState
|
||||||
|
/RI /RelativeColorimetric
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
8 0 obj
|
||||||
|
<<
|
||||||
|
/Type /ExtGState
|
||||||
|
/op false/OP false/OPM 0
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
xref
|
||||||
|
0 9
|
||||||
|
0000000000 65535 f
|
||||||
|
0000002067 00000 n
|
||||||
|
0000002003 00000 n
|
||||||
|
0000002204 00000 n
|
||||||
|
0000000017 00000 n
|
||||||
|
0000000333 00000 n
|
||||||
|
0000002640 00000 n
|
||||||
|
0000001924 00000 n
|
||||||
|
0000002710 00000 n
|
||||||
|
trailer
|
||||||
|
<<
|
||||||
|
/Size 9
|
||||||
|
/Root 1 0 R
|
||||||
|
/Info 3 0 R
|
||||||
|
/ID [<fd37ea6d8a49cbdf0b39db2259ccb89e><fd37ea6d8a49cbdf0b39db2259ccb89e>]
|
||||||
|
>>
|
||||||
|
startxref
|
||||||
|
2780
|
||||||
|
%%EOF
|
||||||
@@ -0,0 +1,499 @@
|
|||||||
|
%!PS-Adobe-3.0
|
||||||
|
%Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
|
||||||
|
%%Creator: CorelDRAW X6
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%DocumentSuppliedResources: (atend)
|
||||||
|
%%DocumentMedia: plain 102 102 0 () ()
|
||||||
|
%%BoundingBox: 0 0 102 102
|
||||||
|
%%Pages: 1
|
||||||
|
%%EndComments
|
||||||
|
%%BeginDefaults
|
||||||
|
%%PageMedia: plain
|
||||||
|
%%EndDefaults
|
||||||
|
%%BeginProlog
|
||||||
|
%%BeginResource: procset xpdf 3.00 0
|
||||||
|
%%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
|
||||||
|
/xpdf 75 dict def xpdf begin
|
||||||
|
% PDF special state
|
||||||
|
/pdfDictSize 15 def
|
||||||
|
/pdfSetup {
|
||||||
|
3 1 roll 2 array astore
|
||||||
|
/setpagedevice where {
|
||||||
|
pop 3 dict begin
|
||||||
|
/PageSize exch def
|
||||||
|
/ImagingBBox null def
|
||||||
|
/Policies 1 dict dup begin /PageSize 3 def end def
|
||||||
|
{ /Duplex true def } if
|
||||||
|
currentdict end setpagedevice
|
||||||
|
} {
|
||||||
|
pop pop
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/pdfStartPage {
|
||||||
|
pdfDictSize dict begin
|
||||||
|
/pdfFillCS [] def
|
||||||
|
/pdfFillXform {} def
|
||||||
|
/pdfStrokeCS [] def
|
||||||
|
/pdfStrokeXform {} def
|
||||||
|
/pdfFill [0] def
|
||||||
|
/pdfStroke [0] def
|
||||||
|
/pdfFillOP false def
|
||||||
|
/pdfStrokeOP false def
|
||||||
|
/pdfLastFill false def
|
||||||
|
/pdfLastStroke false def
|
||||||
|
/pdfTextMat [1 0 0 1 0 0] def
|
||||||
|
/pdfFontSize 0 def
|
||||||
|
/pdfCharSpacing 0 def
|
||||||
|
/pdfTextRender 0 def
|
||||||
|
/pdfPatternCS false def
|
||||||
|
/pdfTextRise 0 def
|
||||||
|
/pdfWordSpacing 0 def
|
||||||
|
/pdfHorizScaling 1 def
|
||||||
|
/pdfTextClipPath [] def
|
||||||
|
} def
|
||||||
|
/pdfEndPage { end } def
|
||||||
|
% PDF color state
|
||||||
|
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
|
||||||
|
setcolorspace } def
|
||||||
|
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
|
||||||
|
setcolorspace } def
|
||||||
|
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
|
||||||
|
dup /pdfFill exch def aload pop pdfFillXform setcolor
|
||||||
|
/pdfLastFill true def /pdfLastStroke false def } def
|
||||||
|
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
|
||||||
|
dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
|
||||||
|
/pdfLastStroke true def /pdfLastFill false def } def
|
||||||
|
/op { /pdfFillOP exch def
|
||||||
|
pdfLastFill { pdfFillOP setoverprint } if } def
|
||||||
|
/OP { /pdfStrokeOP exch def
|
||||||
|
pdfLastStroke { pdfStrokeOP setoverprint } if } def
|
||||||
|
/fCol {
|
||||||
|
pdfLastFill not {
|
||||||
|
pdfFillCS setcolorspace
|
||||||
|
pdfFill aload pop pdfFillXform setcolor
|
||||||
|
pdfFillOP setoverprint
|
||||||
|
/pdfLastFill true def /pdfLastStroke false def
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
/sCol {
|
||||||
|
pdfLastStroke not {
|
||||||
|
pdfStrokeCS setcolorspace
|
||||||
|
pdfStroke aload pop pdfStrokeXform setcolor
|
||||||
|
pdfStrokeOP setoverprint
|
||||||
|
/pdfLastStroke true def /pdfLastFill false def
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
% build a font
|
||||||
|
/pdfMakeFont {
|
||||||
|
4 3 roll findfont
|
||||||
|
4 2 roll matrix scale makefont
|
||||||
|
dup length dict begin
|
||||||
|
{ 1 index /FID ne { def } { pop pop } ifelse } forall
|
||||||
|
/Encoding exch def
|
||||||
|
currentdict
|
||||||
|
end
|
||||||
|
definefont pop
|
||||||
|
} def
|
||||||
|
/pdfMakeFont16 {
|
||||||
|
exch findfont
|
||||||
|
dup length dict begin
|
||||||
|
{ 1 index /FID ne { def } { pop pop } ifelse } forall
|
||||||
|
/WMode exch def
|
||||||
|
currentdict
|
||||||
|
end
|
||||||
|
definefont pop
|
||||||
|
} def
|
||||||
|
% graphics state operators
|
||||||
|
/q { gsave pdfDictSize dict begin } def
|
||||||
|
/Q {
|
||||||
|
end grestore
|
||||||
|
/pdfLastFill where {
|
||||||
|
pop
|
||||||
|
pdfLastFill {
|
||||||
|
pdfFillOP setoverprint
|
||||||
|
} {
|
||||||
|
pdfStrokeOP setoverprint
|
||||||
|
} ifelse
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
/cm { concat } def
|
||||||
|
/d { setdash } def
|
||||||
|
/i { setflat } def
|
||||||
|
/j { setlinejoin } def
|
||||||
|
/J { setlinecap } def
|
||||||
|
/M { setmiterlimit } def
|
||||||
|
/w { setlinewidth } def
|
||||||
|
% path segment operators
|
||||||
|
/m { moveto } def
|
||||||
|
/l { lineto } def
|
||||||
|
/c { curveto } def
|
||||||
|
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
|
||||||
|
neg 0 rlineto closepath } def
|
||||||
|
/h { closepath } def
|
||||||
|
% path painting operators
|
||||||
|
/S { sCol stroke } def
|
||||||
|
/Sf { fCol stroke } def
|
||||||
|
/f { fCol fill } def
|
||||||
|
/f* { fCol eofill } def
|
||||||
|
% clipping operators
|
||||||
|
/W { clip newpath } def
|
||||||
|
/W* { eoclip newpath } def
|
||||||
|
/Ws { strokepath clip newpath } def
|
||||||
|
% text state operators
|
||||||
|
/Tc { /pdfCharSpacing exch def } def
|
||||||
|
/Tf { dup /pdfFontSize exch def
|
||||||
|
dup pdfHorizScaling mul exch matrix scale
|
||||||
|
pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
|
||||||
|
exch findfont exch makefont setfont } def
|
||||||
|
/Tr { /pdfTextRender exch def } def
|
||||||
|
/Tp { /pdfPatternCS exch def } def
|
||||||
|
/Ts { /pdfTextRise exch def } def
|
||||||
|
/Tw { /pdfWordSpacing exch def } def
|
||||||
|
/Tz { /pdfHorizScaling exch def } def
|
||||||
|
% text positioning operators
|
||||||
|
/Td { pdfTextMat transform moveto } def
|
||||||
|
/Tm { /pdfTextMat exch def } def
|
||||||
|
% text string operators
|
||||||
|
/cshow where {
|
||||||
|
pop
|
||||||
|
/cshow2 {
|
||||||
|
dup {
|
||||||
|
pop pop
|
||||||
|
1 string dup 0 3 index put 3 index exec
|
||||||
|
} exch cshow
|
||||||
|
pop pop
|
||||||
|
} def
|
||||||
|
}{
|
||||||
|
/cshow2 {
|
||||||
|
currentfont /FontType get 0 eq {
|
||||||
|
0 2 2 index length 1 sub {
|
||||||
|
2 copy get exch 1 add 2 index exch get
|
||||||
|
2 copy exch 256 mul add
|
||||||
|
2 string dup 0 6 5 roll put dup 1 5 4 roll put
|
||||||
|
3 index exec
|
||||||
|
} for
|
||||||
|
} {
|
||||||
|
dup {
|
||||||
|
1 string dup 0 3 index put 3 index exec
|
||||||
|
} forall
|
||||||
|
} ifelse
|
||||||
|
pop pop
|
||||||
|
} def
|
||||||
|
} ifelse
|
||||||
|
/awcp {
|
||||||
|
exch {
|
||||||
|
false charpath
|
||||||
|
5 index 5 index rmoveto
|
||||||
|
6 index eq { 7 index 7 index rmoveto } if
|
||||||
|
} exch cshow2
|
||||||
|
6 {pop} repeat
|
||||||
|
} def
|
||||||
|
/Tj {
|
||||||
|
fCol
|
||||||
|
1 index stringwidth pdfTextMat idtransform pop
|
||||||
|
sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
|
||||||
|
pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj16 {
|
||||||
|
fCol
|
||||||
|
2 index stringwidth pdfTextMat idtransform pop
|
||||||
|
sub exch div
|
||||||
|
pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj16V {
|
||||||
|
fCol
|
||||||
|
2 index stringwidth pdfTextMat idtransform exch pop
|
||||||
|
sub exch div
|
||||||
|
0 pdfWordSpacing pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing add 0 exch
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj1 {
|
||||||
|
0 pdfTextRise pdfTextMat dtransform rmoveto
|
||||||
|
currentpoint 8 2 roll
|
||||||
|
pdfTextRender 1 and 0 eq pdfPatternCS not and {
|
||||||
|
6 copy awidthshow
|
||||||
|
} if
|
||||||
|
pdfTextRender 3 and dup 1 eq exch 2 eq or {
|
||||||
|
7 index 7 index moveto
|
||||||
|
6 copy
|
||||||
|
currentfont /FontType get 3 eq { fCol } { sCol } ifelse
|
||||||
|
false awcp currentpoint stroke moveto
|
||||||
|
} if
|
||||||
|
pdfTextRender 4 and 0 ne pdfPatternCS or {
|
||||||
|
8 6 roll moveto
|
||||||
|
false awcp
|
||||||
|
/pdfTextClipPath [ pdfTextClipPath aload pop
|
||||||
|
{/moveto cvx}
|
||||||
|
{/lineto cvx}
|
||||||
|
{/curveto cvx}
|
||||||
|
{/closepath cvx}
|
||||||
|
pathforall ] def
|
||||||
|
currentpoint newpath moveto
|
||||||
|
} {
|
||||||
|
8 {pop} repeat
|
||||||
|
} ifelse
|
||||||
|
0 pdfTextRise neg pdfTextMat dtransform rmoveto
|
||||||
|
} def
|
||||||
|
/TJm { pdfFontSize 0.001 mul mul neg 0
|
||||||
|
pdfTextMat dtransform rmoveto } def
|
||||||
|
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
|
||||||
|
pdfTextMat dtransform rmoveto } def
|
||||||
|
/Tclip { pdfTextClipPath cvx exec clip newpath
|
||||||
|
/pdfTextClipPath [] def } def
|
||||||
|
/Tclip* { pdfTextClipPath cvx exec eoclip newpath
|
||||||
|
/pdfTextClipPath [] def } def
|
||||||
|
% Level 2 image operators
|
||||||
|
/pdfImBuf 100 string def
|
||||||
|
/pdfIm {
|
||||||
|
image
|
||||||
|
{ currentfile pdfImBuf readline
|
||||||
|
not { pop exit } if
|
||||||
|
(%-EOD-) eq { exit } if } loop
|
||||||
|
} def
|
||||||
|
/pdfImM {
|
||||||
|
fCol imagemask
|
||||||
|
{ currentfile pdfImBuf readline
|
||||||
|
not { pop exit } if
|
||||||
|
(%-EOD-) eq { exit } if } loop
|
||||||
|
} def
|
||||||
|
/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
|
||||||
|
/pdfImClip {
|
||||||
|
gsave
|
||||||
|
0 2 4 index length 1 sub {
|
||||||
|
dup 4 index exch 2 copy
|
||||||
|
get 5 index div put
|
||||||
|
1 add 3 index exch 2 copy
|
||||||
|
get 3 index div put
|
||||||
|
} for
|
||||||
|
pop pop rectclip
|
||||||
|
} def
|
||||||
|
/pdfImClipEnd { grestore } def
|
||||||
|
% shading operators
|
||||||
|
/colordelta {
|
||||||
|
false 0 1 3 index length 1 sub {
|
||||||
|
dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
|
||||||
|
pop true
|
||||||
|
} if
|
||||||
|
} for
|
||||||
|
exch pop exch pop
|
||||||
|
} def
|
||||||
|
/funcCol { func n array astore } def
|
||||||
|
/funcSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 6 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
4 index 4 index funcCol dup
|
||||||
|
6 index 4 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
5 index 5 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
6 index 8 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
colordelta or or or
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add
|
||||||
|
4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
|
||||||
|
6 index 6 index 4 index 4 index 4 index funcSH
|
||||||
|
2 index 6 index 6 index 4 index 4 index funcSH
|
||||||
|
6 index 2 index 4 index 6 index 4 index funcSH
|
||||||
|
5 3 roll 3 2 roll funcSH pop pop
|
||||||
|
} {
|
||||||
|
pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
|
||||||
|
funcCol sc
|
||||||
|
dup 4 index exch mat transform m
|
||||||
|
3 index 3 index mat transform l
|
||||||
|
1 index 3 index mat transform l
|
||||||
|
mat transform l pop pop h f*
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/axialCol {
|
||||||
|
dup 0 lt {
|
||||||
|
pop t0
|
||||||
|
} {
|
||||||
|
dup 1 gt {
|
||||||
|
pop t1
|
||||||
|
} {
|
||||||
|
dt mul t0 add
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
func n array astore
|
||||||
|
} def
|
||||||
|
/axialSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 8 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
2 index axialCol 2 index axialCol colordelta
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add 3 1 roll 2 copy add 0.5 mul
|
||||||
|
dup 4 3 roll exch 4 index axialSH
|
||||||
|
exch 3 2 roll axialSH
|
||||||
|
} {
|
||||||
|
pop 2 copy add 0.5 mul
|
||||||
|
axialCol sc
|
||||||
|
exch dup dx mul x0 add exch dy mul y0 add
|
||||||
|
3 2 roll dup dx mul x0 add exch dy mul y0 add
|
||||||
|
dx abs dy abs ge {
|
||||||
|
2 copy yMin sub dy mul dx div add yMin m
|
||||||
|
yMax sub dy mul dx div add yMax l
|
||||||
|
2 copy yMax sub dy mul dx div add yMax l
|
||||||
|
yMin sub dy mul dx div add yMin l
|
||||||
|
h f*
|
||||||
|
} {
|
||||||
|
exch 2 copy xMin sub dx mul dy div add xMin exch m
|
||||||
|
xMax sub dx mul dy div add xMax exch l
|
||||||
|
exch 2 copy xMax sub dx mul dy div add xMax exch l
|
||||||
|
xMin sub dx mul dy div add xMin exch l
|
||||||
|
h f*
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/radialCol {
|
||||||
|
dup t0 lt {
|
||||||
|
pop t0
|
||||||
|
} {
|
||||||
|
dup t1 gt {
|
||||||
|
pop t1
|
||||||
|
} if
|
||||||
|
} ifelse
|
||||||
|
func n array astore
|
||||||
|
} def
|
||||||
|
/radialSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 8 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
2 index dt mul t0 add radialCol
|
||||||
|
2 index dt mul t0 add radialCol colordelta
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add 3 1 roll 2 copy add 0.5 mul
|
||||||
|
dup 4 3 roll exch 4 index radialSH
|
||||||
|
exch 3 2 roll radialSH
|
||||||
|
} {
|
||||||
|
pop 2 copy add 0.5 mul dt mul t0 add
|
||||||
|
radialCol sc
|
||||||
|
encl {
|
||||||
|
exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
0 360 arc h
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
360 0 arcn h f
|
||||||
|
} {
|
||||||
|
2 copy
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a1 a2 arcn
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a2 a1 arcn h
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a1 a2 arc
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a2 a1 arc h f
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
end
|
||||||
|
%%EndResource
|
||||||
|
%%EndProlog
|
||||||
|
%%BeginSetup
|
||||||
|
xpdf begin
|
||||||
|
102 102 false pdfSetup
|
||||||
|
%%EndSetup
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
%%PageOrientation: Portrait
|
||||||
|
pdfStartPage
|
||||||
|
1 1 translate
|
||||||
|
-1 -1 102 102 re W
|
||||||
|
%%EndPageSetup
|
||||||
|
[] 0 d
|
||||||
|
1 i
|
||||||
|
0 j
|
||||||
|
0 J
|
||||||
|
10 M
|
||||||
|
1 w
|
||||||
|
/DeviceGray {} cs
|
||||||
|
[0] sc
|
||||||
|
/DeviceGray {} CS
|
||||||
|
[0] SC
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
{} settransfer
|
||||||
|
q
|
||||||
|
[1 0 0 1 0 0] cm
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
0 J
|
||||||
|
0 j
|
||||||
|
0 w
|
||||||
|
22.925586 M
|
||||||
|
[] 0 d
|
||||||
|
/DeviceCMYK {} CS
|
||||||
|
[0.9 0.53 0.03 0] SC
|
||||||
|
/DeviceCMYK {} cs
|
||||||
|
[1 0.38 0 0.15] sc
|
||||||
|
47.5322 14.5681 m
|
||||||
|
52.8639 22.0799 77.6245 45.4516 84.0645 85.1318 c
|
||||||
|
68.1146 80.4064 42.5565 81.0541 25.725 84.6108 c
|
||||||
|
24.9242 79.4208 19.7637 75.3106 14.4459 74.5829 c
|
||||||
|
19.2674 43.9809 42.6917 21.7553 47.5322 14.5681 c
|
||||||
|
h
|
||||||
|
36.0011 64.4939 m
|
||||||
|
27.6316 64.4941 l
|
||||||
|
27.6489 63.9833 l
|
||||||
|
30.4211 63.8161 31.2077 60.9775 31.6947 56.9568 c
|
||||||
|
31.9586 54.7773 32.1457 52.3089 32.442 49.5947 c
|
||||||
|
32.7285 46.9681 32.9377 44.49 33.2311 42.2121 c
|
||||||
|
34.0214 36.0788 37.9185 31.6534 47.6614 31.3132 c
|
||||||
|
54.8861 31.5388 58.9158 34.1189 60.9426 37.8244 c
|
||||||
|
62.1584 40.0476 62.5465 42.7306 62.7732 45.4022 c
|
||||||
|
63.0862 49.0873 63.468 53.2437 63.8212 56.418 c
|
||||||
|
64.355 61.2113 65.1504 64.2566 68.1344 63.9394 c
|
||||||
|
68.133 64.4941 l
|
||||||
|
59.8221 64.4941 l
|
||||||
|
58.028 42.3978 l
|
||||||
|
57.1652 37.0403 52.3321 34.0645 47.6011 34.35 c
|
||||||
|
47.6011 40.6029 47.6011 48.3437 47.6011 54.5964 c
|
||||||
|
53.4419 54.3141 57.1637 57.2224 57.4914 65.5965 c
|
||||||
|
57.4914 73.9871 51.9843 75.8928 49.8487 76.0867 c
|
||||||
|
44.3336 76.1936 34.7117 75.5663 32.3918 76.8203 c
|
||||||
|
29.4687 73.9845 l
|
||||||
|
43.2541 73.9845 l
|
||||||
|
43.2541 34.9449 l
|
||||||
|
40.3064 35.25 38.1611 37.597 37.11 42.3734 c
|
||||||
|
36.0011 64.4939 l
|
||||||
|
h
|
||||||
|
47.6351 73.8431 m
|
||||||
|
47.6351 56.6274 l
|
||||||
|
50.5468 56.4616 52.8769 59.1035 53.0762 65.2277 c
|
||||||
|
53.3296 70.7295 51.5999 74.1382 47.6351 73.8431 c
|
||||||
|
f*
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
Q
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
pdfEndPage
|
||||||
|
%%Trailer
|
||||||
|
end
|
||||||
|
%%DocumentSuppliedResources:
|
||||||
|
%%EOF
|
||||||
@@ -0,0 +1,142 @@
|
|||||||
|
%PDF-1.5
|
||||||
|
%âãÏÓ
|
||||||
|
4 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Page
|
||||||
|
/Parent 2 0 R
|
||||||
|
/Contents 5 0 R
|
||||||
|
/MediaBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/TrimBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/CropBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/Resources <<
|
||||||
|
/ProcSet [/PDF]
|
||||||
|
/ExtGState << /GS6 6 0 R /GS8 8 0 R >>
|
||||||
|
/Properties << /Pr7 7 0 R >>
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
5 0 obj
|
||||||
|
<<
|
||||||
|
/Length 1531
|
||||||
|
>>
|
||||||
|
stream
|
||||||
|
1.00000 0.00000 0.00000 1.00000 0.0000 0.0000 cm
|
||||||
|
/GS6 gs
|
||||||
|
/OC /Pr7 BDC
|
||||||
|
/GS8 gs
|
||||||
|
0 J
|
||||||
|
0 j
|
||||||
|
0.0000 w
|
||||||
|
22.925585626053735 M
|
||||||
|
[] 0 d
|
||||||
|
0.90 0.53 0.03 0.00 K
|
||||||
|
0.00 0.00 0.00 1.00 k
|
||||||
|
47.5322 14.5681 m
|
||||||
|
52.8639 22.0799 77.6245 45.4516 84.0645 85.1318 c
|
||||||
|
68.1146 80.4064 42.5565 81.0541 25.7250 84.6108 c
|
||||||
|
24.9242 79.4208 19.7637 75.3106 14.4459 74.5829 c
|
||||||
|
19.2674 43.9809 42.6917 21.7553 47.5322 14.5681 c
|
||||||
|
h
|
||||||
|
36.0011 64.4939 m
|
||||||
|
27.6316 64.4941 l
|
||||||
|
27.6489 63.9833 l
|
||||||
|
30.4211 63.8161 31.2077 60.9775 31.6947 56.9568 c
|
||||||
|
31.9586 54.7773 32.1457 52.3089 32.4420 49.5947 c
|
||||||
|
32.7285 46.9681 32.9377 44.4900 33.2311 42.2121 c
|
||||||
|
34.0214 36.0788 37.9185 31.6534 47.6614 31.3132 c
|
||||||
|
54.8861 31.5388 58.9158 34.1189 60.9426 37.8244 c
|
||||||
|
62.1584 40.0476 62.5465 42.7306 62.7732 45.4022 c
|
||||||
|
63.0862 49.0873 63.4680 53.2437 63.8212 56.4180 c
|
||||||
|
64.3550 61.2113 65.1504 64.2566 68.1344 63.9394 c
|
||||||
|
68.1330 64.4941 l
|
||||||
|
59.8221 64.4941 l
|
||||||
|
58.0280 42.3978 l
|
||||||
|
57.1652 37.0403 52.3321 34.0645 47.6011 34.3500 c
|
||||||
|
47.6011 40.6029 47.6011 48.3437 47.6011 54.5964 c
|
||||||
|
53.4419 54.3141 57.1637 57.2224 57.4914 65.5965 c
|
||||||
|
57.4914 73.9871 51.9843 75.8928 49.8487 76.0867 c
|
||||||
|
44.3336 76.1936 34.7117 75.5663 32.3918 76.8203 c
|
||||||
|
29.4687 73.9845 l
|
||||||
|
43.2541 73.9845 l
|
||||||
|
43.2541 34.9449 l
|
||||||
|
40.3064 35.2500 38.1611 37.5970 37.1100 42.3734 c
|
||||||
|
h
|
||||||
|
h
|
||||||
|
47.6351 73.8431 m
|
||||||
|
47.6351 56.6274 l
|
||||||
|
50.5468 56.4616 52.8769 59.1035 53.0762 65.2277 c
|
||||||
|
53.3296 70.7295 51.5999 74.1382 47.6351 73.8431 c
|
||||||
|
f*
|
||||||
|
/GS8 gs
|
||||||
|
0.0000 99.2126 m
|
||||||
|
99.2126 99.2126 l
|
||||||
|
99.2126 0.0000 l
|
||||||
|
0.0000 0.0000 l
|
||||||
|
h
|
||||||
|
n
|
||||||
|
EMC
|
||||||
|
|
||||||
|
endstream
|
||||||
|
endobj
|
||||||
|
7 0 obj
|
||||||
|
<<
|
||||||
|
/Type/OCG/Name<feff00560072007300740076006100200031>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
2 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Pages
|
||||||
|
/Kids [4 0 R]
|
||||||
|
/Count 1
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
1 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Catalog
|
||||||
|
/Pages 2 0 R
|
||||||
|
/OCProperties<< /D<< /Order[7 0 R ]/ON[7 0 R ]/OFF[]/RBGroups[]>>/OCGs[7 0 R ]>>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
3 0 obj
|
||||||
|
<<
|
||||||
|
/CreationDate (D:20141204152817+01'00')
|
||||||
|
/ModDate (D:20141204152817+01'00')
|
||||||
|
/Producer <feff0043006f00720065006c002000500044004600200045006e00670069006e0065002000560065007200730069006f006e002000310036002e0030002e0030002e003700300037>
|
||||||
|
/Author <feff004d006900730069007a006e0061>
|
||||||
|
/Creator <feff0043006f00720065006c0044005200410057002000580036>
|
||||||
|
/Title <feff00420065007a0020006e00e1007a007600750020002d00200031>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
6 0 obj
|
||||||
|
<<
|
||||||
|
/Type /ExtGState
|
||||||
|
/RI /RelativeColorimetric
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
8 0 obj
|
||||||
|
<<
|
||||||
|
/Type /ExtGState
|
||||||
|
/op false/OP false/OPM 0
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
xref
|
||||||
|
0 9
|
||||||
|
0000000000 65535 f
|
||||||
|
0000002067 00000 n
|
||||||
|
0000002003 00000 n
|
||||||
|
0000002204 00000 n
|
||||||
|
0000000017 00000 n
|
||||||
|
0000000333 00000 n
|
||||||
|
0000002640 00000 n
|
||||||
|
0000001924 00000 n
|
||||||
|
0000002710 00000 n
|
||||||
|
trailer
|
||||||
|
<<
|
||||||
|
/Size 9
|
||||||
|
/Root 1 0 R
|
||||||
|
/Info 3 0 R
|
||||||
|
/ID [<d3aca086aa2bb6da683780116d37179a><d3aca086aa2bb6da683780116d37179a>]
|
||||||
|
>>
|
||||||
|
startxref
|
||||||
|
2780
|
||||||
|
%%EOF
|
||||||
@@ -0,0 +1,499 @@
|
|||||||
|
%!PS-Adobe-3.0
|
||||||
|
%Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
|
||||||
|
%%Creator: CorelDRAW X6
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%DocumentSuppliedResources: (atend)
|
||||||
|
%%DocumentMedia: plain 102 102 0 () ()
|
||||||
|
%%BoundingBox: 0 0 102 102
|
||||||
|
%%Pages: 1
|
||||||
|
%%EndComments
|
||||||
|
%%BeginDefaults
|
||||||
|
%%PageMedia: plain
|
||||||
|
%%EndDefaults
|
||||||
|
%%BeginProlog
|
||||||
|
%%BeginResource: procset xpdf 3.00 0
|
||||||
|
%%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
|
||||||
|
/xpdf 75 dict def xpdf begin
|
||||||
|
% PDF special state
|
||||||
|
/pdfDictSize 15 def
|
||||||
|
/pdfSetup {
|
||||||
|
3 1 roll 2 array astore
|
||||||
|
/setpagedevice where {
|
||||||
|
pop 3 dict begin
|
||||||
|
/PageSize exch def
|
||||||
|
/ImagingBBox null def
|
||||||
|
/Policies 1 dict dup begin /PageSize 3 def end def
|
||||||
|
{ /Duplex true def } if
|
||||||
|
currentdict end setpagedevice
|
||||||
|
} {
|
||||||
|
pop pop
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/pdfStartPage {
|
||||||
|
pdfDictSize dict begin
|
||||||
|
/pdfFillCS [] def
|
||||||
|
/pdfFillXform {} def
|
||||||
|
/pdfStrokeCS [] def
|
||||||
|
/pdfStrokeXform {} def
|
||||||
|
/pdfFill [0] def
|
||||||
|
/pdfStroke [0] def
|
||||||
|
/pdfFillOP false def
|
||||||
|
/pdfStrokeOP false def
|
||||||
|
/pdfLastFill false def
|
||||||
|
/pdfLastStroke false def
|
||||||
|
/pdfTextMat [1 0 0 1 0 0] def
|
||||||
|
/pdfFontSize 0 def
|
||||||
|
/pdfCharSpacing 0 def
|
||||||
|
/pdfTextRender 0 def
|
||||||
|
/pdfPatternCS false def
|
||||||
|
/pdfTextRise 0 def
|
||||||
|
/pdfWordSpacing 0 def
|
||||||
|
/pdfHorizScaling 1 def
|
||||||
|
/pdfTextClipPath [] def
|
||||||
|
} def
|
||||||
|
/pdfEndPage { end } def
|
||||||
|
% PDF color state
|
||||||
|
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
|
||||||
|
setcolorspace } def
|
||||||
|
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
|
||||||
|
setcolorspace } def
|
||||||
|
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
|
||||||
|
dup /pdfFill exch def aload pop pdfFillXform setcolor
|
||||||
|
/pdfLastFill true def /pdfLastStroke false def } def
|
||||||
|
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
|
||||||
|
dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
|
||||||
|
/pdfLastStroke true def /pdfLastFill false def } def
|
||||||
|
/op { /pdfFillOP exch def
|
||||||
|
pdfLastFill { pdfFillOP setoverprint } if } def
|
||||||
|
/OP { /pdfStrokeOP exch def
|
||||||
|
pdfLastStroke { pdfStrokeOP setoverprint } if } def
|
||||||
|
/fCol {
|
||||||
|
pdfLastFill not {
|
||||||
|
pdfFillCS setcolorspace
|
||||||
|
pdfFill aload pop pdfFillXform setcolor
|
||||||
|
pdfFillOP setoverprint
|
||||||
|
/pdfLastFill true def /pdfLastStroke false def
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
/sCol {
|
||||||
|
pdfLastStroke not {
|
||||||
|
pdfStrokeCS setcolorspace
|
||||||
|
pdfStroke aload pop pdfStrokeXform setcolor
|
||||||
|
pdfStrokeOP setoverprint
|
||||||
|
/pdfLastStroke true def /pdfLastFill false def
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
% build a font
|
||||||
|
/pdfMakeFont {
|
||||||
|
4 3 roll findfont
|
||||||
|
4 2 roll matrix scale makefont
|
||||||
|
dup length dict begin
|
||||||
|
{ 1 index /FID ne { def } { pop pop } ifelse } forall
|
||||||
|
/Encoding exch def
|
||||||
|
currentdict
|
||||||
|
end
|
||||||
|
definefont pop
|
||||||
|
} def
|
||||||
|
/pdfMakeFont16 {
|
||||||
|
exch findfont
|
||||||
|
dup length dict begin
|
||||||
|
{ 1 index /FID ne { def } { pop pop } ifelse } forall
|
||||||
|
/WMode exch def
|
||||||
|
currentdict
|
||||||
|
end
|
||||||
|
definefont pop
|
||||||
|
} def
|
||||||
|
% graphics state operators
|
||||||
|
/q { gsave pdfDictSize dict begin } def
|
||||||
|
/Q {
|
||||||
|
end grestore
|
||||||
|
/pdfLastFill where {
|
||||||
|
pop
|
||||||
|
pdfLastFill {
|
||||||
|
pdfFillOP setoverprint
|
||||||
|
} {
|
||||||
|
pdfStrokeOP setoverprint
|
||||||
|
} ifelse
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
/cm { concat } def
|
||||||
|
/d { setdash } def
|
||||||
|
/i { setflat } def
|
||||||
|
/j { setlinejoin } def
|
||||||
|
/J { setlinecap } def
|
||||||
|
/M { setmiterlimit } def
|
||||||
|
/w { setlinewidth } def
|
||||||
|
% path segment operators
|
||||||
|
/m { moveto } def
|
||||||
|
/l { lineto } def
|
||||||
|
/c { curveto } def
|
||||||
|
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
|
||||||
|
neg 0 rlineto closepath } def
|
||||||
|
/h { closepath } def
|
||||||
|
% path painting operators
|
||||||
|
/S { sCol stroke } def
|
||||||
|
/Sf { fCol stroke } def
|
||||||
|
/f { fCol fill } def
|
||||||
|
/f* { fCol eofill } def
|
||||||
|
% clipping operators
|
||||||
|
/W { clip newpath } def
|
||||||
|
/W* { eoclip newpath } def
|
||||||
|
/Ws { strokepath clip newpath } def
|
||||||
|
% text state operators
|
||||||
|
/Tc { /pdfCharSpacing exch def } def
|
||||||
|
/Tf { dup /pdfFontSize exch def
|
||||||
|
dup pdfHorizScaling mul exch matrix scale
|
||||||
|
pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
|
||||||
|
exch findfont exch makefont setfont } def
|
||||||
|
/Tr { /pdfTextRender exch def } def
|
||||||
|
/Tp { /pdfPatternCS exch def } def
|
||||||
|
/Ts { /pdfTextRise exch def } def
|
||||||
|
/Tw { /pdfWordSpacing exch def } def
|
||||||
|
/Tz { /pdfHorizScaling exch def } def
|
||||||
|
% text positioning operators
|
||||||
|
/Td { pdfTextMat transform moveto } def
|
||||||
|
/Tm { /pdfTextMat exch def } def
|
||||||
|
% text string operators
|
||||||
|
/cshow where {
|
||||||
|
pop
|
||||||
|
/cshow2 {
|
||||||
|
dup {
|
||||||
|
pop pop
|
||||||
|
1 string dup 0 3 index put 3 index exec
|
||||||
|
} exch cshow
|
||||||
|
pop pop
|
||||||
|
} def
|
||||||
|
}{
|
||||||
|
/cshow2 {
|
||||||
|
currentfont /FontType get 0 eq {
|
||||||
|
0 2 2 index length 1 sub {
|
||||||
|
2 copy get exch 1 add 2 index exch get
|
||||||
|
2 copy exch 256 mul add
|
||||||
|
2 string dup 0 6 5 roll put dup 1 5 4 roll put
|
||||||
|
3 index exec
|
||||||
|
} for
|
||||||
|
} {
|
||||||
|
dup {
|
||||||
|
1 string dup 0 3 index put 3 index exec
|
||||||
|
} forall
|
||||||
|
} ifelse
|
||||||
|
pop pop
|
||||||
|
} def
|
||||||
|
} ifelse
|
||||||
|
/awcp {
|
||||||
|
exch {
|
||||||
|
false charpath
|
||||||
|
5 index 5 index rmoveto
|
||||||
|
6 index eq { 7 index 7 index rmoveto } if
|
||||||
|
} exch cshow2
|
||||||
|
6 {pop} repeat
|
||||||
|
} def
|
||||||
|
/Tj {
|
||||||
|
fCol
|
||||||
|
1 index stringwidth pdfTextMat idtransform pop
|
||||||
|
sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
|
||||||
|
pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj16 {
|
||||||
|
fCol
|
||||||
|
2 index stringwidth pdfTextMat idtransform pop
|
||||||
|
sub exch div
|
||||||
|
pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj16V {
|
||||||
|
fCol
|
||||||
|
2 index stringwidth pdfTextMat idtransform exch pop
|
||||||
|
sub exch div
|
||||||
|
0 pdfWordSpacing pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing add 0 exch
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj1 {
|
||||||
|
0 pdfTextRise pdfTextMat dtransform rmoveto
|
||||||
|
currentpoint 8 2 roll
|
||||||
|
pdfTextRender 1 and 0 eq pdfPatternCS not and {
|
||||||
|
6 copy awidthshow
|
||||||
|
} if
|
||||||
|
pdfTextRender 3 and dup 1 eq exch 2 eq or {
|
||||||
|
7 index 7 index moveto
|
||||||
|
6 copy
|
||||||
|
currentfont /FontType get 3 eq { fCol } { sCol } ifelse
|
||||||
|
false awcp currentpoint stroke moveto
|
||||||
|
} if
|
||||||
|
pdfTextRender 4 and 0 ne pdfPatternCS or {
|
||||||
|
8 6 roll moveto
|
||||||
|
false awcp
|
||||||
|
/pdfTextClipPath [ pdfTextClipPath aload pop
|
||||||
|
{/moveto cvx}
|
||||||
|
{/lineto cvx}
|
||||||
|
{/curveto cvx}
|
||||||
|
{/closepath cvx}
|
||||||
|
pathforall ] def
|
||||||
|
currentpoint newpath moveto
|
||||||
|
} {
|
||||||
|
8 {pop} repeat
|
||||||
|
} ifelse
|
||||||
|
0 pdfTextRise neg pdfTextMat dtransform rmoveto
|
||||||
|
} def
|
||||||
|
/TJm { pdfFontSize 0.001 mul mul neg 0
|
||||||
|
pdfTextMat dtransform rmoveto } def
|
||||||
|
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
|
||||||
|
pdfTextMat dtransform rmoveto } def
|
||||||
|
/Tclip { pdfTextClipPath cvx exec clip newpath
|
||||||
|
/pdfTextClipPath [] def } def
|
||||||
|
/Tclip* { pdfTextClipPath cvx exec eoclip newpath
|
||||||
|
/pdfTextClipPath [] def } def
|
||||||
|
% Level 2 image operators
|
||||||
|
/pdfImBuf 100 string def
|
||||||
|
/pdfIm {
|
||||||
|
image
|
||||||
|
{ currentfile pdfImBuf readline
|
||||||
|
not { pop exit } if
|
||||||
|
(%-EOD-) eq { exit } if } loop
|
||||||
|
} def
|
||||||
|
/pdfImM {
|
||||||
|
fCol imagemask
|
||||||
|
{ currentfile pdfImBuf readline
|
||||||
|
not { pop exit } if
|
||||||
|
(%-EOD-) eq { exit } if } loop
|
||||||
|
} def
|
||||||
|
/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
|
||||||
|
/pdfImClip {
|
||||||
|
gsave
|
||||||
|
0 2 4 index length 1 sub {
|
||||||
|
dup 4 index exch 2 copy
|
||||||
|
get 5 index div put
|
||||||
|
1 add 3 index exch 2 copy
|
||||||
|
get 3 index div put
|
||||||
|
} for
|
||||||
|
pop pop rectclip
|
||||||
|
} def
|
||||||
|
/pdfImClipEnd { grestore } def
|
||||||
|
% shading operators
|
||||||
|
/colordelta {
|
||||||
|
false 0 1 3 index length 1 sub {
|
||||||
|
dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
|
||||||
|
pop true
|
||||||
|
} if
|
||||||
|
} for
|
||||||
|
exch pop exch pop
|
||||||
|
} def
|
||||||
|
/funcCol { func n array astore } def
|
||||||
|
/funcSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 6 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
4 index 4 index funcCol dup
|
||||||
|
6 index 4 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
5 index 5 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
6 index 8 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
colordelta or or or
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add
|
||||||
|
4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
|
||||||
|
6 index 6 index 4 index 4 index 4 index funcSH
|
||||||
|
2 index 6 index 6 index 4 index 4 index funcSH
|
||||||
|
6 index 2 index 4 index 6 index 4 index funcSH
|
||||||
|
5 3 roll 3 2 roll funcSH pop pop
|
||||||
|
} {
|
||||||
|
pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
|
||||||
|
funcCol sc
|
||||||
|
dup 4 index exch mat transform m
|
||||||
|
3 index 3 index mat transform l
|
||||||
|
1 index 3 index mat transform l
|
||||||
|
mat transform l pop pop h f*
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/axialCol {
|
||||||
|
dup 0 lt {
|
||||||
|
pop t0
|
||||||
|
} {
|
||||||
|
dup 1 gt {
|
||||||
|
pop t1
|
||||||
|
} {
|
||||||
|
dt mul t0 add
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
func n array astore
|
||||||
|
} def
|
||||||
|
/axialSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 8 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
2 index axialCol 2 index axialCol colordelta
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add 3 1 roll 2 copy add 0.5 mul
|
||||||
|
dup 4 3 roll exch 4 index axialSH
|
||||||
|
exch 3 2 roll axialSH
|
||||||
|
} {
|
||||||
|
pop 2 copy add 0.5 mul
|
||||||
|
axialCol sc
|
||||||
|
exch dup dx mul x0 add exch dy mul y0 add
|
||||||
|
3 2 roll dup dx mul x0 add exch dy mul y0 add
|
||||||
|
dx abs dy abs ge {
|
||||||
|
2 copy yMin sub dy mul dx div add yMin m
|
||||||
|
yMax sub dy mul dx div add yMax l
|
||||||
|
2 copy yMax sub dy mul dx div add yMax l
|
||||||
|
yMin sub dy mul dx div add yMin l
|
||||||
|
h f*
|
||||||
|
} {
|
||||||
|
exch 2 copy xMin sub dx mul dy div add xMin exch m
|
||||||
|
xMax sub dx mul dy div add xMax exch l
|
||||||
|
exch 2 copy xMax sub dx mul dy div add xMax exch l
|
||||||
|
xMin sub dx mul dy div add xMin exch l
|
||||||
|
h f*
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/radialCol {
|
||||||
|
dup t0 lt {
|
||||||
|
pop t0
|
||||||
|
} {
|
||||||
|
dup t1 gt {
|
||||||
|
pop t1
|
||||||
|
} if
|
||||||
|
} ifelse
|
||||||
|
func n array astore
|
||||||
|
} def
|
||||||
|
/radialSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 8 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
2 index dt mul t0 add radialCol
|
||||||
|
2 index dt mul t0 add radialCol colordelta
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add 3 1 roll 2 copy add 0.5 mul
|
||||||
|
dup 4 3 roll exch 4 index radialSH
|
||||||
|
exch 3 2 roll radialSH
|
||||||
|
} {
|
||||||
|
pop 2 copy add 0.5 mul dt mul t0 add
|
||||||
|
radialCol sc
|
||||||
|
encl {
|
||||||
|
exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
0 360 arc h
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
360 0 arcn h f
|
||||||
|
} {
|
||||||
|
2 copy
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a1 a2 arcn
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a2 a1 arcn h
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a1 a2 arc
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a2 a1 arc h f
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
end
|
||||||
|
%%EndResource
|
||||||
|
%%EndProlog
|
||||||
|
%%BeginSetup
|
||||||
|
xpdf begin
|
||||||
|
102 102 false pdfSetup
|
||||||
|
%%EndSetup
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
%%PageOrientation: Portrait
|
||||||
|
pdfStartPage
|
||||||
|
1 1 translate
|
||||||
|
-1 -1 102 102 re W
|
||||||
|
%%EndPageSetup
|
||||||
|
[] 0 d
|
||||||
|
1 i
|
||||||
|
0 j
|
||||||
|
0 J
|
||||||
|
10 M
|
||||||
|
1 w
|
||||||
|
/DeviceGray {} cs
|
||||||
|
[0] sc
|
||||||
|
/DeviceGray {} CS
|
||||||
|
[0] SC
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
{} settransfer
|
||||||
|
q
|
||||||
|
[1 0 0 1 0 0] cm
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
0 J
|
||||||
|
0 j
|
||||||
|
0 w
|
||||||
|
22.925586 M
|
||||||
|
[] 0 d
|
||||||
|
/DeviceCMYK {} CS
|
||||||
|
[0.9 0.53 0.03 0] SC
|
||||||
|
/DeviceCMYK {} cs
|
||||||
|
[0 0 0 1] sc
|
||||||
|
47.5322 14.5681 m
|
||||||
|
52.8639 22.0799 77.6245 45.4516 84.0645 85.1318 c
|
||||||
|
68.1146 80.4064 42.5565 81.0541 25.725 84.6108 c
|
||||||
|
24.9242 79.4208 19.7637 75.3106 14.4459 74.5829 c
|
||||||
|
19.2674 43.9809 42.6917 21.7553 47.5322 14.5681 c
|
||||||
|
h
|
||||||
|
36.0011 64.4939 m
|
||||||
|
27.6316 64.4941 l
|
||||||
|
27.6489 63.9833 l
|
||||||
|
30.4211 63.8161 31.2077 60.9775 31.6947 56.9568 c
|
||||||
|
31.9586 54.7773 32.1457 52.3089 32.442 49.5947 c
|
||||||
|
32.7285 46.9681 32.9377 44.49 33.2311 42.2121 c
|
||||||
|
34.0214 36.0788 37.9185 31.6534 47.6614 31.3132 c
|
||||||
|
54.8861 31.5388 58.9158 34.1189 60.9426 37.8244 c
|
||||||
|
62.1584 40.0476 62.5465 42.7306 62.7732 45.4022 c
|
||||||
|
63.0862 49.0873 63.468 53.2437 63.8212 56.418 c
|
||||||
|
64.355 61.2113 65.1504 64.2566 68.1344 63.9394 c
|
||||||
|
68.133 64.4941 l
|
||||||
|
59.8221 64.4941 l
|
||||||
|
58.028 42.3978 l
|
||||||
|
57.1652 37.0403 52.3321 34.0645 47.6011 34.35 c
|
||||||
|
47.6011 40.6029 47.6011 48.3437 47.6011 54.5964 c
|
||||||
|
53.4419 54.3141 57.1637 57.2224 57.4914 65.5965 c
|
||||||
|
57.4914 73.9871 51.9843 75.8928 49.8487 76.0867 c
|
||||||
|
44.3336 76.1936 34.7117 75.5663 32.3918 76.8203 c
|
||||||
|
29.4687 73.9845 l
|
||||||
|
43.2541 73.9845 l
|
||||||
|
43.2541 34.9449 l
|
||||||
|
40.3064 35.25 38.1611 37.597 37.11 42.3734 c
|
||||||
|
36.0011 64.4939 l
|
||||||
|
h
|
||||||
|
47.6351 73.8431 m
|
||||||
|
47.6351 56.6274 l
|
||||||
|
50.5468 56.4616 52.8769 59.1035 53.0762 65.2277 c
|
||||||
|
53.3296 70.7295 51.5999 74.1382 47.6351 73.8431 c
|
||||||
|
f*
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
Q
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
pdfEndPage
|
||||||
|
%%Trailer
|
||||||
|
end
|
||||||
|
%%DocumentSuppliedResources:
|
||||||
|
%%EOF
|
||||||
@@ -0,0 +1,156 @@
|
|||||||
|
%PDF-1.5
|
||||||
|
%âãÏÓ
|
||||||
|
4 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Page
|
||||||
|
/Parent 2 0 R
|
||||||
|
/Contents 5 0 R
|
||||||
|
/MediaBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/TrimBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/CropBox [-1.0000 -1.0000 100.2126 100.2126]
|
||||||
|
/Resources <<
|
||||||
|
/ProcSet [/PDF]
|
||||||
|
/ExtGState << /GS6 6 0 R /GS8 8 0 R >>
|
||||||
|
/Properties << /Pr7 7 0 R >>
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
5 0 obj
|
||||||
|
<<
|
||||||
|
/Length 2078
|
||||||
|
>>
|
||||||
|
stream
|
||||||
|
1.00000 0.00000 0.00000 1.00000 0.0000 0.0000 cm
|
||||||
|
/GS6 gs
|
||||||
|
/OC /Pr7 BDC
|
||||||
|
/GS8 gs
|
||||||
|
0.0000 99.2126 m
|
||||||
|
99.2126 99.2126 l
|
||||||
|
99.2126 0.0000 l
|
||||||
|
0.0000 0.0000 l
|
||||||
|
h
|
||||||
|
n
|
||||||
|
/GS8 gs
|
||||||
|
0.00 0.00 0.00 1.00 k
|
||||||
|
48.5529 13.8574 m
|
||||||
|
48.2474 14.3110 l
|
||||||
|
47.3335 15.6677 45.7393 17.5788 43.7213 19.9990 c
|
||||||
|
35.0833 30.3551 19.0054 49.6318 15.0863 74.5041 c
|
||||||
|
15.0267 74.8851 l
|
||||||
|
15.4091 74.9378 l
|
||||||
|
20.9203 75.6918 25.6326 79.8684 26.3701 84.6533 c
|
||||||
|
26.4314 85.0482 l
|
||||||
|
26.8220 84.9654 l
|
||||||
|
35.3597 83.1617 46.1769 82.1273 56.4987 82.1273 c
|
||||||
|
67.7438 82.1273 77.5998 83.2864 85.0025 85.4793 c
|
||||||
|
85.5799 85.6500 l
|
||||||
|
85.4836 85.0555 l
|
||||||
|
80.0558 51.6132 61.6158 29.6614 52.7545 19.1123 c
|
||||||
|
51.0559 17.0909 49.7151 15.4942 48.8696 14.3031 c
|
||||||
|
h
|
||||||
|
h
|
||||||
|
15.8939 74.2462 m
|
||||||
|
19.8819 49.7599 35.7545 30.7312 44.3021 20.4834 c
|
||||||
|
46.1271 18.2948 47.6079 16.5203 48.5685 15.1750 c
|
||||||
|
49.4300 16.3310 50.6616 17.7973 52.1756 19.5990 c
|
||||||
|
60.9415 30.0342 79.1252 51.6798 84.6394 84.5858 c
|
||||||
|
77.2370 82.4817 67.5261 81.3708 56.4987 81.3708 c
|
||||||
|
46.2804 81.3708 35.5748 82.3805 27.0490 84.1456 c
|
||||||
|
26.0957 79.3202 21.4089 75.1569 15.8939 74.2462 c
|
||||||
|
h
|
||||||
|
48.6655 73.6475 m
|
||||||
|
52.6085 73.9417 54.3294 70.5509 54.0768 65.0786 c
|
||||||
|
53.8787 58.9878 51.5619 56.3598 48.6655 56.5248 c
|
||||||
|
h
|
||||||
|
h
|
||||||
|
69.0525 64.3493 m
|
||||||
|
60.7867 64.3493 l
|
||||||
|
59.0017 42.3726 l
|
||||||
|
58.1443 37.0446 53.3370 34.0843 48.6312 34.3684 c
|
||||||
|
48.6312 54.5051 l
|
||||||
|
54.4405 54.2239 58.1420 57.1167 58.4683 65.4454 c
|
||||||
|
58.4683 73.7906 52.9914 75.6862 50.8669 75.8786 c
|
||||||
|
45.3818 75.9849 35.8115 75.3613 33.5047 76.6089 c
|
||||||
|
30.5974 73.7878 l
|
||||||
|
44.3083 73.7878 l
|
||||||
|
44.3083 34.9594 l
|
||||||
|
41.3768 35.2633 39.2428 37.5987 38.1977 42.3479 c
|
||||||
|
37.0947 64.3490 l
|
||||||
|
28.7700 64.3493 l
|
||||||
|
28.7878 63.8410 l
|
||||||
|
31.5448 63.6744 32.3269 60.8516 32.8116 56.8522 c
|
||||||
|
33.0741 54.6851 33.2600 52.2300 33.5543 49.5306 c
|
||||||
|
33.8394 46.9174 34.0472 44.4526 34.3395 42.1872 c
|
||||||
|
35.1255 36.0882 39.0013 31.6860 48.6918 31.3472 c
|
||||||
|
55.8777 31.5731 59.8856 34.1379 61.9019 37.8241 c
|
||||||
|
63.1097 40.0348 63.4961 42.7039 63.7223 45.3611 c
|
||||||
|
64.0335 49.0260 64.4122 53.1601 64.7646 56.3165 c
|
||||||
|
65.2944 61.0843 66.0855 64.1129 69.0537 63.7977 c
|
||||||
|
h
|
||||||
|
f*
|
||||||
|
EMC
|
||||||
|
|
||||||
|
endstream
|
||||||
|
endobj
|
||||||
|
7 0 obj
|
||||||
|
<<
|
||||||
|
/Type/OCG/Name<feff00560072007300740076006100200031>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
2 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Pages
|
||||||
|
/Kids [4 0 R]
|
||||||
|
/Count 1
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
1 0 obj
|
||||||
|
<<
|
||||||
|
/Type /Catalog
|
||||||
|
/Pages 2 0 R
|
||||||
|
/OCProperties<< /D<< /Order[7 0 R ]/ON[7 0 R ]/OFF[]/RBGroups[]>>/OCGs[7 0 R ]>>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
3 0 obj
|
||||||
|
<<
|
||||||
|
/CreationDate (D:20141208084644+01'00')
|
||||||
|
/ModDate (D:20141208084644+01'00')
|
||||||
|
/Producer <feff0043006f00720065006c002000500044004600200045006e00670069006e0065002000560065007200730069006f006e002000310036002e0030002e0030002e003700300037>
|
||||||
|
/Author <feff004d006900730069007a006e0061>
|
||||||
|
/Creator <feff0043006f00720065006c0044005200410057002000580036>
|
||||||
|
/Title <feff00420065007a0020006e00e1007a007600750020002d00200032>
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
6 0 obj
|
||||||
|
<<
|
||||||
|
/Type /ExtGState
|
||||||
|
/RI /RelativeColorimetric
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
8 0 obj
|
||||||
|
<<
|
||||||
|
/Type /ExtGState
|
||||||
|
/op false/OP false/OPM 0
|
||||||
|
>>
|
||||||
|
endobj
|
||||||
|
xref
|
||||||
|
0 9
|
||||||
|
0000000000 65535 f
|
||||||
|
0000002614 00000 n
|
||||||
|
0000002550 00000 n
|
||||||
|
0000002751 00000 n
|
||||||
|
0000000017 00000 n
|
||||||
|
0000000333 00000 n
|
||||||
|
0000003187 00000 n
|
||||||
|
0000002471 00000 n
|
||||||
|
0000003257 00000 n
|
||||||
|
trailer
|
||||||
|
<<
|
||||||
|
/Size 9
|
||||||
|
/Root 1 0 R
|
||||||
|
/Info 3 0 R
|
||||||
|
/ID [<25d242e0b3f0c2400b37597f28a5b9e1><25d242e0b3f0c2400b37597f28a5b9e1>]
|
||||||
|
>>
|
||||||
|
startxref
|
||||||
|
3327
|
||||||
|
%%EOF
|
||||||
@@ -0,0 +1,513 @@
|
|||||||
|
%!PS-Adobe-3.0
|
||||||
|
%Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
|
||||||
|
%%Creator: CorelDRAW X6
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%DocumentSuppliedResources: (atend)
|
||||||
|
%%DocumentMedia: plain 102 102 0 () ()
|
||||||
|
%%BoundingBox: 0 0 102 102
|
||||||
|
%%Pages: 1
|
||||||
|
%%EndComments
|
||||||
|
%%BeginDefaults
|
||||||
|
%%PageMedia: plain
|
||||||
|
%%EndDefaults
|
||||||
|
%%BeginProlog
|
||||||
|
%%BeginResource: procset xpdf 3.00 0
|
||||||
|
%%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
|
||||||
|
/xpdf 75 dict def xpdf begin
|
||||||
|
% PDF special state
|
||||||
|
/pdfDictSize 15 def
|
||||||
|
/pdfSetup {
|
||||||
|
3 1 roll 2 array astore
|
||||||
|
/setpagedevice where {
|
||||||
|
pop 3 dict begin
|
||||||
|
/PageSize exch def
|
||||||
|
/ImagingBBox null def
|
||||||
|
/Policies 1 dict dup begin /PageSize 3 def end def
|
||||||
|
{ /Duplex true def } if
|
||||||
|
currentdict end setpagedevice
|
||||||
|
} {
|
||||||
|
pop pop
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/pdfStartPage {
|
||||||
|
pdfDictSize dict begin
|
||||||
|
/pdfFillCS [] def
|
||||||
|
/pdfFillXform {} def
|
||||||
|
/pdfStrokeCS [] def
|
||||||
|
/pdfStrokeXform {} def
|
||||||
|
/pdfFill [0] def
|
||||||
|
/pdfStroke [0] def
|
||||||
|
/pdfFillOP false def
|
||||||
|
/pdfStrokeOP false def
|
||||||
|
/pdfLastFill false def
|
||||||
|
/pdfLastStroke false def
|
||||||
|
/pdfTextMat [1 0 0 1 0 0] def
|
||||||
|
/pdfFontSize 0 def
|
||||||
|
/pdfCharSpacing 0 def
|
||||||
|
/pdfTextRender 0 def
|
||||||
|
/pdfPatternCS false def
|
||||||
|
/pdfTextRise 0 def
|
||||||
|
/pdfWordSpacing 0 def
|
||||||
|
/pdfHorizScaling 1 def
|
||||||
|
/pdfTextClipPath [] def
|
||||||
|
} def
|
||||||
|
/pdfEndPage { end } def
|
||||||
|
% PDF color state
|
||||||
|
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
|
||||||
|
setcolorspace } def
|
||||||
|
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
|
||||||
|
setcolorspace } def
|
||||||
|
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
|
||||||
|
dup /pdfFill exch def aload pop pdfFillXform setcolor
|
||||||
|
/pdfLastFill true def /pdfLastStroke false def } def
|
||||||
|
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
|
||||||
|
dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
|
||||||
|
/pdfLastStroke true def /pdfLastFill false def } def
|
||||||
|
/op { /pdfFillOP exch def
|
||||||
|
pdfLastFill { pdfFillOP setoverprint } if } def
|
||||||
|
/OP { /pdfStrokeOP exch def
|
||||||
|
pdfLastStroke { pdfStrokeOP setoverprint } if } def
|
||||||
|
/fCol {
|
||||||
|
pdfLastFill not {
|
||||||
|
pdfFillCS setcolorspace
|
||||||
|
pdfFill aload pop pdfFillXform setcolor
|
||||||
|
pdfFillOP setoverprint
|
||||||
|
/pdfLastFill true def /pdfLastStroke false def
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
/sCol {
|
||||||
|
pdfLastStroke not {
|
||||||
|
pdfStrokeCS setcolorspace
|
||||||
|
pdfStroke aload pop pdfStrokeXform setcolor
|
||||||
|
pdfStrokeOP setoverprint
|
||||||
|
/pdfLastStroke true def /pdfLastFill false def
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
% build a font
|
||||||
|
/pdfMakeFont {
|
||||||
|
4 3 roll findfont
|
||||||
|
4 2 roll matrix scale makefont
|
||||||
|
dup length dict begin
|
||||||
|
{ 1 index /FID ne { def } { pop pop } ifelse } forall
|
||||||
|
/Encoding exch def
|
||||||
|
currentdict
|
||||||
|
end
|
||||||
|
definefont pop
|
||||||
|
} def
|
||||||
|
/pdfMakeFont16 {
|
||||||
|
exch findfont
|
||||||
|
dup length dict begin
|
||||||
|
{ 1 index /FID ne { def } { pop pop } ifelse } forall
|
||||||
|
/WMode exch def
|
||||||
|
currentdict
|
||||||
|
end
|
||||||
|
definefont pop
|
||||||
|
} def
|
||||||
|
% graphics state operators
|
||||||
|
/q { gsave pdfDictSize dict begin } def
|
||||||
|
/Q {
|
||||||
|
end grestore
|
||||||
|
/pdfLastFill where {
|
||||||
|
pop
|
||||||
|
pdfLastFill {
|
||||||
|
pdfFillOP setoverprint
|
||||||
|
} {
|
||||||
|
pdfStrokeOP setoverprint
|
||||||
|
} ifelse
|
||||||
|
} if
|
||||||
|
} def
|
||||||
|
/cm { concat } def
|
||||||
|
/d { setdash } def
|
||||||
|
/i { setflat } def
|
||||||
|
/j { setlinejoin } def
|
||||||
|
/J { setlinecap } def
|
||||||
|
/M { setmiterlimit } def
|
||||||
|
/w { setlinewidth } def
|
||||||
|
% path segment operators
|
||||||
|
/m { moveto } def
|
||||||
|
/l { lineto } def
|
||||||
|
/c { curveto } def
|
||||||
|
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
|
||||||
|
neg 0 rlineto closepath } def
|
||||||
|
/h { closepath } def
|
||||||
|
% path painting operators
|
||||||
|
/S { sCol stroke } def
|
||||||
|
/Sf { fCol stroke } def
|
||||||
|
/f { fCol fill } def
|
||||||
|
/f* { fCol eofill } def
|
||||||
|
% clipping operators
|
||||||
|
/W { clip newpath } def
|
||||||
|
/W* { eoclip newpath } def
|
||||||
|
/Ws { strokepath clip newpath } def
|
||||||
|
% text state operators
|
||||||
|
/Tc { /pdfCharSpacing exch def } def
|
||||||
|
/Tf { dup /pdfFontSize exch def
|
||||||
|
dup pdfHorizScaling mul exch matrix scale
|
||||||
|
pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
|
||||||
|
exch findfont exch makefont setfont } def
|
||||||
|
/Tr { /pdfTextRender exch def } def
|
||||||
|
/Tp { /pdfPatternCS exch def } def
|
||||||
|
/Ts { /pdfTextRise exch def } def
|
||||||
|
/Tw { /pdfWordSpacing exch def } def
|
||||||
|
/Tz { /pdfHorizScaling exch def } def
|
||||||
|
% text positioning operators
|
||||||
|
/Td { pdfTextMat transform moveto } def
|
||||||
|
/Tm { /pdfTextMat exch def } def
|
||||||
|
% text string operators
|
||||||
|
/cshow where {
|
||||||
|
pop
|
||||||
|
/cshow2 {
|
||||||
|
dup {
|
||||||
|
pop pop
|
||||||
|
1 string dup 0 3 index put 3 index exec
|
||||||
|
} exch cshow
|
||||||
|
pop pop
|
||||||
|
} def
|
||||||
|
}{
|
||||||
|
/cshow2 {
|
||||||
|
currentfont /FontType get 0 eq {
|
||||||
|
0 2 2 index length 1 sub {
|
||||||
|
2 copy get exch 1 add 2 index exch get
|
||||||
|
2 copy exch 256 mul add
|
||||||
|
2 string dup 0 6 5 roll put dup 1 5 4 roll put
|
||||||
|
3 index exec
|
||||||
|
} for
|
||||||
|
} {
|
||||||
|
dup {
|
||||||
|
1 string dup 0 3 index put 3 index exec
|
||||||
|
} forall
|
||||||
|
} ifelse
|
||||||
|
pop pop
|
||||||
|
} def
|
||||||
|
} ifelse
|
||||||
|
/awcp {
|
||||||
|
exch {
|
||||||
|
false charpath
|
||||||
|
5 index 5 index rmoveto
|
||||||
|
6 index eq { 7 index 7 index rmoveto } if
|
||||||
|
} exch cshow2
|
||||||
|
6 {pop} repeat
|
||||||
|
} def
|
||||||
|
/Tj {
|
||||||
|
fCol
|
||||||
|
1 index stringwidth pdfTextMat idtransform pop
|
||||||
|
sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
|
||||||
|
pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj16 {
|
||||||
|
fCol
|
||||||
|
2 index stringwidth pdfTextMat idtransform pop
|
||||||
|
sub exch div
|
||||||
|
pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj16V {
|
||||||
|
fCol
|
||||||
|
2 index stringwidth pdfTextMat idtransform exch pop
|
||||||
|
sub exch div
|
||||||
|
0 pdfWordSpacing pdfTextMat dtransform 32
|
||||||
|
4 3 roll pdfCharSpacing add 0 exch
|
||||||
|
pdfTextMat dtransform
|
||||||
|
6 5 roll Tj1
|
||||||
|
} def
|
||||||
|
/Tj1 {
|
||||||
|
0 pdfTextRise pdfTextMat dtransform rmoveto
|
||||||
|
currentpoint 8 2 roll
|
||||||
|
pdfTextRender 1 and 0 eq pdfPatternCS not and {
|
||||||
|
6 copy awidthshow
|
||||||
|
} if
|
||||||
|
pdfTextRender 3 and dup 1 eq exch 2 eq or {
|
||||||
|
7 index 7 index moveto
|
||||||
|
6 copy
|
||||||
|
currentfont /FontType get 3 eq { fCol } { sCol } ifelse
|
||||||
|
false awcp currentpoint stroke moveto
|
||||||
|
} if
|
||||||
|
pdfTextRender 4 and 0 ne pdfPatternCS or {
|
||||||
|
8 6 roll moveto
|
||||||
|
false awcp
|
||||||
|
/pdfTextClipPath [ pdfTextClipPath aload pop
|
||||||
|
{/moveto cvx}
|
||||||
|
{/lineto cvx}
|
||||||
|
{/curveto cvx}
|
||||||
|
{/closepath cvx}
|
||||||
|
pathforall ] def
|
||||||
|
currentpoint newpath moveto
|
||||||
|
} {
|
||||||
|
8 {pop} repeat
|
||||||
|
} ifelse
|
||||||
|
0 pdfTextRise neg pdfTextMat dtransform rmoveto
|
||||||
|
} def
|
||||||
|
/TJm { pdfFontSize 0.001 mul mul neg 0
|
||||||
|
pdfTextMat dtransform rmoveto } def
|
||||||
|
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
|
||||||
|
pdfTextMat dtransform rmoveto } def
|
||||||
|
/Tclip { pdfTextClipPath cvx exec clip newpath
|
||||||
|
/pdfTextClipPath [] def } def
|
||||||
|
/Tclip* { pdfTextClipPath cvx exec eoclip newpath
|
||||||
|
/pdfTextClipPath [] def } def
|
||||||
|
% Level 2 image operators
|
||||||
|
/pdfImBuf 100 string def
|
||||||
|
/pdfIm {
|
||||||
|
image
|
||||||
|
{ currentfile pdfImBuf readline
|
||||||
|
not { pop exit } if
|
||||||
|
(%-EOD-) eq { exit } if } loop
|
||||||
|
} def
|
||||||
|
/pdfImM {
|
||||||
|
fCol imagemask
|
||||||
|
{ currentfile pdfImBuf readline
|
||||||
|
not { pop exit } if
|
||||||
|
(%-EOD-) eq { exit } if } loop
|
||||||
|
} def
|
||||||
|
/pr { 2 index 2 index 3 2 roll putinterval 4 add } def
|
||||||
|
/pdfImClip {
|
||||||
|
gsave
|
||||||
|
0 2 4 index length 1 sub {
|
||||||
|
dup 4 index exch 2 copy
|
||||||
|
get 5 index div put
|
||||||
|
1 add 3 index exch 2 copy
|
||||||
|
get 3 index div put
|
||||||
|
} for
|
||||||
|
pop pop rectclip
|
||||||
|
} def
|
||||||
|
/pdfImClipEnd { grestore } def
|
||||||
|
% shading operators
|
||||||
|
/colordelta {
|
||||||
|
false 0 1 3 index length 1 sub {
|
||||||
|
dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
|
||||||
|
pop true
|
||||||
|
} if
|
||||||
|
} for
|
||||||
|
exch pop exch pop
|
||||||
|
} def
|
||||||
|
/funcCol { func n array astore } def
|
||||||
|
/funcSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 6 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
4 index 4 index funcCol dup
|
||||||
|
6 index 4 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
5 index 5 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
6 index 8 index funcCol dup
|
||||||
|
3 1 roll colordelta 3 1 roll
|
||||||
|
colordelta or or or
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add
|
||||||
|
4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
|
||||||
|
6 index 6 index 4 index 4 index 4 index funcSH
|
||||||
|
2 index 6 index 6 index 4 index 4 index funcSH
|
||||||
|
6 index 2 index 4 index 6 index 4 index funcSH
|
||||||
|
5 3 roll 3 2 roll funcSH pop pop
|
||||||
|
} {
|
||||||
|
pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
|
||||||
|
funcCol sc
|
||||||
|
dup 4 index exch mat transform m
|
||||||
|
3 index 3 index mat transform l
|
||||||
|
1 index 3 index mat transform l
|
||||||
|
mat transform l pop pop h f*
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/axialCol {
|
||||||
|
dup 0 lt {
|
||||||
|
pop t0
|
||||||
|
} {
|
||||||
|
dup 1 gt {
|
||||||
|
pop t1
|
||||||
|
} {
|
||||||
|
dt mul t0 add
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
func n array astore
|
||||||
|
} def
|
||||||
|
/axialSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 8 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
2 index axialCol 2 index axialCol colordelta
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add 3 1 roll 2 copy add 0.5 mul
|
||||||
|
dup 4 3 roll exch 4 index axialSH
|
||||||
|
exch 3 2 roll axialSH
|
||||||
|
} {
|
||||||
|
pop 2 copy add 0.5 mul
|
||||||
|
axialCol sc
|
||||||
|
exch dup dx mul x0 add exch dy mul y0 add
|
||||||
|
3 2 roll dup dx mul x0 add exch dy mul y0 add
|
||||||
|
dx abs dy abs ge {
|
||||||
|
2 copy yMin sub dy mul dx div add yMin m
|
||||||
|
yMax sub dy mul dx div add yMax l
|
||||||
|
2 copy yMax sub dy mul dx div add yMax l
|
||||||
|
yMin sub dy mul dx div add yMin l
|
||||||
|
h f*
|
||||||
|
} {
|
||||||
|
exch 2 copy xMin sub dx mul dy div add xMin exch m
|
||||||
|
xMax sub dx mul dy div add xMax exch l
|
||||||
|
exch 2 copy xMax sub dx mul dy div add xMax exch l
|
||||||
|
xMin sub dx mul dy div add xMin exch l
|
||||||
|
h f*
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
/radialCol {
|
||||||
|
dup t0 lt {
|
||||||
|
pop t0
|
||||||
|
} {
|
||||||
|
dup t1 gt {
|
||||||
|
pop t1
|
||||||
|
} if
|
||||||
|
} ifelse
|
||||||
|
func n array astore
|
||||||
|
} def
|
||||||
|
/radialSH {
|
||||||
|
dup 0 eq {
|
||||||
|
true
|
||||||
|
} {
|
||||||
|
dup 8 eq {
|
||||||
|
false
|
||||||
|
} {
|
||||||
|
2 index dt mul t0 add radialCol
|
||||||
|
2 index dt mul t0 add radialCol colordelta
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
{
|
||||||
|
1 add 3 1 roll 2 copy add 0.5 mul
|
||||||
|
dup 4 3 roll exch 4 index radialSH
|
||||||
|
exch 3 2 roll radialSH
|
||||||
|
} {
|
||||||
|
pop 2 copy add 0.5 mul dt mul t0 add
|
||||||
|
radialCol sc
|
||||||
|
encl {
|
||||||
|
exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
0 360 arc h
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
360 0 arcn h f
|
||||||
|
} {
|
||||||
|
2 copy
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a1 a2 arcn
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a2 a1 arcn h
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a1 a2 arc
|
||||||
|
dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
|
||||||
|
a2 a1 arc h f
|
||||||
|
} ifelse
|
||||||
|
} ifelse
|
||||||
|
} def
|
||||||
|
end
|
||||||
|
%%EndResource
|
||||||
|
%%EndProlog
|
||||||
|
%%BeginSetup
|
||||||
|
xpdf begin
|
||||||
|
102 102 false pdfSetup
|
||||||
|
%%EndSetup
|
||||||
|
%%Page: 1 1
|
||||||
|
%%BeginPageSetup
|
||||||
|
%%PageOrientation: Portrait
|
||||||
|
pdfStartPage
|
||||||
|
1 1 translate
|
||||||
|
-1 -1 102 102 re W
|
||||||
|
%%EndPageSetup
|
||||||
|
[] 0 d
|
||||||
|
1 i
|
||||||
|
0 j
|
||||||
|
0 J
|
||||||
|
10 M
|
||||||
|
1 w
|
||||||
|
/DeviceGray {} cs
|
||||||
|
[0] sc
|
||||||
|
/DeviceGray {} CS
|
||||||
|
[0] SC
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
{} settransfer
|
||||||
|
q
|
||||||
|
[1 0 0 1 0 0] cm
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
false op
|
||||||
|
false OP
|
||||||
|
/DeviceCMYK {} cs
|
||||||
|
[0 0 0 1] sc
|
||||||
|
48.5529 13.8574 m
|
||||||
|
48.2474 14.311 l
|
||||||
|
47.3335 15.6677 45.7393 17.5788 43.7213 19.999 c
|
||||||
|
35.0833 30.3551 19.0054 49.6318 15.0863 74.5041 c
|
||||||
|
15.0267 74.8851 l
|
||||||
|
15.4091 74.9378 l
|
||||||
|
20.9203 75.6918 25.6326 79.8684 26.3701 84.6533 c
|
||||||
|
26.4314 85.0482 l
|
||||||
|
26.822 84.9654 l
|
||||||
|
35.3597 83.1617 46.1769 82.1273 56.4987 82.1273 c
|
||||||
|
67.7438 82.1273 77.5998 83.2864 85.0025 85.4793 c
|
||||||
|
85.5799 85.65 l
|
||||||
|
85.4836 85.0555 l
|
||||||
|
80.0558 51.6132 61.6158 29.6614 52.7545 19.1123 c
|
||||||
|
51.0559 17.0909 49.7151 15.4942 48.8696 14.3031 c
|
||||||
|
48.5529 13.8574 l
|
||||||
|
h
|
||||||
|
15.8939 74.2462 m
|
||||||
|
19.8819 49.7599 35.7545 30.7312 44.3021 20.4834 c
|
||||||
|
46.1271 18.2948 47.6079 16.5203 48.5685 15.175 c
|
||||||
|
49.43 16.331 50.6616 17.7973 52.1756 19.599 c
|
||||||
|
60.9415 30.0342 79.1252 51.6798 84.6394 84.5858 c
|
||||||
|
77.237 82.4817 67.5261 81.3708 56.4987 81.3708 c
|
||||||
|
46.2804 81.3708 35.5748 82.3805 27.049 84.1456 c
|
||||||
|
26.0957 79.3202 21.4089 75.1569 15.8939 74.2462 c
|
||||||
|
h
|
||||||
|
48.6655 73.6475 m
|
||||||
|
52.6085 73.9417 54.3294 70.5509 54.0768 65.0786 c
|
||||||
|
53.8787 58.9878 51.5619 56.3598 48.6655 56.5248 c
|
||||||
|
48.6655 73.6475 l
|
||||||
|
h
|
||||||
|
69.0525 64.3493 m
|
||||||
|
60.7867 64.3493 l
|
||||||
|
59.0017 42.3726 l
|
||||||
|
58.1443 37.0446 53.337 34.0843 48.6312 34.3684 c
|
||||||
|
48.6312 54.5051 l
|
||||||
|
54.4405 54.2239 58.142 57.1167 58.4683 65.4454 c
|
||||||
|
58.4683 73.7906 52.9914 75.6862 50.8669 75.8786 c
|
||||||
|
45.3818 75.9849 35.8115 75.3613 33.5047 76.6089 c
|
||||||
|
30.5974 73.7878 l
|
||||||
|
44.3083 73.7878 l
|
||||||
|
44.3083 34.9594 l
|
||||||
|
41.3768 35.2633 39.2428 37.5987 38.1977 42.3479 c
|
||||||
|
37.0947 64.349 l
|
||||||
|
28.77 64.3493 l
|
||||||
|
28.7878 63.841 l
|
||||||
|
31.5448 63.6744 32.3269 60.8516 32.8116 56.8522 c
|
||||||
|
33.0741 54.6851 33.26 52.23 33.5543 49.5306 c
|
||||||
|
33.8394 46.9174 34.0472 44.4526 34.3395 42.1872 c
|
||||||
|
35.1255 36.0882 39.0013 31.686 48.6918 31.3472 c
|
||||||
|
55.8777 31.5731 59.8856 34.1379 61.9019 37.8241 c
|
||||||
|
63.1097 40.0348 63.4961 42.7039 63.7223 45.3611 c
|
||||||
|
64.0335 49.026 64.4122 53.1601 64.7646 56.3165 c
|
||||||
|
65.2944 61.0843 66.0855 64.1129 69.0537 63.7977 c
|
||||||
|
69.0525 64.3493 l
|
||||||
|
h
|
||||||
|
f*
|
||||||
|
Q
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
pdfEndPage
|
||||||
|
%%Trailer
|
||||||
|
end
|
||||||
|
%%DocumentSuppliedResources:
|
||||||
|
%%EOF
|
||||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,820 @@
|
|||||||
|
%!PS-Adobe-3.0
|
||||||
|
%%Pages: (atend)
|
||||||
|
%%BoundingBox: 12 0 360 72
|
||||||
|
%%HiResBoundingBox: 12.000000 0.000000 359.780469 71.697656
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 905 (pswrite)
|
||||||
|
%%CreationDate: 2014/12/09 23:59:51
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_pswrite_2_0_1001 1.001 0
|
||||||
|
/GS_pswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%PageBoundingBox: 0 0 374 72
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_pswrite_2_0_1001 begin
|
||||||
|
374 72 null setpagesize
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 3736 0 0 717 ^ Y
|
||||||
|
0.22914 i
|
||||||
|
K
|
||||||
|
778.99 704 -25 0 0 -163 ^ 0 82.26 71.68 -82.26 30.19 0 2.08 2.98
|
||||||
|
-72.61 80.34 0.23 1.84 66.61 74.83 -1.84 3.02 -27.43 0 -68.91 -80.74 H
|
||||||
|
f
|
||||||
|
957.78 587.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
982.76 565.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1053.04 649.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
1137.89 592.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
1138.58 607.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1288.36 556.99 m
|
||||||
|
-19.8 0 -29.37 15.37 -29.37 38.54 c
|
||||||
|
0 24.55 11.84 39.48 33.01 39.48 c
|
||||||
|
9.11 0 17.53 -2.09 23 -4.15 c
|
||||||
|
0 -66.53 p
|
||||||
|
-8.43 -4.36 -17.99 -7.34 -26.64 -7.34 c
|
||||||
|
h
|
||||||
|
1353.4 554.7 m
|
||||||
|
-7.76 -1.37 -13.41 1.37 -13.41 10.53 c
|
||||||
|
0 149.22 -3.21 2.54 -21.79 -4.12 0 -62.55 p
|
||||||
|
-7.3 1.35 -15.73 2.71 -25.97 2.71 c
|
||||||
|
-33.02 0 -56.02 -23.11 -56.02 -62.43 c
|
||||||
|
0 -35.89 20.39 -52.59 46.74 -52.59 c
|
||||||
|
15.58 0 29.56 4.36 38.5 12.14 c
|
||||||
|
2.06 -8.48 9.17 -12.14 19.25 -12.14 c
|
||||||
|
16.95 0 20.85 8.93 15.91 16.71 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1407 613.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
1535.78 587.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
1560.76 565.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1692.79 653.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
1684 704.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1836.53 541 0 71.46 P
|
||||||
|
0 24.73 -11 40.55 -37.81 40.55 c
|
||||||
|
-16.5 0 -29.79 -5.96 -38.27 -13.52 c
|
||||||
|
-3.21 9.16 -9.16 13.52 -20.39 13.52 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.81 -16.73 c
|
||||||
|
7.56 1.37 13.06 -1.61 13.06 -10.54 c
|
||||||
|
0 -84.74 24.98 0 0 81.57 p
|
||||||
|
10.54 8.02 17.88 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 h
|
||||||
|
f
|
||||||
|
1905.04 649.84 0 13.52 P
|
||||||
|
0 22.23 8.71 30.48 24.75 30.48 c
|
||||||
|
13.06 0 3.44 16.73 -2.52 3.21 -20.39 0 p
|
||||||
|
-26.58 0 -43.31 -18.1 -43.31 -49.95 c
|
||||||
|
0 -13.98 -14.43 0 -3.21 -14.89 2.75 -3.21 14.89 0 0 -90.74 24.98 0 ^
|
||||||
|
28.87 0 2.98 16.27 -2.52 2.98 h
|
||||||
|
f
|
||||||
|
2004.82 537.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
2004.82 555.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2119 613.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
2283.86 637.88 m
|
||||||
|
-5.28 9.85 -15.14 15.13 -30.28 15.13 c
|
||||||
|
-14.45 0 -26.61 -5.96 -35.09 -13.52 c
|
||||||
|
-3.21 9.16 -9.17 13.52 -20.41 13.52 c
|
||||||
|
-17.2 0 -21.1 -8.95 -15.92 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 0 81.47 p
|
||||||
|
10.6 8.01 16.59 10.54 25.57 10.54 c
|
||||||
|
13.36 0 18.43 -8.94 18.43 -24.27 c
|
||||||
|
0 -67.74 25 0 0 70.72 p
|
||||||
|
0 3.43 -0.45 7.09 -1.12 10.3 c
|
||||||
|
11.74 8.47 17.72 11 26.7 11 c
|
||||||
|
13.35 0 18.42 -8.94 18.42 -24.27 c
|
||||||
|
0 -67.74 24.99 0 0 71.46 p
|
||||||
|
0 24.73 -9.21 40.55 -35.59 40.55 c
|
||||||
|
-14.45 0 -27.29 -5.96 -38.53 -15.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2451.78 587.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
2476.76 565.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2547.04 649.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
2635.79 653.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
2627 704.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2751.36 649.84 -46.37 -50.64 0 115.25 -3.21 2.52 -21.78 -4.12 0 -171.86 24.99 0 0 58.2
|
||||||
|
50.96 -58.2 29.15 0 1.84 3.44 -53.71 55.22 0.23 1.83 45.21 44.68 -1.37 3.66 H
|
||||||
|
f
|
||||||
|
2789.02 646.3 41.75 -106.4 5.7 -0.46 -23.27 -50.68 1.6 -4.13 19.62 -4.36 64.58 166.02 -2.07 3.7
|
||||||
|
-21.68 0 -29.2 -84.48 -1.82 0.23 -28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
623.99 360.99 0 54.08 P
|
||||||
|
5.09 0.68 9.72 0.92 18.29 0.92 c
|
||||||
|
20.37 0 34.73 -7.74 34.73 -25.92 c
|
||||||
|
0 -16.36 -10.65 -29.09 -53.01 -29.09 c
|
||||||
|
h
|
||||||
|
623.99 340 m
|
||||||
|
67.74 0 80.01 29.48 80.01 53.02 c
|
||||||
|
0 26.51 -19.77 42.98 -56.52 42.98 c
|
||||||
|
-15.17 0 -33.32 -0.71 -48.48 -1.62 c
|
||||||
|
0 -162.37 25 0 h
|
||||||
|
f
|
||||||
|
758 344.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
762.64 417.96 -20.85 25.89 -14.21 0 -1.83 -2.98 25.89 -41.47 21.54 0 25.89 41.47 -1.84 2.98
|
||||||
|
-13.75 0 H
|
||||||
|
f
|
||||||
|
854.93 384.01 -21.77 -4.14 0 -107.87 24.98 0 0 109.48 H
|
||||||
|
833.85 399.4 15.35 0 33.91 41.02 -1.61 3.44 -22.91 0 -26.12 -41.7 H
|
||||||
|
f
|
||||||
|
924 344.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
1046.82 268.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
1046.82 286.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1180.36 287.99 m
|
||||||
|
-19.8 0 -29.37 15.37 -29.37 38.54 c
|
||||||
|
0 24.55 11.84 39.48 33.01 39.48 c
|
||||||
|
9.11 0 17.53 -2.09 23 -4.15 c
|
||||||
|
0 -66.53 p
|
||||||
|
-8.43 -4.36 -17.99 -7.34 -26.64 -7.34 c
|
||||||
|
h
|
||||||
|
1245.4 285.7 m
|
||||||
|
-7.76 -1.37 -13.41 1.37 -13.41 10.53 c
|
||||||
|
0 149.22 -3.21 2.54 -21.79 -4.12 0 -62.55 p
|
||||||
|
-7.3 1.35 -15.73 2.71 -25.97 2.71 c
|
||||||
|
-33.02 0 -56.02 -23.11 -56.02 -62.43 c
|
||||||
|
0 -35.89 20.39 -52.59 46.74 -52.59 c
|
||||||
|
15.58 0 29.56 4.36 38.5 12.14 c
|
||||||
|
2.06 -8.48 9.17 -12.14 19.25 -12.14 c
|
||||||
|
16.95 0 20.85 8.93 15.91 16.71 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1321.82 268.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
1321.82 286.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1393.02 377.32 41.75 -106.32 27.38 2.29 40.86 104.03 -2.07 3.68 -21.68 0 -29.2 -84.48 -1.82 0.23
|
||||||
|
-28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
1542.89 323.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
1543.58 338.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
1570.16 417.96 -20.85 25.89 -14.21 0 -1.83 -2.98 25.89 -41.47 21.54 0 25.89 41.47 -1.84 2.98
|
||||||
|
-13.75 0 H
|
||||||
|
f
|
||||||
|
1693.36 287.99 m
|
||||||
|
-19.8 0 -29.37 15.37 -29.37 38.54 c
|
||||||
|
0 24.55 11.84 39.48 33.01 39.48 c
|
||||||
|
9.11 0 17.53 -2.09 23 -4.15 c
|
||||||
|
0 -66.53 p
|
||||||
|
-8.43 -4.36 -17.99 -7.34 -26.64 -7.34 c
|
||||||
|
h
|
||||||
|
1758.4 285.7 m
|
||||||
|
-7.76 -1.37 -13.41 1.37 -13.41 10.53 c
|
||||||
|
0 149.22 -3.21 2.54 -21.79 -4.12 0 -62.55 p
|
||||||
|
-7.3 1.35 -15.73 2.71 -25.97 2.71 c
|
||||||
|
-33.02 0 -56.02 -23.11 -56.02 -62.43 c
|
||||||
|
0 -35.89 20.39 -52.59 46.74 -52.59 c
|
||||||
|
15.58 0 29.56 4.36 38.5 12.14 c
|
||||||
|
2.06 -8.48 9.17 -12.14 19.25 -12.14 c
|
||||||
|
16.95 0 20.85 8.93 15.91 16.71 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1802.89 323.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
1803.58 338.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1924.99 326.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2083.36 380.84 -46.37 -50.64 0 115.25 -3.21 2.52 -21.78 -4.12 0 -171.86 24.99 0 0 58.2
|
||||||
|
50.96 -58.2 29.15 0 1.84 3.44 -53.71 55.22 0.23 1.83 45.21 44.68 -1.37 3.66 H
|
||||||
|
f
|
||||||
|
2192.78 318.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
2217.76 296.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
2162.77 399.4 15.35 0 33.91 41.02 -1.61 3.44 -22.91 0 -26.12 -41.7 H
|
||||||
|
f
|
||||||
|
2356.04 380.84 0 13.52 P
|
||||||
|
0 22.23 8.71 30.48 24.75 30.48 c
|
||||||
|
13.06 0 3.44 16.73 -2.52 3.21 -20.39 0 p
|
||||||
|
-26.58 0 -43.31 -18.1 -43.31 -49.95 c
|
||||||
|
0 -13.98 -14.43 0 -3.21 -14.89 2.75 -3.21 14.89 0 0 -90.74 24.98 0 ^
|
||||||
|
28.87 0 2.98 16.27 -2.52 2.98 h
|
||||||
|
f
|
||||||
|
2461.78 318.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
2486.76 296.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2599.36 380.84 -46.37 -50.64 0 115.25 -3.21 2.52 -21.78 -4.12 0 -171.86 24.99 0 0 58.2
|
||||||
|
50.96 -58.2 29.15 0 1.84 3.44 -53.71 55.22 0.23 1.83 45.21 44.68 -1.37 3.66 H
|
||||||
|
f
|
||||||
|
2655.16 379.88 0 -70.42 P
|
||||||
|
0 -24.69 11 -40.47 37.81 -40.47 c
|
||||||
|
16.5 0 29.56 5.96 38.27 13.52 c
|
||||||
|
3.21 -9.16 9.17 -13.52 20.39 -13.52 c
|
||||||
|
17.18 0 20.85 8.92 15.81 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
0 85.28 -3.21 2.53 -21.77 -4.13 0 -80.62 p
|
||||||
|
-10.77 -8.02 -17.87 -10.54 -27.73 -10.54 c
|
||||||
|
-13.52 0 -21.54 8.93 -21.54 24.28 c
|
||||||
|
0 68.48 -3.21 2.52 h
|
||||||
|
f
|
||||||
|
2817.93 447.98 -21.77 -4.12 0 -171.86 24.98 0 0 173.46 H
|
||||||
|
f
|
||||||
|
2890.04 380.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
3011.78 318.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
3036.76 296.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
247.34 166 -25.43 0 0 -108.17 P
|
||||||
|
0 -25.94 -15.58 -36.96 -38.04 -36.96 c
|
||||||
|
-22.68 0 -38.27 10.56 -38.27 36.05 c
|
||||||
|
0 109.09 -25.43 0 0 -108.93 p
|
||||||
|
0 -41.49 26.58 -57.08 63.24 -57.08 c
|
||||||
|
36.2 0 63.93 15.59 63.93 57.31 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
387.53 3 0 71.46 P
|
||||||
|
0 24.73 -11 40.55 -37.81 40.55 c
|
||||||
|
-16.5 0 -29.79 -5.96 -38.27 -13.52 c
|
||||||
|
-3.21 9.16 -9.16 13.52 -20.39 13.52 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.81 -16.73 c
|
||||||
|
7.56 1.37 13.06 -1.61 13.06 -10.54 c
|
||||||
|
0 -84.74 24.98 0 0 81.57 p
|
||||||
|
10.54 8.02 17.88 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 h
|
||||||
|
f
|
||||||
|
449.79 115.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
441 166.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
476.02 108.32 41.75 -106.32 27.38 2.29 40.86 104.03 -2.07 3.68 -21.68 0 -29.2 -84.48 -1.82 0.23
|
||||||
|
-28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
626.89 54.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
627.58 69.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
756 75.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
824.06 3 86.61 0 2.75 16.06 -2.75 3.44 -57.97 -1.14 60.72 79.15 -4.12 11.5 -83.18 0
|
||||||
|
-2.52 -14.94 2.75 -3.44 55.45 0 -61.64 -79.84 H
|
||||||
|
f
|
||||||
|
964.79 115.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
956 166.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1037.04 111.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
1158.78 49.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
1183.76 27.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1317.99 91.99 0 54.08 P
|
||||||
|
5.09 0.68 9.72 0.92 18.29 0.92 c
|
||||||
|
20.37 0 34.73 -7.74 34.73 -25.92 c
|
||||||
|
0 -16.36 -10.65 -29.09 -53.01 -29.09 c
|
||||||
|
h
|
||||||
|
1317.99 71 m
|
||||||
|
67.74 0 80.01 29.48 80.01 53.02 c
|
||||||
|
0 26.51 -19.77 42.98 -56.52 42.98 c
|
||||||
|
-15.17 0 -33.32 -0.71 -48.48 -1.62 c
|
||||||
|
0 -162.37 25 0 h
|
||||||
|
f
|
||||||
|
1471.78 49.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
1496.76 27.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1559.93 178.98 -21.77 -4.12 0 -171.86 24.98 0 0 173.46 H
|
||||||
|
f
|
||||||
|
1656.78 49.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
1681.76 27.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1741.99 57.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1900.36 111.84 -46.37 -50.64 0 115.25 -3.21 2.52 -21.78 -4.12 0 -171.86 24.99 0 0 58.2
|
||||||
|
50.96 -58.2 29.15 0 1.84 3.44 -53.71 55.22 0.23 1.83 45.21 44.68 -1.37 3.66 H
|
||||||
|
f
|
||||||
|
1967.89 54.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
1968.58 69.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
1977.75 130.4 15.35 0 33.91 41.02 -1.6 3.44 -22.91 0 -26.12 -41.7 H
|
||||||
|
f
|
||||||
|
2096.14 84.57 m
|
||||||
|
10.77 8.02 18.1 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 24.98 0 0 71.49 p
|
||||||
|
0 24.75 -11 40.56 -37.81 40.56 c
|
||||||
|
-14.44 0 -25.66 -3.9 -36.43 -12.14 c
|
||||||
|
0 73.55 -3.21 2.52 -21.77 -4.12 0 -171.86 24.98 0 h
|
||||||
|
f
|
||||||
|
2258.82 -0.01 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
2258.82 17.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2398.02 108.32 41.75 -106.32 27.38 2.29 40.86 104.03 -2.07 3.68 -21.68 0 -29.2 -84.48 -1.82 0.23
|
||||||
|
-28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
2671.2 -0.01 m
|
||||||
|
48.57 0 82.26 35.26 82.26 84.49 c
|
||||||
|
0 58.39 -34.37 84.51 -82.26 84.51 c
|
||||||
|
-48.35 0 -82.49 -35.29 -82.49 -84.51 c
|
||||||
|
0 -58.16 34.83 -84.49 82.49 -84.49 c
|
||||||
|
h
|
||||||
|
2616.2 84.34 m
|
||||||
|
0 37.12 22.46 64.62 55 64.62 c
|
||||||
|
33 0 55.22 -27.5 55.22 -64.62 c
|
||||||
|
0 -37.12 -22.23 -64.62 -55 -64.62 c
|
||||||
|
-32.77 0 -55.22 27.5 -55.22 64.62 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2803.93 178.98 -21.77 -4.12 0 -171.86 24.98 0 0 173.46 H
|
||||||
|
f
|
||||||
|
2895.82 -0.01 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
2895.82 17.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3072.86 99.88 m
|
||||||
|
-5.28 9.85 -15.14 15.13 -30.28 15.13 c
|
||||||
|
-14.45 0 -26.61 -5.96 -35.09 -13.52 c
|
||||||
|
-3.21 9.16 -9.17 13.52 -20.41 13.52 c
|
||||||
|
-17.2 0 -21.1 -8.95 -15.92 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 0 81.47 p
|
||||||
|
10.6 8.01 16.59 10.54 25.57 10.54 c
|
||||||
|
13.36 0 18.43 -8.94 18.43 -24.27 c
|
||||||
|
0 -67.74 25 0 0 70.72 p
|
||||||
|
0 3.43 -0.45 7.09 -1.12 10.3 c
|
||||||
|
11.74 8.47 17.72 11 26.7 11 c
|
||||||
|
13.35 0 18.42 -8.94 18.42 -24.27 c
|
||||||
|
0 -67.74 24.99 0 0 71.46 p
|
||||||
|
0 24.73 -9.21 40.55 -35.59 40.55 c
|
||||||
|
-14.45 0 -27.29 -5.96 -38.53 -15.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3234.82 -0.01 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
3234.82 17.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3323.16 110.88 0 -70.42 P
|
||||||
|
0 -24.69 11 -40.47 37.81 -40.47 c
|
||||||
|
16.5 0 29.56 5.96 38.27 13.52 c
|
||||||
|
3.21 -9.16 9.17 -13.52 20.39 -13.52 c
|
||||||
|
17.18 0 20.85 8.92 15.81 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
0 85.28 -3.21 2.53 -21.77 -4.13 0 -80.62 p
|
||||||
|
-10.77 -8.02 -17.87 -10.54 -27.73 -10.54 c
|
||||||
|
-13.52 0 -21.54 8.93 -21.54 24.28 c
|
||||||
|
0 68.48 -3.21 2.52 h
|
||||||
|
f
|
||||||
|
3481.99 57.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3590.79 115.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
3582 166.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
||||||
|
%%EOF
|
||||||
Binary file not shown.
@@ -0,0 +1,850 @@
|
|||||||
|
%!PS-Adobe-3.0
|
||||||
|
%%Pages: (atend)
|
||||||
|
%%BoundingBox: 11 0 369 78
|
||||||
|
%%HiResBoundingBox: 11.999609 0.028125 368.075391 77.176563
|
||||||
|
%.........................................
|
||||||
|
%%Creator: GPL Ghostscript 905 (pswrite)
|
||||||
|
%%CreationDate: 2014/12/09 23:59:52
|
||||||
|
%%DocumentData: Clean7Bit
|
||||||
|
%%LanguageLevel: 2
|
||||||
|
%%EndComments
|
||||||
|
%%BeginProlog
|
||||||
|
% This copyright applies to everything between here and the %%EndProlog:
|
||||||
|
% Copyright (C) 2010 Artifex Software, Inc. All rights reserved.
|
||||||
|
%%BeginResource: procset GS_pswrite_2_0_1001 1.001 0
|
||||||
|
/GS_pswrite_2_0_1001 80 dict dup begin
|
||||||
|
/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
|
||||||
|
4 index eq and{ pop pop pop}{ PageSize dup 1
|
||||||
|
5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
|
||||||
|
{ pop/setpagedevice where
|
||||||
|
{ pop 1 dict dup /PageSize PageSize put setpagedevice}
|
||||||
|
{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
|
||||||
|
setpage}if}ifelse}ifelse}ifelse} bind def
|
||||||
|
/!{bind def}bind def/#{load def}!/N/counttomark #
|
||||||
|
/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
|
||||||
|
/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
|
||||||
|
/w/setlinewidth #/J/setlinecap #
|
||||||
|
/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
|
||||||
|
/m/moveto #/l/lineto #/c/rcurveto #
|
||||||
|
/p{N 2 idiv{N -2 roll rlineto}repeat}!
|
||||||
|
/P{N 0 gt{N -2 roll moveto p}if}!
|
||||||
|
/h{p closepath}!/H{P closepath}!
|
||||||
|
/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
|
||||||
|
/re{4 -2 roll m exch dup lx exch ly neg lx h}!
|
||||||
|
/^{3 index neg 3 index neg}!
|
||||||
|
/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
|
||||||
|
/q/gsave #/Q/grestore #/rf{re fill}!
|
||||||
|
/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
|
||||||
|
/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
|
||||||
|
/|{exch string readstring |=}!
|
||||||
|
/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
|
||||||
|
/@/currentfile #/${+ @ |}!
|
||||||
|
/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
|
||||||
|
3 1 roll}repeat pop pop true}!
|
||||||
|
/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
|
||||||
|
/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
|
||||||
|
/Ic{exch Ix false 3 colorimage}!
|
||||||
|
/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
|
||||||
|
/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
|
||||||
|
/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
|
||||||
|
/@F{@ &2<<F}!/@C{@X &2 FX}!
|
||||||
|
/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
|
||||||
|
/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
|
||||||
|
/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
|
||||||
|
currentdict end image}!
|
||||||
|
/~{@ read {pop} if}!
|
||||||
|
end def
|
||||||
|
%%EndResource
|
||||||
|
/pagesave null def
|
||||||
|
%%EndProlog
|
||||||
|
%%Page: 1 1
|
||||||
|
%%PageBoundingBox: 0 0 374 87
|
||||||
|
%%BeginPageSetup
|
||||||
|
GS_pswrite_2_0_1001 begin
|
||||||
|
374 87 null setpagesize
|
||||||
|
/pagesave save store 197 dict begin
|
||||||
|
0.1 0.1 scale
|
||||||
|
%%EndPageSetup
|
||||||
|
gsave mark
|
||||||
|
Q q
|
||||||
|
0 0 3736 0 0 868 ^ Y
|
||||||
|
0.22914 i
|
||||||
|
K
|
||||||
|
119.99 761.37 0 -162.77 P
|
||||||
|
15.82 -0.91 31.2 -1.6 51.38 -1.6 c
|
||||||
|
51.38 0 87.63 31.18 87.63 82.99 c
|
||||||
|
0 58.46 -34.41 83.01 -87.4 83.01 c
|
||||||
|
-21.56 0 -32.57 -0.71 -51.61 -1.62 c
|
||||||
|
h
|
||||||
|
144.99 741.61 m
|
||||||
|
7.63 0.91 13.88 1.38 26.84 1.38 c
|
||||||
|
37.25 0 60.17 -25.12 60.17 -63.01 c
|
||||||
|
0 -37.43 -23.15 -63 -60.41 -63 c
|
||||||
|
-11.34 0 -18.74 0.23 -26.61 1.14 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
303.89 650.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
304.58 665.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
460.98 692.01 m
|
||||||
|
19.5 0 29.03 -15.23 29.03 -38.18 c
|
||||||
|
0 -24.31 -11.79 -38.85 -32.66 -38.85 c
|
||||||
|
-9.52 0 -17.69 1.82 -23.36 3.86 c
|
||||||
|
0 65.88 p
|
||||||
|
8.62 4.32 18.14 7.28 26.99 7.28 c
|
||||||
|
h
|
||||||
|
395.77 694.25 m
|
||||||
|
7.75 1.38 13.23 -1.6 13.23 -10.54 c
|
||||||
|
0 -141.08 3.24 -2.75 21.75 4.13 0 54.54 p
|
||||||
|
7.75 -1.28 15.95 -2.55 26.2 -2.55 c
|
||||||
|
32.8 0 55.82 23.09 55.82 62.42 c
|
||||||
|
0 35.89 -19.9 52.6 -46.41 52.6 c
|
||||||
|
-15.54 0 -29.25 -4.36 -38.16 -12.14 c
|
||||||
|
-2.06 8.48 -9.14 12.14 -19.43 12.14 c
|
||||||
|
-16.91 0 -20.8 -8.97 -16.23 -16.76 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
600.78 645.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
625.76 623.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
693 671.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
797.04 707.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
954.86 695.88 m
|
||||||
|
-5.28 9.85 -15.14 15.13 -30.28 15.13 c
|
||||||
|
-14.45 0 -26.61 -5.96 -35.09 -13.52 c
|
||||||
|
-3.21 9.16 -9.17 13.52 -20.41 13.52 c
|
||||||
|
-17.2 0 -21.1 -8.95 -15.92 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 0 81.47 p
|
||||||
|
10.6 8.01 16.59 10.54 25.57 10.54 c
|
||||||
|
13.36 0 18.43 -8.94 18.43 -24.27 c
|
||||||
|
0 -67.74 25 0 0 70.72 p
|
||||||
|
0 3.43 -0.45 7.09 -1.12 10.3 c
|
||||||
|
11.74 8.47 17.72 11 26.7 11 c
|
||||||
|
13.35 0 18.42 -8.94 18.42 -24.27 c
|
||||||
|
0 -67.74 24.99 0 0 71.46 p
|
||||||
|
0 24.73 -9.21 40.55 -35.59 40.55 c
|
||||||
|
-14.45 0 -27.29 -5.96 -38.53 -15.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1085.89 650.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
1086.58 665.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1289.53 599 0 71.46 P
|
||||||
|
0 24.73 -11 40.55 -37.81 40.55 c
|
||||||
|
-16.5 0 -29.79 -5.96 -38.27 -13.52 c
|
||||||
|
-3.21 9.16 -9.16 13.52 -20.39 13.52 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.81 -16.73 c
|
||||||
|
7.56 1.37 13.06 -1.61 13.06 -10.54 c
|
||||||
|
0 -84.74 24.98 0 0 81.57 p
|
||||||
|
10.54 8.02 17.88 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 h
|
||||||
|
f
|
||||||
|
1359.04 707.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
1542.82 595.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
1542.82 613.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1660.04 707.84 0 13.52 P
|
||||||
|
0 22.23 8.71 30.48 24.75 30.48 c
|
||||||
|
13.06 0 3.44 16.73 -2.52 3.21 -20.39 0 p
|
||||||
|
-26.58 0 -43.31 -18.1 -43.31 -49.95 c
|
||||||
|
0 -13.98 -14.43 0 -3.21 -14.89 2.75 -3.21 14.89 0 0 -90.74 24.98 0 ^
|
||||||
|
28.87 0 2.98 16.27 -2.52 2.98 h
|
||||||
|
f
|
||||||
|
1889.46 735.89 8.71 18.32 -1.37 3.43 P
|
||||||
|
-15.12 5.5 -27.5 7.35 -46.97 7.35 c
|
||||||
|
-46.98 0 -81.12 -34.6 -81.12 -85.89 c
|
||||||
|
0 -56.55 34.14 -83.12 80.43 -83.12 c
|
||||||
|
21.54 0 38.04 4.58 53.62 11.91 c
|
||||||
|
1.38 3.21 -8.71 17.17 p
|
||||||
|
-14.44 -6.64 -29.56 -10.3 -44 -10.3 c
|
||||||
|
-32.54 0 -55.22 24.96 -55.22 61.59 c
|
||||||
|
0 37.55 22.91 63.43 55.45 63.43 c
|
||||||
|
12.14 0 23.14 -1.83 37.81 -7.1 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1971.82 595.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
1971.82 613.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2149.86 695.88 m
|
||||||
|
-5.28 9.85 -15.14 15.13 -30.28 15.13 c
|
||||||
|
-14.45 0 -26.61 -5.96 -35.09 -13.52 c
|
||||||
|
-3.21 9.16 -9.17 13.52 -20.41 13.52 c
|
||||||
|
-17.2 0 -21.1 -8.95 -15.92 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 0 81.47 p
|
||||||
|
10.6 8.01 16.59 10.54 25.57 10.54 c
|
||||||
|
13.36 0 18.43 -8.94 18.43 -24.27 c
|
||||||
|
0 -67.74 25 0 0 70.72 p
|
||||||
|
0 3.43 -0.45 7.09 -1.12 10.3 c
|
||||||
|
11.74 8.47 17.72 11 26.7 11 c
|
||||||
|
13.35 0 18.42 -8.94 18.42 -24.27 c
|
||||||
|
0 -67.74 24.99 0 0 71.46 p
|
||||||
|
0 24.73 -9.21 40.55 -35.59 40.55 c
|
||||||
|
-14.45 0 -27.29 -5.96 -38.53 -15.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2316.98 692.01 m
|
||||||
|
19.5 0 29.03 -15.23 29.03 -38.18 c
|
||||||
|
0 -24.31 -11.79 -38.85 -32.66 -38.85 c
|
||||||
|
-9.52 0 -17.69 1.82 -23.36 3.86 c
|
||||||
|
0 65.88 p
|
||||||
|
8.62 4.32 18.14 7.28 26.99 7.28 c
|
||||||
|
h
|
||||||
|
2251.77 694.25 m
|
||||||
|
7.75 1.38 13.23 -1.6 13.23 -10.54 c
|
||||||
|
0 -141.08 3.24 -2.75 21.75 4.13 0 54.54 p
|
||||||
|
7.75 -1.28 15.95 -2.55 26.2 -2.55 c
|
||||||
|
32.8 0 55.82 23.09 55.82 62.42 c
|
||||||
|
0 35.89 -19.9 52.6 -46.41 52.6 c
|
||||||
|
-15.54 0 -29.25 -4.36 -38.16 -12.14 c
|
||||||
|
-2.06 8.48 -9.14 12.14 -19.43 12.14 c
|
||||||
|
-16.91 0 -20.8 -8.97 -16.23 -16.76 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2403.16 706.88 0 -70.42 P
|
||||||
|
0 -24.69 11 -40.47 37.81 -40.47 c
|
||||||
|
16.5 0 29.56 5.96 38.27 13.52 c
|
||||||
|
3.21 -9.16 9.17 -13.52 20.39 -13.52 c
|
||||||
|
17.18 0 20.85 8.92 15.81 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
0 85.28 -3.21 2.53 -21.77 -4.13 0 -80.62 p
|
||||||
|
-10.77 -8.02 -17.87 -10.54 -27.73 -10.54 c
|
||||||
|
-13.52 0 -21.54 8.93 -21.54 24.28 c
|
||||||
|
0 68.48 -3.21 2.52 h
|
||||||
|
f
|
||||||
|
2573.04 707.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
2657.89 650.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
2658.58 665.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2787 671.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
2964.77 595.99 m
|
||||||
|
41.93 0 59.35 21.98 59.35 46.94 c
|
||||||
|
0 23.13 -10.54 36.87 -44.91 51.75 c
|
||||||
|
-21.77 8.93 -30.7 17.86 -30.7 29.31 c
|
||||||
|
0 11.22 8.25 19.92 24.75 19.92 c
|
||||||
|
13.29 0 24.75 -2.75 37.81 -7.55 c
|
||||||
|
8.02 18.55 -1.37 3.21 p
|
||||||
|
-17.41 6.41 -28.18 6.89 -43.54 6.89 c
|
||||||
|
-35.75 0 -52.25 -21.77 -52.25 -41.93 c
|
||||||
|
0 -22.67 9.63 -36.41 41.25 -49.91 c
|
||||||
|
23.37 -9.62 34.37 -19 34.37 -33.43 c
|
||||||
|
0 -13.97 -14.44 -23.12 -31.85 -23.12 c
|
||||||
|
-13.75 0 -28.41 4.12 -39.18 8.47 c
|
||||||
|
-7.79 -17.86 1.61 -3.43 p
|
||||||
|
13.52 -5.5 29.33 -7.79 44.45 -7.79 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3070.99 653.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3180.79 711.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
3172 762.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3240.89 650.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
3241.58 665.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3445.53 599 0 71.46 P
|
||||||
|
0 24.73 -11 40.55 -37.81 40.55 c
|
||||||
|
-16.5 0 -29.79 -5.96 -38.27 -13.52 c
|
||||||
|
-3.21 9.16 -9.16 13.52 -20.39 13.52 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.81 -16.73 c
|
||||||
|
7.56 1.37 13.06 -1.61 13.06 -10.54 c
|
||||||
|
0 -84.74 24.98 0 0 81.57 p
|
||||||
|
10.54 8.02 17.88 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 h
|
||||||
|
f
|
||||||
|
3502.99 653.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3607.89 650.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
3608.58 665.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
923.99 330 0 71 48.46 0 3.25 18.2 -2.09 2.8 -49.62 0 0 50.01 66.8 0
|
||||||
|
3.24 18.2 -2.07 2.8 -92.96 0 0 -163 H
|
||||||
|
f
|
||||||
|
1051.78 376.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
1076.76 354.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1135.99 384.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1223.16 437.88 0 -70.42 P
|
||||||
|
0 -24.69 11 -40.47 37.81 -40.47 c
|
||||||
|
16.5 0 29.56 5.96 38.27 13.52 c
|
||||||
|
3.21 -9.16 9.17 -13.52 20.39 -13.52 c
|
||||||
|
17.18 0 20.85 8.92 15.81 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
0 85.28 -3.21 2.53 -21.77 -4.13 0 -80.62 p
|
||||||
|
-10.77 -8.02 -17.87 -10.54 -27.73 -10.54 c
|
||||||
|
-13.52 0 -21.54 8.93 -21.54 24.28 c
|
||||||
|
0 68.48 -3.21 2.52 h
|
||||||
|
f
|
||||||
|
1385.93 505.98 -21.77 -4.12 0 -171.86 24.98 0 0 173.46 H
|
||||||
|
f
|
||||||
|
1458.04 438.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
1509.02 435.3 41.75 -106.4 5.7 -0.46 -23.27 -50.68 1.6 -4.13 19.62 -4.36 64.58 166.02 -2.07 3.7
|
||||||
|
-21.68 0 -29.2 -84.48 -1.82 0.23 -28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
1758.82 326.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
1758.82 344.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1876.04 438.84 0 13.52 P
|
||||||
|
0 22.23 8.71 30.48 24.75 30.48 c
|
||||||
|
13.06 0 3.44 16.73 -2.52 3.21 -20.39 0 p
|
||||||
|
-26.58 0 -43.31 -18.1 -43.31 -49.95 c
|
||||||
|
0 -13.98 -14.43 0 -3.21 -14.89 2.75 -3.21 14.89 0 0 -90.74 24.98 0 ^
|
||||||
|
28.87 0 2.98 16.27 -2.52 2.98 h
|
||||||
|
f
|
||||||
|
2030.77 326.99 m
|
||||||
|
41.93 0 59.35 21.98 59.35 46.94 c
|
||||||
|
0 23.13 -10.54 36.87 -44.91 51.75 c
|
||||||
|
-21.77 8.93 -30.7 17.86 -30.7 29.31 c
|
||||||
|
0 11.22 8.25 19.92 24.75 19.92 c
|
||||||
|
13.29 0 24.75 -2.75 37.81 -7.55 c
|
||||||
|
8.02 18.55 -1.37 3.21 p
|
||||||
|
-17.41 6.41 -28.18 6.89 -43.54 6.89 c
|
||||||
|
-35.75 0 -52.25 -21.77 -52.25 -41.93 c
|
||||||
|
0 -22.67 9.63 -36.41 41.25 -49.91 c
|
||||||
|
23.37 -9.62 34.37 -19 34.37 -33.43 c
|
||||||
|
0 -13.97 -14.44 -23.12 -31.85 -23.12 c
|
||||||
|
-13.75 0 -28.41 4.12 -39.18 8.47 c
|
||||||
|
-7.79 -17.86 1.61 -3.43 p
|
||||||
|
13.52 -5.5 29.33 -7.79 44.45 -7.79 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2136.99 384.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2245.79 442.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
2237 493.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2305.89 381.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
2306.58 396.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2510.53 330 0 71.46 P
|
||||||
|
0 24.73 -11 40.55 -37.81 40.55 c
|
||||||
|
-16.5 0 -29.79 -5.96 -38.27 -13.52 c
|
||||||
|
-3.21 9.16 -9.16 13.52 -20.39 13.52 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.81 -16.73 c
|
||||||
|
7.56 1.37 13.06 -1.61 13.06 -10.54 c
|
||||||
|
0 -84.74 24.98 0 0 81.57 p
|
||||||
|
10.54 8.02 17.88 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 h
|
||||||
|
f
|
||||||
|
2568.99 384.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2672.89 381.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
2673.58 396.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
375.99 149.99 0 54.08 P
|
||||||
|
5.09 0.68 9.72 0.92 18.29 0.92 c
|
||||||
|
20.37 0 34.73 -7.74 34.73 -25.92 c
|
||||||
|
0 -16.36 -10.65 -29.09 -53.01 -29.09 c
|
||||||
|
h
|
||||||
|
375.99 129 m
|
||||||
|
67.74 0 80.01 29.48 80.01 53.02 c
|
||||||
|
0 26.51 -19.77 42.98 -56.52 42.98 c
|
||||||
|
-15.17 0 -33.32 -0.71 -48.48 -1.62 c
|
||||||
|
0 -162.37 25 0 h
|
||||||
|
f
|
||||||
|
529.78 107.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
554.76 85.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
617.93 236.98 -21.77 -4.12 0 -171.86 24.98 0 0 173.46 H
|
||||||
|
f
|
||||||
|
714.78 107.29 0 -23.14 P
|
||||||
|
-7.56 -5.27 -15.58 -8.48 -24.52 -8.48 c
|
||||||
|
-7.79 0 -14.44 4.13 -14.44 11.69 c
|
||||||
|
0 11.46 10.31 18.1 38.95 19.93 c
|
||||||
|
h
|
||||||
|
739.76 85.2 0 50.07 P
|
||||||
|
0 30.18 -18.56 37.74 -41.02 37.74 c
|
||||||
|
-13.52 0 -28.87 -2.07 -40.79 -5.73 c
|
||||||
|
-2.06 -3.66 4.81 -15.09 p
|
||||||
|
12.6 3.66 21.54 5.95 31.62 5.95 c
|
||||||
|
15.35 0 23.83 -7.77 22.45 -30.41 c
|
||||||
|
-11.91 -1.14 p
|
||||||
|
-38.95 -4.8 -53.16 -16.92 -53.16 -38.18 c
|
||||||
|
0 -18.75 13.98 -26.75 31.85 -26.75 c
|
||||||
|
15.35 0 25.2 3.89 35.97 12.6 c
|
||||||
|
2.52 -8.48 9.17 -12.6 19.71 -12.6 c
|
||||||
|
16.96 0 20.85 8.92 15.58 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
798.99 115.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
957.36 169.84 -46.37 -50.64 0 115.25 -3.21 2.52 -21.78 -4.12 0 -171.86 24.99 0 0 58.2
|
||||||
|
50.96 -58.2 29.15 0 1.84 3.44 -53.71 55.22 0.23 1.83 45.21 44.68 -1.37 3.66 H
|
||||||
|
f
|
||||||
|
996.02 166.3 41.75 -106.4 5.7 -0.46 -23.27 -50.68 1.6 -4.13 19.62 -4.36 64.58 166.02 -2.07 3.7
|
||||||
|
-21.68 0 -29.2 -84.48 -1.82 0.23 -28.75 84.25 -24.18 0 H
|
||||||
|
1041.12 188.4 15.35 0 33.91 41.02 -1.6 3.44 -22.91 0 -26.12 -41.7 H
|
||||||
|
f
|
||||||
|
1325.34 224 -25.43 0 0 -108.17 P
|
||||||
|
0 -25.94 -15.58 -36.96 -38.04 -36.96 c
|
||||||
|
-22.68 0 -38.27 10.56 -38.27 36.05 c
|
||||||
|
0 109.09 -25.43 0 0 -108.93 p
|
||||||
|
0 -41.49 26.58 -57.08 63.24 -57.08 c
|
||||||
|
36.2 0 63.93 15.59 63.93 57.31 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1465.53 61 0 71.46 P
|
||||||
|
0 24.73 -11 40.55 -37.81 40.55 c
|
||||||
|
-16.5 0 -29.79 -5.96 -38.27 -13.52 c
|
||||||
|
-3.21 9.16 -9.16 13.52 -20.39 13.52 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.81 -16.73 c
|
||||||
|
7.56 1.37 13.06 -1.61 13.06 -10.54 c
|
||||||
|
0 -84.74 24.98 0 0 81.57 p
|
||||||
|
10.54 8.02 17.88 10.54 27.73 10.54 c
|
||||||
|
13.52 0 21.54 -8.93 21.54 -24.29 c
|
||||||
|
0 -67.82 h
|
||||||
|
f
|
||||||
|
1527.79 173.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
1519 224.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1554.02 166.32 41.75 -106.32 27.38 2.29 40.86 104.03 -2.07 3.68 -21.68 0 -29.2 -84.48 -1.82 0.23
|
||||||
|
-28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
1704.89 112.64 70.35 0 2.52 3.2 P
|
||||||
|
0 37.95 -14.21 57.17 -43.77 57.17 c
|
||||||
|
-27.04 0 -54.99 -17.62 -54.99 -59 c
|
||||||
|
0 -41.38 22.91 -56.02 52.47 -56.02 c
|
||||||
|
15.35 0 25.66 1.6 38.95 6.63 c
|
||||||
|
1.14 4.12 -5.27 15.32 p
|
||||||
|
-11.23 -3.66 -19.25 -5.48 -31.62 -5.48 c
|
||||||
|
-20.16 0 -29.56 12.8 -29.79 34.07 c
|
||||||
|
h
|
||||||
|
1705.58 127.45 m
|
||||||
|
2.52 19.71 14.66 27.5 27.04 27.5 c
|
||||||
|
13.75 0 20.16 -10.54 20.85 -26.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
1835 133.07 m
|
||||||
|
7.14 11.9 19.35 16.94 27.87 16.94 c
|
||||||
|
5.3 0 9.44 -1.56 14.05 -4.23 c
|
||||||
|
3.91 0.69 9.22 18.98 -1.37 3.89 p
|
||||||
|
-5.5 2.52 -12.14 3.66 -18.33 3.66 c
|
||||||
|
-15.35 0 -29.33 -9.38 -35.97 -21.04 c
|
||||||
|
-0.92 16 -10.08 21.04 -21.31 21.04 c
|
||||||
|
-17.18 0 -21.08 -8.95 -15.9 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 h
|
||||||
|
f
|
||||||
|
1944.68 173.01 m
|
||||||
|
-29.1 0 -42.16 -13.5 -42.16 -31.34 c
|
||||||
|
0 -17.83 11 -23.78 29.1 -32.7 c
|
||||||
|
16.04 -7.77 22 -12.8 22 -19.43 c
|
||||||
|
0 -8.46 -6.41 -13.95 -18.1 -13.95 c
|
||||||
|
-9.16 0 -20.85 4.11 -31.16 7.77 c
|
||||||
|
-6.64 -15.55 2.29 -3.43 p
|
||||||
|
13.29 -4.8 25.89 -6.4 38.5 -6.4 c
|
||||||
|
22.91 0 41.47 10.06 41.47 32.24 c
|
||||||
|
0 18.06 -11.23 26.06 -28.64 34.52 c
|
||||||
|
-16.95 8 -22.45 12.8 -22.45 18.52 c
|
||||||
|
0 6.63 5.04 11.43 16.04 11.43 c
|
||||||
|
7.79 0 18.1 -2.52 26.81 -5.49 c
|
||||||
|
5.73 16.23 -2.06 3.43 p
|
||||||
|
-11.23 2.74 -20.16 4.13 -30.71 4.13 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2030.79 173.05 -21.78 -4.12 0 -107.93 24.99 0 0 109.53 H
|
||||||
|
2022 224.99 m
|
||||||
|
-9.16 0 -16.5 -6.82 -16.5 -15.91 c
|
||||||
|
0 -7.5 6.18 -14.08 15.58 -14.08 c
|
||||||
|
10.31 0 16.73 8.18 16.73 16.36 c
|
||||||
|
0 7.95 -5.27 13.64 -15.81 13.64 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2103.04 169.88 0 36.84 -3.21 2.54 -21.77 -4.14 0 -35.23 -14.43 0 -3.21 -14.87 2.75 -3.2
|
||||||
|
14.89 0 0 -62 P
|
||||||
|
0 -21.51 11.46 -31.8 30.02 -31.8 c
|
||||||
|
12.37 0 23.14 2.06 33.91 5.04 c
|
||||||
|
2.06 3.43 -5.04 16.25 p
|
||||||
|
-10.08 -2.75 -16.27 -4.12 -22.91 -4.12 c
|
||||||
|
-8.94 0 -13.06 5.72 -13.06 15.56 c
|
||||||
|
0 57.66 31.16 0 2.98 16.25 -2.75 2.97 h
|
||||||
|
f
|
||||||
|
2154.02 166.3 41.75 -106.4 5.7 -0.46 -23.27 -50.68 1.6 -4.13 19.62 -4.36 64.58 166.02 -2.07 3.7
|
||||||
|
-21.68 0 -29.2 -84.48 -1.82 0.23 -28.75 84.25 -24.18 0 H
|
||||||
|
f
|
||||||
|
2427.2 57.99 m
|
||||||
|
48.57 0 82.26 35.26 82.26 84.49 c
|
||||||
|
0 58.39 -34.37 84.51 -82.26 84.51 c
|
||||||
|
-48.35 0 -82.49 -35.29 -82.49 -84.51 c
|
||||||
|
0 -58.16 34.83 -84.49 82.49 -84.49 c
|
||||||
|
h
|
||||||
|
2372.2 142.34 m
|
||||||
|
0 37.12 22.46 64.62 55 64.62 c
|
||||||
|
33 0 55.22 -27.5 55.22 -64.62 c
|
||||||
|
0 -37.12 -22.23 -64.62 -55 -64.62 c
|
||||||
|
-32.77 0 -55.22 27.5 -55.22 64.62 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2559.93 236.98 -21.77 -4.12 0 -171.86 24.98 0 0 173.46 H
|
||||||
|
f
|
||||||
|
2651.82 57.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
2651.82 75.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2828.86 157.88 m
|
||||||
|
-5.28 9.85 -15.14 15.13 -30.28 15.13 c
|
||||||
|
-14.45 0 -26.61 -5.96 -35.09 -13.52 c
|
||||||
|
-3.21 9.16 -9.17 13.52 -20.41 13.52 c
|
||||||
|
-17.2 0 -21.1 -8.95 -15.92 -16.73 c
|
||||||
|
7.43 1.37 12.84 -1.61 12.84 -10.54 c
|
||||||
|
0 -84.74 25 0 0 81.47 p
|
||||||
|
10.6 8.01 16.59 10.54 25.57 10.54 c
|
||||||
|
13.36 0 18.43 -8.94 18.43 -24.27 c
|
||||||
|
0 -67.74 25 0 0 70.72 p
|
||||||
|
0 3.43 -0.45 7.09 -1.12 10.3 c
|
||||||
|
11.74 8.47 17.72 11 26.7 11 c
|
||||||
|
13.35 0 18.42 -8.94 18.42 -24.27 c
|
||||||
|
0 -67.74 24.99 0 0 71.46 p
|
||||||
|
0 24.73 -9.21 40.55 -35.59 40.55 c
|
||||||
|
-14.45 0 -27.29 -5.96 -38.53 -15.12 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
2990.82 57.99 m
|
||||||
|
33.46 0 56.6 21.49 56.6 57.39 c
|
||||||
|
0 42.75 -23.6 57.63 -56.6 57.63 c
|
||||||
|
-33.68 0 -56.82 -21.5 -56.82 -57.63 c
|
||||||
|
0 -42.53 23.6 -57.39 56.82 -57.39 c
|
||||||
|
h
|
||||||
|
2990.82 75.44 m
|
||||||
|
-17.41 0 -30.7 16.5 -30.7 39.87 c
|
||||||
|
0 29.79 13.06 40.1 30.48 40.1 c
|
||||||
|
17.41 0 30.93 -16.5 30.93 -40.1 c
|
||||||
|
0 -29.79 -13.52 -39.87 -30.71 -39.87 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
3079.16 168.88 0 -70.42 P
|
||||||
|
0 -24.69 11 -40.47 37.81 -40.47 c
|
||||||
|
16.5 0 29.56 5.96 38.27 13.52 c
|
||||||
|
3.21 -9.16 9.17 -13.52 20.39 -13.52 c
|
||||||
|
17.18 0 20.85 8.92 15.81 16.69 c
|
||||||
|
-7.56 -1.37 -13.06 1.37 -13.06 10.52 c
|
||||||
|
0 85.28 -3.21 2.53 -21.77 -4.13 0 -80.62 p
|
||||||
|
-10.77 -8.02 -17.87 -10.54 -27.73 -10.54 c
|
||||||
|
-13.52 0 -21.54 8.93 -21.54 24.28 c
|
||||||
|
0 68.48 -3.21 2.52 h
|
||||||
|
f
|
||||||
|
3237.99 115.27 m
|
||||||
|
0 20.77 8 36.74 31.98 36.74 c
|
||||||
|
5.94 0 14.62 -1.25 21.47 -3.48 c
|
||||||
|
7.09 17.15 -1.61 3.66 p
|
||||||
|
-10.31 2.52 -17.87 3.66 -28.41 3.66 c
|
||||||
|
-33.68 0 -57.51 -22.42 -57.51 -59 c
|
||||||
|
0 -41.16 21.77 -56.02 51.1 -56.02 c
|
||||||
|
14.21 0 24.29 1.82 37.35 6.59 c
|
||||||
|
1.38 4.09 -5.5 15.23 p
|
||||||
|
-11.19 -3.29 -19.19 -4.93 -28.09 -4.93 c
|
||||||
|
-18.5 0 -29.24 13.23 -29.24 36.28 c
|
||||||
|
h
|
||||||
|
f
|
||||||
|
cleartomark end end pagesave restore
|
||||||
|
showpage
|
||||||
|
%%PageTrailer
|
||||||
|
%%Trailer
|
||||||
|
%%Pages: 1
|
||||||
|
%%EOF
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
\ProvidesFile{iso-authoryear.bbx}[2011/06/08]
|
||||||
|
\newcommand\MethodFormat{}
|
||||||
|
\def\printextrayear{\newunit\newblock\printfield{year}\printfield{extrayear}}
|
||||||
|
\newbibmacro*{year-label}{\ifnameundef{author}{\ifnameundef{editor}{}{\printextrayear}}{\printextrayear}}
|
||||||
|
\ExecuteBibliographyOptions{%
|
||||||
|
%spacecolon=true
|
||||||
|
sorting=nyt
|
||||||
|
}
|
||||||
|
\RequireBibliographyStyle{iso}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
\ProvidesFile{iso-authoryear.cbx}[2011/06/08]
|
||||||
|
\RequireCitationStyle{authoryear}
|
||||||
|
\renewbibmacro*{cite:labelyear+extrayear}{%
|
||||||
|
\iffieldundef{labelyear}
|
||||||
|
{}
|
||||||
|
{\addcomma\addspace\printtext[bibhyperref]{%
|
||||||
|
\printfield{labelyear}%
|
||||||
|
\printfield{extrayear}}}}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
\ProvidesFile{iso-numeric.bbx}[2011/06/08]
|
||||||
|
|
||||||
|
\newbibmacro*{year-label}{}%
|
||||||
|
|
||||||
|
\newcommand\MethodFormat{%
|
||||||
|
\printtext[labelnumberwidth]{%
|
||||||
|
\printfield{prefixnumber}%
|
||||||
|
\printfield{labelnumber}}%
|
||||||
|
}%
|
||||||
|
\ExecuteBibliographyOptions{%
|
||||||
|
sorting=none
|
||||||
|
,labelnumber
|
||||||
|
}
|
||||||
|
\RequireBibliographyStyle{iso}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
\ProvidesFile{iso-numeric.cbx}[2011/06/08]
|
||||||
|
\RequireCitationStyle{numeric}
|
||||||
@@ -0,0 +1,484 @@
|
|||||||
|
\ProvidesFile{iso.bbx}[2011/01/09 v1.0 biblatex bibliography style]
|
||||||
|
\DeclareLanguageMapping{czech}{czech-iso}
|
||||||
|
\DeclareLanguageMapping{english}{english-iso}
|
||||||
|
\NewBibliographyString{urlalso,urlcomercial}
|
||||||
|
%options
|
||||||
|
|
||||||
|
%switch space before colon in titles etc.
|
||||||
|
\newboolean{bbx@tcolon}
|
||||||
|
\DeclareBibliographyOption{spacecolon}[true]{\setboolean{bbx@tcolon}{#1}}
|
||||||
|
|
||||||
|
% \newboolean{cbx@numeric}
|
||||||
|
% \setboolean{cbx@numeric}{false}
|
||||||
|
% \newbibmacro*{year-label}{}
|
||||||
|
% \newcommand\MethodFormat{}
|
||||||
|
% \DeclareBibliographyOption{method}[authoryear]{%
|
||||||
|
% \ifstrequal{#1}{authoryear}{%
|
||||||
|
% \renewbibmacro*{year-label}{\newunit\printfield{year}\printfield{extrayear}}%
|
||||||
|
% \setboolean{cbx@numeric}{false}%
|
||||||
|
% }{}%
|
||||||
|
% \ifstrequal{#1}{numeric}{%
|
||||||
|
% \renewcommand\MethodFormat{%
|
||||||
|
% \printtext[labelnumberwidth]{%
|
||||||
|
% \printfield{prefixnumber}%
|
||||||
|
% \printfield{labelnumber}}%
|
||||||
|
% }%
|
||||||
|
% \ExecuteBibliographyOptions{%
|
||||||
|
% sorting=none
|
||||||
|
% ,labelnumber
|
||||||
|
% }
|
||||||
|
% \setboolean{cbx@numeric}{true}%
|
||||||
|
% }{}%
|
||||||
|
% }
|
||||||
|
|
||||||
|
\ExecuteBibliographyOptions{%
|
||||||
|
%spacecolon=true
|
||||||
|
%sorting=nyt
|
||||||
|
,maxnames=5
|
||||||
|
,minnames=3
|
||||||
|
%,babel=other
|
||||||
|
%,method=authoryear
|
||||||
|
,urldate=iso8601
|
||||||
|
}
|
||||||
|
\newbibmacro*{begentry}{}
|
||||||
|
%commands
|
||||||
|
%select main language of bibliography. this is needed in fields like number of pages etc.
|
||||||
|
%main language is last in babel params list. so if we have \usepackage[english,czech]{babel}, main language is czech
|
||||||
|
\newlength{\trashlength}
|
||||||
|
%\newcommand\mainlanguage@n{\expandafter\bbl@set@language\expandafter{\bbl@main@language}{\settowidth{\trashlength}{\expandafter\bbl@set@language\expandafter{\bbl@main@language}}\kern-\dimexpr \trashlength\relax}}%
|
||||||
|
|
||||||
|
%\newcommand\mainlanguage@n{\expandafter\blx@langsetup\expandafter{\bbl@main@language}}
|
||||||
|
\newcommand\mainlanguage@n{\csuse{abx@strings@\bbl@main@language}}
|
||||||
|
% Select main document language
|
||||||
|
% \newcommand\mainlanguage@n{\setbox0=\hbox{
|
||||||
|
% \expandafter\bbl@set@language\expandafter{\bbl@main@language}}%
|
||||||
|
% }
|
||||||
|
%\newcommand\mainlanguage@n{\edef\blx@languagename{\bbl@main@language}}
|
||||||
|
% %\newcommand\mainlanguage@n{%
|
||||||
|
% \edef\languagename{\bbl@main@language}
|
||||||
|
% \bbl@switch{\languagename}%
|
||||||
|
%}
|
||||||
|
%\newcommand\mainlanguage@n{\expandafter\bbl@set@language\expandafter{\bbl@main@language}}
|
||||||
|
|
||||||
|
\newcommand\mainsstring[1]{\bgroup\mainlanguage@n\bibsstring{#1}\egroup}
|
||||||
|
%\newcommand\mainsstring[1]{\mainlanguage@n\csuse{abx@sstr@#1}}
|
||||||
|
%\newcommand\mainsstring[1]{\otherlanguage{#1}\bibsstring\endotherlanguage}
|
||||||
|
%\newcommand\mainlstring[1]{\mainlanguage@n\biblstring{#1}}
|
||||||
|
\newcommand\mainlstring[1]{\bgroup\mainlanguage@n\csuse{abx@lstr@#1}\egroup}
|
||||||
|
%\newcommand\mainlstring[1]{\unskip\ignorespaces\expandafter\otherlanguage\expandafter{\bbl@main@language}\unskip\biblstring{#1}\unskip\endotherlanguage\unskip}
|
||||||
|
%\newcommand\mainlstring[1]{\blx@bibstring{czech}{abx@lstr}{#1}}
|
||||||
|
\newcommand\tcolon{%colon between location and publisher, title and subtitle etc.
|
||||||
|
\def\colo@n{\printtext{:}}%
|
||||||
|
\ifthenelse{\boolean{bbx@tcolon}}{\addspace\colo@n}{\colo@n}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\renewcommand\subtitlepunct{\tcolon}
|
||||||
|
\renewcommand\andmoredelim{}
|
||||||
|
\renewcommand\multinamedelim{\addsemicolon\addspace}
|
||||||
|
\renewcommand\mkbibnamelast[1]{#1}
|
||||||
|
\renewcommand\finalnamedelim{\multinamedelim}
|
||||||
|
\renewcommand\andothersdelim{\addspace}
|
||||||
|
|
||||||
|
|
||||||
|
\defbibenvironment{bibliography}
|
||||||
|
{\list
|
||||||
|
{\MethodFormat}
|
||||||
|
{\setlength{\leftmargin}{\bibhang}%
|
||||||
|
\setlength{\itemindent}{-\leftmargin}%
|
||||||
|
\setlength{\itemsep}{\bibitemsep}%
|
||||||
|
\setlength{\parsep}{\bibparsep}}%
|
||||||
|
\renewcommand*{\makelabel}[1]{\hss##1}
|
||||||
|
%\raggedright}
|
||||||
|
}
|
||||||
|
{\endlist}
|
||||||
|
{\item}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%%
|
||||||
|
%\DeclareListFormat{publisher}{\printtext[colon]{#1}}
|
||||||
|
\DeclareFieldFormat*{title}{#1}
|
||||||
|
\DeclareFieldFormat*{subtitle}{#1}
|
||||||
|
\DeclareFieldFormat*{chapter}{#1}
|
||||||
|
\DeclareFieldFormat*{pagetotal}{#1}
|
||||||
|
\DeclareFieldFormat*{volume}{\bibsstring{jourvol}\space#1}
|
||||||
|
\DeclareFieldFormat*{emphatize}{\emph{#1}}
|
||||||
|
\DeclareFieldFormat*{edition}{%
|
||||||
|
\ifnumeral{#1}%
|
||||||
|
{\mkbibordedition{#1}\addnbspace\bibsstring{edition}}%
|
||||||
|
{%
|
||||||
|
%\ifstrequal{#1}{first}{\mkbibordedition{1}}{%
|
||||||
|
% \ifstrequal{#1}{second}{\mkbibordedition{2}}{
|
||||||
|
% \ifstrequal{#1}{third}{\mkbibordedition{3}}{
|
||||||
|
\MakeCapital{#1}}%}}%
|
||||||
|
}
|
||||||
|
\DeclareFieldFormat*{pages}{\mainsstring{pages}\space\printtext{#1}}
|
||||||
|
\DeclareFieldFormat*{number}{\bibsstring{number}\addspace\printtext{#1}}
|
||||||
|
\DeclareFieldFormat*{url}{\url{#1}}
|
||||||
|
\DeclareFieldFormat*{doi}{\url{http://dx.doi.org/#1}}
|
||||||
|
|
||||||
|
\DeclareFieldFormat{sbrackets}{[#1]}
|
||||||
|
%\DeclareFieldFormat{rbrackets}{\printtext{$\langle$}#1\printtext{$\rangle$}}
|
||||||
|
\DeclareFieldFormat{rbrackets}{$\langle$#1$\rangle$}
|
||||||
|
\DeclareFieldFormat{colon}{\printtext{\tcolon}\addspace#1}
|
||||||
|
\DeclareFieldFormat{emph-colon}{\printtext[emphatize]{\printtext[colon]{#1}}}
|
||||||
|
|
||||||
|
%We must handle more than one isbn and issn
|
||||||
|
\DeclareFieldFormat{isbn}{%
|
||||||
|
%\renewcommand*{\do}[1]{\printtext{ISBN}\addnbspace#1\adddot\addspace}%
|
||||||
|
\printtext{ISBN}\addnbspace#1}
|
||||||
|
%\printtext{ISBN}\addnbspace#1}
|
||||||
|
|
||||||
|
\DeclareFieldFormat{issn}{%
|
||||||
|
\renewcommand*{\do}[1]{\printtext{ISSN}\addnbspace#1\adddot\addspace}%
|
||||||
|
\docsvfield{issn}}
|
||||||
|
|
||||||
|
\def\addhyphen{\printtext{-}}
|
||||||
|
\DeclareFieldFormat{urldate}{\printfield{urlyear}\addhyphen\printfield{urlmonth}\addhyphen\printfield{urlday}}
|
||||||
|
|
||||||
|
|
||||||
|
%\DeclareNameFormat{default}{%
|
||||||
|
%\nameprint{#1}{#3}
|
||||||
|
%\usebibmacro{names:iso}{#1}{#2}{#3}{#4}%
|
||||||
|
%\usebibmacro{names:separator}%
|
||||||
|
%\usebibmacro{names:andothers}%
|
||||||
|
%\ifthenelse{\value{listcount}>\value{maxnames}}{\addspace\printtext{a další}}{oii}%
|
||||||
|
%}
|
||||||
|
|
||||||
|
\DeclareNameAlias{default}{last-first}
|
||||||
|
|
||||||
|
\newbibmacro*{book:pubinfo}{%
|
||||||
|
%\iflistundef{location}{\printtext[colon]{\printlist{publisher}}}{%
|
||||||
|
\iflistundef{publisher}{}{\printlist{location}\setunit{}}%
|
||||||
|
% {\setunit*{\addcomma\addspace}}
|
||||||
|
% {\setunit*{}}%
|
||||||
|
%}
|
||||||
|
\iflistundef{location}{\setunit{\adddot\addspace}}{%
|
||||||
|
\iflistundef{publisher}{}{\printtext[colon]{\printlist{publisher}}}
|
||||||
|
}
|
||||||
|
%\printlist{publisher}%
|
||||||
|
\setunit*{\addcomma\addspace}%
|
||||||
|
\usebibmacro{date-urldate}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\newbibmacro*{names:primary}{%
|
||||||
|
\ifnameundef{author}%
|
||||||
|
{\usebibmacro{editor}}%
|
||||||
|
{\printnames{author}}%
|
||||||
|
\usebibmacro{year-label}%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\renewbibmacro*{editor}{%
|
||||||
|
\ifnameundef{editor}%
|
||||||
|
{}%
|
||||||
|
{\printnames{editor}%
|
||||||
|
\addspace\mkbibparens{\usebibmacro{editorrole}}%
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
\newbibmacro*{editorrole}{%
|
||||||
|
\iffieldundef{editortype}{\bibsstring{editor}}{\bibsstring{\thefield{editortype}}}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\newbibmacro*{online-test}[2]{%
|
||||||
|
\ifboolexpr{%
|
||||||
|
test {\iffieldundef{url}}
|
||||||
|
and
|
||||||
|
test {\iffieldundef{eprint}}
|
||||||
|
and
|
||||||
|
test {\iffieldundef{doi}}
|
||||||
|
}%
|
||||||
|
{#1}%
|
||||||
|
{#2}%
|
||||||
|
}
|
||||||
|
\newbibmacro*{online}{%
|
||||||
|
%\def\online{}%
|
||||||
|
\iffieldundef{urlyear}{}{\printtext[sbrackets]{online}}
|
||||||
|
%\usebibmacro{online-test}{}{\online}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\newbibmacro{comment+link}[1]{%
|
||||||
|
\printtext{#1}\setunit*{\addcolon\addspace}%\printtext[rbrackets]{#2}%
|
||||||
|
}
|
||||||
|
\newbibmacro{print-online}{%
|
||||||
|
\printtext[rbrackets]{%
|
||||||
|
\usebibmacro{online-test}{}{%
|
||||||
|
\iffieldundef{url}{%
|
||||||
|
\printfield{doi}%
|
||||||
|
\printfield{eprint}%
|
||||||
|
}%
|
||||||
|
{\printfield{url}}%
|
||||||
|
}%
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\newbibmacro{urlinfo}{%
|
||||||
|
\iffieldundef{urlyear}{\mainlstring{urlalso}}{\mainlstring{url}}%
|
||||||
|
}
|
||||||
|
\newbibmacro{availability}{%
|
||||||
|
\usebibmacro{online-test}%
|
||||||
|
{}%
|
||||||
|
{\iffieldundef{howpublished}%
|
||||||
|
{\usebibmacro{comment+link}{\usebibmacro{urlinfo}}\usebibmacro{print-online}}%
|
||||||
|
{\usebibmacro{comment+link}{\printfield{howpublished}\usebibmacro{print-online}}}%
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
|
||||||
|
%prefix - url, orig ,...; separator
|
||||||
|
%\newbibmacro*{isodate}[2]{%
|
||||||
|
%\printfield{#1day}\printtext{#2}\nopunct
|
||||||
|
%\printfield{#1month}\printtext{#2}\nopunct
|
||||||
|
%\printfield{#1year}\nopunct
|
||||||
|
%}
|
||||||
|
\newbibmacro*{date-urldate}{%
|
||||||
|
\iffieldundef{date}%
|
||||||
|
{\printfield{year}}%
|
||||||
|
{\printfield{date}}%
|
||||||
|
\usebibmacro{urldate}
|
||||||
|
}
|
||||||
|
\newbibmacro*{urldate}{%
|
||||||
|
\iffieldundef{urlyear}{}%
|
||||||
|
{\addspace\printtext[sbrackets]{%
|
||||||
|
%\printtext{cit.}%
|
||||||
|
\mainsstring{urlseen}%
|
||||||
|
\addspace
|
||||||
|
\printurldate
|
||||||
|
%\usebibmacro{isodate}{url}{-}\nopunct%
|
||||||
|
}}%\printtext{.}}%hack. otherwise there will be no dot between this and next field
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
\newbibmacro{pagecount}{%
|
||||||
|
\iffieldundef{pagetotal}{}%
|
||||||
|
{\printfield{pagetotal}\usebibmacro{loc:pages}}%
|
||||||
|
}
|
||||||
|
\newbibmacro{book:vol}{%
|
||||||
|
\printfield{edition}
|
||||||
|
%\iffieldundef{edition}{}%
|
||||||
|
%{\printfield{edition}\usebibmacro{loc:bookvol}}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\newbibmacro{titles}[1]{%
|
||||||
|
\printfield[emphatize]{#1title}%
|
||||||
|
\printfield[emph-colon]{#1subtitle}%
|
||||||
|
\printfield[emphatize]{#1addon}%
|
||||||
|
}
|
||||||
|
\newbibmacro{pub:title}{%
|
||||||
|
\iffieldundef{maintitle}{%
|
||||||
|
\iffieldundef{booktitle}{%
|
||||||
|
\usebibmacro{titles}{}%
|
||||||
|
}{%
|
||||||
|
\usebibmacro{titles}{book}%
|
||||||
|
}
|
||||||
|
}{%
|
||||||
|
\usebibmacro{titles}{main}%
|
||||||
|
}%
|
||||||
|
\usebibmacro{online}%
|
||||||
|
}
|
||||||
|
\newbibmacro{jour:title}{%
|
||||||
|
\usebibmacro{titles}{journal}
|
||||||
|
\usebibmacro{online}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newbibmacro{in}{%
|
||||||
|
\mainsstring{in}%
|
||||||
|
%\addspace%
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%Localisation macros
|
||||||
|
\newbibmacro{loc:pages}{\addnbspace\mainsstring{pages}}%\printtext{s}}
|
||||||
|
|
||||||
|
%\newbibmacro{loc:bookvol}{\addnbspace\bibsstring{edition}}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\DeclareBibliographyDriver{book}{%
|
||||||
|
\usebibmacro{bibindex}%
|
||||||
|
\usebibmacro{begentry}%
|
||||||
|
%\printnames{author}%
|
||||||
|
\usebibmacro{names:primary}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{pub:title}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:vol}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:pubinfo}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{pagecount}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{series}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{note}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{availability}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{isbn}
|
||||||
|
\newunit\newblock
|
||||||
|
\finentry}
|
||||||
|
|
||||||
|
\DeclareBibliographyDriver{periodical}{%
|
||||||
|
\usebibmacro{bibindex}%
|
||||||
|
\usebibmacro{begentry}%
|
||||||
|
%\printnames{author}%
|
||||||
|
%\usebibmacro{names:primary}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{jour:title}
|
||||||
|
%\newunit\newblock
|
||||||
|
%\usebibmacro{book:vol}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:pubinfo}
|
||||||
|
%\newunit\newblock
|
||||||
|
%\usebibmacro{pagecount}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{series}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{note}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{availability}
|
||||||
|
%\usebibmacro{print-online}{\mainlstring{url}}{\printfield{url}}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{issn}
|
||||||
|
\newunit\newblock
|
||||||
|
\finentry}
|
||||||
|
|
||||||
|
|
||||||
|
\DeclareBibliographyDriver{article}{%
|
||||||
|
\usebibmacro{bibindex}%
|
||||||
|
\usebibmacro{begentry}%
|
||||||
|
\usebibmacro{names:primary}%
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{title}%
|
||||||
|
\printfield[colon]{subtitle}%
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{jour:title}
|
||||||
|
%\printfield[emphatize]{journaltitle}%
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{year}
|
||||||
|
%\usebibmacro{date-urldate}
|
||||||
|
\setunit*{\addcomma\addspace}%
|
||||||
|
\printfield{volume}%
|
||||||
|
\setunit*{\addcomma\addspace}%
|
||||||
|
\printfield{number}
|
||||||
|
\usebibmacro{urldate}
|
||||||
|
\setunit*{\addcomma\addspace}%
|
||||||
|
\printfield{pages}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{note}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{availability}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{issn}
|
||||||
|
\finentry
|
||||||
|
}
|
||||||
|
|
||||||
|
\DeclareBibliographyDriver{inbook}{%
|
||||||
|
%\printnames{author}%
|
||||||
|
\usebibmacro{bibindex}%
|
||||||
|
\usebibmacro{begentry}%
|
||||||
|
\printnames{bookauthor}
|
||||||
|
\usebibmacro{year-label}%
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{booktitle}%
|
||||||
|
\printfield[emph-colon]{booksubtitle}%
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:vol}
|
||||||
|
\newunit\newblock
|
||||||
|
\printnames{author}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:pubinfo}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{chapter}
|
||||||
|
\setunit*{\addcomma\addspace}%
|
||||||
|
\newunit
|
||||||
|
\printfield{title}%
|
||||||
|
\printfield[colon]{subtitle}
|
||||||
|
\setunit{\addcomma\addspace}%
|
||||||
|
\printfield{pages}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{note}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{availability}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{isbn}
|
||||||
|
\newunit\newblock
|
||||||
|
\finentry}
|
||||||
|
|
||||||
|
\DeclareBibliographyDriver{incollection}{%
|
||||||
|
%\printnames{author}%
|
||||||
|
\usebibmacro{bibindex}%
|
||||||
|
\usebibmacro{begentry}%
|
||||||
|
\usebibmacro{names:primary}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{title}%
|
||||||
|
\printfield[colon]{subtitle}%
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{in}
|
||||||
|
\usebibmacro{editor}%
|
||||||
|
\newunit\newblock%
|
||||||
|
\usebibmacro{pub:title}%
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:vol}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{number}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:pubinfo}
|
||||||
|
%\newunit\newblock
|
||||||
|
\setunit*{\addcomma\addspace}
|
||||||
|
\printfield{pages}
|
||||||
|
%\usebibmacro{pagecount}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{series}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{note}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{availability}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{isbn}
|
||||||
|
\newunit\newblock
|
||||||
|
\finentry}
|
||||||
|
|
||||||
|
%\DeclareBibliographyAlias{online}{book}
|
||||||
|
\DeclareBibliographyDriver{online}{%
|
||||||
|
\usebibmacro{bibindex}%
|
||||||
|
\usebibmacro{begentry}%
|
||||||
|
%\printnames{author}%
|
||||||
|
\usebibmacro{names:primary}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{pub:title}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:vol}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{book:pubinfo}
|
||||||
|
\newunit\newblock
|
||||||
|
\usebibmacro{pagecount}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{series}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{note}
|
||||||
|
\newunit\newblock
|
||||||
|
%\usebibmacro{availability
|
||||||
|
\usebibmacro{comment+link}{\mainlstring{url}}\usebibmacro{print-online}
|
||||||
|
\newunit\newblock
|
||||||
|
\printfield{isbn}
|
||||||
|
\newunit\newblock
|
||||||
|
\finentry}
|
||||||
|
|
||||||
|
\DeclareBibliographyAlias{bookinbook}{inbook}
|
||||||
|
\DeclareBibliographyAlias{suppbook}{inbook}
|
||||||
|
\DeclareBibliographyAlias{booklet}{book}
|
||||||
|
\DeclareBibliographyAlias{collection}{book}
|
||||||
|
\DeclareBibliographyAlias{suppcollection}{incollection}
|
||||||
|
\DeclareBibliographyAlias{manual}{book}
|
||||||
|
\DeclareBibliographyAlias{misc}{book}
|
||||||
|
\DeclareBibliographyAlias{suppperiodical}{article}
|
||||||
|
\DeclareBibliographyAlias{proceedings}{collection}
|
||||||
|
\DeclareBibliographyAlias{inproceedings}{incollection}
|
||||||
|
\DeclareBibliographyAlias{reference}{collection}
|
||||||
|
\DeclareBibliographyAlias{inreference}{incollection}
|
||||||
|
\DeclareBibliographyAlias{report}{book}
|
||||||
|
\DeclareBibliographyAlias{thesis}{book}
|
||||||
|
\DeclareBibliographyAlias{unpublished}{book}
|
||||||
|
\endinput
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
% $Id: authoryear.cbx,v 1.1 2011/01/05 21:45:11 lehman stable $
|
||||||
|
|
||||||
|
\ProvidesFile{iso.cbx}
|
||||||
|
[\abx@cbxid $Id: authoryear.cbx,v 1.1 2011/01/05 21:45:11 lehman stable $]
|
||||||
|
\providebool{cbx@numeric}
|
||||||
|
\ifthenelse{\boolean{cbx@numeric}}{%
|
||||||
|
\RequireCitationStyle{authoryear}
|
||||||
|
\renewbibmacro*{cite:labelyear+extrayear}{%
|
||||||
|
\iffieldundef{labelyear}
|
||||||
|
{}
|
||||||
|
{\addcomma\addspace\printtext[bibhyperref]{%
|
||||||
|
\printfield{labelyear}%
|
||||||
|
\printfield{extrayear}}}}
|
||||||
|
}{\RequireCitationStyle{numeric}}
|
||||||
|
\endinput
|
||||||
+803
@@ -0,0 +1,803 @@
|
|||||||
|
%%% KI PřF UP v Olomouci Base Style
|
||||||
|
%%% Copyright (C) 2012 Martin Rotter, <rotter.martinos@gmail.com>
|
||||||
|
%%% Copyright (C) 2014 Jan Outrata, <jan.outrata@upol.cz>
|
||||||
|
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{kibase}[2012/09/09 KI PrF UP v Olomouci Base Style]
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Parametry.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\RequirePackage{kvoptions}
|
||||||
|
|
||||||
|
\SetupKeyvalOptions{
|
||||||
|
family=kib,
|
||||||
|
prefix=kib@
|
||||||
|
}
|
||||||
|
|
||||||
|
%% [init]{name}[default]
|
||||||
|
%% tisková verze (nebarevné logo UP a odkazy, odkazy s uvedením adresy,
|
||||||
|
%% ne odkaz do rejstříku)
|
||||||
|
\DeclareStringOption[false]{printversion}[true]
|
||||||
|
%% seznamy (obrázků, tabulek, zdrojových kódů a vět) pod sebou, jinak
|
||||||
|
%% na samostatných stranách
|
||||||
|
\DeclareStringOption[true]{joinlists}[true]
|
||||||
|
%% seznam obrázků
|
||||||
|
\DeclareStringOption[true]{figures}[true]
|
||||||
|
%% seznam tabulek
|
||||||
|
\DeclareStringOption[true]{tables}[true]
|
||||||
|
%% seznam vět
|
||||||
|
\DeclareStringOption[false]{theorems}[true]
|
||||||
|
%% seznam zdrojových kódů
|
||||||
|
\DeclareStringOption[false]{sourcecodes}[true]
|
||||||
|
%% bibliografie v BibLaTeXu, jinak v prostředí thebibliography
|
||||||
|
\DeclareStringOption[false]{biblatex}[true]
|
||||||
|
%% jazyk dokumentu: czech, english, slovak
|
||||||
|
\DeclareStringOption[czech]{language}[czech]
|
||||||
|
%% podpora seznamu zkratek
|
||||||
|
\DeclareStringOption[false]{glossaries}[true]
|
||||||
|
%% podpora rejstříku
|
||||||
|
\DeclareStringOption[false]{index}[true]
|
||||||
|
%% font dokumentu: sans, jinak serif
|
||||||
|
\DeclareStringOption[serif]{font}[serif]
|
||||||
|
%% logo UP: white, black, blue
|
||||||
|
\DeclareStringOption[white]{logo}[white]
|
||||||
|
%% kódování zdrojového textu dokumentu
|
||||||
|
\DeclareStringOption[utf8]{encoding}[utf8]
|
||||||
|
%% kódování bibliografie v BibLaTeXu
|
||||||
|
\DeclareStringOption[utf8]{bibencoding}[utf8]
|
||||||
|
%% styl číslování položek bibliografie v BibLaTeXu: iso, iso-numeric,
|
||||||
|
%% iso-authoryear
|
||||||
|
\DeclareStringOption[iso-numeric]{bibstyle}[iso-numeric]
|
||||||
|
|
||||||
|
%% Nerozpoznaný parametr hodí chybu.
|
||||||
|
\DeclareDefaultOption{\PackageWarningNoLine{kibase}{[kibase] Option '\CurrentOption' was not recognized}}
|
||||||
|
|
||||||
|
\ProcessKeyvalOptions*
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Balíky.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Kódování zdrojového textu dokumentu.
|
||||||
|
\RequirePackage[\kib@encoding]{inputenc}
|
||||||
|
|
||||||
|
%% Jazyky.
|
||||||
|
\RequirePackage[czech,english,\kib@language]{babel}
|
||||||
|
|
||||||
|
% Barvy.
|
||||||
|
\RequirePackage[usenames,dvipsnames,table]{xcolor}
|
||||||
|
|
||||||
|
%% Klikací odkazy v PDF.
|
||||||
|
\RequirePackage[unicode,breaklinks=true]{hyperref}
|
||||||
|
%% PDF záložky.
|
||||||
|
\RequirePackage[open,atend]{bookmark}
|
||||||
|
|
||||||
|
%% Zdrojové kódy.
|
||||||
|
\RequirePackage[savemem]{listings}
|
||||||
|
|
||||||
|
%% Podmíněný kód.
|
||||||
|
\RequirePackage{ifpdf}
|
||||||
|
\RequirePackage{ifthen}
|
||||||
|
|
||||||
|
%% Seznam zkratek.
|
||||||
|
\ifthenelse{\equal{\kib@glossaries}{true}}{
|
||||||
|
%% glossaries definuje \printindex (definovany take makeidx) i kdyz
|
||||||
|
%% by NEMEL bez parametru index!
|
||||||
|
\RequirePackage{savesym}
|
||||||
|
\savesymbol{printindex}
|
||||||
|
\RequirePackage[acronym,nonumberlist,sanitize=none]{glossaries}
|
||||||
|
\restoresymbol{GLS}{printindex}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Barvy.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\definecolor{darkgray}{RGB}{60,60,60}
|
||||||
|
\definecolor{halfgray}{gray}{0.55}
|
||||||
|
\definecolor{lightergray}{gray}{0.99}
|
||||||
|
\definecolor{webgreen}{rgb}{0,.5,0}
|
||||||
|
\definecolor{webbrown}{rgb}{.6,0,0}
|
||||||
|
\definecolor{ultragreen}{RGB}{40,180,10}
|
||||||
|
\definecolor{darkblue}{rgb}{0.2, 0.3, 0.6}
|
||||||
|
\definecolor{upblue}{RGB}{0, 134, 217}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Dynamické texty.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\newcommand{\kitextdeptcz}{Katedra informatiky}
|
||||||
|
\newcommand{\kitextfacultycz}{P\v r\'irodov\v edeck\'a fakulta}
|
||||||
|
\newcommand{\kitextunivcz}{Univerzita Palack\'eho v~Olomouci}
|
||||||
|
|
||||||
|
\newcommand{\kitextdepten}{Department of Computer Science}
|
||||||
|
\newcommand{\kitextfacultyen}{Faculty of Science}
|
||||||
|
\newcommand{\kitextuniven}{Palack\'{y} University Olomouc}
|
||||||
|
|
||||||
|
%% Čestina.
|
||||||
|
\ifthenelse{\equal{\kib@language}{czech}}{
|
||||||
|
\newcommand{\kitextdept}{\kitextdeptcz}
|
||||||
|
\newcommand{\kitextfaculty}{\kitextfacultycz}
|
||||||
|
\newcommand{\kitextuniv}{\kitextunivcz}
|
||||||
|
\def\@texttitle{Tituln\'{i} strana}
|
||||||
|
|
||||||
|
\renewcommand{\lstlistlistingname}{Seznam zdrojov\'ych k\'od\r{u}}
|
||||||
|
\renewcommand{\lstlistingname}{Zdrojov\'y k\'od}
|
||||||
|
\newcommand{\listtheoremname}{Seznam v\v et}
|
||||||
|
|
||||||
|
\def\@textdefinition{Definice}
|
||||||
|
\def\@textlemma{Lemma}
|
||||||
|
\def\@textconsequence{D\r{u}sledek}
|
||||||
|
\def\@textremark{Pozn\'{a}mka}
|
||||||
|
\def\@texttheorem{V\v{e}ta}
|
||||||
|
\def\@textproof{D\r{u}kaz}
|
||||||
|
\def\@textexample{P\v{r}\'{i}klad}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@glossaries}{true}}{
|
||||||
|
\def\@textindex{Rejst\v{r}\'{i}k}
|
||||||
|
\renewcommand{\acronymname}{Seznam zkratek}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\buno}{bez \'{u}jmy na obecnosti}
|
||||||
|
\newcommand{\Buno}{Bez \'{u}jmy na obecnosti}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Angličtina.
|
||||||
|
\ifthenelse{\equal{\kib@language}{english}}{
|
||||||
|
\newcommand{\kitextdept}{\kitextdepten}
|
||||||
|
\newcommand{\kitextfaculty}{\kitextfacultyen}
|
||||||
|
\newcommand{\kitextuniv}{\kitextuniven}
|
||||||
|
\def\@texttitle{Title page}
|
||||||
|
|
||||||
|
\renewcommand{\lstlistlistingname}{List of source codes}
|
||||||
|
\renewcommand{\lstlistingname}{Source code}
|
||||||
|
\newcommand{\listtheoremname}{List of theorems}
|
||||||
|
|
||||||
|
\def\@textdefinition{Definition}
|
||||||
|
\def\@textlemma{Lemma}
|
||||||
|
\def\@textconsequence{Corollary}
|
||||||
|
\def\@textremark{Remark}
|
||||||
|
\def\@texttheorem{Theorem}
|
||||||
|
\def\@textproof{Proof}
|
||||||
|
\def\@textexample{Example}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@glossaries}{true}}{
|
||||||
|
\def\@textindex{Index}
|
||||||
|
\renewcommand{\acronymname}{List of abbreviations}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\buno}{without loss of generality}
|
||||||
|
\newcommand{\Buno}{Without loss of generality}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Slovenština.
|
||||||
|
\ifthenelse{\equal{\kib@language}{slovak}}{
|
||||||
|
\newcommand{\kitextdept}{\kitextdeptcz}
|
||||||
|
\newcommand{\kitextfaculty}{\kitextfacultycz}
|
||||||
|
\newcommand{\kitextuniv}{\kitextunivcz}
|
||||||
|
\def\@texttitle{Tituln\'{a} strana}
|
||||||
|
|
||||||
|
\renewcommand{\lstlistlistingname}{Zoznam zdrojov\'ych k\'odov}
|
||||||
|
\renewcommand{\lstlistingname}{Zdrojov\'y k\'od}
|
||||||
|
\newcommand{\listtheoremname}{Zoznam viet}
|
||||||
|
|
||||||
|
\def\@textdefinition{Defin\'icia}
|
||||||
|
\def\@textlemma{Lemma}
|
||||||
|
\def\@textconsequence{D\^osledok}
|
||||||
|
\def\@textremark{Pozn\'{a}mka}
|
||||||
|
\def\@texttheorem{Veta}
|
||||||
|
\def\@textproof{D\^okaz}
|
||||||
|
\def\@textexample{Pr\'{i}klad}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@glossaries}{true}}{
|
||||||
|
\def\@textindex{Register}
|
||||||
|
\renewcommand{\acronymname}{Zoznam skratiek}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\buno}{bez ujmy na všeobecnosti}
|
||||||
|
\newcommand{\Buno}{Bez ujmy na všeobecnosti}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Logo.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@logo}{black}}{
|
||||||
|
\def\@logofile{graphics/UP_znak_cerna}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kib@logo}{blue}}{
|
||||||
|
\def\@logofile{graphics/UP_znak}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kib@printversion}{true}}{
|
||||||
|
\def\@logofile{graphics/UP_znak_outline}
|
||||||
|
}{
|
||||||
|
\def\@logofile{graphics/UP_znak}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Písmo - patkové Latin Modern a bezpatkové Iwona Light.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@font}{sans}}{
|
||||||
|
\RequirePackage[light,math]{iwona}
|
||||||
|
}{
|
||||||
|
\RequirePackage{lmodern}
|
||||||
|
}
|
||||||
|
\RequirePackage[T1]{fontenc}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Obrázky.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\ifthenelse{\boolean{pdf}}{
|
||||||
|
\RequirePackage[pdftex]{graphicx}
|
||||||
|
}{
|
||||||
|
\RequirePackage{graphicx}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% České (a slovenské) uvozovky pro balík csquotes.
|
||||||
|
%% použití: \enquote{citoslovce}
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\RequirePackage[autostyle=try]{csquotes}
|
||||||
|
|
||||||
|
\DeclareQuoteStyle{czech}
|
||||||
|
{\quotedblbase}
|
||||||
|
{\textquotedblleft}
|
||||||
|
{\textquoteleft}
|
||||||
|
{\textquoteright}
|
||||||
|
|
||||||
|
\DeclareQuoteAlias{czech}{slovak}
|
||||||
|
|
||||||
|
%% Redeklarace makra \uv, aby používalo csquotes.
|
||||||
|
%% Makro \uv bude tisknout typ uvozovek v závislosti na jazyku prostředí.
|
||||||
|
\renewcommand{\uv}[1]{\enquote{#1}}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Hypertextové odkazy a záložky.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Nastaví PDF záložky na kořen -- způsobí vrácení PDF záložek na
|
||||||
|
%% kořen, používat zejména pokud dokument obsahuje \part
|
||||||
|
%\newcommand{\kiendofmainmatter}{
|
||||||
|
% \bookmarksetup{startatroot}
|
||||||
|
%}
|
||||||
|
|
||||||
|
%% Potlačení klikacích odkazů.
|
||||||
|
\newcommand*{\nohref}[1]{\begin{NoHyper}#1\end{NoHyper}}
|
||||||
|
|
||||||
|
%% Barevné odkazy.
|
||||||
|
\ifthenelse{\equal{\kib@printversion}{true}}{
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks=false
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks=true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Nastavení odkazů a záložek.
|
||||||
|
\hypersetup{
|
||||||
|
linktocpage=true, pdfstartpage=1, pageanchor=true,
|
||||||
|
pdfstartview=FitV, breaklinks=true, pdfpagemode=UseNone,
|
||||||
|
plainpages=false, bookmarksnumbered,
|
||||||
|
hypertexnames=true, pdfhighlight=/O,
|
||||||
|
urlcolor=upblue, linkcolor=upblue,
|
||||||
|
citecolor=upblue
|
||||||
|
}
|
||||||
|
|
||||||
|
\let\orghref=\href
|
||||||
|
\let\orgurl=\url
|
||||||
|
|
||||||
|
%% Zalomitelné \url.
|
||||||
|
%% \renewcommand{\url}[1]{\orghref{#1}{#1}}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@printversion}{true}}{
|
||||||
|
%% Odkazy s uvedením adresy v tiskové verzi dokumentu.
|
||||||
|
\renewcommand{\href}[2]{#2 (\orghref{#1}{#1})}
|
||||||
|
\newcommand{\mail}[2]{#2 (\orghref{mailto:#1}{#1})}
|
||||||
|
}{
|
||||||
|
%% Makro pro mail.
|
||||||
|
\newcommand{\mail}[2]{\href{mailto:#1}{#2}}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Zkratky a seznam zkratek.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@glossaries}{true}}{
|
||||||
|
%% Zapnutí generování zkratek.
|
||||||
|
\makeglossaries
|
||||||
|
|
||||||
|
%% Zkratky tučně a bez interpunkce za zkratkou.
|
||||||
|
\renewcommand{\glsnamefont}[1]{\textbf{#1}}
|
||||||
|
\renewcommand{\glspostdescription}{}
|
||||||
|
|
||||||
|
\let\orgprintglossary=\printglossary
|
||||||
|
|
||||||
|
%% Tisk seznamu zkratek od nové strany + záznam do obsahu.
|
||||||
|
\renewcommand{\printglossary}{
|
||||||
|
\clearpage
|
||||||
|
\phantomsection
|
||||||
|
\addcontentsline{toc}{section}{\acronymname}
|
||||||
|
\orgprintglossary[type=\acronymtype]
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
\renewcommand{\printglossary}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Rejstřík
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@index}{true}}{
|
||||||
|
\RequirePackage{makeidx}
|
||||||
|
%% Sazba do sloupců.
|
||||||
|
\RequirePackage{multicol}
|
||||||
|
|
||||||
|
%% Zapne rejstříkování.
|
||||||
|
\makeindex
|
||||||
|
|
||||||
|
%\let\orgtheindex=\theindex
|
||||||
|
%\let\orgendtheindex=\endtheindex
|
||||||
|
|
||||||
|
%% Dva sloupce rejstříku.
|
||||||
|
\newcommand{\indexcolumns}{2}
|
||||||
|
|
||||||
|
%% Předefinování prostředí pro sazbu rejstříku (podle starého stylu).
|
||||||
|
\renewenvironment{theindex}{
|
||||||
|
\newpage
|
||||||
|
\bgroup
|
||||||
|
\section*{\@textindex\@mkboth{\@textindex}{\@textindex}}
|
||||||
|
\addcontentsline{toc}{section}{\@textindex}
|
||||||
|
\def\item{\par}
|
||||||
|
\def\subitem{\par---\kern1ex}
|
||||||
|
\def\subsubitem{\par---\kern1ex---\kern1ex}
|
||||||
|
\def\indexspace{\smallskip}
|
||||||
|
\setlength{\parindent}{-2em}
|
||||||
|
\setlength{\leftskip}{2em}
|
||||||
|
\begin{multicols*}{\indexcolumns}
|
||||||
|
} {
|
||||||
|
\end{multicols*}
|
||||||
|
\egroup
|
||||||
|
}
|
||||||
|
|
||||||
|
\let\orgprintindex=\printindex
|
||||||
|
|
||||||
|
%% Tisk rejstříku od nové strany.
|
||||||
|
\renewcommand{\printindex}{
|
||||||
|
\clearpage
|
||||||
|
\phantomsection
|
||||||
|
\orgprintindex
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@printversion}{true}}{
|
||||||
|
\relax
|
||||||
|
}{
|
||||||
|
%% Redefinice \index s odkazem do rejstříku.
|
||||||
|
%% Odkaz nefunguje pro \index{výraz|makro}, resp. \index{výraz|(makro}.
|
||||||
|
\newcounter{indexno}
|
||||||
|
\let\orgindex=\index
|
||||||
|
\renewcommand{\index}[1]{\stepcounter{indexno}\hyperlink{\arabic{indexno}ind.ind}{$^{\lbrace\arabic{indexno}\rbrace}$}\orgindex{#1|hypertarget{\arabic{indexno}ind.ind}}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Bibliografie
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% BibLaTeX.
|
||||||
|
\ifthenelse{\equal{\kib@biblatex}{true}}{
|
||||||
|
%% Volba backendu.
|
||||||
|
\newcommand{\kibibliobackend}{biber}
|
||||||
|
|
||||||
|
%% Načtení BibLaTeXu.
|
||||||
|
%% Čestina.
|
||||||
|
\ifthenelse{\equal{\kib@language}{czech}}{
|
||||||
|
\RequirePackage[
|
||||||
|
natbib=true,
|
||||||
|
backend=\kibibliobackend,
|
||||||
|
sortcites=true,
|
||||||
|
style=\kib@bibstyle,
|
||||||
|
babel=other,
|
||||||
|
sortlocale=cs_CZ,
|
||||||
|
bibencoding=\kib@bibencoding
|
||||||
|
]{biblatex}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
%% Angličtina.
|
||||||
|
\ifthenelse{\equal{\kib@language}{english}}{
|
||||||
|
\RequirePackage[
|
||||||
|
natbib=true,
|
||||||
|
backend=\kibibliobackend,
|
||||||
|
sortcites=true,
|
||||||
|
style=\kib@bibstyle,
|
||||||
|
babel=other,
|
||||||
|
sortlocale=en_GB,
|
||||||
|
bibencoding=\kib@bibencoding,
|
||||||
|
spacecolon=false
|
||||||
|
]{biblatex}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
%% Slovenština.
|
||||||
|
\ifthenelse{\equal{\kib@language}{slovak}}{
|
||||||
|
\RequirePackage[
|
||||||
|
natbib=true,
|
||||||
|
backend=\kibibliobackend,
|
||||||
|
sortcites=true,
|
||||||
|
style=\kib@bibstyle,
|
||||||
|
babel=other,
|
||||||
|
sortlocale=sk_SK,
|
||||||
|
bibencoding=\kib@bibencoding
|
||||||
|
]{biblatex}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% První řádek záznamu nechceme předsazovat.
|
||||||
|
\setlength{\bibhang}{0pt}
|
||||||
|
|
||||||
|
%% Přeformátovat číslo záznamu.
|
||||||
|
\ifthenelse{\equal{\kib@bibstyle}{iso-numeric}}{
|
||||||
|
\renewcommand\MethodFormat{\printtext[labelnumberwidth]{\mkbibbrackets{\printfield{prefixnumber}\printfield{labelnumber}}}}
|
||||||
|
} {
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\let\orgprintbibliography=\printbibliography
|
||||||
|
|
||||||
|
%% Tisk bibliografie od nové strany + záznam do obsahu.
|
||||||
|
\renewcommand{\printbibliography}{
|
||||||
|
\clearpage
|
||||||
|
\phantomsection
|
||||||
|
\addcontentsline{toc}{section}{\refname}
|
||||||
|
\orgprintbibliography
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Umlčení TeXu v případě "drobných" přetečení textu, která se v
|
||||||
|
%% bibliografii dějí běžně.
|
||||||
|
\setcounter{biburlnumpenalty}{9000}
|
||||||
|
\setcounter{biburlucpenalty}{9000}
|
||||||
|
\setcounter{biburllcpenalty}{9000}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Redefinice prostředí thebibliography (podle starého stylu).
|
||||||
|
\renewenvironment{thebibliography}[1]{
|
||||||
|
\clearpage
|
||||||
|
\section*{\bibname
|
||||||
|
\@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}}
|
||||||
|
\addcontentsline{toc}{section}{\bibname}
|
||||||
|
\list{\@biblabel{\@arabic\c@enumiv}}
|
||||||
|
{\settowidth\labelwidth{\@biblabel{#1}}
|
||||||
|
%% bez odsazeni (jako v BibLaTeXu)
|
||||||
|
\leftmargin0pt%\labelwidth
|
||||||
|
% \advance\leftmargin\labelsep
|
||||||
|
\@openbib@code
|
||||||
|
\usecounter{enumiv}
|
||||||
|
\let\p@enumiv\@empty
|
||||||
|
\renewcommand\theenumiv{\@arabic\c@enumiv}}
|
||||||
|
\sloppy
|
||||||
|
\clubpenalty4000
|
||||||
|
\@clubpenalty \clubpenalty
|
||||||
|
\widowpenalty4000
|
||||||
|
\sfcode`\.\@m
|
||||||
|
} {
|
||||||
|
\def\@noitemerr
|
||||||
|
{\@latex@warning{Empty `thebibliography' environment}}
|
||||||
|
\endlist
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Obsah.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\let\orgappendix=\appendix
|
||||||
|
|
||||||
|
%% Přílohy od nové strany.
|
||||||
|
\renewcommand{\appendix}{
|
||||||
|
\clearpage
|
||||||
|
\orgappendix
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Definice \subsubsubsection
|
||||||
|
\setcounter{tocdepth}{5}
|
||||||
|
\setcounter{secnumdepth}{5}
|
||||||
|
\newcommand{\subsubsubsection}{\@startsection{paragraph}{4}{0ex}
|
||||||
|
{-3.25ex plus -1ex minus -0.2ex}
|
||||||
|
{1.5ex plus 0.2ex}%
|
||||||
|
{\normalfont\normalsize\bfseries}}
|
||||||
|
|
||||||
|
\let\orgtableofcontents=\tableofcontents
|
||||||
|
|
||||||
|
%% Přidání záznamu do PDF záložek.
|
||||||
|
\renewcommand{\tableofcontents}{
|
||||||
|
\cleardoublepage
|
||||||
|
\hypertarget{ki:toc}{}
|
||||||
|
\bookmark[
|
||||||
|
rellevel=1,
|
||||||
|
keeplevel,
|
||||||
|
dest=ki:toc
|
||||||
|
]{\contentsname}
|
||||||
|
\orgtableofcontents
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Zdrojové kódy.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Typewriter font, který umí i bold.
|
||||||
|
\renewcommand{\ttdefault}{pcr}
|
||||||
|
|
||||||
|
%% Modifikace originálních maker, aby respektovala jiný obsah.
|
||||||
|
\lst@UserCommand\lstlistoflistings{\bgroup
|
||||||
|
\let\contentsname\lstlistlistingname
|
||||||
|
\let\lst@temp\@starttoc \def\@starttoc##1{\lst@temp{lol}}
|
||||||
|
\orgtableofcontents \egroup}
|
||||||
|
|
||||||
|
%% Definice základního stylu sazby zdroj. kódů.
|
||||||
|
\lstdefinestyle{kibasestyle}{
|
||||||
|
breaklines=true,
|
||||||
|
flexiblecolumns=true,
|
||||||
|
basicstyle=\footnotesize\ttfamily,
|
||||||
|
keywordstyle=\bfseries,
|
||||||
|
commentstyle=\color{gray},
|
||||||
|
stringstyle=\color{black},
|
||||||
|
numberbychapter=false,
|
||||||
|
escapeinside={£*}{*£},
|
||||||
|
firstnumber=1,
|
||||||
|
numbers=left,
|
||||||
|
captionpos=b,
|
||||||
|
numbersep=10pt,
|
||||||
|
inputencoding=\kib@encoding,
|
||||||
|
numberstyle=\scriptsize\ttfamily,
|
||||||
|
stepnumber=1,
|
||||||
|
showstringspaces=false,
|
||||||
|
tabsize=2,
|
||||||
|
extendedchars=true,
|
||||||
|
literate=
|
||||||
|
{á}{{\'a}}1
|
||||||
|
{í}{{\'i}}1
|
||||||
|
{é}{{\'e}}1
|
||||||
|
{ý}{{\'y}}1
|
||||||
|
{ú}{{\'u}}1
|
||||||
|
{ó}{{\'o}}1
|
||||||
|
{ě}{{\v{e}}}1
|
||||||
|
{š}{{\v{s}}}1
|
||||||
|
{č}{{\v{c}}}1
|
||||||
|
{ř}{{\v{r}}}1
|
||||||
|
{ž}{{\v{z}}}1
|
||||||
|
{ď}{{\v{d}}}1
|
||||||
|
{ť}{{\v{t}}}1
|
||||||
|
{ň}{{\v{n}}}1
|
||||||
|
{ů}{{\r{u}}}1
|
||||||
|
{ô}{{\^o}}1
|
||||||
|
{Á}{{\'A}}1
|
||||||
|
{Í}{{\'I}}1
|
||||||
|
{É}{{\'E}}1
|
||||||
|
{Ý}{{\'Y}}1
|
||||||
|
{Ú}{{\'U}}1
|
||||||
|
{Ó}{{\'O}}1
|
||||||
|
{Ě}{{\v{E}}}1
|
||||||
|
{Š}{{\v{S}}}1
|
||||||
|
{Č}{{\v{C}}}1
|
||||||
|
{Ř}{{\v{R}}}1
|
||||||
|
{Ž}{{\v{Z}}}1
|
||||||
|
{Ď}{{\v{D}}}1
|
||||||
|
{Ť}{{\v{T}}}1
|
||||||
|
{Ň}{{\v{N}}}1
|
||||||
|
{Ů}{{\r{U}}}1
|
||||||
|
{Ô}{{\^o}}1
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Definice dodatečných jazyků.
|
||||||
|
\lstdefinelanguage{TutorialD}{morekeywords={tuple,matching,insert,divide,by,per,tclose,from,summarize,count,all,but,as,base,rename,prefix,extend,add,compose,union,minus,intersect,update,writeln,init,type,possrep,constraint,and,or,relation,where,base,drop},
|
||||||
|
sensitive=false,
|
||||||
|
morecomment=[s][commentstyle]{/*}{*/},
|
||||||
|
morestring=[b][stringstyle]{"},
|
||||||
|
}
|
||||||
|
|
||||||
|
\lstdefinelanguage{text}{
|
||||||
|
morekeywords={},
|
||||||
|
sensitive=false,
|
||||||
|
}
|
||||||
|
|
||||||
|
\lstdefinelanguage{CSS}{
|
||||||
|
morekeywords={accelerator,azimuth,background,background-attachment,background-color,background-image,background-position,background-position-x,background-position-y,background-repeat,behavior,border,border-bottom,border-bottom-color,border-bottom-style,border-bottom-width,border-collapse,border-color,border-left,border-left-color,border-left-style,border-left-width,border-right,border-right-color,border-right-style,border-right-width,border-spacing,border-style,border-top,border-top-color,border-top-style,border-top-width,border-width,bottom,caption-side,clear,clip,color,content,counter-increment,counter-reset,cue,cue-after,cue-before,cursor,direction,display,elevation,empty-cells,filter,float,font,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,height,ime-mode,include-source,layer-background-color,layer-background-image,layout-flow,layout-grid,layout-grid-char,layout-grid-char-spacing,layout-grid-line,layout-grid-mode,layout-grid-type,left,letter-spacing,line-break,line-height,list-style,list-style-image,list-style-position,list-style-type,margin,margin-bottom,margin-left,margin-right,margin-top,marker-offset,marks,max-height,max-width,min-height,min-width,-moz-binding,-moz-border-radius,-moz-border-radius-topleft,-moz-border-radius-topright,-moz-border-radius-bottomright,-moz-border-radius-bottomleft,-moz-border-top-colors,-moz-border-right-colors,-moz-border-bottom-colors,-moz-border-left-colors,-moz-opacity,-moz-outline,-moz-outline-color,-moz-outline-style,-moz-outline-width,-moz-user-focus,-moz-user-input,-moz-user-modify,-moz-user-select,orphans,outline,outline-color,outline-style,outline-width,overflow,overflow-X,overflow-Y,padding,padding-bottom,padding-left,padding-right,padding-top,page,page-break-after,page-break-before,page-break-inside,pause,pause-after,pause-before,pitch,pitch-range,play-during,position,quotes,-replace,richness,right,ruby-align,ruby-overhang,ruby-position,-set-link-source,size,speak,speak-header,speak-numeral,speak-punctuation,speech-rate,stress,scrollbar-arrow-color,scrollbar-base-color,scrollbar-dark-shadow-color,scrollbar-face-color,scrollbar-highlight-color,scrollbar-shadow-color,scrollbar-3d-light-color,scrollbar-track-color,table-layout,text-align,text-align-last,text-decoration,text-indent,text-justify,text-overflow,text-shadow,text-transform,text-autospace,text-kashida-space,text-underline-position,top,unicode-bidi,-use-link-source,vertical-align,visibility,voice-family,volume,white-space,widows,width,word-break,word-spacing,word-wrap,writing-mode,z-index,zoom,},
|
||||||
|
sensitive=false,
|
||||||
|
morecomment=[s][commentstyle]{/*}{*/},
|
||||||
|
}
|
||||||
|
|
||||||
|
\lstdefinelanguage{csharp}{
|
||||||
|
morekeywords={int,ref,static,fixed,unsafe,public,private,protected,return,for,if,void},
|
||||||
|
sensitive=false,
|
||||||
|
morecomment=[s][commentstyle]{/*}{*/},
|
||||||
|
morecomment=[l][commentstyle]{//},
|
||||||
|
morestring=[b][stringstyle]{"},
|
||||||
|
}
|
||||||
|
|
||||||
|
\lstdefinelanguage{cpp}{
|
||||||
|
morekeywords={int,enum,struct,static,bool,return,for,if,void,ifndef,define,endif,class,constexpr,new,const,auto,double,public,private,protected,signals,slots},
|
||||||
|
sensitive=false,
|
||||||
|
morecomment=[s][commentstyle]{/*}{*/},
|
||||||
|
morecomment=[l][commentstyle]{//},
|
||||||
|
morestring=[b][stringstyle]{"},
|
||||||
|
}
|
||||||
|
|
||||||
|
\lstdefinelanguage{JavaScript}{
|
||||||
|
keywords={typeof, new, true, false, catch, function, return, null, catch, switch, var, if, in, while, do, else, case, break},
|
||||||
|
ndkeywords={class, export, boolean, throw, implements, import, this},
|
||||||
|
sensitive=false,
|
||||||
|
morecomment=[l][commentstyle]{//},
|
||||||
|
morecomment=[s][commentstyle]{/*}{*/},
|
||||||
|
morestring=[b][stringstyle]{'},
|
||||||
|
morestring=[b][stringstyle]{"}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\csharp}{C\kern-.03em\raise.38ex\hbox{\scriptsize{\#}}}
|
||||||
|
\newcommand{\cpp}{C\kern-.05em\raise.38ex\hbox{\scriptsize{++}}}
|
||||||
|
\newcommand{\keyword}[1]{{\ttfamily\color{darkgray}{#1}}}
|
||||||
|
|
||||||
|
%% Načtení jazyků.
|
||||||
|
\lstloadlanguages{[ANSI]C,[LaTeX]TeX,PHP,HTML,Lisp,SQL,TeX,Python,Java,TutorialD,text,csharp,cpp,JavaScript,CSS}
|
||||||
|
|
||||||
|
%% Definice makra a prostředí pro sazbu zdroj. kódů.
|
||||||
|
\newcommand{\kiinlinecode}[3]{\lstinline[style=kibasestyle,alsoletter={\{\}\\},language=#1]#2#3#2\ignorespacesafterend}
|
||||||
|
|
||||||
|
\lstnewenvironment{kicode}[3]{
|
||||||
|
\lstset{language=#1,alsoletter={\{\}\\},float=ht,style=kibasestyle,firstnumber=1,caption={#3},label={#2},aboveskip=10px,belowskip=15px}
|
||||||
|
}{}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Teorémy.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Stylování teorémů.
|
||||||
|
\RequirePackage{amsmath}
|
||||||
|
\RequirePackage{amsthm}
|
||||||
|
\RequirePackage{thmtools}
|
||||||
|
|
||||||
|
%% Definice základných stylů.
|
||||||
|
\declaretheoremstyle[
|
||||||
|
headfont=\normalfont\bfseries,
|
||||||
|
notefont=\normalfont\bfseries,
|
||||||
|
bodyfont=\itshape,
|
||||||
|
spaceabove=\baselineskip,
|
||||||
|
spacebelow=\baselineskip,
|
||||||
|
headpunct=\\\indent
|
||||||
|
]{kithmstyle}
|
||||||
|
|
||||||
|
\declaretheoremstyle[
|
||||||
|
notefont=\bfseries,
|
||||||
|
spaceabove=\baselineskip,
|
||||||
|
spacebelow=\baselineskip,
|
||||||
|
headpunct=\\\indent
|
||||||
|
]{kidefstyle}
|
||||||
|
|
||||||
|
\declaretheoremstyle[
|
||||||
|
headfont=\normalfont\scshape,
|
||||||
|
notefont=\normalfont\scshape,
|
||||||
|
spaceabove=\baselineskip,
|
||||||
|
spacebelow=\baselineskip,
|
||||||
|
headpunct=\\\indent
|
||||||
|
]{kiremexstyle}
|
||||||
|
|
||||||
|
\declaretheoremstyle[
|
||||||
|
headfont=\normalfont\itshape,
|
||||||
|
notefont=\normalfont\itshape,
|
||||||
|
spaceabove=\baselineskip,
|
||||||
|
spacebelow=\baselineskip,
|
||||||
|
qed=\qedsymbol,
|
||||||
|
headpunct=\\\indent
|
||||||
|
]{kiproofstyle}
|
||||||
|
|
||||||
|
%% Zakázání starého prostředí pro sazbu důkazů.
|
||||||
|
\let\proof\@undefined
|
||||||
|
|
||||||
|
%% Definice prostředí pro sazbu teorémů.
|
||||||
|
\declaretheorem[style=kidefstyle,numbered=yes,name=\@textdefinition]{definition}
|
||||||
|
\declaretheorem[sibling=definition,style=kithmstyle,numbered=yes,name=\@textlemma]{lemma}
|
||||||
|
\declaretheorem[sibling=definition,style=kithmstyle,numbered=yes,name=\@textconsequence]{consequence}
|
||||||
|
\declaretheorem[sibling=definition,style=kiremexstyle,numbered=yes,name=\@textremark]{remark}
|
||||||
|
\declaretheorem[sibling=definition,style=kiremexstyle,numbered=yes,name=\@textexample]{example}
|
||||||
|
\declaretheorem[sibling=definition,style=kithmstyle,numbered=yes,name=\@texttheorem]{theorem}
|
||||||
|
\declaretheorem[style=kiproofstyle,numbered=no,name=\@textproof]{proof}
|
||||||
|
|
||||||
|
\let\orglistoftheorems=\listoftheorems
|
||||||
|
|
||||||
|
%% Seznam teorémů.
|
||||||
|
\renewcommand{\listoftheorems}{
|
||||||
|
\orglistoftheorems[ignoreall,show={definition,consequence,lemma,remark,theorem,proof,example}]
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Čítání rovnic na základě sekcí.
|
||||||
|
%\counterwithin{equation}{section}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Sazba seznamů.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\newcommand{\@printlists}{
|
||||||
|
\cleardoublepage
|
||||||
|
\ifthenelse{\equal{\kib@figures}{true}}{
|
||||||
|
\listoffigures
|
||||||
|
\ifthenelse{\equal{\kib@joinlists}{true}}{
|
||||||
|
\relax
|
||||||
|
}{
|
||||||
|
\clearpage
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@tables}{true}}{
|
||||||
|
\listoftables
|
||||||
|
\ifthenelse{\equal{\kib@joinlists}{true}}{
|
||||||
|
\relax
|
||||||
|
}{
|
||||||
|
\clearpage
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@theorems}{true}}{
|
||||||
|
\listoftheorems
|
||||||
|
\ifthenelse{\equal{\kib@joinlists}{true}}{
|
||||||
|
\relax
|
||||||
|
}{
|
||||||
|
\clearpage
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kib@sourcecodes}{true}}{
|
||||||
|
\lstlistoflistings
|
||||||
|
\ifthenelse{\equal{\kib@joinlists}{true}}{
|
||||||
|
\relax
|
||||||
|
}{
|
||||||
|
\clearpage
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
\cleardoublepage
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Další.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Sloupce pro tabulky s uživatelsky stanovenou šířkou a zarovnáním
|
||||||
|
%% textu na danou stranu.
|
||||||
|
%% Použití: \begin{tabular}{| c | L{3cm} | C{3cm} | R{3cm} |}
|
||||||
|
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
|
||||||
|
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
|
||||||
|
|
||||||
|
\endinput
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
\glossaryentry{UPOL?\glossentry{UPOL}|setentrycounter[]{page}"\glsnumberformat}{42}
|
||||||
+257
@@ -0,0 +1,257 @@
|
|||||||
|
\relax
|
||||||
|
\providecommand \babel@aux [2]{\global \let \babel@toc \@gobbletwo }
|
||||||
|
\@nameuse{bbl@beforestart}
|
||||||
|
\catcode `"\active
|
||||||
|
\catcode `-\active
|
||||||
|
\providecommand\hyper@newdestlabel[2]{}
|
||||||
|
\providecommand\HyField@AuxAddToFields[1]{}
|
||||||
|
\providecommand\HyField@AuxAddToCoFields[2]{}
|
||||||
|
\providecommand\BKM@entry[2]{}
|
||||||
|
\abx@aux@refcontext{none/global//global/global/global}
|
||||||
|
\BKM@entry{id=1,open,dest={6B693A7061706572},srcline={149}}{5C3337365C3337375C303030535C303030745C303030795C3030306C5C3030305C3034305C303030705C303030725C3030306F5C3030305C3034305C303030745C303030655C303030785C303030745C3030305C3034305C3030307A5C3030305C3334315C303030765C3030315C3033335C303030725C303030655C3030315C3031355C3030306E5C3030305C3335315C3030305C3034305C303030705C303030725C3030305C3334315C303030635C30303065}
|
||||||
|
\BKM@entry{id=2,open,dest={6B693A7469746C65},srcline={149}}{5C3337365C3337375C303030545C303030695C303030745C303030755C3030306C5C3030306E5C3030305C3335355C3030305C3034305C303030735C303030745C303030725C303030615C3030306E5C30303061}
|
||||||
|
\providecommand\@newglossary[4]{}
|
||||||
|
\@newglossary{main}{glg}{gls}{glo}
|
||||||
|
\@newglossary{acronym}{alg}{acr}{acn}
|
||||||
|
\@newglossary{index}{ilg}{ind}{idx}
|
||||||
|
\providecommand\@glsorder[1]{}
|
||||||
|
\providecommand\@istfilename[1]{}
|
||||||
|
\@istfilename{kidiplom.ist}
|
||||||
|
\@glsorder{word}
|
||||||
|
\babel@aux{czech}{}
|
||||||
|
\BKM@entry{id=3,open,dest={6B693A616E6F746174696F6E},srcline={149}}{5C3337365C3337375C303030415C3030306E5C3030306F5C303030745C303030615C303030635C30303065}
|
||||||
|
\BKM@entry{id=4,open,dest={6B693A746F63},srcline={149}}{5C3337365C3337375C3030304F5C303030625C303030735C303030615C30303068}
|
||||||
|
\BKM@entry{id=5,open,dest={73656374696F6E2E31},srcline={160}}{5C3337365C3337375C303030315C3030305C3034305C3030305C3333325C303030765C3030306F5C30303064}
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {1}Úvod}{9}{section.1}\protected@file@percent }
|
||||||
|
\BKM@entry{id=6,open,dest={73656374696F6E2E32},srcline={166}}{5C3337365C3337375C303030325C3030305C3034305C303030445C303030695C303030735C303030745C303030725C303030695C303030625C303030755C3030306F5C303030765C303030615C3030306E5C3030305C3335315C3030305C3034305C303030735C303030795C303030735C303030745C3030305C3335315C3030306D5C30303079}
|
||||||
|
\BKM@entry{id=7,open,dest={73756273656374696F6E2E322E31},srcline={182}}{5C3337365C3337375C303030325C3030302E5C303030315C3030305C3034305C3030304B5C3030306F5C3030306D5C303030755C3030306E5C303030695C3030306B5C303030615C303030635C303030655C3030305C3034305C303030765C3030305C3034305C303030735C3030305C3335355C303030745C30303069}
|
||||||
|
\BKM@entry{id=8,open,dest={73756273656374696F6E2E322E32},srcline={195}}{5C3337365C3337375C303030325C3030302E5C303030325C3030305C3034305C303030545C303030435C303030505C3030302F5C303030495C30303050}
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {2}Distribuované systémy}{10}{section.2}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {definition}{\ifthmt@listswap Definice~1\else \numberline {1}Definice\fi \thmtformatoptarg {Počítačová síť}}{10}{definition.1}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {definition}{\ifthmt@listswap Definice~2\else \numberline {2}Definice\fi \thmtformatoptarg {Distribuovaný systém}}{10}{definition.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Komunikace v síti}{10}{subsection.2.1}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {definition}{\ifthmt@listswap Definice~3\else \numberline {3}Definice\fi \thmtformatoptarg {Komunikační protokol}}{10}{definition.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}TCP/IP}{11}{subsection.2.2}\protected@file@percent }
|
||||||
|
\BKM@entry{id=9,open,dest={73756273656374696F6E2E322E33},srcline={229}}{5C3337365C3337375C303030325C3030302E5C303030335C3030305C3034305C303030415C303030725C303030635C303030685C303030695C303030745C303030655C3030306B5C303030745C303030755C303030725C30303079}
|
||||||
|
\BKM@entry{id=10,open,dest={73756273756273656374696F6E2E322E332E31},srcline={233}}{5C3337365C3337375C303030325C3030302E5C303030335C3030302E5C303030315C3030305C3034305C3030304B5C3030306C5C303030695C303030655C3030306E5C303030745C3030302D5C303030535C303030655C303030725C303030765C303030655C30303072}
|
||||||
|
\BKM@entry{id=11,open,dest={73756273756273656374696F6E2E322E332E32},srcline={237}}{5C3337365C3337375C303030325C3030302E5C303030335C3030302E5C303030325C3030305C3034305C303030505C303030655C303030655C303030725C3030302D5C303030745C3030306F5C3030302D5C303030505C303030655C303030655C30303072}
|
||||||
|
\BKM@entry{id=12,open,dest={73756273656374696F6E2E322E34},srcline={239}}{5C3337365C3337375C303030325C3030302E5C303030345C3030305C3034305C303030525C3030306F5C303030645C303030695C3030306E5C303030615C3030305C3034305C303030705C303030725C3030306F5C303030745C3030306F5C3030306B5C3030306F5C3030306C5C3030315C3135375C3030305C3034305C303030545C303030435C303030505C3030302F5C303030495C30303050}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Architektury}{12}{subsection.2.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.3.1}Klient-Server}{12}{subsubsection.2.3.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.3.2}Peer-to-Peer}{12}{subsubsection.2.3.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}Rodina protokolů TCP/IP}{12}{subsection.2.4}\protected@file@percent }
|
||||||
|
\BKM@entry{id=13,open,dest={73756273656374696F6E2E322E35},srcline={248}}{5C3337365C3337375C303030325C3030302E5C303030355C3030305C3034305C303030505C303030725C3030306F5C303030745C3030306F5C3030306B5C3030306F5C3030306C5C303030795C3030305C3034305C303030765C3030305C3034305C303030745C303030725C303030615C3030306E5C303030735C303030705C3030306F5C303030725C303030745C3030306E5C3030305C3335355C3030305C3034305C303030765C303030725C303030735C303030745C303030765C3030315C303333}
|
||||||
|
\BKM@entry{id=14,open,dest={73756273756273656374696F6E2E322E352E31},srcline={252}}{5C3337365C3337375C303030325C3030302E5C303030355C3030302E5C303030315C3030305C3034305C303030535C3030306F5C303030635C3030306B5C303030655C303030745C30303079}
|
||||||
|
\BKM@entry{id=15,open,dest={73756273756273656374696F6E2E322E352E32},srcline={258}}{5C3337365C3337375C303030325C3030302E5C303030355C3030302E5C303030325C3030305C3034305C303030545C303030435C30303050}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.5}Protokoly v transportní vrstvě}{13}{subsection.2.5}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.5.1}Sockety}{13}{subsubsection.2.5.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.5.2}TCP}{13}{subsubsection.2.5.2}\protected@file@percent }
|
||||||
|
\BKM@entry{id=16,open,dest={73756273756273656374696F6E2E322E352E33},srcline={266}}{5C3337365C3337375C303030325C3030302E5C303030355C3030302E5C303030335C3030305C3034305C303030535C303030705C3030306F5C3030306C5C303030655C303030685C3030306C5C303030695C303030765C3030306F5C303030735C30303074}
|
||||||
|
\BKM@entry{id=17,open,dest={73756273756273656374696F6E2E322E352E34},srcline={274}}{5C3337365C3337375C303030325C3030302E5C303030355C3030302E5C303030345C3030305C3034305C303030555C303030445C30303050}
|
||||||
|
\BKM@entry{id=18,open,dest={73756273756273656374696F6E2E322E352E35},srcline={281}}{5C3337365C3337375C303030325C3030302E5C303030355C3030302E5C303030355C3030305C3034305C303030515C303030555C303030495C30303043}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.5.3}Spolehlivost}{14}{subsubsection.2.5.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.5.4}UDP}{14}{subsubsection.2.5.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.5.5}QUIC}{15}{subsubsection.2.5.5}\protected@file@percent }
|
||||||
|
\BKM@entry{id=19,open,dest={73756273656374696F6E2E322E36},srcline={299}}{5C3337365C3337375C303030325C3030302E5C303030365C3030305C3034305C303030505C303030725C3030306F5C303030745C3030306F5C3030306B5C3030306F5C3030306C5C303030795C3030305C3034305C303030765C3030305C3034305C303030615C303030705C3030306C5C303030695C3030306B5C303030615C3030315C3031355C3030306E5C3030305C3335355C3030305C3034305C303030765C303030725C303030735C303030745C303030765C3030315C303333}
|
||||||
|
\BKM@entry{id=20,open,dest={73756273756273656374696F6E2E322E362E31},srcline={303}}{5C3337365C3337375C303030325C3030302E5C303030365C3030302E5C303030315C3030305C3034305C303030485C303030545C303030545C30303050}
|
||||||
|
\BKM@entry{id=21,open,dest={73756273756273656374696F6E2E322E362E32},srcline={309}}{5C3337365C3337375C303030325C3030302E5C303030365C3030302E5C303030325C3030305C3034305C303030485C303030545C303030545C303030505C3030302F5C30303033}
|
||||||
|
\BKM@entry{id=22,open,dest={73756273756273656374696F6E2E322E362E33},srcline={313}}{5C3337365C3337375C303030325C3030302E5C303030365C3030302E5C303030335C3030305C3034305C303030675C303030525C303030505C30303043}
|
||||||
|
\BKM@entry{id=23,open,dest={73756273756273656374696F6E2E322E362E34},srcline={317}}{5C3337365C3337375C303030325C3030302E5C303030365C3030302E5C303030345C3030305C3034305C3030304D5C303030695C303030645C303030645C3030306C5C303030655C303030775C303030615C303030725C30303065}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.6}Protokoly v aplikační vrstvě}{16}{subsection.2.6}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.6.1}HTTP}{16}{subsubsection.2.6.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.6.2}HTTP/3}{16}{subsubsection.2.6.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.6.3}gRPC}{16}{subsubsection.2.6.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=24,open,dest={73756273656374696F6E2E322E37},srcline={324}}{5C3337365C3337375C303030325C3030302E5C303030375C3030305C3034305C303030505C3030306F5C303030735C3030305C3335355C3030306C5C3030305C3334315C3030306E5C3030305C3335355C3030305C3034305C3030307A5C303030705C303030725C3030305C3334315C30303076}
|
||||||
|
\BKM@entry{id=25,open,dest={73756273756273656374696F6E2E322E372E31},srcline={328}}{5C3337365C3337375C303030325C3030302E5C303030375C3030302E5C303030315C3030305C3034305C303030535C303030655C303030725C303030695C303030615C3030306C5C303030695C3030307A5C303030615C303030635C30303065}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.6.4}Middleware}{17}{subsubsection.2.6.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.7}Posílání zpráv}{17}{subsection.2.7}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.7.1}Serializace}{17}{subsubsection.2.7.1}\protected@file@percent }
|
||||||
|
\BKM@entry{id=26,open,dest={73756273756273656374696F6E2E322E372E32},srcline={363}}{5C3337365C3337375C303030325C3030302E5C303030375C3030302E5C303030325C3030305C3034305C3030304B5C3030305C3336335C303030645C3030306F5C303030765C3030305C3334315C3030306E5C3030305C3335355C3030305C3034305C3030307A5C303030705C303030725C3030305C3334315C30303076}
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {1}C++}{18}{lstlisting.1}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {2}C++}{18}{lstlisting.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.7.2}Kódování zpráv}{18}{subsubsection.2.7.2}\protected@file@percent }
|
||||||
|
\BKM@entry{id=27,open,dest={73756273756273656374696F6E2E322E372E33},srcline={371}}{5C3337365C3337375C303030325C3030302E5C303030375C3030302E5C303030335C3030305C3034305C303030495C3030306D5C303030705C3030306C5C303030655C3030306D5C303030655C3030306E5C303030745C303030615C303030635C30303065}
|
||||||
|
\BKM@entry{id=28,open,dest={73756273756273656374696F6E2E322E372E34},srcline={377}}{5C3337365C3337375C303030325C3030302E5C303030375C3030302E5C303030345C3030305C3034305C303030445C303030655C303030745C303030655C3030306B5C303030635C303030655C3030305C3034305C303030615C3030305C3034305C3030306E5C3030305C3334315C303030705C303030725C303030615C303030765C303030615C3030305C3034305C303030635C303030685C303030795C30303062}
|
||||||
|
\BKM@entry{id=29,open,dest={73756273656374696F6E2E322E38},srcline={385}}{5C3337365C3337375C303030325C3030302E5C303030385C3030305C3034305C303030415C303030735C303030795C3030306E5C303030635C303030685C303030725C3030306F5C3030306E5C3030305C3335355C3030305C3034305C303030495C3030304F}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.7.3}Implementace}{19}{subsubsection.2.7.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.7.4}Detekce a náprava chyb}{19}{subsubsection.2.7.4}\protected@file@percent }
|
||||||
|
\BKM@entry{id=30,open,dest={73756273756273656374696F6E2E322E382E31},srcline={391}}{5C3337365C3337375C303030325C3030302E5C303030385C3030302E5C303030315C3030305C3034305C3030305A5C303030655C303030725C3030306F5C3030304D5C30303051}
|
||||||
|
\BKM@entry{id=31,open,dest={73756273756273656374696F6E2E322E382E32},srcline={397}}{5C3337365C3337375C303030325C3030302E5C303030385C3030302E5C303030325C3030305C3034305C303030575C3030306F5C303030725C3030306B5C3030305C3034305C303030735C303030745C303030655C303030615C3030306C5C303030695C3030306E5C30303067}
|
||||||
|
\BKM@entry{id=32,open,dest={73756273756273656374696F6E2E322E382E33},srcline={401}}{5C3337365C3337375C303030325C3030302E5C303030385C3030302E5C303030335C3030305C3034305C303030415C303030735C303030795C3030306E5C303030635C3030302F5C303030415C303030775C303030615C303030695C30303074}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.8}Asynchroní IO}{20}{subsection.2.8}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.8.1}ZeroMQ}{20}{subsubsection.2.8.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.8.2}Work stealing}{20}{subsubsection.2.8.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.8.3}Async/Await}{20}{subsubsection.2.8.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=33,open,dest={73756273756273656374696F6E2E322E382E34},srcline={407}}{5C3337365C3337375C303030325C3030302E5C303030385C3030302E5C303030345C3030305C3034305C303030425C3030306F5C3030306F5C303030735C303030745C3030305C3034305C303030415C303030735C303030695C3030306F}
|
||||||
|
\BKM@entry{id=34,open,dest={73756273756273656374696F6E2E322E382E35},srcline={419}}{5C3337365C3337375C303030325C3030302E5C303030385C3030302E5C303030355C3030305C3034305C303030535C303030745C303030615C303030635C3030306B5C3030305C3034305C303030705C3030306F5C303030695C3030306E5C303030745C303030655C30303072}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.8.4}Boost Asio}{21}{subsubsection.2.8.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.8.5}Stack pointer}{21}{subsubsection.2.8.5}\protected@file@percent }
|
||||||
|
\BKM@entry{id=35,open,dest={73756273656374696F6E2E322E39},srcline={431}}{5C3337365C3337375C303030325C3030302E5C303030395C3030305C3034305C3030304D5C303030655C303030745C303030725C303030695C3030306B5C30303079}
|
||||||
|
\BKM@entry{id=36,open,dest={73756273756273656374696F6E2E322E392E31},srcline={435}}{5C3337365C3337375C303030325C3030302E5C303030395C3030302E5C303030315C3030305C3034305C303030545C303030695C3030306D5C303030655C303030735C303030635C303030615C3030306C5C303030655C303030445C30303042}
|
||||||
|
\BKM@entry{id=37,open,dest={73756273756273656374696F6E2E322E392E32},srcline={439}}{5C3337365C3337375C303030325C3030302E5C303030395C3030302E5C303030325C3030305C3034305C303030475C303030725C303030615C303030665C303030615C3030306E5C30303061}
|
||||||
|
\BKM@entry{id=38,open,dest={73756273756273656374696F6E2E322E392E33},srcline={445}}{5C3337365C3337375C303030325C3030302E5C303030395C3030302E5C303030335C3030305C3034305C303030495C3030306D5C303030475C303030755C30303069}
|
||||||
|
\BKM@entry{id=39,open,dest={73756273756273656374696F6E2E322E392E34},srcline={449}}{5C3337365C3337375C303030325C3030302E5C303030395C3030302E5C303030345C3030305C3034305C303030545C303030725C303030615C303030635C30303079}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.9}Metriky}{22}{subsection.2.9}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.9.1}TimescaleDB}{22}{subsubsection.2.9.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.9.2}Grafana}{22}{subsubsection.2.9.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.9.3}ImGui}{22}{subsubsection.2.9.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.9.4}Tracy}{22}{subsubsection.2.9.4}\protected@file@percent }
|
||||||
|
\BKM@entry{id=40,open,dest={73756273756273656374696F6E2E322E392E35},srcline={453}}{5C3337365C3337375C303030325C3030302E5C303030395C3030302E5C303030355C3030305C3034305C3030304B5C3030306F5C3030306E5C3030306B5C303030725C3030305C3335315C303030745C3030306E5C3030305C3335355C3030305C3034305C3030306D5C303030655C303030745C303030725C303030695C3030306B5C30303079}
|
||||||
|
\BKM@entry{id=41,open,dest={73756273756273656374696F6E2E322E392E36},srcline={469}}{5C3337365C3337375C303030325C3030302E5C303030395C3030302E5C303030365C3030305C3034305C303030535C303030625C3030305C3335355C303030725C3030305C3334315C3030306E5C3030305C3335355C3030305C3034305C303030765C3030305C3034305C303030725C303030655C3030305C3334315C3030306C5C3030306E5C3030305C3335315C3030306D5C3030305C3034305C3030315C3031355C303030615C303030735C30303065}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.9.5}Konkrétní metriky}{23}{subsubsection.2.9.5}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.9.6}Sbírání v reálném čase}{23}{subsubsection.2.9.6}\protected@file@percent }
|
||||||
|
\BKM@entry{id=42,open,dest={73656374696F6E2E33},srcline={487}}{5C3337365C3337375C303030335C3030305C3034305C303030485C303030725C303030615C3030305C3034305C303030705C303030725C3030306F5C3030305C3034305C303030765C3030305C3335355C303030635C303030655C3030305C3034305C303030685C303030725C3030305C3334315C3030315C3031355C3030315C313537}
|
||||||
|
\BKM@entry{id=43,open,dest={73756273656374696F6E2E332E31},srcline={493}}{5C3337365C3337375C303030335C3030302E5C303030315C3030305C3034305C303030485C303030725C30303079}
|
||||||
|
\BKM@entry{id=44,open,dest={73756273756273656374696F6E2E332E312E31},srcline={507}}{5C3337365C3337375C303030335C3030302E5C303030315C3030302E5C303030315C3030305C3034305C303030455C3030306E5C303030745C30303074}
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {3}Hra pro více hráčů}{24}{section.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Hry}{24}{subsection.3.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.1.1}Entt}{24}{subsubsection.3.1.1}\protected@file@percent }
|
||||||
|
\BKM@entry{id=45,open,dest={73756273656374696F6E2E332E32},srcline={546}}{5C3337365C3337375C303030335C3030302E5C303030325C3030305C3034305C303030535C303030765C3030315C3033335C30303074}
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {3}C++}{25}{lstlisting.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Svět}{25}{subsection.3.2}\protected@file@percent }
|
||||||
|
\BKM@entry{id=46,open,dest={73756273756273656374696F6E2E332E322E31},srcline={550}}{5C3337365C3337375C303030335C3030302E5C303030325C3030302E5C303030315C3030305C3034305C3030304F5C303030765C3030306C5C303030615C303030645C303030615C3030315C3031355C3030305C3034305C303030705C303030725C3030306F5C3030305C3034305C303030685C303030725C303030755C3030305C3034305C3030306A5C303030655C303030645C3030306E5C3030306F5C303030685C3030306F5C3030305C3034305C303030685C303030725C3030305C3334315C3030315C3031355C30303065}
|
||||||
|
\BKM@entry{id=47,open,dest={73756273756273656374696F6E2E332E322E32},srcline={554}}{5C3337365C3337375C303030335C3030302E5C303030325C3030302E5C303030325C3030305C3034305C3030304F5C303030765C3030306C5C303030615C303030645C303030615C3030315C3031355C3030305C3034305C303030705C303030725C3030306F5C3030305C3034305C303030685C303030725C303030755C3030305C3034305C303030765C3030305C3335355C303030635C303030655C3030305C3034305C303030685C303030725C3030305C3334315C3030315C3031355C3030315C313537}
|
||||||
|
\BKM@entry{id=48,open,dest={73756273656374696F6E2E332E33},srcline={562}}{5C3337365C3337375C303030335C3030302E5C303030335C3030305C3034305C3030304B5C3030306C5C303030695C303030655C3030306E5C303030745C3030302D5C303030535C303030655C303030725C303030765C303030655C303030725C3030305C3034305C303030615C303030725C303030635C303030685C303030695C303030745C303030655C3030306B5C303030745C303030755C303030725C30303061}
|
||||||
|
\BKM@entry{id=49,open,dest={73756273656374696F6E2E332E34},srcline={574}}{5C3337365C3337375C303030335C3030302E5C303030345C3030305C3034305C303030535C303030655C303030725C303030765C303030655C30303072}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.1}Ovladač pro hru jednoho hráče}{26}{subsubsection.3.2.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.2}Ovladač pro hru více hráčů}{26}{subsubsection.3.2.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Klient-Server architektura}{26}{subsection.3.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=50,open,dest={73756273756273656374696F6E2E332E342E31},srcline={579}}{5C3337365C3337375C303030335C3030302E5C303030345C3030302E5C303030315C3030305C3034305C303030525C303030655C303030675C303030695C303030735C303030745C303030725C3030305C3034305C303030735C303030705C3030306F5C3030306A5C303030655C3030306E5C3030305C333535}
|
||||||
|
\BKM@entry{id=51,open,dest={73756273756273656374696F6E2E332E342E32},srcline={587}}{5C3337365C3337375C303030335C3030302E5C303030345C3030302E5C303030325C3030305C3034305C303030525C303030655C303030705C3030306C5C303030695C3030306B5C3030305C3334315C303030745C3030306F5C30303072}
|
||||||
|
\BKM@entry{id=52,open,dest={73756273756273656374696F6E2E332E342E33},srcline={593}}{5C3337365C3337375C303030335C3030302E5C303030345C3030302E5C303030335C3030305C3034305C303030495C3030306E5C303030745C303030655C303030725C303030655C303030735C303030745C3030305C3034305C3030306D5C303030615C3030306E5C303030615C303030675C303030655C30303072}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Server}{27}{subsection.3.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.1}Registr spojení}{27}{subsubsection.3.4.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.2}Replikátor}{27}{subsubsection.3.4.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.3}Interest manager}{27}{subsubsection.3.4.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=53,open,dest={73756273656374696F6E2E332E35},srcline={603}}{5C3337365C3337375C303030335C3030302E5C303030355C3030305C3034305C3030304B5C3030306C5C303030695C303030655C3030306E5C30303074}
|
||||||
|
\BKM@entry{id=54,open,dest={73756273756273656374696F6E2E332E352E31},srcline={607}}{5C3337365C3337375C303030335C3030302E5C303030355C3030302E5C303030315C3030305C3034305C303030525C303030655C303030705C3030306C5C303030695C303030635C303030615C303030745C3030306F5C303030725C3030305C3034305C303030635C3030306F5C3030306E5C303030745C303030725C3030306F5C3030306C5C3030306C5C303030655C30303072}
|
||||||
|
\BKM@entry{id=55,open,dest={73756273756273656374696F6E2E332E352E32},srcline={611}}{5C3337365C3337375C303030335C3030302E5C303030355C3030302E5C303030325C3030305C3034305C303030495C3030306E5C303030745C303030655C303030725C303030705C3030306F5C3030306C5C303030615C303030635C30303065}
|
||||||
|
\BKM@entry{id=56,open,dest={73756273756273656374696F6E2E332E352E33},srcline={620}}{5C3337365C3337375C303030335C3030302E5C303030355C3030302E5C303030335C3030305C3034305C303030525C3030306F5C3030306C5C3030306C5C303030625C303030615C303030635C3030306B5C3030305C3034305C303030615C3030305C3034305C303030735C303030695C3030306D5C303030755C3030306C5C303030615C303030635C303030655C3030305C3034305C303030765C3030306C5C303030615C303030735C303030745C3030306E5C3030305C3335355C303030685C3030306F5C3030305C3034305C303030685C303030725C3030305C3334315C3030315C3031355C30303065}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.5}Klient}{28}{subsection.3.5}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.5.1}Replicator controller}{28}{subsubsection.3.5.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.5.2}Interpolace}{28}{subsubsection.3.5.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.5.3}Rollback a simulace vlastního hráče}{28}{subsubsection.3.5.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=57,open,dest={73756273656374696F6E2E332E36},srcline={628}}{5C3337365C3337375C303030335C3030302E5C303030365C3030305C3034305C3030304B5C3030306F5C3030306D5C303030755C3030306E5C303030695C3030306B5C303030615C3030315C3031355C3030306E5C3030305C3335355C3030305C3034305C303030705C303030725C3030306F5C303030745C3030306F5C3030306B5C3030306F5C3030306C}
|
||||||
|
\BKM@entry{id=58,open,dest={73756273656374696F6E2E332E37},srcline={640}}{5C3337365C3337375C303030335C3030302E5C303030375C3030305C3034305C303030505C303030725C3030306F5C303030745C3030306F5C3030306B5C3030306F5C3030306C5C3030305C3034305C303030515C303030555C303030495C303030435C30303072}
|
||||||
|
\gdef \LT@i {\LT@entry
|
||||||
|
{1}{142.93542pt}\LT@entry
|
||||||
|
{1}{1048.79956pt}\LT@entry
|
||||||
|
{1}{0.0pt}}
|
||||||
|
\BKM@entry{id=59,open,dest={73756273756273656374696F6E2E332E372E31},srcline={663}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030315C3030305C3034305C303030465C303030725C303030615C3030306D5C30303065}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.6}Komunikační protokol}{29}{subsection.3.6}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.7}Protokol QUICr}{29}{subsection.3.7}\protected@file@percent }
|
||||||
|
\@writefile{lot}{\contentsline {table}{\numberline {1}{Rozhraní třídy QuicrEndpoint}}{29}{table.1}\protected@file@percent }
|
||||||
|
\newlabel{tab:prepinace}{{1}{29}{Rozhraní třídy QuicrEndpoint}{table.1}{}}
|
||||||
|
\BKM@entry{id=60,open,dest={73756273756273656374696F6E2E332E372E32},srcline={669}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030325C3030305C3034305C303030485C303030615C3030306E5C303030645C303030735C303030685C303030615C3030306B5C30303065}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.1}Frame}{30}{subsubsection.3.7.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.2}Handshake}{30}{subsubsection.3.7.2}\protected@file@percent }
|
||||||
|
\BKM@entry{id=61,open,dest={73756273756273656374696F6E2E332E372E33},srcline={696}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030335C3030305C3034305C303030535C303030705C3030306F5C3030306C5C303030655C303030685C3030306C5C303030695C303030765C3030306F5C303030735C30303074}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.3}Spolehlivost}{31}{subsubsection.3.7.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=62,open,dest={73756273756273656374696F6E2E332E372E34},srcline={724}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030345C3030305C3034305C303030455C3030306E5C3030306B5C3030306F5C303030645C3030305C3335315C30303072}
|
||||||
|
\BKM@entry{id=63,open,dest={73756273756273656374696F6E2E332E372E35},srcline={730}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030355C3030305C3034305C303030545C303030655C303030735C303030745C3030306F5C303030765C3030305C3334315C3030306E5C3030305C333535}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.4}Enkodér}{32}{subsubsection.3.7.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.5}Testování}{32}{subsubsection.3.7.5}\protected@file@percent }
|
||||||
|
\BKM@entry{id=64,open,dest={73756273756273656374696F6E2E332E372E36},srcline={767}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030365C3030305C3034305C3030304F5C303030645C303030655C303030735C3030305C3335355C3030306C5C3030305C3334315C3030306E5C3030305C333535}
|
||||||
|
\BKM@entry{id=65,open,dest={73756273756273656374696F6E2E332E372E37},srcline={778}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030375C3030305C3034305C3030315C3031345C303030745C303030655C3030306E5C3030305C333535}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.6}Odesílání}{33}{subsubsection.3.7.6}\protected@file@percent }
|
||||||
|
\newlabel{integrationcomparison}{{3.7.5}{34}{Testování}{subsubsection.3.7.5}{}}
|
||||||
|
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Integrace}}{34}{figure.1}\protected@file@percent }
|
||||||
|
\newlabel{playerbenchmark}{{3.7.5}{34}{Testování}{figure.1}{}}
|
||||||
|
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces 301 připojených hráčů}}{34}{figure.2}\protected@file@percent }
|
||||||
|
\BKM@entry{id=66,open,dest={73756273756273656374696F6E2E332E372E38},srcline={784}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030385C3030305C3034305C3030315C3134305C303030695C303030665C303030725C3030306F5C303030765C3030305C3334315C3030306E5C3030305C333535}
|
||||||
|
\BKM@entry{id=67,open,dest={73756273756273656374696F6E2E332E372E39},srcline={788}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030395C3030305C3034305C303030535C303030505C303030525C3030302D5C30303036}
|
||||||
|
\BKM@entry{id=68,open,dest={73756273756273656374696F6E2E332E372E3130},srcline={793}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030315C303030305C3030305C3034305C3030304C5C3030306F5C303030635C3030306B5C303030735C303030745C303030655C30303070}
|
||||||
|
\BKM@entry{id=69,open,dest={73756273756273656374696F6E2E332E372E3131},srcline={797}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030315C303030315C3030305C3034305C303030435C3030306F5C3030306E5C303030675C303030655C303030735C303030745C303030695C3030306F5C3030306E5C3030305C3034305C303030635C3030306F5C3030306E5C303030745C303030725C3030306F5C3030306C}
|
||||||
|
\BKM@entry{id=70,open,dest={73756273756273656374696F6E2E332E372E3132},srcline={799}}{5C3337365C3337375C303030335C3030302E5C303030375C3030302E5C303030315C303030325C3030305C3034305C303030425C303030615C3030306E5C303030645C303030775C303030695C303030645C303030745C303030685C3030305C3034305C303030635C3030306F5C3030306E5C303030745C303030725C3030306F5C3030306C}
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.7}Čtení}{35}{subsubsection.3.7.7}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.8}Šifrování}{35}{subsubsection.3.7.8}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.9}SPR-6}{35}{subsubsection.3.7.9}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.10}Lockstep}{35}{subsubsection.3.7.10}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.11}Congestion control}{35}{subsubsection.3.7.11}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.7.12}Bandwidth control}{35}{subsubsection.3.7.12}\protected@file@percent }
|
||||||
|
\BKM@entry{id=71,open,dest={73756273656374696F6E2E332E38},srcline={803}}{5C3337365C3337375C303030335C3030302E5C303030385C3030305C3034305C303030535C303030685C303030615C303030725C303030645C303030695C3030306E5C30303067}
|
||||||
|
\BKM@entry{id=72,open,dest={73756273656374696F6E2E332E39},srcline={807}}{5C3337365C3337375C303030335C3030302E5C303030395C3030305C3034305C3030304B5C3030306F5C3030306D5C303030705C303030725C303030655C303030735C30303065}
|
||||||
|
\BKM@entry{id=73,open,dest={73756273756273656374696F6E2E332E392E31},srcline={811}}{5C3337365C3337375C303030335C3030302E5C303030395C3030302E5C303030315C3030305C3034305C303030425C303030695C303030745C3030305C3034305C303030425C303030755C303030665C303030665C303030655C30303072}
|
||||||
|
\BKM@entry{id=74,open,dest={73756273756273656374696F6E2E332E392E32},srcline={815}}{5C3337365C3337375C303030335C3030302E5C303030395C3030302E5C303030325C3030305C3034305C3030304B5C3030306F5C3030306D5C303030705C303030725C303030655C303030735C303030655C3030305C3034305C303030515C303030555C303030495C303030435C30303072}
|
||||||
|
\BKM@entry{id=75,open,dest={73756273756273656374696F6E2E332E392E33},srcline={819}}{5C3337365C3337375C303030335C3030302E5C303030395C3030302E5C303030335C3030305C3034305C3030304B5C3030306F5C3030306D5C303030705C303030725C303030655C303030735C303030655C3030305C3034305C303030705C303030725C3030306F5C303030745C3030306F5C3030306B5C3030306F5C3030306C5C303030755C3030305C3034305C303030725C303030655C303030705C3030306C5C303030695C3030306B5C3030305C3334315C303030745C3030306F5C303030725C30303075}
|
||||||
|
\BKM@entry{id=76,open,dest={73656374696F6E2E34},srcline={830}}{5C3337365C3337375C303030345C3030305C3034305C303030535C303030745C303030795C3030306C5C303030795C3030305C3034305C303030705C303030725C3030306F5C3030305C3034305C303030705C303030735C303030615C3030306E5C3030305C3335355C3030305C3034305C303030625C303030615C3030306B5C303030615C3030306C5C3030305C3334315C3030315C3133315C303030735C3030306B5C3030305C3337355C303030635C303030685C3030305C3034305C303030615C3030305C3034305C303030645C303030695C303030705C3030306C5C3030306F5C3030306D5C3030306F5C303030765C3030305C3337355C303030635C303030685C3030305C3034305C303030705C303030725C303030615C303030635C3030305C333535}
|
||||||
|
\BKM@entry{id=77,open,dest={73756273656374696F6E2E342E31},srcline={833}}{5C3337365C3337375C303030345C3030302E5C303030315C3030305C3034305C303030505C3030306F5C3030315C3137365C303030615C303030645C303030615C303030765C3030306B5C303030795C3030305C3034305C303030615C3030305C3034305C303030705C3030306F5C303030645C303030705C303030725C3030306F5C303030765C303030615C3030306E5C3030305C3334315C3030305C3034305C303030705C303030725C3030306F5C303030735C303030745C3030315C3133315C303030655C303030645C3030305C333535}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.8}Sharding}{36}{subsection.3.8}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.9}Komprese}{36}{subsection.3.9}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.9.1}Bit Buffer}{36}{subsubsection.3.9.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.9.2}Komprese QUICr}{36}{subsubsection.3.9.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.9.3}Komprese protokolu replikátoru}{36}{subsubsection.3.9.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {4}Styly pro psaní bakalářských a diplomových prací}{36}{section.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Požadavky a podprovaná prostředí}{36}{subsection.4.1}\protected@file@percent }
|
||||||
|
\BKM@entry{id=78,open,dest={73756273656374696F6E2E342E32},srcline={855}}{5C3337365C3337375C303030345C3030302E5C303030325C3030305C3034305C303030505C3030315C3133315C303030655C303030705C3030305C3335355C3030306E5C303030615C3030315C3031355C30303065}
|
||||||
|
\gdef \LT@ii {\LT@entry
|
||||||
|
{1}{83.40999pt}\LT@entry
|
||||||
|
{1}{98.16246pt}\LT@entry
|
||||||
|
{1}{239.62204pt}}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Přepínače}{37}{subsection.4.2}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {4}Volání třídy \textbf {kidiplom}}{37}{lstlisting.4}\protected@file@percent }
|
||||||
|
\@writefile{lot}{\contentsline {table}{\numberline {2}{Seznam přepínačů}}{37}{table.2}\protected@file@percent }
|
||||||
|
\newlabel{tab:prepinace}{{2}{37}{Seznam přepínačů}{table.2}{}}
|
||||||
|
\BKM@entry{id=79,open,dest={73756273656374696F6E2E342E33},srcline={947}}{5C3337365C3337375C303030345C3030302E5C303030335C3030305C3034305C303030475C303030655C3030306F5C3030306D5C303030655C303030745C303030725C303030695C303030655C3030305C3034305C303030735C303030745C303030725C3030305C3334315C3030306E5C3030306B5C30303079}
|
||||||
|
\BKM@entry{id=80,open,dest={73656374696F6E2E35},srcline={950}}{5C3337365C3337375C303030355C3030305C3034305C303030535C303030615C3030307A5C303030625C303030615C3030305C3034305C3030315C3031355C3030305C3334315C303030735C303030745C3030305C3335355C3030305C3034305C303030645C3030306F5C3030306B5C303030755C3030306D5C303030655C3030306E5C303030745C30303075}
|
||||||
|
\BKM@entry{id=81,open,dest={73756273656374696F6E2E352E31},srcline={951}}{5C3337365C3337375C303030355C3030302E5C303030315C3030305C3034305C303030535C303030615C3030307A5C303030625C303030615C3030305C3034305C3030305C3337325C303030765C3030306F5C303030645C3030306E5C3030305C3335355C3030305C3034305C303030735C303030745C303030725C303030615C3030306E5C303030795C3030305C3034305C3030315C3031355C303030695C3030305C3034305C3030306F5C303030625C303030735C303030615C303030685C30303075}
|
||||||
|
\BKM@entry{id=82,open,dest={73756273656374696F6E2E352E32},srcline={954}}{5C3337365C3337375C303030355C3030302E5C303030325C3030305C3034305C3030305A5C3030305C3334315C303030765C3030315C3033335C303030725C30303079}
|
||||||
|
\BKM@entry{id=83,open,dest={73756273656374696F6E2E352E33},srcline={969}}{5C3337365C3337375C303030355C3030302E5C303030335C3030305C3034305C3030304D5C303030615C303030745C303030655C3030306D5C303030615C303030745C303030695C3030306B5C30303061}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Geometrie stránky}{40}{subsection.4.3}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {5}Sazba částí dokumentu}{40}{section.5}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Sazba úvodní strany či obsahu}{40}{subsection.5.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Závěry}{40}{subsection.5.2}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {5}Sazba závěrů}{40}{lstlisting.5}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Matematika}{40}{subsection.5.3}\protected@file@percent }
|
||||||
|
\BKM@entry{id=84,open,dest={73756273656374696F6E2E352E34},srcline={994}}{5C3337365C3337375C303030355C3030302E5C303030345C3030305C3034305C303030535C303030615C3030307A5C303030625C303030615C3030305C3034305C3030306C5C303030695C303030745C303030655C303030725C303030615C303030745C303030755C303030725C30303079}
|
||||||
|
\BKM@entry{id=85,open,dest={73756273756273656374696F6E2E352E342E31},srcline={996}}{5C3337365C3337375C303030355C3030302E5C303030345C3030302E5C303030315C3030305C3034305C303030535C303030615C3030307A5C303030625C303030615C3030305C3034305C303030625C303030695C303030625C3030306C5C303030695C3030306F5C303030675C303030725C303030615C303030665C303030695C303030655C3030305C3034305C303030705C3030315C3133315C303030655C303030735C3030305C3034305C303030425C303030695C303030625C3030304C5C303030615C303030545C303030655C30303058}
|
||||||
|
\BKM@entry{id=86,open,dest={73756273756273656374696F6E2E352E342E32},srcline={1005}}{5C3337365C3337375C303030355C3030302E5C303030345C3030302E5C303030325C3030305C3034305C3030304D5C303030615C3030306E5C303030755C3030305C3334315C3030306C5C3030306E5C3030305C3335355C3030305C3034305C303030735C303030615C3030307A5C303030625C303030615C3030305C3034305C303030625C303030695C303030625C3030306C5C303030695C3030306F5C303030675C303030725C303030615C303030665C303030695C30303065}
|
||||||
|
\BKM@entry{id=87,open,dest={73756273656374696F6E2E352E35},srcline={1010}}{5C3337365C3337375C303030355C3030302E5C303030355C3030305C3034305C303030445C303030725C3030306F5C303030625C3030306E5C3030305C3334315C3030305C3034305C3030306D5C303030615C3030306B5C303030725C30303061}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.4}Sazba literatury}{41}{subsection.5.4}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.4.1}Sazba bibliografie přes \textsc {Bib}\LaTeX {}}{41}{subsubsection.5.4.1}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.4.2}Manuální sazba bibliografie}{41}{subsubsection.5.4.2}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.5}Drobná makra}{41}{subsection.5.5}\protected@file@percent }
|
||||||
|
\BKM@entry{id=88,open,dest={73756273656374696F6E2E352E36},srcline={1036}}{5C3337365C3337375C303030355C3030302E5C303030365C3030305C3034305C303030535C303030615C3030307A5C303030625C303030615C3030305C3034305C303030725C303030655C3030306A5C303030735C303030745C3030315C3133315C3030305C3335355C3030306B5C30303075}
|
||||||
|
\BKM@entry{id=89,open,dest={73756273656374696F6E2E352E37},srcline={1051}}{5C3337365C3337375C303030355C3030302E5C303030375C3030305C3034305C303030535C303030615C3030307A5C303030625C303030615C3030305C3034305C3030307A5C303030645C303030725C3030306F5C3030306A5C3030306F5C303030765C3030305C3337355C303030635C303030685C3030305C3034305C3030306B5C3030305C3336335C303030645C3030315C313537}
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.6}Sazba rejstříku}{42}{subsection.5.6}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {subsection}{\numberline {5.7}Sazba zdrojových kódů}{42}{subsection.5.7}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {definition}{\ifthmt@listswap Definice~4\else \numberline {4}Definice\fi \thmtformatoptarg {Název definice}}{42}{definition.4}\protected@file@percent }
|
||||||
|
\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Odstavce v tabulkách}}{43}{table.3}\protected@file@percent }
|
||||||
|
\newlabel{tab:odstavce}{{3}{43}{Odstavce v tabulkách}{table.3}{}}
|
||||||
|
\@writefile{loe}{\contentsline {proof}{\ifthmt@listswap \else \numberline {\let \autodot \@empty }\fi D\r {u}kaz\thmtformatoptarg {Název důkazu}}{44}{thmt@dummyctr.dummy.5}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {remark}{\ifthmt@listswap Pozn\'{a}mka~5\else \numberline {5}Pozn\'{a}mka\fi \thmtformatoptarg {Pumpovací věta}}{44}{remark.5}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {example}{\ifthmt@listswap P\v {r}\'{i}klad~6\else \numberline {6}P\v {r}\'{i}klad\fi \thmtformatoptarg {Pumpovací věta}}{44}{example.6}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {lemma}{\ifthmt@listswap Lemma~7\else \numberline {7}Lemma\fi \thmtformatoptarg {Název definice}}{44}{lemma.7}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {consequence}{\ifthmt@listswap D\r {u}sledek~8\else \numberline {8}D\r {u}sledek\fi \thmtformatoptarg {Název důkazu}}{44}{consequence.8}\protected@file@percent }
|
||||||
|
\@writefile{loe}{\contentsline {theorem}{\ifthmt@listswap V\v {e}ta~9\else \numberline {9}V\v {e}ta\fi \thmtformatoptarg {Pumpovací věta}}{44}{theorem.9}\protected@file@percent }
|
||||||
|
\newlabel{kod:cpp}{{6}{44}{\cpp }{lstlisting.6}{}}
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {6}C\kern -.05em\raise .38ex\hbox {\scriptsize {++}}}{44}{lstlisting.6}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {7}JS}{44}{lstlisting.7}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {8}C\kern -.03em\raise .38ex\hbox {\scriptsize {\#}}}{45}{lstlisting.8}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {9}SQL}{45}{lstlisting.9}\protected@file@percent }
|
||||||
|
\@writefile{lol}{\contentsline {lstlisting}{\numberline {10}TutorialD}{45}{lstlisting.10}\protected@file@percent }
|
||||||
|
\BKM@entry{id=90,open,dest={73656374696F6E2A2E33},srcline={1120}}{5C3337365C3337375C3030305A5C3030305C3334315C303030765C3030315C3033335C30303072}
|
||||||
|
\@writefile{toc}{\contentsline {section}{Z\'av\v er}{46}{section*.3}\protected@file@percent }
|
||||||
|
\babel@aux{czech}{}
|
||||||
|
\babel@aux{czech}{}
|
||||||
|
\BKM@entry{id=91,open,dest={73656374696F6E2A2E35},srcline={1123}}{5C3337365C3337375C303030435C3030306F5C3030306E5C303030635C3030306C5C303030755C303030735C303030695C3030306F5C3030306E5C30303073}
|
||||||
|
\@writefile{toc}{\contentsline {section}{Conclusions}{47}{section*.5}\protected@file@percent }
|
||||||
|
\babel@aux{english}{}
|
||||||
|
\babel@aux{czech}{}
|
||||||
|
\BKM@entry{id=92,open,dest={617070656E6469782E41},srcline={1130}}{5C3337365C3337375C303030415C3030305C3034305C303030505C303030725C303030765C3030306E5C3030305C3335355C3030305C3034305C303030705C3030315C3133315C3030305C3335355C3030306C5C3030306F5C303030685C30303061}
|
||||||
|
\BKM@entry{id=93,open,dest={617070656E6469782E42},srcline={1133}}{5C3337365C3337375C303030425C3030305C3034305C303030445C303030725C303030755C303030685C3030305C3334315C3030305C3034305C303030705C3030315C3133315C3030305C3335355C3030306C5C3030306F5C303030685C30303061}
|
||||||
|
\BKM@entry{id=94,open,dest={617070656E6469782E43},srcline={1138}}{5C3337365C3337375C303030435C3030305C3034305C3030304F5C303030625C303030735C303030615C303030685C3030305C3034305C303030655C3030306C5C303030655C3030306B5C303030745C303030725C3030306F5C3030306E5C303030695C303030635C3030306B5C3030305C3337355C303030635C303030685C3030305C3034305C303030645C303030615C30303074}
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {A}První příloha}{48}{appendix.A}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {B}Druhá příloha}{48}{appendix.B}\protected@file@percent }
|
||||||
|
\@writefile{toc}{\contentsline {section}{\numberline {C}Obsah elektronických dat}{48}{appendix.C}\protected@file@percent }
|
||||||
|
\newlabel{sec:ObsahData}{{C}{48}{Obsah elektronických dat}{appendix.C}{}}
|
||||||
|
\BKM@entry{id=95,open,dest={73656374696F6E2A2E37},srcline={1205}}{5C3337365C3337375C303030535C303030655C3030307A5C3030306E5C303030615C3030306D5C3030305C3034305C3030307A5C3030306B5C303030725C303030615C303030745C303030655C3030306B}
|
||||||
|
\abx@aux@nociteall
|
||||||
|
\@writefile{toc}{\contentsline {section}{Seznam zkratek}{50}{section*.7}\protected@file@percent }
|
||||||
|
\BKM@entry{id=96,open,dest={73656374696F6E2A2E38},srcline={1215}}{5C3337365C3337375C3030304C5C303030695C303030745C303030655C303030725C303030615C303030745C303030755C303030725C30303061}
|
||||||
|
\abx@aux@read@bbl@mdfivesum{D41D8CD98F00B204E9800998ECF8427E}
|
||||||
|
\abx@aux@read@bblrerun
|
||||||
|
\newlabel{LastPage}{{C}{50}{Obsah elektronických dat}{page.50}{}}
|
||||||
|
\gdef\lastpage@lastpage{50}
|
||||||
|
\gdef\lastpage@lastpageHy{50}
|
||||||
|
\gdef \@abspage@last{50}
|
||||||
+2182
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,48 @@
|
|||||||
|
This is BibTeX, Version 0.99d (TeX Live 2026/dev/Arch Linux)
|
||||||
|
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
|
||||||
|
The top-level auxiliary file: kidiplom.aux
|
||||||
|
I found no \citation commands---while reading file kidiplom.aux
|
||||||
|
I found no \bibdata command---while reading file kidiplom.aux
|
||||||
|
I found no \bibstyle command---while reading file kidiplom.aux
|
||||||
|
You've used 0 entries,
|
||||||
|
0 wiz_defined-function locations,
|
||||||
|
83 strings with 490 characters,
|
||||||
|
and the built_in function-call counts, 0 in all, are:
|
||||||
|
= -- 0
|
||||||
|
> -- 0
|
||||||
|
< -- 0
|
||||||
|
+ -- 0
|
||||||
|
- -- 0
|
||||||
|
* -- 0
|
||||||
|
:= -- 0
|
||||||
|
add.period$ -- 0
|
||||||
|
call.type$ -- 0
|
||||||
|
change.case$ -- 0
|
||||||
|
chr.to.int$ -- 0
|
||||||
|
cite$ -- 0
|
||||||
|
duplicate$ -- 0
|
||||||
|
empty$ -- 0
|
||||||
|
format.name$ -- 0
|
||||||
|
if$ -- 0
|
||||||
|
int.to.chr$ -- 0
|
||||||
|
int.to.str$ -- 0
|
||||||
|
missing$ -- 0
|
||||||
|
newline$ -- 0
|
||||||
|
num.names$ -- 0
|
||||||
|
pop$ -- 0
|
||||||
|
preamble$ -- 0
|
||||||
|
purify$ -- 0
|
||||||
|
quote$ -- 0
|
||||||
|
skip$ -- 0
|
||||||
|
stack$ -- 0
|
||||||
|
substring$ -- 0
|
||||||
|
swap$ -- 0
|
||||||
|
text.length$ -- 0
|
||||||
|
text.prefix$ -- 0
|
||||||
|
top$ -- 0
|
||||||
|
type$ -- 0
|
||||||
|
warning$ -- 0
|
||||||
|
while$ -- 0
|
||||||
|
width$ -- 0
|
||||||
|
write$ -- 0
|
||||||
|
(There were 3 error messages)
|
||||||
+622
@@ -0,0 +1,622 @@
|
|||||||
|
%%% KI PřF UP v Olomouci Diplom Class
|
||||||
|
%%% Copyright (C) 2012 Martin Rotter, <rotter.martinos@gmail.com>
|
||||||
|
%%% Copyright (C) 2014 Jan Outrata, <jan.outrata@upol.cz>
|
||||||
|
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesClass{kidiplom}[2012/09/09 KI PrF UP v Olomouci Diploma Class]
|
||||||
|
\ClassWarningNoLine{kidiplom}{[kidiplom] You are using kidiplom class 1.2}
|
||||||
|
|
||||||
|
%% Základní třída a velikost písma 12pt.
|
||||||
|
\LoadClass[12pt]{article}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Parametry.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\RequirePackage{kvoptions}
|
||||||
|
|
||||||
|
\SetupKeyvalOptions {
|
||||||
|
family=kid,
|
||||||
|
prefix=kid@
|
||||||
|
}
|
||||||
|
|
||||||
|
%% [init]{name}[default]
|
||||||
|
%% diplomová práce, jinak bakalářská
|
||||||
|
\DeclareBoolOption{master}
|
||||||
|
%% studijní program/obor a specializace autora: pro diplomovou práci
|
||||||
|
%% infoi, infui, inf, ainfpst, ainf, uinf a binf, jinak ainfvs, pro
|
||||||
|
%% bakalářskou práci infoi, inf, itp, itk, ainfp, ainfk, infv a binf,
|
||||||
|
%% jinak infpvs
|
||||||
|
\DeclareStringOption[infpvs]{program}[infpvs]
|
||||||
|
\DeclareStringOption[false]{printversion}[true]
|
||||||
|
\DeclareStringOption[true]{joinlists}[true]
|
||||||
|
\DeclareStringOption[true]{figures}[true]
|
||||||
|
\DeclareStringOption[true]{tables}[true]
|
||||||
|
\DeclareStringOption[false]{theorems}[true]
|
||||||
|
\DeclareStringOption[false]{sourcecodes}[true]
|
||||||
|
\DeclareStringOption[false]{biblatex}[true]
|
||||||
|
\DeclareStringOption[czech]{language}[czech]
|
||||||
|
\DeclareStringOption[false]{glossaries}[true]
|
||||||
|
\DeclareStringOption[false]{index}[true]
|
||||||
|
\DeclareStringOption[serif]{font}[serif]
|
||||||
|
\DeclareStringOption[utf8]{encoding}[utf8]
|
||||||
|
\DeclareStringOption[utf8]{bibencoding}[utf8]
|
||||||
|
|
||||||
|
%% Nerozpoznaný parametr hodí chybu.
|
||||||
|
\DeclareDefaultOption{\ClassWarningNoLine{kidiplom}{[kidiplom] Option '\CurrentOption' was not recognized}}
|
||||||
|
|
||||||
|
\ProcessKeyvalOptions*
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Balíky.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% KI PřF UP v Olomouci Base styl.
|
||||||
|
\RequirePackage[
|
||||||
|
printversion=\kid@printversion,
|
||||||
|
joinlists=\kid@joinlists,
|
||||||
|
figures=\kid@figures,
|
||||||
|
tables=\kid@tables,
|
||||||
|
theorems=\kid@theorems,
|
||||||
|
sourcecodes=\kid@sourcecodes,
|
||||||
|
biblatex=\kid@biblatex,
|
||||||
|
language=\kid@language,
|
||||||
|
glossaries=\kid@glossaries,
|
||||||
|
index=\kid@index,
|
||||||
|
font=\kid@font,
|
||||||
|
encoding=\kid@encoding,
|
||||||
|
bibencoding=\kid@bibencoding
|
||||||
|
]{kibase}
|
||||||
|
|
||||||
|
%% Oboustranná sazba není povolená.
|
||||||
|
\ifthenelse{\boolean{@twoside}}{
|
||||||
|
\ClassError{kidiplom}{Two-sided document mode is not allowed for kidiplom.}
|
||||||
|
}{}
|
||||||
|
|
||||||
|
%% Geometrie papíru.
|
||||||
|
\RequirePackage[
|
||||||
|
paper=a4paper,
|
||||||
|
driver=pdftex,
|
||||||
|
top=3.5cm,
|
||||||
|
left=4cm,
|
||||||
|
bottom=3.5cm,
|
||||||
|
width=1.05\textwidth
|
||||||
|
]{geometry}
|
||||||
|
|
||||||
|
%% Číslo poslední strany: label LastPage.
|
||||||
|
\RequirePackage{lastpage}
|
||||||
|
|
||||||
|
%% AMS symboly.
|
||||||
|
\RequirePackage{amsbsy}
|
||||||
|
\RequirePackage{amssymb}
|
||||||
|
\RequirePackage{euscript}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Dynamické texty.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Čeština.
|
||||||
|
\def\@bachelorcz{bakal\'a\v rsk\'a pr\'ace}
|
||||||
|
\def\@mastercz{diplomov\'a pr\'ace}
|
||||||
|
\def\@programinfcz{Informatika}
|
||||||
|
\def\@programainfcz{Aplikovan\'a informatika}
|
||||||
|
\def\@programitcz{Informa\v cn\'i technologie}
|
||||||
|
\def\@programinfvcz{Informatika pro vzd\v el\'av\'an\'i}
|
||||||
|
\def\@programuinfcz{U\v citelstv\'i informatiky pro
|
||||||
|
st\v redn\'i \v skoly}
|
||||||
|
\def\@programbinfcz{Bioinformatika}
|
||||||
|
\def\@specialoicz{Obecn\'a informatika}
|
||||||
|
\def\@specialpvscz{Programov\'an\'i a v\'yvoj software}
|
||||||
|
\def\@specialuicz{Um\v el\'a inteligence}
|
||||||
|
\def\@specialvscz{V\'yvoj software}
|
||||||
|
\def\@specialpstcz{Po\v c\'ita\v cov\'e syst\'emy a technologie}
|
||||||
|
\def\@presentformcz{prezen\v cn\'i forma}
|
||||||
|
\def\@combinedformcz{kombinovan\'a forma}
|
||||||
|
\def\@czlangcz{\v cesk\'y}
|
||||||
|
\def\@enlangcz{anglick\'y}
|
||||||
|
\def\@sklangcz{slovensk\'y}
|
||||||
|
|
||||||
|
\def\@textbibinfocz{Bibliografick\'e \'udaje}
|
||||||
|
\def\@texttitlecz{N\'azev pr\'ace}
|
||||||
|
\def\@textauthorcz{Autor}
|
||||||
|
\def\@textthesistypecz{Typ pr\'ace}
|
||||||
|
\def\@textdeptcz{Pracovi\v st\v e}
|
||||||
|
\def\@textyearofsubmitcz{Rok obhajoby}
|
||||||
|
\def\@textpagescz{Po\v cet stran}
|
||||||
|
\def\@textsupplcz{P\v r\'ilohy}
|
||||||
|
\def\@textsupervisorcz{Vedouc\'i pr\'ace}
|
||||||
|
\def\@textprogramcz{Studijn\'i program}
|
||||||
|
%\def\@textfieldcz{Studijn\'i obor}
|
||||||
|
\def\@textspecialcz{Specializace}
|
||||||
|
\def\@textlangcz{Jazyk práce}
|
||||||
|
\def\@textanotcz{Anotace}
|
||||||
|
\def\@textkeywordscz{Klí\v cov\'a slova}
|
||||||
|
\def\@textconclusionscz{Z\'av\v er}
|
||||||
|
|
||||||
|
%% Angličtina.
|
||||||
|
\def\@bacheloren{bachelor thesis}
|
||||||
|
\def\@masteren{master thesis}
|
||||||
|
\def\@programinfen{Computer Science}
|
||||||
|
\def\@programainfen{Applied Computer Science}
|
||||||
|
\def\@programinfven{Computer Science for Education}
|
||||||
|
\def\@programiten{Information Technologies}
|
||||||
|
\def\@programuinfen{Teaching Training in Computer Science for Secondary Schools}
|
||||||
|
\def\@programbinfen{Bioinformatics}
|
||||||
|
\def\@specialoien{General Computer Science}
|
||||||
|
\def\@specialpvsen{Programming and Software Development}
|
||||||
|
\def\@specialuien{Artificial Intelligence}
|
||||||
|
\def\@specialvsen{Software Development}
|
||||||
|
\def\@specialpsten{Computer Systems and Technologies}
|
||||||
|
\def\@presentformen{full-time form}
|
||||||
|
\def\@combinedformen{combined form}
|
||||||
|
\def\@czlangen{Czech}
|
||||||
|
\def\@enlangen{English}
|
||||||
|
\def\@sklangen{Slovak}
|
||||||
|
|
||||||
|
\def\@textbibinfoen{Bibliographic info}
|
||||||
|
\def\@texttitleen{Title}
|
||||||
|
\def\@textauthoren{Author}
|
||||||
|
\def\@textthesistypeen{Thesis type}
|
||||||
|
\def\@textdepten{Department}
|
||||||
|
\def\@textyearofsubmiten{Year of defense}
|
||||||
|
\def\@textpagesen{Page count}
|
||||||
|
\def\@textsupplen{Supplements}
|
||||||
|
\def\@textsupervisoren{Supervisor}
|
||||||
|
\def\@textprogramen{Study program}
|
||||||
|
%\def\@textfielden{Study field}
|
||||||
|
\def\@textspecialen{Specialization}
|
||||||
|
\def\@textlangen{Thesis language}
|
||||||
|
\def\@textanoten{Synopsis}
|
||||||
|
\def\@textkeywordsen{Keywords}
|
||||||
|
\def\@textconclusionsen{Conclusions}
|
||||||
|
|
||||||
|
%% Slovenština.
|
||||||
|
\def\@textanotsk{Anot\'acia}
|
||||||
|
\def\@textkeywordssk{K\v lú\v cov\'e slov\'a}
|
||||||
|
\def\@textconclusionssk{Z\'aver}
|
||||||
|
|
||||||
|
%% Typ práce a studijní obor autora (podle typu práce).
|
||||||
|
\ifthenelse{\boolean{kid@master}}{
|
||||||
|
%% Magisterská.
|
||||||
|
\def\@thesistypecz{\@mastercz}
|
||||||
|
\def\@thesistypeen{\@masteren}
|
||||||
|
\ifthenelse{\equal{\kid@program}{infoi}}{
|
||||||
|
\def\@programen{\@programinfen, \@textspecialen: \@specialoien}
|
||||||
|
\def\@programcz{\@programinfcz, \@textspecialcz: \@specialoicz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{infui}}{
|
||||||
|
\def\@programen{\@programinfen, \@textspecialen: \@specialuien}
|
||||||
|
\def\@programcz{\@programinfcz, \@textspecialcz: \@specialuicz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{ainfpst}}{
|
||||||
|
\def\@programen{\@programainfen, \@textspecialen: \@specialpsten}
|
||||||
|
\def\@programcz{\@programainfcz, \@textspecialcz: \@specialpstcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{uinf}}{
|
||||||
|
\def\@programen{\@programuinfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programuinfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{binf}}{
|
||||||
|
\def\@programen{\@programbinfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programbinfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{inf}}{
|
||||||
|
\def\@programen{\@programinfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programinfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{ainf}}{
|
||||||
|
\def\@programen{\@programainfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programainfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
% \ifthenelse{\equal{\kid@program}{ainfvs}}
|
||||||
|
\def\@programen{\@programainfen, \@textspecialen: \@specialvsen}
|
||||||
|
\def\@programcz{\@programainfcz, \@textspecialcz: \@specialvscz}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}{
|
||||||
|
%% Bakalářská.
|
||||||
|
\def\@thesistypecz{\@bachelorcz}
|
||||||
|
\def\@thesistypeen{\@bacheloren}
|
||||||
|
\ifthenelse{\equal{\kid@program}{infoi}}{
|
||||||
|
\def\@programen{\@programinfen, \@textspecialen: \@specialoien}
|
||||||
|
\def\@programcz{\@programinfcz, \@textspecialcz: \@specialoicz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{itp}}{
|
||||||
|
\def\@programen{\@programiten, \@presentformen}
|
||||||
|
\def\@programcz{\@programitcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{itk}}{
|
||||||
|
\def\@programen{\@programiten, \@combinedformen}
|
||||||
|
\def\@programcz{\@programitcz, \@combinedformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{infv}}{
|
||||||
|
\def\@programen{\@programinfven, \@presentformen}
|
||||||
|
\def\@programcz{\@programinfvcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{binf}}{
|
||||||
|
\def\@programen{\@programbinfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programbinfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{inf}}{
|
||||||
|
\def\@programen{\@programinfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programinfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{ainfp}}{
|
||||||
|
\def\@programen{\@programainfen, \@presentformen}
|
||||||
|
\def\@programcz{\@programainfcz, \@presentformcz}
|
||||||
|
}{
|
||||||
|
\ifthenelse{\equal{\kid@program}{ainfk}}{
|
||||||
|
\def\@programen{\@programainfen, \@combinedformen}
|
||||||
|
\def\@programcz{\@programainfcz, \@combinedformcz}
|
||||||
|
}{
|
||||||
|
% \ifthenelse{\equal{\kid@program}{infpvs}}
|
||||||
|
\def\@programen{\@programinfen, \@textspecialen: \@specialpvsen}
|
||||||
|
\def\@programcz{\@programinfcz, \@textspecialcz: \@specialpvscz}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Angličtina.
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\def\@thesistype{\@thesistypeen}
|
||||||
|
\def\@textprogram{\@textprogramen}
|
||||||
|
\def\@program{\@programen}
|
||||||
|
\def\@textsupervisor{\@textsupervisoren}
|
||||||
|
\def\@langcz{\@enlangcz}
|
||||||
|
\def\@langen{\@enlangen}
|
||||||
|
\def\@textanot{\@textanoten}
|
||||||
|
\def\@textkeywords{\@textkeywordsen}
|
||||||
|
\def\@textaffirm{By submitting this text its author declares that he/she has completed this thesis including its appendices on his/her own and used solely the sources cited in the text and included in the bibliography list.}
|
||||||
|
\def\@textsubmitdate{date of thesis submission}
|
||||||
|
\def\@textsigniture{author's signature}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Čeština.
|
||||||
|
\ifthenelse{\equal{\kid@language}{czech}}{
|
||||||
|
\def\@thesistype{\@thesistypecz}
|
||||||
|
\def\@textprogram{\@textprogramcz}
|
||||||
|
\def\@program{\@programcz}
|
||||||
|
\def\@textsupervisor{\@textsupervisorcz}
|
||||||
|
\def\@langcz{\@czlangcz}
|
||||||
|
\def\@langen{\@czlangen}
|
||||||
|
\def\@textanot{\@textanotcz}
|
||||||
|
\def\@textkeywords{\@textkeywordscz}
|
||||||
|
\def\@textaffirm{Odevzd\'an\'im tohoto textu jeho autor/ka m\'istop\v r\'ise\v zn\v e prohla\v suje, \v ze celou pr\'aci v\v cetn\v e p\v r\'iloh vypracoval/a samostatn\v e a za pou\v zit\'i pouze zdroj\r u citovan\'ych v~textu pr\'ace a uveden\'ych v seznamu literatury.}
|
||||||
|
\def\@textsubmitdate{datum odevzd\'an\'i pr\'ace}
|
||||||
|
\def\@textsigniture{podpis autora}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Slovenština.
|
||||||
|
\ifthenelse{\equal{\kid@language}{slovak}}{
|
||||||
|
\def\@thesistype{\@thesistypecz}
|
||||||
|
\def\@textprogram{\@textprogramcz}
|
||||||
|
\def\@program{\@programcz}
|
||||||
|
\def\@textsupervisor{\@textsupervisorcz}
|
||||||
|
\def\@langcz{\@sklangcz}
|
||||||
|
\def\@langen{\@sklangen}
|
||||||
|
\def\@textanot{\@textanotsk}
|
||||||
|
\def\@textkeywords{\@textkeywordssk}
|
||||||
|
\def\@textaffirm{Odevzdan\'im tohto textu jeho autor/ka cestne vyhlasuje, \v ze cel\'u pr\'acu vr\'atane pr\'iloh vypracoval/a samostatne a za pou\v zitia iba zdrojov spom\'inan\'ych v~texte pr\'ace a uveden\'ych v zozname literat\'ury.
|
||||||
|
}
|
||||||
|
\def\@textsubmitdate{d\'atum odovzdania pr\'ace}
|
||||||
|
\def\@textsigniture{podpis autora}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Prostředí pro závěry.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\newenvironment{kiconclusions}[1][\kid@language]{
|
||||||
|
\clearpage
|
||||||
|
\bgroup
|
||||||
|
\phantomsection
|
||||||
|
\ifthenelse{\equal{#1}{english}}{
|
||||||
|
\addcontentsline{toc}{section}{\@textconclusionsen}
|
||||||
|
\section*{\@textconclusionsen}
|
||||||
|
\begin{otherlanguage}{english}
|
||||||
|
}{}
|
||||||
|
\ifthenelse{\equal{#1}{czech}}{
|
||||||
|
\addcontentsline{toc}{section}{\@textconclusionscz}
|
||||||
|
\section*{\@textconclusionscz}
|
||||||
|
\begin{otherlanguage}{czech}
|
||||||
|
}{}
|
||||||
|
\ifthenelse{\equal{#1}{slovak}}{
|
||||||
|
\addcontentsline{toc}{section}{\@textconclusionssk}
|
||||||
|
\section*{\@textconclusionssk}
|
||||||
|
\begin{otherlanguage}{slovak}
|
||||||
|
}{}
|
||||||
|
}{
|
||||||
|
\end{otherlanguage}
|
||||||
|
\egroup
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Úvodní strany.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Makra pro název a podnázev práce.
|
||||||
|
%\def\title#1{\gdef\@title{#1}}
|
||||||
|
\renewcommand{\title}[2][\kid@language]{
|
||||||
|
\ifthenelse{\equal{#1}{english}}{
|
||||||
|
\gdef\@titleen{#2}
|
||||||
|
}{
|
||||||
|
\gdef\@titlecz{#2}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%\def\subtitle#1{\gdef\@subtitle{#1}}
|
||||||
|
\newcommand{\subtitle}[2][\kid@language]{
|
||||||
|
\ifthenelse{\equal{#1}{english}}{
|
||||||
|
\gdef\@subtitleen{#2}
|
||||||
|
}{
|
||||||
|
\gdef\@subtitlecz{#2}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\gdef\@title{\@titleen}
|
||||||
|
\gdef\@subtitle{\@subtitleen}
|
||||||
|
}{
|
||||||
|
\gdef\@title{\@titlecz}
|
||||||
|
\gdef\@subtitle{\@subtitlecz}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Makra pro anotaci, klíčová slova a přílohy.
|
||||||
|
\newcommand{\annotation}[2][\kid@language]{
|
||||||
|
\ifthenelse{\equal{#1}{english}}{
|
||||||
|
\gdef\@annotationen{#2}
|
||||||
|
}{
|
||||||
|
\gdef\@annotationcz{#2}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\keywords}[2][\kid@language]{
|
||||||
|
\ifthenelse{\equal{#1}{english}}{
|
||||||
|
\gdef\@keywordsen{#2}
|
||||||
|
}{
|
||||||
|
\gdef\@keywordscz{#2}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\gdef\@keywords{\@keywordsen}
|
||||||
|
}{
|
||||||
|
\gdef\@keywords{\@keywordscz}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\supplements}[2][\kid@language]{
|
||||||
|
\ifthenelse{\equal{#1}{english}}{
|
||||||
|
\gdef\@supplen{#2}
|
||||||
|
}{
|
||||||
|
\gdef\@supplcz{#2}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Makra pro autora, vedoucího a datum odevzdání práce.
|
||||||
|
\def\author#1{\gdef\@author{#1}}
|
||||||
|
\def\supervisor#1{\gdef\@supervisor{#1}}
|
||||||
|
\def\yearofsubmit#1{\gdef\@yearofsubmit{#1}}
|
||||||
|
|
||||||
|
%% Makro pro poděkování.
|
||||||
|
\def\thanks#1{\gdef\@thanks{#1}}
|
||||||
|
|
||||||
|
%% Výchozí hodnoty pro předchozí makra.
|
||||||
|
\title[czech]{N\'azev pr\'ace}
|
||||||
|
\title[english]{Thesis title}
|
||||||
|
\subtitle[czech]{}
|
||||||
|
\subtitle[english]{}
|
||||||
|
\annotation[czech]{V\'ysti\v zn\'a anotace pr\'ace}
|
||||||
|
\annotation[english]{Apposite thesis synopsis}
|
||||||
|
\keywords[czech]{stru\v cn\'a vhodn\'a kl\'i\v cov\'a slova}
|
||||||
|
\keywords[english]{short appropriate keywords}
|
||||||
|
\supplements[czech]{elektronická data v úložišti katedry informatiky}
|
||||||
|
\supplements[english]{electronic data in the storage of department of computer science}
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\author{Author name}
|
||||||
|
\supervisor{Supervisor name}
|
||||||
|
}{
|
||||||
|
\author{Jm\'eno autora}
|
||||||
|
\supervisor{Jm\'eno vedouc\'iho pr\'ace}
|
||||||
|
}
|
||||||
|
\yearofsubmit{\the\year}
|
||||||
|
|
||||||
|
%% Číslování stran v českých (a slovenských) textech od 1 do konce.
|
||||||
|
\ifthenelse{\not\equal{\kid@language}{english}}{
|
||||||
|
%% HACK: pro sekvenční fyzické číslování stran, protože
|
||||||
|
%% např. \tableofcontents číslování resetuje.
|
||||||
|
\let\orgsetcounter=\setcounter
|
||||||
|
\renewcommand\setcounter[2]{%
|
||||||
|
\def\tempa{#1}%
|
||||||
|
\def\tempb{page}%
|
||||||
|
\ifx\tempa\tempb\else\orgsetcounter{#1}{#2}\fi}
|
||||||
|
}{
|
||||||
|
\relax
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Makro pro titulní stranu.
|
||||||
|
\def\maketitle{
|
||||||
|
%% Záložka.
|
||||||
|
\hypertarget{ki:paper}{}
|
||||||
|
\bookmark[dest=ki:paper]{\@title}
|
||||||
|
%% Římské číslování úvodních stran v anglických textech.
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\pagenumbering{roman}
|
||||||
|
}{}
|
||||||
|
%% Číslování stran od 1.
|
||||||
|
\setcounter{page}{1}
|
||||||
|
|
||||||
|
%% Titulní strana.
|
||||||
|
\begin{titlepage}
|
||||||
|
%% Záložka.
|
||||||
|
\hypertarget{ki:title}{}
|
||||||
|
\bookmark[
|
||||||
|
rellevel=1,
|
||||||
|
keeplevel,
|
||||||
|
dest=ki:title
|
||||||
|
]{\@texttitle}
|
||||||
|
\begin{center}
|
||||||
|
%{\fontfamily{ppl}\selectfont \large \MakeUppercase{\kitextdept} \par
|
||||||
|
% \MakeUppercase{\kitextfaculty} \par \MakeUppercase{\kitextuniv} \par}
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\includegraphics[scale=.6]{graphics/kititle-en-nofont}
|
||||||
|
}{
|
||||||
|
\includegraphics[scale=.6]{graphics/kititle-cz-nofont}
|
||||||
|
}
|
||||||
|
\vfill
|
||||||
|
{\LARGE\bfseries{\MakeUppercase{\@thesistype}} \\}
|
||||||
|
\vfill
|
||||||
|
{\Large \@title \\[4ex]\large\@subtitle}
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
\centering
|
||||||
|
\includegraphics{\@logofile}
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
\begin{tabular}{@{}L{6cm}@{}@{\hspace{.8cm}}@{}L{7.2cm}@{}}
|
||||||
|
{\Large\@yearofsubmit} & {\Large\@author} \\[2ex]
|
||||||
|
{\small\@textsupervisor:\newline \@supervisor} & {\small\@textprogram: \@program}
|
||||||
|
\end{tabular}
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
\end{titlepage}
|
||||||
|
|
||||||
|
%% Strana s bibliografickými identifikačními údaji.
|
||||||
|
\thispagestyle{empty}
|
||||||
|
{\small
|
||||||
|
{\bf \@textbibinfocz} \par
|
||||||
|
\bigskip
|
||||||
|
\renewcommand{\arraystretch}{1.5}
|
||||||
|
\begin{tabular}{@{}p{3cm}@{\hspace{.5cm}}@{}p{10cm}@{}}
|
||||||
|
\@textauthorcz: & \@author \\
|
||||||
|
\@texttitlecz: & \@titlecz%
|
||||||
|
\ifthenelse{\equal{\@subtitlecz}{}}{%
|
||||||
|
\relax
|
||||||
|
}{%
|
||||||
|
\ (\@subtitlecz)
|
||||||
|
} \\
|
||||||
|
\@textthesistypecz: & \@thesistypecz \\
|
||||||
|
\@textdeptcz: & \kitextdeptcz, \kitextfacultycz, \kitextunivcz \\
|
||||||
|
\@textyearofsubmitcz: & \@yearofsubmit \\
|
||||||
|
\@textprogramcz: & \@programcz \\
|
||||||
|
\@textsupervisorcz: & \@supervisor \\
|
||||||
|
\@textpagescz: & \nohref{\pageref{LastPage}} \\
|
||||||
|
\@textsupplcz: & \@supplcz \\
|
||||||
|
\@textlangcz: & \@langcz
|
||||||
|
\end{tabular}
|
||||||
|
\par
|
||||||
|
\vspace*{8ex}
|
||||||
|
{\bf \@textbibinfoen} \par
|
||||||
|
\bigskip
|
||||||
|
\renewcommand{\arraystretch}{1.5}
|
||||||
|
\begin{tabular}{@{}p{3cm}@{\hspace{.5cm}}@{}p{10cm}@{}}
|
||||||
|
\@textauthoren: & \@author \\
|
||||||
|
\@texttitleen: & \@titleen%
|
||||||
|
\ifthenelse{\equal{\@subtitleen}{}}{%
|
||||||
|
\relax
|
||||||
|
}{%
|
||||||
|
\ (\@subtitleen)
|
||||||
|
} \\
|
||||||
|
\@textthesistypeen: & \@thesistypeen \\
|
||||||
|
\@textdepten: & \kitextdepten, \kitextfacultyen, \kitextuniven \\
|
||||||
|
\@textyearofsubmiten: & \@yearofsubmit \\
|
||||||
|
\@textprogramen: & \@programen \\
|
||||||
|
\@textsupervisoren: & \@supervisor \\
|
||||||
|
\@textpagesen: & \nohref{\pageref{LastPage}} \\
|
||||||
|
\@textsupplen: & \@supplen \\
|
||||||
|
\@textlangen: & \@langen
|
||||||
|
\end{tabular}
|
||||||
|
}
|
||||||
|
|
||||||
|
%% Strana s anotací a klíčovými slovy.
|
||||||
|
\cleardoublepage
|
||||||
|
\thispagestyle{empty}
|
||||||
|
\null\vfill
|
||||||
|
%% Záložka.
|
||||||
|
\hypertarget{ki:anotation}{}
|
||||||
|
\bookmark[
|
||||||
|
rellevel=1,
|
||||||
|
keeplevel,
|
||||||
|
dest=ki:anotation
|
||||||
|
]{\@textanot}
|
||||||
|
\begin{center}
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\textbf{\@textanotcz}
|
||||||
|
}{
|
||||||
|
\textbf{\@textanot}
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
\bigskip
|
||||||
|
\emph{\@annotationcz}
|
||||||
|
\vspace*{4ex}
|
||||||
|
\begin{center}
|
||||||
|
\textbf{\@textanoten}
|
||||||
|
\end{center}
|
||||||
|
\bigskip
|
||||||
|
\emph{\@annotationen}
|
||||||
|
\par
|
||||||
|
\vspace*{10ex}
|
||||||
|
\noindent\textbf{\ifthenelse{\equal{\kid@language}{english}}{\@textkeywordscz:}{\@textkeywords:}}
|
||||||
|
\@keywordscz
|
||||||
|
\par
|
||||||
|
\vspace*{2ex}
|
||||||
|
\noindent\textbf{\@textkeywordsen:} \@keywordsen
|
||||||
|
\vfill\null
|
||||||
|
|
||||||
|
%% Strana s poděkováním a prohlášením.
|
||||||
|
\clearpage
|
||||||
|
\thispagestyle{empty}
|
||||||
|
\null\vfill
|
||||||
|
\ifthenelse{\equal{\@thanks}{}}{
|
||||||
|
\relax
|
||||||
|
}{
|
||||||
|
\noindent\@thanks
|
||||||
|
}
|
||||||
|
\vfill
|
||||||
|
\noindent\emph{\@textaffirm}\par
|
||||||
|
%\vspace*{10ex}
|
||||||
|
%\noindent\@textsubmitdate \hfill \@textsigniture
|
||||||
|
|
||||||
|
%% Obsah a seznamy obrázků, tabulek, vět a zdrojových kódů.
|
||||||
|
\tableofcontents
|
||||||
|
\@printlists
|
||||||
|
|
||||||
|
%% Arabské číslování stran textu v anglických textech.
|
||||||
|
%% Číslování stran od 1.
|
||||||
|
\ifthenelse{\equal{\kid@language}{english}}{
|
||||||
|
\pagenumbering{arabic}
|
||||||
|
\setcounter{page}{1}
|
||||||
|
}{}
|
||||||
|
}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Info o dokumentu.
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\AtBeginDocument{
|
||||||
|
\hypersetup{
|
||||||
|
pdftitle={\@title\ (\@thesistype)},
|
||||||
|
pdfauthor={\@author\ (\@textsupervisor: \@supervisor)},
|
||||||
|
pdfsubject={\@program},
|
||||||
|
pdfcreator={\@author},
|
||||||
|
pdfkeywords={\@keywords}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\endinput
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
\glsdefs@newdocentry{UPOL}%
|
||||||
|
{%
|
||||||
|
name={UPOL},%
|
||||||
|
sort={UPOL},%
|
||||||
|
type={acronym},%
|
||||||
|
first={UPOL},%
|
||||||
|
firstplural={UPOLs},%
|
||||||
|
text={UPOL},%
|
||||||
|
plural={UPOLs},%
|
||||||
|
description={Univerzita Palack\'eho v~Olomouci},%
|
||||||
|
descriptionplural={Univerzita Palack\'eho v~Olomouci},%
|
||||||
|
symbol={\relax },%
|
||||||
|
symbolplural={\relax },%
|
||||||
|
user1={},%
|
||||||
|
user2={},%
|
||||||
|
user3={},%
|
||||||
|
user4={},%
|
||||||
|
user5={},%
|
||||||
|
user6={},%
|
||||||
|
long={Univerzita Palack\'eho v~Olomouci},%
|
||||||
|
longplural={Univerzita Palack\'eho v~Olomoucis},%
|
||||||
|
short={UPOL},%
|
||||||
|
shortplural={UPOLs},%
|
||||||
|
counter={page},%
|
||||||
|
parent={},%
|
||||||
|
%
|
||||||
|
}%
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
\indexentry{výraz|hyperxindexformat{\hypertarget{1ind.ind}}}{42}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
% makeindex style file created by the glossaries package
|
||||||
|
% for document 'kidiplom' on 2026-4-8
|
||||||
|
actual '?'
|
||||||
|
encap '|'
|
||||||
|
level '!'
|
||||||
|
quote '"'
|
||||||
|
keyword "\\glossaryentry"
|
||||||
|
preamble "\\glossarysection[\\glossarytoctitle]{\\glossarytitle}\\glossarypreamble\n\\begin{theglossary}\\glossaryheader\n"
|
||||||
|
postamble "\%\n\\end{theglossary}\\glossarypostamble\n"
|
||||||
|
group_skip "\\glsgroupskip\n"
|
||||||
|
item_0 "\%\n"
|
||||||
|
item_1 "\%\n"
|
||||||
|
item_2 "\%\n"
|
||||||
|
item_01 "\%\n"
|
||||||
|
item_x1 "\\relax \\glsresetentrylist\n"
|
||||||
|
item_12 "\%\n"
|
||||||
|
item_x2 "\\relax \\glsresetentrylist\n"
|
||||||
|
delim_0 "\{\\glossaryentrynumbers\{\\relax "
|
||||||
|
delim_1 "\{\\glossaryentrynumbers\{\\relax "
|
||||||
|
delim_2 "\{\\glossaryentrynumbers\{\\relax "
|
||||||
|
delim_t "\}\}"
|
||||||
|
delim_n "\\delimN "
|
||||||
|
delim_r "\\delimR "
|
||||||
|
headings_flag 1
|
||||||
|
heading_prefix "\\glsgroupheading\{"
|
||||||
|
heading_suffix "\}\\relax \\glsresetentrylist "
|
||||||
|
symhead_positive "glssymbols"
|
||||||
|
numhead_positive "glsnumbers"
|
||||||
|
page_compositor "."
|
||||||
+1640
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
|||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\contentsline {table}{\numberline {1}{Rozhraní třídy QuicrEndpoint}}{29}{table.1}%
|
||||||
|
\contentsline {table}{\numberline {2}{Seznam přepínačů}}{37}{table.2}%
|
||||||
|
\contentsline {table}{\numberline {3}{\ignorespaces Odstavce v tabulkách}}{43}{table.3}%
|
||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\babel@toc {english}{}\relax
|
||||||
|
\babel@toc {czech}{}\relax
|
||||||
Binary file not shown.
@@ -0,0 +1,91 @@
|
|||||||
|
<?xml version="1.0" standalone="yes"?>
|
||||||
|
<!-- logreq request file -->
|
||||||
|
<!-- logreq version 1.0 / dtd version 1.0 -->
|
||||||
|
<!-- Do not edit this file! -->
|
||||||
|
<!DOCTYPE requests [
|
||||||
|
<!ELEMENT requests (internal | external)*>
|
||||||
|
<!ELEMENT internal (generic, (provides | requires)*)>
|
||||||
|
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
|
||||||
|
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
|
||||||
|
<!ELEMENT input (file)+>
|
||||||
|
<!ELEMENT output (file)+>
|
||||||
|
<!ELEMENT provides (file)+>
|
||||||
|
<!ELEMENT requires (file)+>
|
||||||
|
<!ELEMENT generic (#PCDATA)>
|
||||||
|
<!ELEMENT binary (#PCDATA)>
|
||||||
|
<!ELEMENT option (#PCDATA)>
|
||||||
|
<!ELEMENT infile (#PCDATA)>
|
||||||
|
<!ELEMENT outfile (#PCDATA)>
|
||||||
|
<!ELEMENT file (#PCDATA)>
|
||||||
|
<!ATTLIST requests
|
||||||
|
version CDATA #REQUIRED
|
||||||
|
>
|
||||||
|
<!ATTLIST internal
|
||||||
|
package CDATA #REQUIRED
|
||||||
|
priority (9) #REQUIRED
|
||||||
|
active (0 | 1) #REQUIRED
|
||||||
|
>
|
||||||
|
<!ATTLIST external
|
||||||
|
package CDATA #REQUIRED
|
||||||
|
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
|
||||||
|
active (0 | 1) #REQUIRED
|
||||||
|
>
|
||||||
|
<!ATTLIST provides
|
||||||
|
type (static | dynamic | editable) #REQUIRED
|
||||||
|
>
|
||||||
|
<!ATTLIST requires
|
||||||
|
type (static | dynamic | editable) #REQUIRED
|
||||||
|
>
|
||||||
|
<!ATTLIST file
|
||||||
|
type CDATA #IMPLIED
|
||||||
|
>
|
||||||
|
]>
|
||||||
|
<requests version="1.0">
|
||||||
|
<internal package="biblatex" priority="9" active="1">
|
||||||
|
<generic>latex</generic>
|
||||||
|
<provides type="dynamic">
|
||||||
|
<file>kidiplom.bcf</file>
|
||||||
|
</provides>
|
||||||
|
<requires type="dynamic">
|
||||||
|
<file>kidiplom.bbl</file>
|
||||||
|
</requires>
|
||||||
|
<requires type="static">
|
||||||
|
<file>blx-dm.def</file>
|
||||||
|
<file>iso-numeric.dbx</file>
|
||||||
|
<file>blx-compat.def</file>
|
||||||
|
<file>biblatex.def</file>
|
||||||
|
<file>blx-natbib.def</file>
|
||||||
|
<file>iso.bbx</file>
|
||||||
|
<file>iso-numeric.bbx</file>
|
||||||
|
<file>numeric.cbx</file>
|
||||||
|
<file>iso-numeric.cbx</file>
|
||||||
|
<file>biblatex.cfg</file>
|
||||||
|
<file>english.lbx</file>
|
||||||
|
<file>english-iso.lbx</file>
|
||||||
|
<file>czech.lbx</file>
|
||||||
|
<file>czech-iso.lbx</file>
|
||||||
|
</requires>
|
||||||
|
</internal>
|
||||||
|
<external package="biblatex" priority="5" active="1">
|
||||||
|
<generic>biber</generic>
|
||||||
|
<cmdline>
|
||||||
|
<binary>biber</binary>
|
||||||
|
<infile>kidiplom</infile>
|
||||||
|
</cmdline>
|
||||||
|
<input>
|
||||||
|
<file>kidiplom.bcf</file>
|
||||||
|
</input>
|
||||||
|
<output>
|
||||||
|
<file>kidiplom.bbl</file>
|
||||||
|
</output>
|
||||||
|
<provides type="dynamic">
|
||||||
|
<file>kidiplom.bbl</file>
|
||||||
|
</provides>
|
||||||
|
<requires type="dynamic">
|
||||||
|
<file>kidiplom.bcf</file>
|
||||||
|
</requires>
|
||||||
|
<requires type="editable">
|
||||||
|
<file>bibliografie.bib</file>
|
||||||
|
</requires>
|
||||||
|
</external>
|
||||||
|
</requests>
|
||||||
Binary file not shown.
+1234
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,96 @@
|
|||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\contentsline {section}{\numberline {1}Úvod}{9}{section.1}%
|
||||||
|
\contentsline {section}{\numberline {2}Distribuované systémy}{10}{section.2}%
|
||||||
|
\contentsline {subsection}{\numberline {2.1}Komunikace v síti}{10}{subsection.2.1}%
|
||||||
|
\contentsline {subsection}{\numberline {2.2}TCP/IP}{11}{subsection.2.2}%
|
||||||
|
\contentsline {subsection}{\numberline {2.3}Architektury}{12}{subsection.2.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.3.1}Klient-Server}{12}{subsubsection.2.3.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.3.2}Peer-to-Peer}{12}{subsubsection.2.3.2}%
|
||||||
|
\contentsline {subsection}{\numberline {2.4}Rodina protokolů TCP/IP}{12}{subsection.2.4}%
|
||||||
|
\contentsline {subsection}{\numberline {2.5}Protokoly v transportní vrstvě}{13}{subsection.2.5}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.5.1}Sockety}{13}{subsubsection.2.5.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.5.2}TCP}{13}{subsubsection.2.5.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.5.3}Spolehlivost}{14}{subsubsection.2.5.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.5.4}UDP}{14}{subsubsection.2.5.4}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.5.5}QUIC}{15}{subsubsection.2.5.5}%
|
||||||
|
\contentsline {subsection}{\numberline {2.6}Protokoly v aplikační vrstvě}{16}{subsection.2.6}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.6.1}HTTP}{16}{subsubsection.2.6.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.6.2}HTTP/3}{16}{subsubsection.2.6.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.6.3}gRPC}{16}{subsubsection.2.6.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.6.4}Middleware}{17}{subsubsection.2.6.4}%
|
||||||
|
\contentsline {subsection}{\numberline {2.7}Posílání zpráv}{17}{subsection.2.7}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.7.1}Serializace}{17}{subsubsection.2.7.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.7.2}Kódování zpráv}{18}{subsubsection.2.7.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.7.3}Implementace}{19}{subsubsection.2.7.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.7.4}Detekce a náprava chyb}{19}{subsubsection.2.7.4}%
|
||||||
|
\contentsline {subsection}{\numberline {2.8}Asynchroní IO}{20}{subsection.2.8}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.8.1}ZeroMQ}{20}{subsubsection.2.8.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.8.2}Work stealing}{20}{subsubsection.2.8.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.8.3}Async/Await}{20}{subsubsection.2.8.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.8.4}Boost Asio}{21}{subsubsection.2.8.4}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.8.5}Stack pointer}{21}{subsubsection.2.8.5}%
|
||||||
|
\contentsline {subsection}{\numberline {2.9}Metriky}{22}{subsection.2.9}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.9.1}TimescaleDB}{22}{subsubsection.2.9.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.9.2}Grafana}{22}{subsubsection.2.9.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.9.3}ImGui}{22}{subsubsection.2.9.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.9.4}Tracy}{22}{subsubsection.2.9.4}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.9.5}Konkrétní metriky}{23}{subsubsection.2.9.5}%
|
||||||
|
\contentsline {subsubsection}{\numberline {2.9.6}Sbírání v reálném čase}{23}{subsubsection.2.9.6}%
|
||||||
|
\contentsline {section}{\numberline {3}Hra pro více hráčů}{24}{section.3}%
|
||||||
|
\contentsline {subsection}{\numberline {3.1}Hry}{24}{subsection.3.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.1.1}Entt}{24}{subsubsection.3.1.1}%
|
||||||
|
\contentsline {subsection}{\numberline {3.2}Svět}{25}{subsection.3.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.2.1}Ovladač pro hru jednoho hráče}{26}{subsubsection.3.2.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.2.2}Ovladač pro hru více hráčů}{26}{subsubsection.3.2.2}%
|
||||||
|
\contentsline {subsection}{\numberline {3.3}Klient-Server architektura}{26}{subsection.3.3}%
|
||||||
|
\contentsline {subsection}{\numberline {3.4}Server}{27}{subsection.3.4}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.4.1}Registr spojení}{27}{subsubsection.3.4.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.4.2}Replikátor}{27}{subsubsection.3.4.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.4.3}Interest manager}{27}{subsubsection.3.4.3}%
|
||||||
|
\contentsline {subsection}{\numberline {3.5}Klient}{28}{subsection.3.5}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.5.1}Replicator controller}{28}{subsubsection.3.5.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.5.2}Interpolace}{28}{subsubsection.3.5.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.5.3}Rollback a simulace vlastního hráče}{28}{subsubsection.3.5.3}%
|
||||||
|
\contentsline {subsection}{\numberline {3.6}Komunikační protokol}{29}{subsection.3.6}%
|
||||||
|
\contentsline {subsection}{\numberline {3.7}Protokol QUICr}{29}{subsection.3.7}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.1}Frame}{30}{subsubsection.3.7.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.2}Handshake}{30}{subsubsection.3.7.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.3}Spolehlivost}{31}{subsubsection.3.7.3}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.4}Enkodér}{32}{subsubsection.3.7.4}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.5}Testování}{32}{subsubsection.3.7.5}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.6}Odesílání}{33}{subsubsection.3.7.6}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.7}Čtení}{35}{subsubsection.3.7.7}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.8}Šifrování}{35}{subsubsection.3.7.8}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.9}SPR-6}{35}{subsubsection.3.7.9}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.10}Lockstep}{35}{subsubsection.3.7.10}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.11}Congestion control}{35}{subsubsection.3.7.11}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.7.12}Bandwidth control}{35}{subsubsection.3.7.12}%
|
||||||
|
\contentsline {subsection}{\numberline {3.8}Sharding}{36}{subsection.3.8}%
|
||||||
|
\contentsline {subsection}{\numberline {3.9}Komprese}{36}{subsection.3.9}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.9.1}Bit Buffer}{36}{subsubsection.3.9.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.9.2}Komprese QUICr}{36}{subsubsection.3.9.2}%
|
||||||
|
\contentsline {subsubsection}{\numberline {3.9.3}Komprese protokolu replikátoru}{36}{subsubsection.3.9.3}%
|
||||||
|
\contentsline {section}{\numberline {4}Styly pro psaní bakalářských a diplomových prací}{36}{section.4}%
|
||||||
|
\contentsline {subsection}{\numberline {4.1}Požadavky a podprovaná prostředí}{36}{subsection.4.1}%
|
||||||
|
\contentsline {subsection}{\numberline {4.2}Přepínače}{37}{subsection.4.2}%
|
||||||
|
\contentsline {subsection}{\numberline {4.3}Geometrie stránky}{40}{subsection.4.3}%
|
||||||
|
\contentsline {section}{\numberline {5}Sazba částí dokumentu}{40}{section.5}%
|
||||||
|
\contentsline {subsection}{\numberline {5.1}Sazba úvodní strany či obsahu}{40}{subsection.5.1}%
|
||||||
|
\contentsline {subsection}{\numberline {5.2}Závěry}{40}{subsection.5.2}%
|
||||||
|
\contentsline {subsection}{\numberline {5.3}Matematika}{40}{subsection.5.3}%
|
||||||
|
\contentsline {subsection}{\numberline {5.4}Sazba literatury}{41}{subsection.5.4}%
|
||||||
|
\contentsline {subsubsection}{\numberline {5.4.1}Sazba bibliografie přes \textsc {Bib}\LaTeX {}}{41}{subsubsection.5.4.1}%
|
||||||
|
\contentsline {subsubsection}{\numberline {5.4.2}Manuální sazba bibliografie}{41}{subsubsection.5.4.2}%
|
||||||
|
\contentsline {subsection}{\numberline {5.5}Drobná makra}{41}{subsection.5.5}%
|
||||||
|
\contentsline {subsection}{\numberline {5.6}Sazba rejstříku}{42}{subsection.5.6}%
|
||||||
|
\contentsline {subsection}{\numberline {5.7}Sazba zdrojových kódů}{42}{subsection.5.7}%
|
||||||
|
\contentsline {section}{Z\'av\v er}{46}{section*.3}%
|
||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\contentsline {section}{Conclusions}{47}{section*.5}%
|
||||||
|
\babel@toc {english}{}\relax
|
||||||
|
\babel@toc {czech}{}\relax
|
||||||
|
\contentsline {section}{\numberline {A}První příloha}{48}{appendix.A}%
|
||||||
|
\contentsline {section}{\numberline {B}Druhá příloha}{48}{appendix.B}%
|
||||||
|
\contentsline {section}{\numberline {C}Obsah elektronických dat}{48}{appendix.C}%
|
||||||
|
\contentsline {section}{Seznam zkratek}{50}{section*.7}%
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
\ProvidesFile{slovak-iso.lbx}
|
||||||
|
|
||||||
|
\InheritBibliographyExtras{slovak}
|
||||||
|
\InheritBibliographyStrings{slovak}
|
||||||
|
|
||||||
|
\NewBibliographyString{urlalso,urlcomercial,urlcited}
|
||||||
|
\DeclareBibliographyStrings{%
|
||||||
|
urlalso={{Dostupn\'e z {\tt WWW}}{{\tt WWW}}},
|
||||||
|
urlcomercial={{Dostupn\'e komer\v{c}ne na {\tt WWW}}{Komer\v{c}n\'y zdroj}}
|
||||||
|
}
|
||||||
+413
@@ -0,0 +1,413 @@
|
|||||||
|
% $Id: historian.lbx,v 0.4 2010/08/22 gliboff $
|
||||||
|
|
||||||
|
\ProvidesFile{slovak.lbx}
|
||||||
|
|
||||||
|
\InheritBibliographyExtras{english}
|
||||||
|
\InheritBibliographyStrings{english}
|
||||||
|
|
||||||
|
%Turabian calls for mostly abbreviated bibstrings in the footnotes, but mostly long forms in the bibliography. Here the entire list of bibstrings from the english.lbx file is redefined to select strings by bibliography vs. footnote environment, rather than long vs. short.
|
||||||
|
|
||||||
|
\DeclareBibliographyExtras{
|
||||||
|
\protected\def\mkbibordinal#1{
|
||||||
|
\ifnumequal{#1}{1}{Prv\'e}{%
|
||||||
|
\ifnumequal{#1}{2}{Druh\'e}{%
|
||||||
|
\ifnumequal{#1}{3}{Tretie}{%
|
||||||
|
\ifnumequal{#1}{4}{\v{S}tvrt\'e}{%
|
||||||
|
#1\adddot}}}}}
|
||||||
|
\renewcommand\finalandcomma{}
|
||||||
|
%\protected\def\nameprint#1#2{#2\space#1}
|
||||||
|
}
|
||||||
|
|
||||||
|
\NewBibliographyString{urlalso,urlcomercial,urlcited}
|
||||||
|
\DeclareBibliographyStrings{%
|
||||||
|
volume={{diel}{d\adddot}},
|
||||||
|
% volume={diel},
|
||||||
|
edition={{ed\'icia}{ed\adddot}},
|
||||||
|
% edition={ed\'icia},
|
||||||
|
page={{strana}{str\adddot}},
|
||||||
|
pages={{strany}{str\adddot}},
|
||||||
|
% page={str\adddot},
|
||||||
|
% pages={str\adddot},
|
||||||
|
andothers={{a kol\adddot}{a kol\adddot}},
|
||||||
|
volume={{diel}{d\adddot}},
|
||||||
|
jourvol={{ro\v{c}n\'ik}{ro\v{c}\adddot}},
|
||||||
|
% jourvol={diel},
|
||||||
|
number={{\v{c}\'islo}{\v{c}\adddot}},
|
||||||
|
urlseen={{citovan\'e}{cit\adddot}},
|
||||||
|
url = {{Dostupn\'e z www}{www}},
|
||||||
|
urlcited = {{citovan\'e}{cit\adddot}},
|
||||||
|
bibliography = {{Bibliografia}{Bibliografia}},
|
||||||
|
references = {{Literatúra}{Literatúra}},
|
||||||
|
shorthands = {{Zoznam skratiek}{Skratky}},
|
||||||
|
editor = {{editor}{ed\adddot}},
|
||||||
|
editors = {{edotori}{ed\adddot}},
|
||||||
|
compiler = {{zostavil}{zost\adddot}},
|
||||||
|
compilers = {{zostavili}{zost\adddot}},
|
||||||
|
redactor = {{redaktor}{red\adddot}},
|
||||||
|
redactors = {{redaktori}{red\adddot}},
|
||||||
|
founder = {{zakladateľ}{zakl\adddot}},
|
||||||
|
founders = {{zakladatelia}{zakl\adddot}},
|
||||||
|
continuator = {{pokračujúci}{pok\adddot}}, % FIXME: unsure
|
||||||
|
continuators = {{continued}{cont\adddot}}, % FIXME: unsure
|
||||||
|
collaborator = {{spolupracovník}{spoluprac\adddot}}, % FIXME: unsure
|
||||||
|
collaborators = {{spolupracovníci}{spoluprac\adddot}}, % FIXME: unsure
|
||||||
|
translator = {{prekladatel}{prekl\adddot}},
|
||||||
|
translators = {{prekladatelia}{prekl\adddot}},
|
||||||
|
commentator = {{komentátor}{kom\adddot}},
|
||||||
|
commentators = {{komentátori}{kom\adddot}},
|
||||||
|
annotator = {{anotátor}{anot\adddot}},
|
||||||
|
annotators = {{anotátoři}{anot\adddot}},
|
||||||
|
commentary = {{commentary}{comm\adddot}},
|
||||||
|
annotations = {{anotatace}{anot\adddot}},
|
||||||
|
introduction = {{úvod}{úv\adddot}},
|
||||||
|
foreword = {{predhovor}{predh\adddot}},
|
||||||
|
afterword = {{doslov}{dosl\adddot}},
|
||||||
|
editortr = {{editor a prekladateľ}%
|
||||||
|
{ed\adddotspace a prekl\adddot}},
|
||||||
|
editorstr = {{editori a překladatelia}%
|
||||||
|
{ed\adddotspace a prekl\adddot}},
|
||||||
|
editorco = {{editor a komentátori}%
|
||||||
|
{ed\adddotspace a kom\adddot}},
|
||||||
|
editorsco = {{editor a komentátori}%
|
||||||
|
{ed\adddotspace a kom\adddot}},
|
||||||
|
editoran = {{editor a anotátor}%
|
||||||
|
{ed\adddotspace a anot\adddot}},
|
||||||
|
editorsan = {{editor a anotátoři}%
|
||||||
|
{ed\adddotspace a anot\adddot}},
|
||||||
|
editorin = {{editor a úvod}%
|
||||||
|
{ed\adddotspace úv\adddot}},
|
||||||
|
editorsin = {{editoři a úvod}%
|
||||||
|
{ed\adddotspace a úv\adddot}},
|
||||||
|
editorfo = {{editor a predhovor}%
|
||||||
|
{ed\adddotspace a predh\adddot}},
|
||||||
|
editorsfo = {{editori a predhovor}%
|
||||||
|
{ed\adddotspace a predh\adddot}},
|
||||||
|
editoraf = {{editor a afterword}%
|
||||||
|
{ed\adddotspace a afterw\adddot}},
|
||||||
|
editorsaf = {{editoři a doslov}%
|
||||||
|
{ed\adddotspace a afterw\adddot}},
|
||||||
|
editortrco = {{editor, translator\ a komentátor}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a comm\adddot}},
|
||||||
|
editorstrco = {{editors, translators\ a komentátoři}%
|
||||||
|
{eds.,\addabbrvspace překl\adddot\ a comm\adddot}},
|
||||||
|
editortran = {{editor, translator\ a annotator}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a anot\adddot}},
|
||||||
|
editorstran = {{editors, translators\ a annotators}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a anot\adddot}},
|
||||||
|
editortrin = {{editor, translator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a introd\adddot}},
|
||||||
|
editorstrin = {{editors, translators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a introd\adddot}},
|
||||||
|
editortrfo = {{editor, translator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a forew\adddot}},
|
||||||
|
editorstrfo = {{editors, translators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a forew\adddot}},
|
||||||
|
editortraf = {{editor, translator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a afterw\adddot}},
|
||||||
|
editorstraf = {{editors, translators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ a afterw\adddot}},
|
||||||
|
editorcoin = {{editor, commentator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a introd\adddot}},
|
||||||
|
editorscoin = {{editors, commentators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a introd\adddot}},
|
||||||
|
editorcofo = {{editor, commentator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a forew\adddot}},
|
||||||
|
editorscofo = {{editors, commentators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a forew\adddot}},
|
||||||
|
editorcoaf = {{editor, commentator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a dosl\adddot}},
|
||||||
|
editorscoaf = {{editors, commentators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace comm\adddot\ a dosl\adddot}},
|
||||||
|
editoranin = {{editor, annotator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a introd\adddot}},
|
||||||
|
editorsanin = {{editors, annotators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a introd\adddot}},
|
||||||
|
editoranfo = {{editor, annotator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a forew\adddot}},
|
||||||
|
editorsanfo = {{editors, annotators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a forew\adddot}},
|
||||||
|
editoranaf = {{editor, annotator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a dosl\adddot}},
|
||||||
|
editorsanaf = {{editors, annotators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace anot\adddot\ a dosl\adddot}},
|
||||||
|
editortrcoin = {{editor, překladatel, commentator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a introd\adddot}},
|
||||||
|
editorstrcoin = {{editors, překladatelé, commentators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a introd\adddot}},
|
||||||
|
editortrcofo = {{editor, překladatel, commentator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a forew\adddot}},
|
||||||
|
editorstrcofo = {{editors, překladatelé, commentators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a forew\adddot}},
|
||||||
|
editortrcoaf = {{editor, překladatel, commentator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
editorstrcoaf = {{editors, překladatelé, commentators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
editortranin = {{editor, překladatel, annotator\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a introd\adddot}},
|
||||||
|
editorstranin = {{editors, překladatelé, annotators\ a úvod}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a introd\adddot}},
|
||||||
|
editortranfo = {{editor, překladatel, annotator\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a forew\adddot}},
|
||||||
|
editorstranfo = {{editors, překladatelé, annotators\ a předmluva}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a forew\adddot}},
|
||||||
|
editortranaf = {{editor, překladatel, annotator\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
editorstranaf = {{editors, překladatelé, annotators\ a doslov}%
|
||||||
|
{ed.,\addabbrvspace trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
translatorco = {{překladatel a komentátor}%
|
||||||
|
{překl\adddot\ a comm\adddot}},
|
||||||
|
translatorsco = {{překladatelé a komentátoři}%
|
||||||
|
{překl\adddot\ a comm\adddot}},
|
||||||
|
translatoran = {{překladatel a annotator}%
|
||||||
|
{překl\adddot\ a anot\adddot}},
|
||||||
|
translatorsan = {{překladatelé a annotators}%
|
||||||
|
{překl\adddot\ a anot\adddot}},
|
||||||
|
translatorin = {{překlad a úvod}%
|
||||||
|
{překl\adddot\ a introd\adddot}},
|
||||||
|
translatorsin = {{překlad a úvod}%
|
||||||
|
{překl\adddot\ a introd\adddot}},
|
||||||
|
translatorfo = {{překlad a předmluva}%
|
||||||
|
{překl\adddot\ a forew\adddot}},
|
||||||
|
translatorsfo = {{překlad a předmluva}%
|
||||||
|
{překl\adddot\ a forew\adddot}},
|
||||||
|
translatoraf = {{překlad a doslov}%
|
||||||
|
{překl\adddot\ a dosl\adddot}},
|
||||||
|
translatorsaf = {{překlad a doslov}%
|
||||||
|
{překl\adddot\ a dosl\adddot}},
|
||||||
|
translatorcoin = {{překlad, commentary\ a úvod}%
|
||||||
|
{trans., comm\adddot\ a introd\adddot}},
|
||||||
|
translatorscoin = {{překlad, commentary\ a úvod}%
|
||||||
|
{trans., comm\adddot\ a introd\adddot}},
|
||||||
|
translatorcofo = {{překlad, commentary\ a předmluva}%
|
||||||
|
{trans., comm\adddot\ a forew\adddot}},
|
||||||
|
translatorscofo = {{překlad, commentary\ a předmluva}%
|
||||||
|
{trans., comm\adddot\ a forew\adddot}},
|
||||||
|
translatorcoaf = {{překlad, commentary\ a doslov}%
|
||||||
|
{trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
translatorscoaf = {{překlad, commentary\ a doslov}%
|
||||||
|
{trans., comm\adddot\ a dosl\adddot}},
|
||||||
|
translatoranin = {{překlad, anotace,\ a úvod}%
|
||||||
|
{trans., anot\adddot\ a introd\adddot}},
|
||||||
|
translatorsanin = {{překlad, anotace,\ a úvod}%
|
||||||
|
{trans., anot\adddot\ a introd\adddot}},
|
||||||
|
translatoranfo = {{překlad, anotace,\ a předmluva}%
|
||||||
|
{trans., anot\adddot\ a forew\adddot}},
|
||||||
|
translatorsanfo = {{překlad, anotace,\ a předmluva}%
|
||||||
|
{trans., anot\adddot\ a forew\adddot}},
|
||||||
|
translatoranaf = {{překlad, anotace,\ a doslov}%
|
||||||
|
{trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
translatorsanaf = {{překlad, anotace,\ a doslov}%
|
||||||
|
{trans., anot\adddot\ a dosl\adddot}},
|
||||||
|
byauthor = {{by}{by}},
|
||||||
|
byeditor = {{edited by}{ed\adddotspace by}},
|
||||||
|
bycompiler = {{compiled by}{comp\adddotspace by}},
|
||||||
|
byredactor = {{redacted by}{red\adddotspace by}},
|
||||||
|
byfounder = {{founded by}{found\adddotspace by}},
|
||||||
|
bycontinuator = {{continued by}{cont\adddotspace by}},
|
||||||
|
bycollaborator = {{in collaboration with}{in collab\adddotspace with}}, % FIXME: unsure
|
||||||
|
bytranslator = {{translated \lbx@lfromlang\ by}{překl\adddot\ \lbx@sfromlang\ by}},
|
||||||
|
bycommentator = {{commented by}{comm\adddot\ by}},
|
||||||
|
byannotator = {{annotated by}{anot\adddot\ by}},
|
||||||
|
withcommentator = {{with a commentary by}{with a comment\adddot\ by}},
|
||||||
|
withannotator = {{s anotacemi od}{s anot\adddot\ od}},
|
||||||
|
withintroduction = {{s úvodem od}{u úv\adddot\ od}},
|
||||||
|
withforeword = {{s předmluvou od}{s předml\adddot\ od}},
|
||||||
|
withafterword = {{with an afterword by}{with an dosl\adddot\ by}},
|
||||||
|
byeditortr = {{edited a translated \lbx@lfromlang\ by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang\ by}},
|
||||||
|
byeditorco = {{edited a commented by}%
|
||||||
|
{ed\adddotspace a kom\adddot\ by}},
|
||||||
|
byeditoran = {{edited a annotated by}%
|
||||||
|
{ed\adddotspace a anot\adddot\ by}},
|
||||||
|
byeditorin = {{edited, with an úvod, by}%
|
||||||
|
{ed.,\addabbrvspace with an introd., by}},
|
||||||
|
byeditorfo = {{edited, with a foreword, by}%
|
||||||
|
{ed.,\addabbrvspace with a forew., by}},
|
||||||
|
byeditoraf = {{edited, with an afterword, by}%
|
||||||
|
{ed.,\addabbrvspace with an afterw., by}},
|
||||||
|
byeditortrco = {{edited, translated \lbx@lfromlang\ a commented by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a kom\adddot\ by}},
|
||||||
|
byeditortran = {{edited, translated \lbx@lfromlang\ a annotated by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a anot\adddot\ by}},
|
||||||
|
byeditortrin = {{edited a translated \lbx@lfromlang, with an úvod, by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang, with an introd., by}},
|
||||||
|
byeditortrfo = {{edited a translated \lbx@lfromlang, with a foreword, by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang, with a forew., by}},
|
||||||
|
byeditortraf = {{edited a translated \lbx@lfromlang, with an afterword, by}%
|
||||||
|
{ed\adddotspace a překl\adddot\ \lbx@sfromlang, with an afterw., by}},
|
||||||
|
byeditorcoin = {{edited a commented, with an úvod, by}%
|
||||||
|
{ed\adddotspace a comm., with an introd., by}},
|
||||||
|
byeditorcofo = {{edited a commented, with a foreword, by}%
|
||||||
|
{ed\adddotspace a comm., with a forew., by}},
|
||||||
|
byeditorcoaf = {{edited a commented, with an afterword, by}%
|
||||||
|
{ed\adddotspace a comm., with an afterw., by}},
|
||||||
|
byeditoranin = {{edited a annotated, with an úvod, by}%
|
||||||
|
{ed\adddotspace a annot., with an introd., by}},
|
||||||
|
byeditoranfo = {{edited a annotated, with a foreword, by}%
|
||||||
|
{ed\adddotspace a annot., with a forew., by}},
|
||||||
|
byeditoranaf = {{edited a annotated, with an afterword, by}%
|
||||||
|
{ed\adddotspace a annot., with an afterw., by}},
|
||||||
|
byeditortrcoin = {{edited, translated \lbx@lfromlang\ a commented, with an úvod, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a comm., with an introd., by}},
|
||||||
|
byeditortrcofo = {{edited, translated \lbx@lfromlang\ a commented, with a foreword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a comm., with a forew., by}},
|
||||||
|
byeditortrcoaf = {{edited, translated \lbx@lfromlang\ a commented, with an afterword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a comm., with an afterw., by}},
|
||||||
|
byeditortranin = {{edited, translated \lbx@lfromlang\ a annotated, with an úvod, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a annot, with an introd., by}},
|
||||||
|
byeditortranfo = {{edited, translated \lbx@lfromlang\ a annotated, with a foreword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a annot, with a forew., by}},
|
||||||
|
byeditortranaf = {{edited, translated \lbx@lfromlang\ a annotated, with an afterword, by}%
|
||||||
|
{ed.,\addabbrvspace překl\adddot\ \lbx@sfromlang\ a annot, with an afterw., by}},
|
||||||
|
bytranslatorco = {{translated \lbx@lfromlang\ a commented by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a kom\adddot\ by}},
|
||||||
|
bytranslatoran = {{translated \lbx@lfromlang\ a annotated by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a anot\adddot\ by}},
|
||||||
|
bytranslatorin = {{translated \lbx@lfromlang, with an úvod, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang, with an introd., by}},
|
||||||
|
bytranslatorfo = {{translated \lbx@lfromlang, with a foreword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang, with a forew., by}},
|
||||||
|
bytranslatoraf = {{translated \lbx@lfromlang, with an afterword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang, with an afterw., by}},
|
||||||
|
bytranslatorcoin = {{translated \lbx@lfromlang\ a commented, with an úvod, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a comm., with an introd., by}},
|
||||||
|
bytranslatorcofo = {{translated \lbx@lfromlang\ a commented, with a foreword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a comm., with a forew., by}},
|
||||||
|
bytranslatorcoaf = {{translated \lbx@lfromlang\ a commented, with an afterword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a comm., with an afterw., by}},
|
||||||
|
bytranslatoranin = {{translated \lbx@lfromlang\ a annotated, with an úvod, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a annot., with an introd., by}},
|
||||||
|
bytranslatoranfo = {{translated \lbx@lfromlang\ a annotated, with a foreword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a annot., with a forew., by}},
|
||||||
|
bytranslatoranaf = {{translated \lbx@lfromlang\ a annotated, with an afterword, by}%
|
||||||
|
{překl\adddot\ \lbx@sfromlang\ a annot., with an afterw., by}},
|
||||||
|
and = {{a}{a}},
|
||||||
|
andothers = {{a kolektív}{a kol\adddot}},
|
||||||
|
andmore = {{a iní}{a i\adddot}},
|
||||||
|
volume = {{číslo}{č\adddot}},
|
||||||
|
volumes = {{čísla}{č\adddot}},
|
||||||
|
jourvol = {{číslo}{č\adddot}},
|
||||||
|
jourser = {{séria}{s\adddot}},
|
||||||
|
newseries = {{new series}{new ser\adddot}},
|
||||||
|
oldseries = {{old series}{old ser\adddot}},
|
||||||
|
edition = {{edícia}{ed\adddot}},
|
||||||
|
reprint = {{reprint}{repr\adddot}},
|
||||||
|
reprintof = {{reprint z}{repr\adddotspace z}},
|
||||||
|
reprintas = {{reprinted ako}{rpt\adddotspace ako}},
|
||||||
|
page = {{strana}{str\adddot}},
|
||||||
|
pages = {{strany}{str\adddot}},
|
||||||
|
column = {{stĺpec}{slp\adddot}},
|
||||||
|
columns = {{stĺpce}{slp\adddot}},
|
||||||
|
line = {{riadok}{r\adddot}},
|
||||||
|
lines = {{riadky}{r\adddot}},
|
||||||
|
verse = {{verš}{v\adddot}},
|
||||||
|
verses = {{verše}{v\adddot}},
|
||||||
|
section = {{sekcia}{\S}},
|
||||||
|
sections = {{sekcie}{\S\S}},
|
||||||
|
paragraph = {{odstavec}{ods\adddot}},
|
||||||
|
paragraphs = {{odstavce}{ods\adddot}},
|
||||||
|
in = {{in}{in}},
|
||||||
|
inseries = {{v}{v}},
|
||||||
|
ofseries = {{z}{z}},
|
||||||
|
%number = {{number}{no\adddot}},
|
||||||
|
chapter = {{kapitola}{kap\adddot}},
|
||||||
|
mathesis = {{diplomová práca}{dipl\adddotspace práca}},
|
||||||
|
phdthesis = {{dizertačná práca}{diz\adddotspace práca}},
|
||||||
|
resreport = {{výzkumná správa}{výzk\adddotspace spr\adddot}},
|
||||||
|
techreport = {{technická správa}{tech\adddotspace spr\adddot}},
|
||||||
|
software = {{počítačový softvér}{soft\adddot}},
|
||||||
|
datacd = {{CD-ROM}{CD-ROM}},
|
||||||
|
audiocd = {{audio CD}{audio CD}},
|
||||||
|
version = {{verzia}{ver\adddot}},
|
||||||
|
%url = {{address}{address}},
|
||||||
|
%urlseen = {{visited on}{visited on}},
|
||||||
|
inpress = {{in press}{in press}},
|
||||||
|
submitted = {{submitted}{submitted}},
|
||||||
|
citedas = {{henceforth cited as}{henceforth cited as}},
|
||||||
|
thiscite = {{especially}{esp\adddot}},
|
||||||
|
seenote = {{pozri poznámku}{pozri pozn\adddot}},
|
||||||
|
quotedin = {{citované v}{cit\adddotspace v}},
|
||||||
|
idem = {{idem}{idem}},
|
||||||
|
idemsm = {{idem}{idem}},
|
||||||
|
idemsf = {{eadem}{eadem}},
|
||||||
|
idemsn = {{idem}{idem}},
|
||||||
|
idempm = {{eidem}{eidem}},
|
||||||
|
idempf = {{eaedem}{eaedem}},
|
||||||
|
idempn = {{eadem}{eadem}},
|
||||||
|
idempp = {{eidem}{eidem}},
|
||||||
|
ibidem = {{ibidem}{ibid\adddot}},
|
||||||
|
opcit = {{op\adddotspace cit\adddot}{op\adddotspace cit\adddot}},
|
||||||
|
loccit = {{loc\adddotspace cit\adddot}{loc\adddotspace cit\adddot}},
|
||||||
|
confer = {{cf\adddot}{cf\adddot}},
|
||||||
|
sequens = {{sq\adddot}{sq\adddot}},
|
||||||
|
sequentes = {{sqq\adddot}{sqq\adddot}},
|
||||||
|
passim = {{passim}{pass\adddot}},
|
||||||
|
see = {{pozri}{pozri}},
|
||||||
|
seealso = {{pozri tiež}{pozri tiež}},
|
||||||
|
backrefpage = {{citované na strane}{cit\adddotspace na s\adddot}},
|
||||||
|
backrefpages = {{citované na stranách}{cit\adddotspace na s\adddot}},
|
||||||
|
january = {{januára}{jan\adddot}},
|
||||||
|
february = {{februára}{feb\adddot}},
|
||||||
|
march = {{marca}{mar\adddot}},
|
||||||
|
april = {{apríla}{apr\adddot}},
|
||||||
|
may = {{mája}{máj}},
|
||||||
|
june = {{júna}{jún}},
|
||||||
|
july = {{júla}{júl}},
|
||||||
|
august = {{augusta}{aug\adddot}},
|
||||||
|
september = {{septembra}{sep\adddot}},
|
||||||
|
october = {{októbra}{okt\adddot}},
|
||||||
|
november = {{novembra}{nov\adddot}},
|
||||||
|
december = {{decembra}{dec\adddot}},
|
||||||
|
langamerican = {{Americká angličtina}{Am\adddot angl\adddot}},
|
||||||
|
langbrazilian = {{Brazilská portugalština}{Braz\adddot portugal\adddot}},
|
||||||
|
langdanish = {{Dánština}{Dán\adddot}},
|
||||||
|
langdutch = {{Holandština}{Hol.\adddot}},
|
||||||
|
langenglish = {{Angličtina}{Angl\adddot}},
|
||||||
|
langfrench = {{Francouzština}{Franc\adddot}},
|
||||||
|
langgerman = {{Němčina}{Něm\adddot}},
|
||||||
|
langgreek = {{Řečtina}{Řeč\adddot}},
|
||||||
|
langitalian = {{Italština}{Ital\adddot}},
|
||||||
|
langlatin = {{Latina}{Lat\adddot}},
|
||||||
|
langnorwegian = {{Norština}{Norš\adddot}},
|
||||||
|
langportuguese = {{Portugalština}{Port\adddot}},
|
||||||
|
langspanish = {{Šanělština}{Špaň\adddot}},
|
||||||
|
langswedish = {{Švédština}{Švéd\adddot}},
|
||||||
|
fromamerican = {{z americké Angličtiny}{z amer\adddot angl\adddot}},
|
||||||
|
frombrazilian = {{z Brazilské Portugalštiny}{z Braz\adddot Port\adddot}},
|
||||||
|
fromdanish = {{z Danštiny}{z Dán\adddot}},
|
||||||
|
fromdutch = {{z Holandštiny}{z Hol\adddot}},
|
||||||
|
fromenglish = {{z Angličtiny}{z Angl\adddot}},
|
||||||
|
fromfrench = {{z Francouzštiny}{z Franc\adddot}},
|
||||||
|
fromgerman = {{z Němčiny}{z Něm\adddot}},
|
||||||
|
fromgreek = {{z Řečtiny}{z Řeč\adddot}},
|
||||||
|
fromitalian = {{z Italštiny}{z Ital\adddot}},
|
||||||
|
fromlatin = {{z Latiny}{z Lat\adddot}},
|
||||||
|
fromnorwegian = {{z Norštiny}{z Nor\adddot}},
|
||||||
|
fromportuguese = {{z Portugalštiny}{z Portuguese}},
|
||||||
|
fromspanish = {{ze Španělštiny}{ze Špaň\adddot}},
|
||||||
|
fromswedish = {{ze Švédštiny}{ze Švéd\adddot}},
|
||||||
|
countryde = {{Německo}{DE}},
|
||||||
|
countryeu = {{European Union}{EU}},
|
||||||
|
countryep = {{European Union}{EP}},
|
||||||
|
countryfr = {{Francie}{FR}},
|
||||||
|
countryuk = {{Velká Británie}{GB}},
|
||||||
|
countryus = {{Spojené Státy Americké}{US}},
|
||||||
|
patent = {{patent}{pat\adddot}},
|
||||||
|
patentde = {{German patent}{German pat\adddot}},
|
||||||
|
patenteu = {{European patent}{European pat\adddot}},
|
||||||
|
patentfr = {{French patent}{French pat\adddot}},
|
||||||
|
patentuk = {{British patent}{British pat\adddot}},
|
||||||
|
patentus = {{U.S\adddotspace patent}{U.S\adddotspace pat\adddot}},
|
||||||
|
patreq = {{patent request}{pat\adddot\ req\adddot}},
|
||||||
|
patreqde = {{German patent request}{German pat\adddot\ req\adddot}},
|
||||||
|
patreqeu = {{European patent request}{European pat\adddot\ req\adddot}},
|
||||||
|
patreqfr = {{French patent request}{French pat\adddot\ req\adddot}},
|
||||||
|
patrequk = {{British patent request}{British pat\adddot\ req\adddot}},
|
||||||
|
patrequs = {{U.S\adddotspace patent request}{U.S\adddotspace pat\adddot\ req\adddot}},
|
||||||
|
file = {{súbor}{súb\adddot}},
|
||||||
|
library = {{knižnica}{kniž\adddot}},
|
||||||
|
abstract = {{abstrakt}{abst\adddot}},
|
||||||
|
annotation = {{anotácia}{anot\adddot}},
|
||||||
|
}
|
||||||
|
|
||||||
|
\endinput
|
||||||
Reference in New Issue
Block a user