summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-26 23:17:22 +0000
committerKarl Berry <karl@freefriends.org>2015-04-26 23:17:22 +0000
commit6965b2104705d52d748f4d8d31280d33965586ad (patch)
tree17562cbe9913ee3fb915c5e6f860f3ea2293b4c7
parent12346f374269fba3d836f8e1ad11ceb9662d3f74 (diff)
luatex doc update from https://foundry.supelec.fr/scm/viewvc.php/tags/beta-0.80.0/manual/?root=luatex, minus function stuff and man page per hans
git-svn-id: svn://tug.org/texlive/trunk@37066 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/luatex/base/fdata.lua4554
-rw-r--r--Master/texmf-dist/doc/luatex/base/fdata_epdf.lua2401
-rw-r--r--Master/texmf-dist/doc/luatex/base/fdata_img.lua156
-rw-r--r--Master/texmf-dist/doc/luatex/base/functionref.pdf3470
-rw-r--r--Master/texmf-dist/doc/luatex/base/functionref.tex1101
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex.man266
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatexref-env.tex152
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatexref-t.pdfbin831480 -> 808902 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatexref-t.tex836
9 files changed, 647 insertions, 12289 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/fdata.lua b/Master/texmf-dist/doc/luatex/base/fdata.lua
deleted file mode 100644
index 7da05df3a2e..00000000000
--- a/Master/texmf-dist/doc/luatex/base/fdata.lua
+++ /dev/null
@@ -1,4554 +0,0 @@
--- $Id: fdata.lua 4106 2011-04-10 12:51:54Z hhenkel $
-
-local fdata = {
- ["callback"]={
- ["functions"]={
- ["buildpage_filter"]={
- ["arguments"]={
- {
- ["name"]="info",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Process objects as they are added to the main vertical list. The string argument gives some context.",
- ["type"]="callback",
- },
- ["close"]={
- ["arguments"]={
- {
- ["name"]="env",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Close a file opened with the \\afunction{open_read_file} callback. The argument is the return value from the \\afunction{open_read_file}",
- ["type"]="callback",
- },
- ["define_font"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="font",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["shortdesc"]="Define a font from within lua code. The arguments are the user-supplied information, with negative numbers indicating \\type{scaled}, positive numbers \\type{at}",
- ["type"]="callback",
- },
- ["find"]={
- ["arguments"]={
- {
- ["name"]="callback_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="function",
- },
- },
- ["shortdesc"]="Returns the function currently associated with a callback, or \\type{nil}",
- ["type"]="function",
- },
- ["find_data_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find an input data file for PDF attachment.",
- ["type"]="callback",
- },
- ["find_enc_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a font encoding file.",
- ["type"]="callback",
- },
- ["find_font_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a font metrics file.",
- ["type"]="callback",
- },
- ["find_format_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find the format file.",
- ["type"]="callback",
- },
- ["find_image_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find an image file for inclusion.",
- ["type"]="callback",
- },
- ["find_map_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a font map file.",
- ["type"]="callback",
- },
- ["find_opentype_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find an OpenType font file.",
- ["type"]="callback",
- },
- ["find_output_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find the output (PDF or DVI) file.",
- ["type"]="callback",
- },
- ["find_pk_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a PK font bitmap file.",
- ["type"]="callback",
- },
- ["find_read_file"]={
- ["arguments"]={
- {
- ["name"]="id_number",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a file for \\tex{input} (0) or \\tex{openin} (higher integers).",
- ["type"]="callback",
- },
- ["find_subfont_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a subfont definition file.",
- ["type"]="callback",
- },
- ["find_truetype_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find an TrueType font file.",
- ["type"]="callback",
- },
- ["find_type1_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find an Type1 (PostScript) font file.",
- ["type"]="callback",
- },
- ["find_vf_file"]={
- ["arguments"]={
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a VF file.",
- ["type"]="callback",
- },
- ["find_write_file"]={
- ["arguments"]={
- {
- ["name"]="id_number",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="asked_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="actual_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a file for writing to the log file (0) or with \\tex{write} (higher integers).",
- ["type"]="callback",
- },
- ["finish_pdffile"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run actions just before the PDF closing takes place.",
- ["type"]="callback",
- },
- ["hpack_filter"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="groupcode",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="size",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="packtype",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="direction",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Alter a node list before horizontal packing takes place. The first string gives some context,\
- the number is the desired size, the second string is either \\aliteral{exact} or \\aliteral{additional} (modifies the first string),\
- the third string is the desired direction",
- ["type"]="callback",
- },
- ["hyphenate"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="tail",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Apply hyphenation to a node list.",
- ["type"]="callback",
- },
- ["kerning"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="tail",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Apply kerning to a node list.",
- ["type"]="callback",
- },
- ["ligaturing"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="tail",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Apply ligaturing to a node list.",
- ["type"]="callback",
- },
- ["linebreak_filter"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="is_display",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Override the linebreaking algorithm. The boolean is \\type{true} if this is a pre-display break.",
- ["type"]="callback",
- },
- ["list"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="info",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Produce a list of all known callback names.",
- ["type"]="function",
- },
- ["mlist_to_hlist"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="displaytype",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="need_penalties",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Convert a math node list into a horizontal node list.",
- ["type"]="callback",
- },
- ["open_read_file"]={
- ["arguments"]={
- {
- ["name"]="file_name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="env",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Open a file for reading. The returned table should define key functions for \\aliteral{reader} and \\aliteral{close}.",
- ["type"]="callback",
- },
- ["post_linebreak_filter"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="groupcode",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Alter a node list afer linebreaking has taken place. The string argument gives some context.",
- ["type"]="callback",
- },
- ["pre_dump"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run actions just before format dumping takes place.",
- ["type"]="callback",
- },
- ["pre_linebreak_filter"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="groupcode",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Alter a node list before linebreaking takes place. The string argument gives some context.",
- ["type"]="callback",
- },
- ["pre_output_filter"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="groupcode",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="size",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="packtype",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="maxdepth",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="direction",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Alter a node list before boxing to \\tex{outputbox} takes place. See \\afunction{vpack_filter} for the arguments.",
- ["type"]="callback",
- },
- ["process_input_buffer"]={
- ["arguments"]={
- {
- ["name"]="buffer",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="adjusted_buffer",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Modify the encoding of the input buffer.",
- ["type"]="callback",
- },
- ["process_output_buffer"]={
- ["arguments"]={
- {
- ["name"]="buffer",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="adjusted_buffer",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Modify the encoding of the output buffer.",
- ["type"]="callback",
- },
- ["read_data_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a data file.",
- ["type"]="callback",
- },
- ["read_enc_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a font encoding file.",
- ["type"]="callback",
- },
- ["read_font_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a TFM metrics file. Return \\type{true}, the data, and the data length for success, \\type{false} otherwise",
- ["type"]="callback",
- },
- ["read_map_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a font map file.",
- ["type"]="callback",
- },
- ["read_opentype_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read an OpenType font.",
- ["type"]="callback",
- },
- ["read_pk_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a font bitmap PK file.",
- ["type"]="callback",
- },
- ["read_sfd_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a subfont definition file.",
- ["type"]="callback",
- },
- ["read_truetype_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a TrueType font.",
- ["type"]="callback",
- },
- ["read_type1_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a Type1 font.",
- ["type"]="callback",
- },
- ["read_vf_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="data_size",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Read a VF metrics file.",
- ["type"]="callback",
- },
- ["reader"]={
- ["arguments"]={
- {
- ["name"]="env",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="line",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Read a line from a file opened with the \\afunction{open_read_file} callback. The argument is the return value from \\afunction{open_read_file}",
- ["type"]="callback",
- },
- ["register"]={
- ["arguments"]={
- {
- ["name"]="callback_name",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="callback_func",
- ["optional"]=false,
- ["type"]="function",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="error",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Register a callback. Passing \\type{nil} removes an existing callback. Returns \\type{nil}, \\type{error} on failure.",
- ["type"]="function",
- },
- ["show_error_hook"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run action at error reporting time.",
- ["type"]="callback",
- },
- ["start_page_number"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run actions at the start of typeset page number message reporting.",
- ["type"]="callback",
- },
- ["start_run"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run actions at the start of the typesetting run.",
- ["type"]="callback",
- },
- ["stop_page_number"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run actions at the end of typeset page number message reporting.",
- ["type"]="callback",
- },
- ["stop_run"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Run actions just before the end of the typesetting run.",
- ["type"]="callback",
- },
- ["token_filter"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="token",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Override the tokenization process. Return value is a \\type{token} or an array of tokens",
- ["type"]="callback",
- },
- ["vpack_filter"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="groupcode",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="size",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="packtype",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="maxdepth",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="direction",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="newhead",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Alter a node list before vertical packing takes place. The second number is the desired max depth. See \\afunction{hpack_filter} for the arguments.",
- ["type"]="callback",
- },
- },
- ["methods"]={
- },
- },
- ["epdf"] = require "fdata_epdf",
- ["font"]={
- ["functions"]={
- ["current"]={
- ["arguments"]={
- {
- ["name"]="i",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get or set the currently active font",
- ["type"]="function",
- },
- ["define"]={
- ["arguments"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Process a font metrics table and stores it in the internal font table, returning its internal id.",
- ["type"]="function",
- },
- ["each"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="v",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["shortdesc"]="Iterate over all the defined fonts.",
- ["type"]="function",
- },
- ["frozen"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="True if the font is frozen and can no longer be altered.",
- ["type"]="function",
- },
- ["getfont"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["shortdesc"]="Fetch an internal font id as a lua table.",
- ["type"]="function",
- },
- ["id"]={
- ["arguments"]={
- {
- ["name"]="csname",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the font id of the font accessed by the csname given.",
- ["type"]="function",
- },
- ["max"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the highest used font id at this moment.",
- ["type"]="function",
- },
- ["nextid"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the next free font id number.",
- ["type"]="function",
- },
- ["read_tfm"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="fnt",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["shortdesc"]="Parse a font metrics file, at the size indicated by the number.",
- ["type"]="function",
- },
- ["read_vf"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="vf_fnt",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["shortdesc"]="Parse a virtual font metrics file, at the size indicated by the number.",
- ["type"]="function",
- },
- ["setfont"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="metrics",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set an internal font id from a lua table.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["fontloader"]={
- ["functions"]={
- ["apply_afmfile"]={
- ["arguments"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="luafont",
- },
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Apply an AFM file to a fontloader table.",
- ["type"]="function",
- },
- ["apply_featurefile"]={
- ["arguments"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="luafont",
- },
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Apply a feature file to a fontloader table.",
- ["type"]="function",
- },
- ["info"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="info",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Get various information fields from an font file.",
- ["type"]="function",
- },
- ["open"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="fontname",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="luafont",
- },
- {
- ["name"]="w",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Parse a font file and return a table representing its contents. The optional argument\
- is the name of the desired font in case of font collection files. The optional return\
- value contains any parser error strings.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["img"] = require "fdata_img",
- ["kpse"]={
- ["functions"]={
- ["expand_braces"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="r",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Expand the braces in a variable.",
- ["type"]="function",
- },
- ["expand_path"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="r",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Expand a path.",
- ["type"]="function",
- },
- ["expand_var"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="r",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Expand a variable.",
- ["type"]="function",
- },
- ["find_file"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="ftype",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="mustexist",
- ["optional"]=true,
- ["type"]="boolean",
- },
- {
- ["name"]="dpi",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a file. The optional string is the file type as supported by the\
- standalone \\type{kpsewhich} program (default is \\aliteral{{tex}}, no autodiscovery takes place).\
- The optional boolean indicates wether the file must exist.\
- The optional number is the dpi value for PK files.\
- ",
- ["type"]="function",
- },
- ["init_prog"]={
- ["arguments"]={
- {
- ["name"]="prefix",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="base_dpi",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="mfmode",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="fallback",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Initialize a PK generation program. The optional string is the metafont mode fallback name",
- ["type"]="function",
- },
- ["lookup"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="options",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Find a file (extended interface).",
- ["type"]="function",
- },
- ["new"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="progname",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="kpathsea",
- ["optional"]=false,
- ["type"]="kpathsea",
- },
- },
- ["shortdesc"]="Create a new kpathsea library instance. The optional string allows explicit \\type{progname} setting.",
- ["type"]="function",
- },
- ["readable_file"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Returns true if a file exists and is readable.",
- ["type"]="function",
- },
- ["set_program_name"]={
- ["arguments"]={
- {
- ["name"]="name",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="progname",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Initialize the kpathsea library by setting the program name. The optional string allows explicit \\type{progname} setting.",
- ["type"]="function",
- },
- ["show_path"]={
- ["arguments"]={
- {
- ["name"]="ftype",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="r",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="List the search path for a specific file type.",
- ["type"]="function",
- },
- ["var_value"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="r",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the value of a variable.",
- ["type"]="function",
- },
- ["version"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="r",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the kpathsea version.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
-},
- ["lang"]={
- ["functions"]={
- ["clean"]={
- ["arguments"]={
- {
- ["name"]="o",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Creates a hyphenation key from the supplied hyphenation exception.",
- ["type"]="function",
- },
- ["clear_hyphenation"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Clear the set of hyphenation exceptions.",
- ["type"]="function",
- },
- ["clear_patterns"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Clear the set of hyphenation patterns.",
- ["type"]="function",
- },
- ["hyphenate"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="tail",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Hyphenate a node list.",
- ["type"]="function",
- },
- ["hyphenation"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Get or set hyphenation exceptions.",
- ["type"]="function",
- },
- ["id"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Returns the current internal \\tex{language} id number.",
- ["type"]="function",
- },
- ["new"]={
- ["arguments"]={
- {
- ["name"]="id",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- },
- ["shortdesc"]="Create a new language object, with an optional fixed id number.",
- ["type"]="function",
- },
- ["patterns"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Get or set hyphenation patterns.",
- ["type"]="function",
- },
- ["postexhyphenchar"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Set the post-hyphenchar for explicit hyphenation.",
- ["type"]="function",
- },
- ["posthyphenchar"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Set the post-hyphenchar for implicit hyphenation.",
- ["type"]="function",
- },
- ["preexhyphenchar"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Set the pre-hyphenchar for explicit hyphenation.",
- ["type"]="function",
- },
- ["prehyphenchar"]={
- ["arguments"]={
- {
- ["name"]="l",
- ["optional"]=false,
- ["type"]="language",
- },
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Set the pre-hyphenchar for implicit hyphenation.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
-},
- ["lfs"]={
- ["functions"]={
- ["isdir"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Return true if the string is a directory.",
- ["type"]="function",
- },
- ["isfile"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Return true if the string is a file.",
- ["type"]="function",
- },
- ["readlink"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the contents of a symlink (Unix only).",
- ["type"]="function",
- },
- ["shortname"]={
- ["arguments"]={
- {
- ["name"]="filename",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="fat",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the FAT name of a file (Windows only).",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["lua"]={
- ["functions"]={
- ["getbytecode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="function",
- },
- },
- ["shortdesc"]="Return a previously stored function from a bytecode register.",
- ["type"]="function",
- },
- ["setbytecode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="function",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Save a function in a bytecode register.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
-},
- ["mp"]={
- ["functions"]={
- ["char_depth"]={
- ["arguments"]={
- {
- ["name"]="fontname",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="char",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="w",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Report a character's depth.",
- ["type"]="method",
- },
- ["char_height"]={
- ["arguments"]={
- {
- ["name"]="fontname",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="char",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="w",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Report a character's height.",
- ["type"]="method",
- },
- ["char_width"]={
- ["arguments"]={
- {
- ["name"]="fontname",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="char",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="w",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Report a character's width.",
- ["type"]="method",
- },
- ["execute"]={
- ["arguments"]={
- {
- ["name"]="chunk",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="rettable",
- ["optional"]=false,
- ["type"]="mpdata",
- },
- },
- ["shortdesc"]="Execute metapost code in the instance.",
- ["type"]="method",
- },
- ["finish"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="rettable",
- ["optional"]=false,
- ["type"]="mpdata",
- },
- },
- ["shortdesc"]="Finish a metapost instance.",
- ["type"]="method",
- },
- ["statistics"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="stats",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Returns some statistics for this metapost instance.",
- ["type"]="method",
- },
- },
- ["methods"]={
- },
- },
- ["mplib"]={
- ["functions"]={
- ["new"]={
- ["arguments"]={
- {
- ["name"]="options",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="mp",
- ["optional"]=false,
- ["type"]="mpinstance",
- },
- },
- ["shortdesc"]="Create a new metapost instance.",
- ["type"]="function",
- },
- ["version"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="v",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Returns the mplib version.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["node"]={
- ["functions"]={
- ["copy"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Copy a node.",
- ["type"]="function",
- },
- ["copy_list"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="m",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Copy a node list.",
- ["type"]="function",
- },
- ["count"]={
- ["arguments"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="m",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the count of nodes with a specific id in a node list. Processing stops just before the optional node.",
- ["type"]="function",
- },
- ["dimensions"]={
- ["arguments"]={
- {
- ["name"]="glue_set",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="glue_sign",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="glue_order",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="t",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="w",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="h",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="d",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the natural dimensions of a (horizontal) node list. The 3 optional numbers represent \
- glue_set, glue_sign, and glue_order. The calculation stops just before the optional node (default end of list)",
- ["type"]="function",
- },
- ["fields"]={
- ["arguments"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="subid",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Report the fields a node type understands. The optional argument is needed for whatsits.",
- ["type"]="function",
- },
- ["first_glyph"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="m",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Return the first character node in a list. Processing stops just before the optional node.",
- ["type"]="function",
- },
- ["flush_list"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Release a list of nodes.",
- ["type"]="function",
- },
- ["free"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Release a node.",
- ["type"]="function",
- },
- ["has_attribute"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="val",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="v",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return an attribute value for a node, if it has one. The optional number tests for a specific value",
- ["type"]="function",
- },
- ["has_field"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="field",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Return true if the node understands the named field.",
- ["type"]="function",
- },
- ["hpack"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="w",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="info",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="dir",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="h",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="b",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Pack a node list into a horizontal list. The number is the desired size, the first string is either \\aliteral{exact} or \\aliteral{additional} (modifies the first string),\
- the second string is the desired direction",
- ["type"]="function",
- },
- ["id"]={
- ["arguments"]={
- {
- ["name"]="type",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Convert a node type string into a node id number.",
- ["type"]="function",
- },
- ["insert_after"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="current",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="new",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="new",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Insert the third node just after the second node in the list that starts at the first node.",
- ["type"]="function",
- },
- ["insert_before"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="current",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="new",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="new",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Insert the third node just before the second node in the list that starts at the first node.",
- ["type"]="function",
- },
- ["is_node"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="any",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="yes",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Return true if the object is a <node>.",
- ["type"]="function",
- },
- ["kerning"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="m",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="h",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Apply the internal kerning routine to a node list. Processing stops just before the optional node.",
- ["type"]="function",
- },
- ["last_node"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Pops and returns the last node on the current output list.",
- ["type"]="function",
- },
- ["length"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="m",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the length of a node list. Processing stops just before the optional node.",
- ["type"]="function",
- },
- ["ligaturing"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="m",
- ["optional"]=true,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="h",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="success",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Apply the internal ligaturing routine to a node list. Processing stops just before the optional node.",
- ["type"]="function",
- },
- ["mlist_to_hlist"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="displaytype",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="penalties",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="h",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Recursively convert a math list into a horizontal list. The string differentiates display and inline, the boolean\
- whether penalties are inserted",
- ["type"]="function",
- },
- ["new"]={
- ["arguments"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="subid",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Create a new node with id and (optional) subtype.",
- ["type"]="function",
- },
- ["protect_glyphs"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Mark all processed glyphs in a node list as being characters.",
- ["type"]="function",
- },
- ["protrusion_skippable"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="yes",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Return true if the node could be skipped for protrusion purposes.",
- ["type"]="function",
- },
- ["remove"]={
- ["arguments"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="current",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="head",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="current",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Extract and remove a second node from the list that starts in the first node.",
- ["type"]="function",
- },
- ["set_attribute"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="val",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set an attribute value for a node.",
- ["type"]="function",
- },
- ["slide"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Move to the last node of a list while fixing next and prev pointers.",
- ["type"]="function",
- },
- ["next"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Returns the next node.",
- ["type"]="function",
- },
- ["prev"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Returns the previous node.",
- ["type"]="function",
- },
- ["subtype"]={
- ["arguments"]={
- {
- ["name"]="type",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="subtype",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Convert a whatsit type string into a node subtype number.",
- ["type"]="function",
- },
- ["tail"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Return the last node in a list.",
- ["type"]="function",
- },
- ["traverse"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Iterate over a node list.",
- ["type"]="function",
- },
- ["traverse_id"]={
- ["arguments"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Iterate over nodes with id matching the number in a node list.",
- ["type"]="function",
- },
- ["type"]={
- ["arguments"]={
- {
- ["name"]="id",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="type",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="convert a node id number into a node type string.",
- ["type"]="function",
- },
- ["types"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Return the list of node types.",
- ["type"]="function",
- },
- ["unprotect_glyphs"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Mark all characters in a node list as being processed glyphs.",
- ["type"]="function",
- },
- ["unset_attribute"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="val",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="v",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Unset an attribute value for a node. The optional number tests for a specific value",
- ["type"]="function",
- },
- ["vpack"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="w",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="info",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="dir",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="h",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="b",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Pack a node list into a vertical list. Arguments as for node.hpack",
- ["type"]="function",
- },
- ["whatsits"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Return the list of whatsit types.",
- ["type"]="function",
- },
- ["write"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Appends a node to the current output list.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["os"]={
- ["functions"]={
- ["exec"]={
- ["arguments"]={
- {
- ["name"]="command",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]=" Run an external command and exit. The table is an array of arguments, with an optional \\type{argv[0]} in index 0.",
- ["type"]="function",
- },
- ["gettimeofday"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="time",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get the time as a floating point number (Unix only).",
- ["type"]="function",
- },
- ["setenv"]={
- ["arguments"]={
- {
- ["name"]="key",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="value",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set an environment variable.",
- ["type"]="function",
- },
- ["spawn"]={
- ["arguments"]={
- {
- ["name"]="command",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="succ",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="Run an external command and return its exit code. The table is an array of arguments, with an optional \\type{argv[0]} in index 0.",
- ["type"]="function",
- },
- ["times"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="times",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Return process times.",
- ["type"]="function",
- },
- ["tmpdir"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="d",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Create a temporary directory inside the current directory.",
- ["type"]="function",
- },
- ["selfdir"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="d",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the directory path of argv[0].",
- ["type"]="function",
- },
- ["uname"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="data",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Return various information strings about the computer.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["pdf"]={
- ["functions"]={
- ["immediateobj"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="type",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="objtext",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="extradata",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Write an object to the PDF file immediately. The optional number is an object id,\
- the first optional string is \\aliteral{{file}}, \\aliteral{{stream}}, or \\aliteral{{filestream}}.\
- the second optional string contains stream attributes for the latter two cases.\
- ",
- ["type"]="function",
- },
- ["obj"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="type",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="objtext",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="extradata",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Write an object to the PDF file. See \\aliteral{pdf.immediateobj} for arguments.",
- ["type"]="function",
- },
- ["refobj"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- }
- },
- ["returnvalues"]={},
- ["shortdesc"]="Reference an object, so that it will be written out.",
- ["type"]="function",
- },
- ["print"]={
- ["arguments"]={
- {
- ["name"]="type",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Write directly to the PDF file (use in \\tex{latelua}). The optional string is\
- one of \\aliteral{{direct}} or \\aliteral{{page}}",
- ["type"]="function",
- },
- ["registerannot"]={
- ["arguments"]={
- {
- ["name"]="objnum",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Register an annotation in the PDF backend.",
- ["type"]="function",
- },
- ["pageref"]={
- ["arguments"]={
- {
- ["name"]="objnum",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="page",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the pageref object number.",
- ["type"]="function",
- },
-
- ["mapfile"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Register a font map file.",
- ["type"]="function",
- },
-
- ["mapline"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Register a font map line.",
- ["type"]="function",
- },
-
- ["reserveobj"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Reserve an object number in the PDF backend.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["status"]={
- ["functions"]={
- ["list"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="info",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Returns a table with various status items.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["string"]={
- ["functions"]={
- ["bytepairs"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="m",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Iterator that returns two values representing two single 8-byte tokens.",
- ["type"]="function",
- },
- ["bytes"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Iterator that returns a value representing a single 8-byte token.",
- ["type"]="function",
- },
- ["characterpairs"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Iterator that returns two strings representing two single \\UTF-8 tokens.",
- ["type"]="function",
- },
- ["characters"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Iterator that returns a string representing a single 8-byte token.",
- ["type"]="function",
- },
- ["explode"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="sep",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Break a string into pieces. The optional argument is a character possibly followed by a plus sign (default \\aliteral{{ +}})",
- ["type"]="function",
- },
- ["utfcharacters"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Iterator that returns a string representing a single \\UTF-8 token.",
- ["type"]="function",
- },
- ["utfvalues"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Iterator that returns a value representing a single \\UTF-8 token.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["tex"]={
- ["functions"]={
- ["badness"]={
- ["arguments"]={
- {
- ["name"]="f",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="b",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Compute a badness value.",
- ["type"]="function",
- },
- ["definefont"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="boolean",
- },
- {
- ["name"]="csname",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="fontid",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Define a font csname. The optional boolean indicates for global definition, the string is the csname, the number is a font id.",
- ["type"]="function",
- },
- ["enableprimitives"]={
- ["arguments"]={
- {
- ["name"]="prefix",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="names",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Enable the all primitives in the array using the string as prefix.",
- ["type"]="function",
- },
- ["error"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="helptext",
- ["optional"]=true,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Create an error that is presented to the user. The optional table is an array of help message strings.",
- ["type"]="function",
- },
- ["extraprimitives"]={
- ["arguments"]={
- {
- ["name"]="s1",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="s2",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Return all primitives in a (set of) extension identifiers. Valid identifiers are: \
- \\aliteral{tex}, \\aliteral{core}, \\aliteral{etex}, \\aliteral{pdftex}, \\aliteral{omega}, \\aliteral{aleph}, and \\aliteral{luatex}.",
- ["type"]="function",
- },
- ["get"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="v",
- ["optional"]=false,
- ["type"]="value",
- },
- },
- ["shortdesc"]="Get a named internal register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["getattribute"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get an attribute register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["getbox"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Get a box register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["getcount"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get a count register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["getdimen"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get a dimen register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["getmath"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get an internal math parameter. The first string is like the csname but without the \\type{Umath} prefix, the second string is a style name minus the \\type{style} suffix.",
- ["type"]="function",
- },
- ["getskip"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["shortdesc"]="Get a skip register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["gettoks"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Get a toks register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
-
-
- ["getlccode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get a lowercase code.",
- ["type"]="function",
- },
-
- ["setlccode"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="lc",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="uc",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a lowercase code.",
- ["type"]="function",
- },
-
- ["getuccode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get an uppercase code.",
- ["type"]="function",
- },
- ["setuccode"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="uc",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="lc",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set an uppercase code.",
- ["type"]="function",
- },
- ["getsfcode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get a space factor.",
- ["type"]="function",
- },
- ["setsfcode"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="sf",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a space factor.",
- ["type"]="function",
- },
-
- ["getcatcode"]={
- ["arguments"]={
- {
- ["name"]="cattable",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="c",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Get a category code.",
- ["type"]="function",
- },
-
- ["setcatcode"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="cattable",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="c",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a category code.",
- ["type"]="function",
- },
-
- ["getmathcode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Get a math code.",
- ["type"]="function",
- },
-
- ["setmathcode"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="mval",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a math code.",
- ["type"]="function",
- },
-
- ["getdelcode"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Get a delimiter code.",
- ["type"]="function",
- },
-
- ["setdelcode"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="mval",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a delimiter code.",
- ["type"]="function",
- },
-
-
-
- ["linebreak"]={
- ["arguments"]={
- {
- ["name"]="listhead",
- ["optional"]=false,
- ["type"]="node",
- },
- {
- ["name"]="parameters",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Run the line breaker on a node list. The table lists settings.",
- ["type"]="function",
- },
- ["primitives"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="table",
- },
- },
- ["shortdesc"]="Returns a table of all currently active primitives, with their meaning.",
- ["type"]="function",
- },
- ["print"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="s1",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="s2",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]=" Print a sequence of strings (not just two) as lines. The optional argument is a catcode table id.",
- ["type"]="function",
- },
- ["round"]={
- ["arguments"]={
- {
- ["name"]="o",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Round a number.",
- ["type"]="function",
- },
- ["scale"]={
- ["arguments"]={
- {
- ["name"]="o",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="delta",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Multiplies the first number (or all fields in a table) with the second argument (if the first argument is a table, so is the return value).",
- ["type"]="function",
- },
- ["set"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="v",
- ["optional"]=false,
- ["type"]="value",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a named internal register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["setattribute"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set an attribute register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["setbox"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a box register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["setcount"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a count register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["setdimen"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a dimen register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["setmath"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set an internal math parameter. The first string is like the csname but without the \\type{Umath} prefix, the second string is a style name minus the \\type{style} suffix.",
- ["type"]="function",
- },
- ["setskip"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="node",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a skip register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["settoks"]={
- ["arguments"]={
- {
- ["name"]="global",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Set a toks register. Also accepts a predefined csname string.",
- ["type"]="function",
- },
- ["shipout"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Ships the box to the output file and clears the box.",
- ["type"]="function",
- },
- ["sp"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="n",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Convert a dimension string to scaled points.",
- ["type"]="function",
- },
- ["sprint"]={
- ["arguments"]={
- {
- ["name"]="n",
- ["optional"]=true,
- ["type"]="number",
- },
- {
- ["name"]="s1",
- ["optional"]=false,
- ["type"]="string",
- },
- {
- ["name"]="s2",
- ["optional"]=true,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]=" Print a sequence of strings (not just two) as partial lines. The optional argument is a catcode table id.",
- ["type"]="function",
- },
- ["tprint"]={
- ["arguments"]={
- {
- ["name"]="a1",
- ["optional"]=false,
- ["type"]="table",
- },
- {
- ["name"]="a2",
- ["optional"]=true,
- ["type"]="table",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Combine any number of \\type{tex.sprint}'s into a single function call.",
- ["type"]="function",
- },
- ["write"]={
- ["arguments"]={
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]=" Print a sequence of strings (not just two) as detokenized data.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["texio"]={
- ["functions"]={
- ["write"]={
- ["arguments"]={
- {
- ["name"]="target",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Write a string to the log and/or terminal. The optional argument is\
- \\aliteral{{term}}, \\aliteral{{term and log}}, or \\aliteral{{log}}.",
- ["type"]="function",
- },
- ["write_nl"]={
- ["arguments"]={
- {
- ["name"]="target",
- ["optional"]=true,
- ["type"]="string",
- },
- {
- ["name"]="s",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={},
- ["shortdesc"]="Write a string to the log and/or terminal, starting on a new line. \
- The optional argument is \
- \\aliteral{{term}}, \\aliteral{{term and log}}, or \\aliteral{{log}}.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
- ["token"]={
- ["functions"]={
- ["command_id"]={
- ["arguments"]={
- {
- ["name"]="commandname",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Return the internal number representing a command code.",
- ["type"]="function",
- },
- ["command_name"]={
- ["arguments"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="token",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="commandname",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the internal string representing a command code.",
- ["type"]="function",
- },
- ["create"]={
- ["arguments"]={
- {
- ["name"]="char",
- ["optional"]=false,
- ["type"]="number",
- },
- {
- ["name"]="catcode",
- ["optional"]=true,
- ["type"]="number",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="token",
- },
- },
- ["shortdesc"]="Create a token from scratch, the optional argument is a category code. Also accepts strings, in which case a token matching that csname is created.",
- ["type"]="function",
- },
- ["csname_id"]={
- ["arguments"]={
- {
- ["name"]="csname",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="i",
- ["optional"]=false,
- ["type"]="number",
- },
- },
- ["shortdesc"]="Returns the value for a csname string.",
- ["type"]="function",
- },
- ["csname_name"]={
- ["arguments"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="token",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="csname",
- ["optional"]=false,
- ["type"]="string",
- },
- },
- ["shortdesc"]="Return the csname associated with a token.",
- ["type"]="function",
- },
- ["expand"]={
- ["arguments"]={},
- ["returnvalues"]={},
- ["shortdesc"]="Expand a token the tokenb waiting in the input stream.",
- ["type"]="function",
- },
- ["get_next"]={
- ["arguments"]={},
- ["returnvalues"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="token",
- },
- },
- ["shortdesc"]="Fetch the next token from the input stream.",
- ["type"]="function",
- },
- ["is_activechar"]={
- ["arguments"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="token",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="b",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="True if the token represents and active character.",
- ["type"]="function",
- },
- ["is_expandable"]={
- ["arguments"]={
- {
- ["name"]="t",
- ["optional"]=false,
- ["type"]="token",
- },
- },
- ["returnvalues"]={
- {
- ["name"]="b",
- ["optional"]=false,
- ["type"]="boolean",
- },
- },
- ["shortdesc"]="True if the token is expandable.",
- ["type"]="function",
- },
- },
- ["methods"]={
- },
- },
-}
-
-return fdata;
diff --git a/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua b/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua
deleted file mode 100644
index 991b6223b39..00000000000
--- a/Master/texmf-dist/doc/luatex/base/fdata_epdf.lua
+++ /dev/null
@@ -1,2401 +0,0 @@
--- $Id: fdata_epdf.lua 4559 2013-01-20 19:58:26Z hhenkel $
-
-local fdata_epdf = {
- functions = {
- open = {
- type = "function",
- shortdesc = "Construct a PDFDoc object by opening a PDF document.",
- arguments = {
- {type = "string", name = "filename", optional = false, },
- },
- returnvalues = {
- {type = "PDFDoc", name = "var", optional = false, },
- },
- },
- Annot = {
- type = "function",
- shortdesc = "Construct an Annot object.",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- {type = "Dict", name = "dict", optional = false, },
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "Ref", name = "ref", optional = false, },
- },
- returnvalues = {
- {type = "Annot", name = "var", optional = false, },
- },
- },
- Annots = {
- type = "function",
- shortdesc = "Construct an Annots object.",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "Annots", name = "var", optional = false, },
- },
- },
- Array = {
- type = "function",
- shortdesc = "Construct an Array object.",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Array", name = "var", optional = false, },
- },
- },
- Dict = {
- type = "function",
- shortdesc = "Construct a Dict object.",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- Object = {
- type = "function",
- shortdesc = "Construct an Object object.",
- arguments = {
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- PDFRectangle = {
- type = "function",
- shortdesc = "Construct a PDFRectangle object.",
- arguments = {
- },
- returnvalues = {
- {type = "PDFRectangle", name = "var", optional = false, },
- },
- },
- },
- methods = {
-------------------------------------------------------------------------
- Annot = {
- isOK = {
- type = "function",
- shortdesc = "Check if Annot object is ok.",
- arguments = {
- {type = "Annot", name = "annot", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getAppearance = {
- type = "function",
- shortdesc = "Get Appearance object.",
- arguments = {
- {type = "Annot", name = "annot", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getBorder = {
- type = "function",
- shortdesc = "Get AnnotBorder object.",
- arguments = {
- {type = "Annot", name = "annot", optional = false, },
- },
- returnvalues = {
- {type = "AnnotBorder", name = "var", optional = false, },
- },
- },
- match = {
- type = "function",
- shortdesc = "Check if object number and generation matches Ref.",
- arguments = {
- {type = "Annot", name = "annot", optional = false, },
- {type = "Ref", name = "ref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- AnnotBorderStyle = {
- getWidth = {
- type = "function",
- shortdesc = "Get border width.",
- arguments = {
- {type = "AnnotBorderStyle", name = "annotborderstyle", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Annots = {
- getNumAnnots = {
- type = "function",
- shortdesc = "Get number of Annots objects.",
- arguments = {
- {type = "Annots", name = "annots", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getAnnot = {
- type = "function",
- shortdesc = "Get Annot object.",
- arguments = {
- {type = "Annots", name = "annots", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Annot", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Array = {
- incRef = {
- type = "function",
- shortdesc = "Increment reference count to Array.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- },
- returnvalues = {
- },
- },
- decRef = {
- type = "function",
- shortdesc = "Decrement reference count to Array.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- },
- returnvalues = {
- },
- },
- getLength = {
- type = "function",
- shortdesc = "Get Array length.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- add = {
- type = "function",
- shortdesc = "Add Object to Array.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- get = {
- type = "function",
- shortdesc = "Get Object from Array.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getNF = {
- type = "function",
- shortdesc = "Get Object from Array, not resolving indirection.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getString = {
- type = "function",
- shortdesc = "Get String from Array.",
- arguments = {
- {type = "Array", name = "array", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Catalog = {
- isOK = {
- type = "function",
- shortdesc = "Check if Catalog object is ok.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getNumPages = {
- type = "function",
- shortdesc = "Get total number of pages.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getPage = {
- type = "function",
- shortdesc = "Get Page.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Page", name = "var", optional = false, },
- },
- },
- getPageRef = {
- type = "function",
- shortdesc = "Get the reference to a Page object.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Ref", name = "var", optional = false, },
- },
- },
- getBaseURI = {
- type = "function",
- shortdesc = "Get base URI, if any.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- readMetadata = {
- type = "function",
- shortdesc = "Get the contents of the Metadata stream.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getStructTreeRoot = {
- type = "function",
- shortdesc = "Get the structure tree root object.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- findPage = {
- type = "function",
- shortdesc = "Get a Page number by object number and generation.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "integer", name = "object number", optional = false, },
- {type = "integer", name = "object generation", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- findDest = {
- type = "function",
- shortdesc = "Find a named destination.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "LinkDest", name = "var", optional = false, },
- },
- },
- getDests = {
- type = "function",
- shortdesc = "Get destinations object.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- numEmbeddedFiles = {
- type = "function",
- shortdesc = "Get number of embedded files.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- embeddedFile = {
- type = "function",
- shortdesc = "Get file spec of embedded file.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "FileSpec", name = "var", optional = false, },
- },
- },
- numJS = {
- type = "function",
- shortdesc = "Get number of javascript scripts.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getJS = {
- type = "function",
- shortdesc = "Get javascript script.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getOutline = {
- type = "function",
- shortdesc = "Get Outline object.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getAcroForm = {
- type = "function",
- shortdesc = "Get AcroForm object.",
- arguments = {
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- EmbFile = {
- name = {
- type = "function",
- shortdesc = "Get name of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- description = {
- type = "function",
- shortdesc = "Get description of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- size = {
- type = "function",
- shortdesc = "Get size of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- modDate = {
- type = "function",
- shortdesc = "Get modification date of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- createDate = {
- type = "function",
- shortdesc = "Get creation date of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- checksum = {
- type = "function",
- shortdesc = "Get checksum of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- mimeType = {
- type = "function",
- shortdesc = "Get mime type of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- streamObject = {
- type = "function",
- shortdesc = "Get stream object of embedded file.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- isOk = {
- type = "function",
- shortdesc = "Check if embedded file is ok.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- save = {
- type = "function",
- shortdesc = "Save embedded file to disk.",
- arguments = {
- {type = "EmbFile", name = "embfile", optional = false, },
- {type = "string", name = "var", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- FileSpec = {
- isOk = {
- type = "function",
- shortdesc = "Check if filespec is ok.",
- arguments = {
- {type = "FileSpec", name = "filespec", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getFileName = {
- type = "function",
- shortdesc = "Get file name of filespec.",
- arguments = {
- {type = "FileSpec", name = "filespec", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "string", optional = false, },
- },
- },
- getFileNameForPlatform = {
- type = "function",
- shortdesc = "Get file name for platform of filespec.",
- arguments = {
- {type = "FileSpec", name = "filespec", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "string", optional = false, },
- },
- },
- getDescription = {
- type = "function",
- shortdesc = "Get description of filespec.",
- arguments = {
- {type = "FileSpec", name = "filespec", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "string", optional = false, },
- },
- },
- getEmbeddedFile = {
- type = "function",
- shortdesc = "Get embedded file of filespec.",
- arguments = {
- {type = "FileSpec", name = "filespec", optional = false, },
- },
- returnvalues = {
- {type = "EmbFile", name = "embfile", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Dict = {
- incRef = {
- type = "function",
- shortdesc = "Increment reference count to Dict.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- },
- returnvalues = {
- },
- },
- decRef = {
- type = "function",
- shortdesc = "Decrement reference count to Dict.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- },
- returnvalues = {
- },
- },
- getLength = {
- type = "function",
- shortdesc = "Get Dict length.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- add = {
- type = "function",
- shortdesc = "Add Object to Dict.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- set = {
- type = "function",
- shortdesc = "Set Object in Dict.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- remove = {
- type = "function",
- shortdesc = "Remove entry from Dict.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- },
- },
- is = {
- type = "function",
- shortdesc = "Check if Dict is of given /Type.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- lookup = {
- type = "function",
- shortdesc = "Look up Dict entry.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- lookupNF = {
- type = "function",
- shortdesc = "Look up Dict entry, not resolving indirection.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- lookupInt = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getKey = {
- type = "function",
- shortdesc = "Get key from Dict by number.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getVal = {
- type = "function",
- shortdesc = "Get value from Dict by number.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getValNF = {
- type = "function",
- shortdesc = "Get value from Dict by number, not resolving indirection.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- hasKey = {
- type = "function",
- shortdesc = "Check if Dict contains /Key.",
- arguments = {
- {type = "Dict", name = "dict", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Link = {
- isOK = {
- type = "function",
- shortdesc = "Check if Link object is ok.",
- arguments = {
- {type = "Link", name = "link", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- inRect = {
- type = "function",
- shortdesc = "Check if point is inside the link rectangle.",
- arguments = {
- {type = "Link", name = "link", optional = false, },
- {type = "number", name = "number", optional = false, },
- {type = "number", name = "number", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- LinkDest = {
- isOK = {
- type = "function",
- shortdesc = "Check if LinkDest object is ok.",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getKind = {
- type = "function",
- shortdesc = "Get number of LinkDest kind.",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getKindName = {
- type = "function",
- shortdesc = "Get name of LinkDest kind.",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- isPageRef = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getPageNum = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getPageRef = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "Ref", name = "var", optional = false, },
- },
- },
- getLeft = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getBottom = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getRight = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getTop = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getZoom = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getChangeLeft = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getChangeTop = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getChangeZoom = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "LinkDest", name = "linkdest", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Links = {
- getNumLinks = {
- type = "function",
- shortdesc = "Get number of links.",
- arguments = {
- {type = "Links", name = "links", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getLink = {
- type = "function",
- shortdesc = "Get link by number.",
- arguments = {
- {type = "Links", name = "links", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Link", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Object = {
- initBool = {
- type = "function",
- shortdesc = "Initialize a Bool-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "boolean", name = "boolean", optional = false, },
- },
- returnvalues = {
- },
- },
- initInt = {
- type = "function",
- shortdesc = "Initialize an Int-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- },
- },
- initReal = {
- type = "function",
- shortdesc = "Initialize a Real-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "number", name = "number", optional = false, },
- },
- returnvalues = {
- },
- },
- initString = {
- type = "function",
- shortdesc = "Initialize a String-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- },
- },
- initName = {
- type = "function",
- shortdesc = "Initialize a Name-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- },
- },
- initNull = {
- type = "function",
- shortdesc = "Initialize a Null-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- initArray = {
- type = "function",
- shortdesc = "Initialize an Array-type object with an empty array.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- },
- },
- initDict = {
- type = "function",
- shortdesc = "Initialize a Dict-type object with an empty dictionary.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- },
- },
- initStream = {
- type = "function",
- shortdesc = "Initialize a Stream-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- },
- },
- initRef = {
- type = "function",
- shortdesc = "Initialize a Ref-type object by object number and generation.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "object number", optional = false, },
- {type = "integer", name = "object generation", optional = false, },
- },
- returnvalues = {
- },
- },
- initCmd = {
- type = "function",
- shortdesc = "Initialize a Cmd-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- },
- },
- initError = {
- type = "function",
- shortdesc = "Initialize an Error-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- initEOF = {
- type = "function",
- shortdesc = "Initialize an EOF-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- fetch = {
- type = "function",
- shortdesc = "If object is of type Ref, fetch and return the referenced object. Otherwise, return a copy of the object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getType = {
- type = "function",
- shortdesc = "Get object type as a number (enum ObjType).",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getTypeName = {
- type = "function",
- shortdesc = "Get object type name.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- isBool = {
- type = "function",
- shortdesc = "Check if object is of type Bool.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isInt = {
- type = "function",
- shortdesc = "Check if object is of type Int.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isReal = {
- type = "function",
- shortdesc = "Check if object is of type Real.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isNum = {
- type = "function",
- shortdesc = "Check if object is of type Num.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isString = {
- type = "function",
- shortdesc = "Check if object is of type String.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isName = {
- type = "function",
- shortdesc = "Check if object is of type Name.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isNull = {
- type = "function",
- shortdesc = "Check if object is of type Null.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isArray = {
- type = "function",
- shortdesc = "Check if object is of type Array.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isDict = {
- type = "function",
- shortdesc = "Check if object is of type Dict.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isStream = {
- type = "function",
- shortdesc = "Check if object is of type Stream.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isRef = {
- type = "function",
- shortdesc = "Check if object is of type Ref.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isCmd = {
- type = "function",
- shortdesc = "Check if object is of type Cmd.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isError = {
- type = "function",
- shortdesc = "Check if object is of type Error.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isEOF = {
- type = "function",
- shortdesc = "Check if object is of type EOF.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isNone = {
- type = "function",
- shortdesc = "Check if object is of type None.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getBool = {
- type = "function",
- shortdesc = "Get boolean from Bool-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getInt = {
- type = "function",
- shortdesc = "Get integer from Int-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getReal = {
- type = "function",
- shortdesc = "Get number from Real-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getNum = {
- type = "function",
- shortdesc = "Get number from Num-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getString = {
- type = "function",
- shortdesc = "Get string from String-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getName = {
- type = "function",
- shortdesc = "Get name from Name-type object as a string.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getArray = {
- type = "function",
- shortdesc = "Get Array from Array-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "Array", name = "var", optional = false, },
- },
- },
- getDict = {
- type = "function",
- shortdesc = "Get Dict from Dict-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- getStream = {
- type = "function",
- shortdesc = "Get Stream from Stream-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "Stream", name = "var", optional = false, },
- },
- },
- getRef = {
- type = "function",
- shortdesc = "Get Ref from Ref-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "Ref", name = "var", optional = false, },
- },
- },
- getRefNum = {
- type = "function",
- shortdesc = "Get object number from Ref-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getRefGen = {
- type = "function",
- shortdesc = "Get object generation from Ref-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getCmd = {
- shortdesc = "Get command from Cmd-type object as a string.",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- arrayGetLength = {
- type = "function",
- shortdesc = "Get array length from Array-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- arrayAdd = {
- type = "function",
- shortdesc = "Add Object to Array-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- arrayGet = {
- type = "function",
- shortdesc = "Get Object from Array-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- arrayGetNF = {
- type = "function",
- shortdesc = "Get Object from Array-type object, not resolving indirection.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- dictGetLength = {
- type = "function",
- shortdesc = "Get dictionary length from Dict-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- dictAdd = {
- type = "function",
- shortdesc = "Add Object to Dict-type object.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- dictSet = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- dictLookup = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- dictLookupNF = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- dictGetKey = {
- type = "function",
- shortdesc = "Get Dict key of Dict-type object by number.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- dictGetVal = {
- type = "function",
- shortdesc = "Get Dict value of Dict-type object by number.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- dictGetValNF = {
- type = "function",
- shortdesc = "Get Dict value of Dict-type object by number, not resolving indirection.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- streamIs = {
- type = "function",
- shortdesc = "Check if object contains a stream whose dictionary is of given /Type.",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- streamReset = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- },
- },
- streamGetChar = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- streamLookChar = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- streamGetPos = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- streamSetPos = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- },
- },
- streamGetDict = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Object", name = "object", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Page = {
- isOK = {
- type = "function",
- shortdesc = "Check if Page object is ok.",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getNum = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getMediaBox = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "PDFRectangle", name = "var", optional = false, },
- },
- },
- getCropBox = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "PDFRectangle", name = "var", optional = false, },
- },
- },
- isCropped = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getMediaWidth = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getMediaHeight = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getCropWidth = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getCropHeight = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getBleedBox = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "PDFRectangle", name = "var", optional = false, },
- },
- },
- getTrimBox = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "PDFRectangle", name = "var", optional = false, },
- },
- },
- getArtBox = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "PDFRectangle", name = "var", optional = false, },
- },
- },
- getRotate = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getLastModified = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getBoxColorInfo = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- getGroup = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- getMetadata = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Stream", name = "var", optional = false, },
- },
- },
- getPieceInfo = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- getSeparationInfo = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- getResourceDict = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- getAnnots = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getLinks = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- {type = "Catalog", name = "catalog", optional = false, },
- },
- returnvalues = {
- {type = "Links", name = "var", optional = false, },
- },
- },
- getContents = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Page", name = "page", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- PDFDoc = {
- isOK = {
- type = "function",
- shortdesc = "Check if PDFDoc object is ok.",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getErrorCode = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getErrorCodeName = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getFileName = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getXRef = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "XRef", name = "var", optional = false, },
- },
- },
- getCatalog = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "Catalog", name = "var", optional = false, },
- },
- },
- getPageMediaWidth = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getPageMediaHeight = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getPageCropWidth = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getPageCropHeight = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "number", name = "var", optional = false, },
- },
- },
- getNumPages = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- readMetadata = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- getStructTreeRoot = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- findPage = {
- type = "function",
- shortdesc = "Get a Page number by object number and generation.",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- {type = "integer", name = "object number", optional = false, },
- {type = "integer", name = "object generation", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getLinks = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Links", name = "var", optional = false, },
- },
- },
- findDest = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- {type = "string", name = "string", optional = false, },
- },
- returnvalues = {
- {type = "LinkDest", name = "var", optional = false, },
- },
- },
- isEncrypted = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToPrint = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToChange = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToCopy = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToAddNotes = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- isLinearized = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getDocInfo = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getDocInfoNF = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getPDFMajorVersion = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getPDFMinorVersion = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFDoc", name = "pdfdoc", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- PDFRectangle = {
- isValid = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "PDFRectangle", name = "pdfrectangle", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- Stream = {
- getKind = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getKindName = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "string", name = "var", optional = false, },
- },
- },
- reset = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- },
- },
- close = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- },
- },
- getChar = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- lookChar = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getRawChar = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getUnfilteredChar = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- unfilteredReset = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- },
- },
- getPos = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- isBinary = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getUndecodedStream = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "Stream", name = "var", optional = false, },
- },
- },
- getDict = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "Stream", name = "stream", optional = false, },
- },
- returnvalues = {
- {type = "Dict", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- XRef = {
- isOK = {
- type = "function",
- shortdesc = "Check if XRef object is ok.",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getErrorCode = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- isEncrypted = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToPrint = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToPrintHighRes = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToChange = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToCopy = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToAddNotes = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToFillForm = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToAccessibility = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- okToAssemble = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "boolean", name = "var", optional = false, },
- },
- },
- getCatalog = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- fetch = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- {type = "integer", name = "integer", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getDocInfo = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getDocInfoNF = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- getNumObjects = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getRootNum = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getRootGen = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getSize = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "integer", name = "var", optional = false, },
- },
- },
- getTrailerDict = {
- type = "function",
- shortdesc = "TODO",
- arguments = {
- {type = "XRef", name = "xref", optional = false, },
- },
- returnvalues = {
- {type = "Object", name = "var", optional = false, },
- },
- },
- },
-------------------------------------------------------------------------
- }
-}
-
-return fdata_epdf
diff --git a/Master/texmf-dist/doc/luatex/base/fdata_img.lua b/Master/texmf-dist/doc/luatex/base/fdata_img.lua
deleted file mode 100644
index 03b8259ea96..00000000000
--- a/Master/texmf-dist/doc/luatex/base/fdata_img.lua
+++ /dev/null
@@ -1,156 +0,0 @@
--- $Id: fdata_img.lua 4106 2011-04-10 12:51:54Z hhenkel $
-
-local fdata_img = {
- ["functions"] = {
- ["boxes"] = {
- ["arguments"] = {},
- ["returnvalues"] = {
- {
- ["name"] = "boxes",
- ["optional"] = false,
- ["type"] = "table",
- },
- },
- ["shortdesc"] = "Returns a list of supported image bounding box names.",
- ["type"] = "function",
- },
- ["copy"] = {
- ["arguments"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["returnvalues"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["shortdesc"] = "Copy an image.",
- ["type"] = "function",
- },
- ["immediatewrite"] = {
- ["arguments"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["returnvalues"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["shortdesc"] = "Write the image to the PDF file immediately.",
- ["type"] = "function",
- },
- ["keys"] = {
- ["arguments"] = {},
- ["returnvalues"] = {
- {
- ["name"] = "keys",
- ["optional"] = false,
- ["type"] = "table",
- },
- },
- ["shortdesc"] = "Returns a table with possible image table keys, including retrieved information.",
- ["type"] = "function",
- },
- ["new"] = {
- ["arguments"] = {
- {
- ["name"] = "var",
- ["optional"] = true,
- ["type"] = "table",
- },
- },
- ["returnvalues"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["shortdesc"] = "This function creates an \\quote {image} object. Allowed fields\
- in the table: \\aliteral{filename} (required), \\aliteral{width},\
- \\aliteral{depth}, \\aliteral{height}, \\aliteral{attr}, \\aliteral{page}, \\aliteral{pagebox}, \\aliteral{colorspace}).",
- ["type"] = "function",
- },
- ["node"] = {
- ["arguments"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["returnvalues"] = {
- {
- ["name"] = "n",
- ["optional"] = false,
- ["type"] = "node",
- },
- },
- ["shortdesc"] = "Returns the node associated with an image.",
- ["type"] = "function",
- },
- ["scan"] = {
- ["arguments"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["returnvalues"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["shortdesc"] = "Processes an image file and stores the retrieved information in the image object.",
- ["type"] = "function",
- },
- ["types"] = {
- ["arguments"] = {},
- ["returnvalues"] = {
- {
- ["name"] = "types",
- ["optional"] = false,
- ["type"] = "table",
- },
- },
- ["shortdesc"] = "Returns a list of supported image types.",
- ["type"] = "function",
- },
- ["write"] = {
- ["arguments"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["returnvalues"] = {
- {
- ["name"] = "var",
- ["optional"] = false,
- ["type"] = "image",
- },
- },
- ["shortdesc"] = "Write the image to the PDF file.",
- ["type"] = "function",
- },
- },
- ["methods"] = {
- },
-}
-
-return fdata_img
diff --git a/Master/texmf-dist/doc/luatex/base/functionref.pdf b/Master/texmf-dist/doc/luatex/base/functionref.pdf
deleted file mode 100644
index e9e4631f90d..00000000000
--- a/Master/texmf-dist/doc/luatex/base/functionref.pdf
+++ /dev/null
@@ -1,3470 +0,0 @@
-%PDF-1.6
-%ÐÔÅØ
-17 0 obj
-<</Length 33540 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<0053>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 770.201 Tm [<003B0033>5<006A006A0043004E003C>-278<0063006A>-5<001D0061>-20<006A>5<00330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<0049006E001D006A>15<0033>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 51.7952 747.6057 Tm [<00430063>-250<001D>-250<006A00770055003300630033006A006A003300610064>]TJ
-/F6 8.069684 Tf 1 0 0 1 105.8356 747.6057 Tm [<006A>15<0033>25<00750049006E001D>]TJ
-/F1 8.966376 Tf 1 0 0 1 129.2843 747.6057 Tm [<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.4733 747.6057 Tm [<0049006E001D006A>15<0033>25<0075>-278<004100410049006E001D0052004E0049>5<0077>]TJ
-/F1 8.966376 Tf 1 0 0 1 201.0643 747.6057 Tm [<001D00610033>-250<0049006E001D>-250<0043004E006A00330061>-25<005500610033006A0033006100630059>-500<0042004E>-250<0049006E001D>]TJ
-1 0 0 1 28.3464 736.3081 Tm [<0043004E006A00330061>-25<005500610033006A00330061>-250<004C005200300033002E>-250<006A00400033>-250<0049006E001D>-250<006A001D0024004900330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 142.1208 736.3081 Tm [<006A>15<0033>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 152.563 736.3081 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 157.0462 736.3081 Tm [<006A>10<00520047>20<0033004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 176.5425 736.3081 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 181.0257 736.3081 Tm [<004E005200300033>]TJ
-/F1 8.966376 Tf 1 0 0 1 198.9727 736.3081 Tm [<002E>-250<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 218.6449 736.3081 Tm [<005500300038>]TJ
-/F1 8.966376 Tf 1 0 0 1 232.1034 736.3081 Tm [<001D00610033>-250<006E004E001D>30<0071>25<001D00430049001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<0025003000430061>10<0033002C006A0049006E001D>]TJ
-/F1 8.966376 Tf 1 0 0 1 63.2461 713.7128 Tm [<0033>35<00750055001D004E00300063>-250<0043004C004C003300300043001D006A00330049>25<0077>65<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 143.0648 713.7128 Tm [<00250049001D006A>15<00330049006E001D>]TJ
-/F1 8.966376 Tf 1 0 0 1 171.202 713.7128 Tm [<00430063>-250<005500610052002C00330063006300330030>-250<0030006E0061>-20<0043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 242.8523 713.7128 Tm [<002500630040004300550052006E006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 271.1124 713.7128 Tm [<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<00250049006E001D006A>15<0033>25<00750071>20<00330061>-5<006300430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 77.6845 691.1175 Tm [<002D>]TJ
-/F7 8.966376 Tf 1 0 0 1 100.8123 691.1175 Tm [<00650034>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<00250049006E001D006A>15<0033>25<00750061>10<0033>15<00710043006300430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 79.3953 679.8198 Tm [<002D>]TJ
-/F7 8.966376 Tf 1 0 0 1 100.8123 679.8198 Tm [<006B>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<00250049006E001D006A>15<0033>25<00750030001D006A>15<00330063>5<006A001D004C>-5<0055>]TJ
-/F1 8.966376 Tf 1 0 0 1 89.3533 668.5222 Tm [<002D>]TJ
-/F7 8.966376 Tf 1 0 0 1 100.8123 668.5222 Tm [<006C007A0053003A007A006B0053007A00530053>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<001C>20<006A006A006100430024006E006A>5<00330063>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 612.034 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<001D006A006A0061>-20<00430024006E006A0033>-250<00610033003C00430063>15<006A003300610063002E>-250<0033001D002C>15<0040>-250<00520038>-250<007300400043002C>15<0040>-250<005200240033>30<0077>25<0063>-250<003C>-10<00610052006E00550043004E003C>-250<001D004E0030>-250<002C001D004E>]TJ
-1 0 0 1 28.3464 600.7363 Tm [<0040001D>30<0071>35<0033>-250<001D004E>30<0077>-250<0043004E006A0033003C>25<00330061>-250<0071>25<001D0049006E0033>-250<0052006A004000330061>-250<006A0040001D004E>-250<006A00400033>-250<004C00520063>15<006A>-250<004E0033003C>20<001D006A00430071>35<0033>-250<004E006E004C002400330061>-250<0056007300400043002C>15<0040>-250<0043004E00300043002C001D006A00330063>]TJ
-1 0 0 1 28.3464 589.4387 Tm [<006A00400033>-250<0071>25<001D0049006E0033>-250<00430063>-250<006E004E00630033006A00570059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<002B001D006A002C005200300033>-278<006A>-5<001D0024004900330063>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 532.9505 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<002C001D006A0033003C00520061>-20<0077>-250<002C005200300033>-250<006A001D0024004900330063002E>-250<0033001D002C>15<0040>-250<00520038>-250<007300400043002C>15<0040>-250<002C001D004E>-250<0040005200490030>-250<006A00400033>-250<0038006E00490049>-250<0061001D004E003C>25<0033>]TJ
-1 0 0 1 28.3464 521.6528 Tm [<00520038>-250<006D>30<004E0043002C0052003000330059>-500<002B001D006A0033003C00520061>-20<0077>-250<006A001D002400490033>-250<004C001D004E00430055006E0049001D006A00430052004E002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<00250043004E0043006A002C001D006A002C005200300033>10<006A001D002400490033>]TJ
-/F4 8.966376 Tf 1 0 0 1 88.8189 510.3552 Tm [<01C8>]TJ
-/F1 8.966376 Tf 1 0 0 1 111.4106 510.3552 Tm [<0043004E0043006A0043001D0049004300790033>-250<001D004E>-250<02140043004E0043006A0033>35<00750215>-250<006A001D002400490033>-250<0043004E>]TJ
-/F4 8.966376 Tf 1 0 0 1 212.9554 510.3552 Tm [<01C8>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<00250063001D>20<0071>20<0033002C001D006A002C005200300033>10<006A001D002400490033>]TJ
-/F4 8.966376 Tf 1 0 0 1 95.2262 499.0575 Tm [<01C8>]TJ
-/F1 8.966376 Tf 1 0 0 1 111.4106 499.0575 Tm [<0063001D>30<0071>35<0033>-213<006A00400033>-214<002C006E0061>-25<00610033004E006A>-213<002C001D006A0033003C00520061>-20<0077>-214<002C0052003000330063>-213<006A0052>-214<006A001D002400490033>]TJ
-/F4 8.966376 Tf 1 0 0 1 252.6125 499.0575 Tm [<01C8>]TJ
-/F1 8.966376 Tf 1 0 0 1 261.7454 499.0575 Tm [<003C004900520024001D00490049>25<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0025002C001D006A002C005200300033>10<006A001D002400490033>]TJ
-/F4 8.966376 Tf 1 0 0 1 78.5058 487.7599 Tm [<01C8>]TJ
-/F1 8.966376 Tf 1 0 0 1 111.4106 487.7599 Tm [<006300730043006A002C>15<0040>-250<006A0052>-250<00550061003300300033007E004E00330030>-250<006A001D002400490033>]TJ
-/F4 8.966376 Tf 1 0 0 1 205.9072 487.7599 Tm [<01C8>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0037004300490033004E001D004C00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 431.2716 Tm [<00250043004E>-5<0055006E006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 48.1252 431.2716 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 52.6084 431.2716 Tm [<0025005200550033004E0043004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 79.077 431.2716 Tm [<002E>-250<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 98.7492 431.2716 Tm [<00250038>10<0052004E006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 116.6137 431.2716 Tm [<001D002C002C00330055006A>-250<00240061001D002C00330030>-250<007E00490033>-250<004E001D004C00330063>-250<006A0052>-250<001D004900490052>35<0073>-250<0033004C002400330030003000330030>-250<00630055001D002C003300630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<0042004C001D003C>-10<00330063>-278<001D004E0030>-278<0038>10<00520061004C0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 374.7834 Tm [<00250055003000380061>10<0033003800750043004C001D003C0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 79.3935 374.7834 Tm [<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 94.5825 374.7834 Tm [<00250055003000380061>10<0033003800750038>10<00520061004C>]TJ
-/F1 8.966376 Tf 1 0 0 1 139.7145 374.7834 Tm [<001D002C002C00330055006A>-250<00520055006A00430052004E001D0049>-250<00300043004C0033004E006300430052004E>-250<0055001D0061001D004C0033006A003300610063>-250<0043004E>-250<006A00400033>]TJ
-1 0 0 1 28.3464 363.4858 Tm [<0063001D004C0033>-250<0038>40<00520061>-20<004C001D006A>-250<001D0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 84.6912 363.4858 Tm [<002500550030003800750043004C001D003C0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 124.16 363.4858 Tm [<0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 329.5928 Tm [<00540061>-5<003300490052001D003000330030>-278<0049006E001D>-278<004C00520030006E004900330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<00630049004E006E004E0043002C005200300033>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.7055 306.9975 Tm [<0040006A006A0055002D006700670049006E001D003800520061003C00330059004E0033006A006700550061005200450033002C006A0063006700630049004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0049006E001D007900430055>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.7055 295.6999 Tm [<0040006A006A0055002D00670067007300730073005900470033005500490033006100550061005200450033002C006A005900520061003C00670049006E001D0079004300550067>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0049006E001D007E0049003300630077>10<0063>5<006A>15<0033004C>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.7055 284.4023 Tm [<0040006A006A0055002D00670067007300730073005900470033005500490033006100550061005200450033002C006A005900520061003C00670049006E001D0038004300490033006300770063006A0033004C0067>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<004900550033003C>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.7055 273.1046 Tm [<0040006A006A0055002D0067006700730073007300590043004E003800590055006E002C00410061004300520059002400610067002000610052002400330061006A00520067004900550033003C00590040006A004C0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<00490079004900430024>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.7055 261.807 Tm [<0040006A006A0055002D006700670049006E001D003800520061003C00330059004E0033006A006700550061005200450033002C006A00630067004900790049004300240067>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 250.5093 Tm [<004C00300039>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.7055 250.5093 Tm [<0040006A006A0055002D0067006700730073007300590043004E003800590055006E002C00410061004300520059002400610067002000610052002400330061006A00520067004C003000390067004C00300039004100390067004C0030003900590040006A004C0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<0049006E001D00630052002C>-5<0047>20<0033>10<006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 71.7503 239.2117 Tm [<0040006A006A0055002D006700670073007300730059006A0033002C003C0061001D003800590055006E002C004100610043005200590024006100670020003000430033003C00520067005500610052003800330063006300430052004E001D004900670049006E001D00630052002C00470033006A0067>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 205.3187 Tm [<0062006A00610043004E003C>-278<0033>20<0075006A>5<0033004E006300430052004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 182.7234 Tm [<0063006A00610043004E003C00590033>20<007500550049005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 110.0359 182.7234 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 171.4258 Tm [<002300610033001D0047>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E006A0052>-250<005500430033002C003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061>-250<005500520063006300430041>]TJ
-1 0 0 1 40.3016 160.1282 Tm [<00240049>25<0077>-250<0038>40<0052004900490052>35<0073>30<00330030>-250<0024>30<0077>-250<001D>-250<00550049006E0063>-250<00630043003C004E>-250<0056003000330038>25<001D006E0049006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 168.3953 160.1282 Tm [<005E>-278<005A005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 181.0808 160.1282 Tm [<0057>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 148.8305 Tm [<0063006A00610043004E003C0059006E006A00380071>15<001D0049006E00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 124.8679 148.8305 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 137.5329 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0071>25<001D0049006E0033>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>]TJ
-/F1 6.973848 Tf 1 0 0 1 216.0515 137.5329 Tm [<006D00690037>]TJ
-/F1 8.966376 Tf 1 0 0 1 229.2251 137.5329 Tm [<00410034>-250<006A00520047>20<0033004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 126.2352 Tm [<0063006A00610043004E003C0059006E006A0038002C0040001D0061>-5<001D002C006A>5<00330061>-5<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 133.0587 126.2352 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 114.9376 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>]TJ
-/F1 6.973848 Tf 1 0 0 1 217.3248 114.9376 Tm [<006D00690037>]TJ
-/F1 8.966376 Tf 1 0 0 1 230.4983 114.9376 Tm [<00410034>-250<006A00520047>20<0033004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 103.6399 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 103.6399 Tm [<0063006A00610043004E003C0059002C0040001D0061>-5<001D002C006A>5<00330061>-5<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 122.7537 103.6399 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 92.3423 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>-250<003400410024>30<0077006A0033>-250<006A00520047>20<0033004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<0063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 81.4127 81.0446 Tm [<0063006A00610043004E003C0059002C0040001D0061>-5<001D002C006A>5<003300610055001D00430061>-5<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 161.7303 81.0446 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 69.747 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<006A0073>35<0052>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0061003300550061003300630033004E006A0043004E003C>-250<006A0073>35<0052>-250<00630043004E003C00490033>]TJ
-/F1 6.973848 Tf 1 0 0 1 239.122 69.747 Tm [<006D00690037>]TJ
-/F1 8.966376 Tf 1 0 0 1 252.2956 69.747 Tm [<00410034>-250<006A00520047>20<0033004E00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 58.4493 Tm [<0063006A00610043004E003C00590024>20<0077006A>5<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 110.4394 58.4493 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 47.1517 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<001D>-250<0071>25<001D0049006E0033>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<00630043004E003C00490033>-250<003400410024>30<0077006A0033>-250<006A00520047>20<0033004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 96.1802 35.8541 Tm [<0063006A00610043004E003C00590024>20<0077006A>5<00330055001D00430061>-5<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 156.5576 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 781.4987 Tm [<0042006A00330061001D006A00520061>-250<006A0040001D006A>-250<00610033006A006E0061>-20<004E0063>-250<006A0073>35<0052>-250<0071>25<001D0049006E00330063>-250<0061003300550061003300630033004E006A0043004E003C>-250<006A0073>35<0052>-250<00630043004E003C00490033>-250<003400410024>30<0077006A0033>-250<006A00520047>20<0033004E00630059>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 747.6057 Tm [<0051005500330061>-5<001D006A0043004E003C>-278<00630077>15<0063006A>5<0033004C>-278<0033>20<0075006A>5<0033004E006300430052004E0063>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 725.0104 Tm [<0052006300590033>20<0075>15<0033002C>]TJ
-/F6 8.069684 Tf 1 0 0 1 333.6878 725.0104 Tm [<0056006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 713.7128 Tm [<0060>25<006E004E>-250<001D004E>-250<0033>35<0075006A00330061>-20<004E001D0049>-250<002C0052004C004C001D004E0030>-250<001D004E0030>-250<0033>35<00750043006A0059>-500<006900400033>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D0061>-25<0061001D>30<0077>-250<00520038>-250<001D0061>15<003C006E004C0033004E006A0063002E>]TJ
-1 0 0 1 316.3177 702.4151 Tm [<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 376.8408 702.4151 Tm [<001D0061>5<003C00710029007A002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 403.7111 702.4151 Tm [<0043004E>-250<0043004E00300033>35<0075>-250<007A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 691.1175 Tm [<00520063005900630055001D>5<0073004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 379.0072 691.1175 Tm [<0056006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 679.8198 Tm [<0060>25<006E004E>-250<001D004E>-250<0033>35<0075006A00330061>-20<004E001D0049>-250<002C0052004C004C001D004E0030>-250<001D004E0030>-250<00610033006A006E0061>-20<004E>-250<0043006A0063>-250<0033>35<00750043006A>-250<002C0052003000330059>-500<006900400033>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D0061>-25<0061001D>30<0077>]TJ
-1 0 0 1 316.3177 668.5222 Tm [<00520038>-250<001D0061>15<003C006E004C0033004E006A0063002E>-250<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 428.254 668.5222 Tm [<001D0061>5<003C00710029007A002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 455.1243 668.5222 Tm [<0043004E>-250<0043004E00300033>35<0075>-250<007A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<00520063005900630033>5<006A>5<0033004E>20<0071>]TJ
-/F6 8.069684 Tf 1 0 0 1 341.346 657.2246 Tm [<00560063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 402.5423 657.2246 Tm [<00620033006A>-250<001D004E>-250<0033004E>30<0071004300610052004E004C0033004E006A>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 645.9269 Tm [<005200630059003C>-10<0033>5<006A006A0043004C0033005200380030001D>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 402.7159 645.9269 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 634.6293 Tm [<003B0033006A>-250<006A00400033>-250<006A0043004C0033>-250<001D0063>-250<001D>-250<007F0052001D006A0043004E003C>-250<005500520043004E006A>-250<004E006E004C002400330061>-250<0056006D>30<004E00430075>-250<0052004E0049>25<007700570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 623.3316 Tm [<005200630059006A0043004C00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 363.7958 623.3316 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 381.1254 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E>-250<005500610052002C003300630063>-250<006A0043004C003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 612.034 Tm [<005200630059006A004C>-5<0055003000430061>]TJ
-/F6 8.069684 Tf 1 0 0 1 370.0579 612.034 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 600.7363 Tm [<002B00610033001D006A0033>-250<001D>-250<006A0033004C005500520061001D0061>-20<0077>-250<0030004300610033002C006A00520061>-20<0077>-250<0043004E0063004300300033>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0030004300610033002C006A00520061>-20<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 589.4387 Tm [<005200630059006E004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 368.7264 589.4387 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 578.141 Tm [<0060>25<0033006A006E0061>-20<004E>-250<0071>25<001D0061>-20<00430052006E0063>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E>-250<0063>15<006A0061>-20<0043004E003C0063>-250<001D00240052006E006A>-250<006A00400033>-250<002C0052004C0055006E006A00330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 566.8434 Tm [<0052006300590063003300490038003000430061>]TJ
-/F6 8.069684 Tf 1 0 0 1 369.1299 566.8434 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 386.4594 566.8434 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0030004300610033002C006A00520061>-20<0077>-250<0055001D006A0040>-250<00520038>-250<001D0061>15<003C00710029007A002A0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 532.9505 Tm [<0048>5<006E001D>-278<007E00490033>-278<00630077>15<0063006A>5<0033004C>-278<0033>20<0075006A>5<0033004E006300430052004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 510.3552 Tm [<004900380063005900430063003000430061>]TJ
-/F6 8.069684 Tf 1 0 0 1 370.9778 510.3552 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 407.9974 510.3552 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<0030004300610033002C006A00520061>-20<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 499.0575 Tm [<004900380063005900430063007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 372.3255 499.0575 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 409.3451 499.0575 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 487.7599 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 487.7599 Tm [<00490038006300590063004000520061>-20<006A004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 386.3263 487.7599 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 476.4622 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0037>70<001C>55<0069>-250<004E001D004C0033>-250<00520038>-250<001D>-250<007E00490033>-250<00560072>15<0043004E00300052>35<0073>25<0063>-250<0052004E0049>25<007700570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 465.1646 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 465.1646 Tm [<00490038006300590061>-5<0033001D003000490043004E0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 375.9003 465.1646 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 453.8669 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<002C0052004E006A0033004E006A0063>-250<00520038>-250<001D>-250<00630077004C00490043004E0047>-250<0056006D>30<004E00430075>-250<0052004E0049>25<007700570059>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 419.974 Tm [<002B001D004900490024001D002C>-5<0047>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<004E006E004C002400330061>70<002E>-278<00290063>5<006A00610043004E003C002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 369.0169 397.3787 Tm [<002C001D004900490024001D002C>-5<0047>-5<00590061>-5<0033003C00430063006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 432.7916 397.3787 Tm [<00560063>5<006A00610043004E003C002E>-278<0038006E004E002C006A00430052004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 386.0811 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D>-250<002C001D004900490024001D002C>20<00470059>-500<0054>20<001D006300630043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 420.1933 386.0811 Tm [<004E00430049>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.5046 386.0811 Tm [<00610033004C0052>35<0071>35<00330063>-250<001D004E>-250<0033>35<007500430063>15<006A0043004E003C>-250<002C001D004900490024001D002C>20<00470059>-500<0060>25<0033006A006E0061>-20<004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 316.3177 374.7834 Tm [<004E00430049>]TJ
-/F1 8.966376 Tf 1 0 0 1 324.3874 374.7834 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 328.8706 374.7834 Tm [<003300610061>5<00520061>]TJ
-/F1 8.966376 Tf 1 0 0 1 348.107 374.7834 Tm [<0052004E>-250<0038>25<001D00430049006E006100330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 363.4858 Tm [<002C001D004900490024001D002C>-5<0047>-5<0059004900430063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 376.8929 363.4858 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 394.2225 363.4858 Tm [<0054006100520030006E002C0033>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<001D00490049>-250<0047004E0052>35<0073004E>-250<002C001D004900490024001D002C>20<0047>-250<004E001D004C003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 352.1881 Tm [<0038006E004E002C006A00430052004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 341.822 352.1881 Tm [<002C001D004900490024001D002C>-5<0047>-5<0059007E004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 390.7889 352.1881 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 340.8905 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<0038006E004E002C006A00430052004E>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D>-250<002C001D004900490024001D002C>20<0047002E>-250<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 533.7345 340.8905 Tm [<004E00430049>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 306.9975 Tm [<0037004300490033>-278<003000430063002C0052>25<0071>15<00330061>-25<0077>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 284.4023 Tm [<007E004E0030006F0061>-5<0033001D0030006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.7615 284.4023 Tm [<0056004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 273.1046 Tm [<0037>15<0043004E0030>-250<001D>-250<007E00490033>-250<0038>40<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 367.1302 273.1046 Tm [<00250043004E>-5<0055006E006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 389.1506 273.1046 Tm [<0056007A0057>-250<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 411.5576 273.1046 Tm [<0025005200550033004E0043004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 440.2677 273.1046 Tm [<005600400043003C004000330061>-250<0043004E006A0033003C>25<00330061006300570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 261.807 Tm [<007E004E0030006F007300610043006A>5<0033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 387.4723 261.807 Tm [<0056004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 250.5093 Tm [<0037>15<0043004E0030>-250<001D>-250<007E00490033>-250<0038>40<00520061>-250<00730061>-20<0043006A0043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<007E00490033>-250<0056007A0057>-250<00520061>-250<00730043006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 485.8629 250.5093 Tm [<0025007300610043006A>15<0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 507.262 250.5093 Tm [<005600400043003C004000330061>-250<0043004E006A0033003C>25<00330061006300570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 239.2117 Tm [<007E004E0030006F0038>10<0052004E006A006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 383.8328 239.2117 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 420.8524 239.2117 Tm [<0037>15<0043004E0030>-250<001D>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 227.914 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 227.914 Tm [<007E004E0030006F0052006E006A0055006E006A006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 393.7747 227.914 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.7943 227.914 Tm [<0037>15<0043004E0030>-250<006A00400033>-250<0052006E006A0055006E006A>-250<00560054002F0037>-250<00520061>-250<002F>70<007000420057>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 216.6164 Tm [<007E004E0030006F0038>10<00520061004C001D006A006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 393.7021 216.6164 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.7217 216.6164 Tm [<0037>15<0043004E0030>-250<006A00400033>-250<0038>40<00520061>-20<004C001D006A>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 205.3187 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 205.3187 Tm [<007E004E0030006F00710038006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 375.8519 205.3187 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 412.8715 205.3187 Tm [<0037>15<0043004E0030>-250<001D>-250<00700037>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 194.0211 Tm [<007E004E0030006F004C001D0055006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.2692 194.0211 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 422.2888 194.0211 Tm [<0037>15<0043004E0030>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 182.7234 Tm [<007E004E0030006F0033004E002C006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 382.582 182.7234 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 419.6016 182.7234 Tm [<0037>15<0043004E0030>-250<001D>-250<0038>40<0052004E006A>-250<0033004E002C005200300043004E003C>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 171.4258 Tm [<007E004E0030006F0063006E00240038>10<0052004E006A006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 398.1807 171.4258 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 435.2003 171.4258 Tm [<0037>15<0043004E0030>-250<001D>-250<0063006E00240038>40<0052004E006A>-250<00300033007E004E0043006A00430052004E>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 160.1282 Tm [<007E004E0030006F00550047006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 378.0953 160.1282 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 415.1149 160.1282 Tm [<0037>15<0043004E0030>-250<001D>-250<00540046>-250<0038>40<0052004E006A>-250<00240043006A004C001D0055>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 148.8305 Tm [<007E004E0030006F0030001D006A>-5<001D006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.3096 148.8305 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 137.5329 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0043004E>15<0055006E006A>-250<0030001D006A001D>-250<007E00490033>-250<0038>40<00520061>-250<0054002F0037>-250<001D006A006A001D002C>15<0040004C0033004E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 126.2352 Tm [<007E004E0030006F005200550033004E006A007700550033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 404.5477 126.2352 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 441.5673 126.2352 Tm [<0037>15<0043004E0030>-250<001D004E>-250<005100550033004E>55<0069>100<007700550033>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 114.9376 Tm [<007E004E0030006F006A0061006E0033>5<006A007700550033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 400.4725 114.9376 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 437.4921 114.9376 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0069>50<0061>-20<006E00330069>100<007700550033>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 103.6399 Tm [<007E004E0030006F006A0077005500330053006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 389.756 103.6399 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 426.7756 103.6399 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0069>100<0077005500330053>-250<00560054>25<00520063>15<006A0062002C0061>-20<00430055006A0057>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 92.3423 Tm [<007E004E0030006F0043004C001D003C>-10<0033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 392.08 92.3423 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 429.0996 92.3423 Tm [<0037>15<0043004E0030>-250<001D004E>-250<0043004C001D003C>25<0033>-250<007E00490033>-250<0038>40<00520061>-250<0043004E002C0049006E006300430052004E0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 58.4493 Tm [<0037004300490033>-278<0061>-5<0033001D00300043004E003C>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 35.8541 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 388.0533 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-ET
-
-endstream
-endobj
-16 0 obj
-<</Type/Page/Contents 17 0 R/Resources 15 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-15 0 obj
-<</Font<</F1 18 0 R/F5 19 0 R/F6 20 0 R/F7 21 0 R/F4 22 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-26 0 obj
-<</Length 33973 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<006C>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
-1 0 0 1 40.3016 781.4987 Tm [<005100550033004E>-250<001D>-250<007E00490033>-250<0038>40<00520061>-250<00610033001D00300043004E003C0059>-500<006900400033>-250<00610033006A006E0061>-20<004E00330030>-250<006A001D002400490033>-250<006300400052006E00490030>-250<00300033007E004E0033>-250<0047>20<0033>30<0077>-250<0038006E004E002C006A00430052004E0063>]TJ
-1 0 0 1 40.3016 770.201 Tm [<0038>40<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 52.6393 770.201 Tm [<005E0061>10<0033001D003000330061005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 83.8511 770.201 Tm [<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 99.0401 770.201 Tm [<005E002C0049005200630033005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 123.6042 770.201 Tm [<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 758.9034 Tm [<0061>-5<0033001D003000330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 81.9453 758.9034 Tm [<0056006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 747.6057 Tm [<0060>25<0033001D0030>-250<001D>-250<00490043004E0033>-250<003800610052004C>-250<001D>-250<007E00490033>-250<005200550033004E00330030>-250<00730043006A0040>-250<006A00400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 181.7731 747.6057 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 241.0109 747.6057 Tm [<002C001D004900490024001D002C>20<00470059>-500<006900400033>]TJ
-1 0 0 1 40.3016 736.3081 Tm [<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<006A00400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<003800610052004C>]TJ
-/F5 8.069684 Tf 1 0 0 1 162.6388 736.3081 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
-1 0 0 1 28.3464 725.0104 Tm [<002C0049005200630033>]TJ
-/F6 8.069684 Tf 1 0 0 1 48.9806 725.0104 Tm [<0056006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 713.7128 Tm [<002B0049005200630033>-250<001D>-250<007E00490033>-250<005200550033004E00330030>-250<00730043006A0040>-250<006A00400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 142.4107 713.7128 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 201.6485 713.7128 Tm [<002C001D004900490024001D002C>20<00470059>-500<006900400033>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>]TJ
-1 0 0 1 40.3016 702.4151 Tm [<006A00400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<003800610052004C>-250<006A00400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 131.6421 702.4151 Tm [<005200550033004E006F0061>-5<0033001D0030006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 679.8198 Tm [<0061>-5<0033001D0030006F0038>10<0052004E006A006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 175.1501 679.8198 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 668.5222 Tm [<0060>25<0033001D0030>-250<001D>-250<00690037004B>-250<004C0033006A0061>-20<0043002C0063>-250<007E004900330059>-500<0060>25<0033006A006E0061>-20<004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 161.2491 668.5222 Tm [<006A0061006E0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 175.1531 668.5222 Tm [<002E>-250<006A00400033>-250<0030001D006A001D002E>-250<001D004E0030>-250<006A00400033>-250<0030001D006A001D>-250<00490033004E003C006A0040>-250<0038>40<00520061>]TJ
-1 0 0 1 40.3016 657.2246 Tm [<0063006E002C002C003300630063002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 71.675 657.2246 Tm [<0038>10<001D004900630033>]TJ
-/F1 8.966376 Tf 1 0 0 1 90.8791 657.2246 Tm [<0052006A004000330061>-20<0073004300630033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 645.9269 Tm [<0061>-5<0033001D0030006F00710038006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 167.1692 645.9269 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 204.1888 645.9269 Tm [<0060>25<0033001D0030>-250<001D>-250<00700037>-250<004C0033006A0061>-20<0043002C0063>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 634.6293 Tm [<0061>-5<0033001D0030006F004C001D0055006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 176.5865 634.6293 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 213.6062 634.6293 Tm [<0060>25<0033001D0030>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 623.3316 Tm [<0061>-5<0033001D0030006F0033004E002C006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 173.8993 623.3316 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 612.034 Tm [<0060>25<0033001D0030>-250<001D>-250<0038>40<0052004E006A>-250<0033004E002C005200300043004E003C>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 600.7363 Tm [<0061>-5<0033001D0030006F006300380030006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 172.0998 600.7363 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 589.4387 Tm [<0060>25<0033001D0030>-250<001D>-250<0063006E00240038>40<0052004E006A>-250<00300033007E004E0043006A00430052004E>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 578.141 Tm [<0061>-5<0033001D0030006F00550047006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 169.4126 578.141 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 566.8434 Tm [<0060>25<0033001D0030>-250<001D>-250<0038>40<0052004E006A>-250<00240043006A004C001D0055>-250<00540046>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 555.5457 Tm [<0061>-5<0033001D0030006F0030001D006A>-5<001D006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 176.6269 555.5457 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 213.6465 555.5457 Tm [<0060>25<0033001D0030>-250<001D>-250<0030001D006A001D>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 544.2481 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 544.2481 Tm [<0061>-5<0033001D0030006F006A0061006E0033>5<006A007700550033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 191.7898 544.2481 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 532.9505 Tm [<0060>25<0033001D0030>-250<001D>-250<0069>50<0061>-20<006E00330069>100<007700550033>-250<0038>40<0052004E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 521.6528 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 521.6528 Tm [<0061>-5<0033001D0030006F006A0077005500330053006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 181.0733 521.6528 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 218.0929 521.6528 Tm [<0060>25<0033001D0030>-250<001D>-250<0069>100<0077005500330053>-250<0038>40<0052004E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<00240052005200490033001D004E002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 122.2776 510.3552 Tm [<0061>-5<0033001D0030006F005200550033004E006A007700550033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 195.865 510.3552 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 499.0575 Tm [<0060>25<0033001D0030>-250<001D004E>-250<005100550033004E>55<0069>100<007700550033>-250<0038>40<0052004E006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 465.1646 Tm [<0069>75<00520047>15<0033004E00430063001D006A00430052004E>-278<002C0040001D004E003C>-10<00330063>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 442.5693 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 442.5693 Tm [<005500610052002C003300630063006F0043004E>-5<0055006E006A006F0024006E007B00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 139.5467 442.5693 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 431.2716 Tm [<004B00520030004300380077>-250<006A00400033>-250<0033004E002C005200300043004E003C>-250<00520038>-250<006A00400033>-250<0043004E>15<0055006E006A>-250<0024006E007B00330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 419.974 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 419.974 Tm [<005500610052002C003300630063006F0052006E006A0055006E006A006F0024006E007B00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.8808 419.974 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 408.6764 Tm [<004B00520030004300380077>-250<006A00400033>-250<0033004E002C005200300043004E003C>-250<00520038>-250<006A00400033>-250<0052006E006A0055006E006A>-250<0024006E007B00330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 397.3787 Tm [<006A>10<00520047>15<0033004E006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 98.2945 397.3787 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 386.0811 Tm [<00510071>35<00330061>-25<0061>-20<004300300033>-250<006A00400033>-250<006A00520047>20<0033004E00430079001D006A00430052004E>-250<005500610052002C0033006300630059>-500<0060>25<0033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<00430063>-250<001D>]TJ
-/F6 8.069684 Tf 1 0 0 1 230.1916 386.0811 Tm [<006A>10<00520047>20<0033004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 251.9295 386.0811 Tm [<00520061>-250<001D004E>-250<001D0061>-25<0061001D>30<0077>-250<00520038>]TJ
-1 0 0 1 40.3016 374.7834 Tm [<006A00520047>20<0033004E0063>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 340.8905 Tm [<004D>-10<005200300033>-278<004900430063006A>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
-1 0 0 1 28.3464 318.2952 Tm [<0024006E0043004900300055001D003C>-10<0033006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 88.4737 318.2952 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 306.9975 Tm [<005400610052002C003300630063>-250<0052002400450033002C006A0063>-250<001D0063>-250<006A00400033>30<0077>-250<001D00610033>-250<001D0030003000330030>-250<006A0052>-250<006A00400033>-250<004C001D0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004900430063>15<006A0059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D00610041>]TJ
-1 0 0 1 40.3016 295.6999 Tm [<003C006E004C0033004E006A>-250<003C00430071>35<00330063>-250<00630052004C0033>-250<002C0052004E006A0033>35<0075006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0024006E0043004900300055001D003C>-10<0033006F007E0049006A>5<00330061>]TJ
-/F1 8.966376 Tf 1 0 0 1 90.7153 284.4023 Tm [<002C0052004E006A0033>35<0075006A>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<0071>15<001D0049006E0033>]TJ
-/F7 8.966376 Tf 1 0 0 1 89.9724 273.1046 Tm [<0033>20<007500550049001D004E001D006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 261.807 Tm [<001D00490043003C004E004C0033004E006A>-2873<001D>-250<00560055001D0061>-25<006A0043001D00490057>-250<001D00490043003C004E004C0033004E006A>-250<00430063>-250<002400330043004E003C>-250<001D0030003000330030>]TJ
-1 0 0 1 28.3464 250.5093 Tm [<001D0038006A00330061006F0052006E006A0055006E006A>-1985<001D004E>-250<0052006E006A0055006E006A>-250<00610052006E006A0043004E0033>-250<0040001D0063>-250<0045006E0063>15<006A>-250<007E004E00430063004000330030>]TJ
-1 0 0 1 28.3464 239.2117 Tm [<00240052>35<0075>-5408<001D>-250<006A00770055003300630033006A>-250<00240052>35<0075>-250<00430063>-250<002400330043004E003C>-250<001D0030003000330030>]TJ
-1 0 0 1 28.3464 227.914 Tm [<004E0033>30<0073006F003C>-10<0061001D0038>-3117<006A00400033>-250<00240033003C0043004E004E0043004E003C>-250<00520038>-250<001D>-250<004E0033>30<0073>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
-1 0 0 1 28.3464 216.6164 Tm [<0071004C005200300033006F0055001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.9724 216.6164 Tm [<00250055001D0061>]TJ
-/F1 8.966376 Tf 1 0 0 1 106.118 216.6164 Tm [<0073>25<001D0063>-250<0038>40<0052006E004E0030>-250<0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004C005200300033>]TJ
-1 0 0 1 28.3464 205.3187 Tm [<0040004C005200300033006F0055001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.9724 205.3187 Tm [<00250055001D0061>]TJ
-/F1 8.966376 Tf 1 0 0 1 106.118 205.3187 Tm [<0073>25<001D0063>-250<0038>40<0052006E004E0030>-250<0043004E>-250<004000520061>-20<004300790052004E006A001D0049>-250<004C005200300033>]TJ
-1 0 0 1 28.3464 194.0211 Tm [<0043004E006300330061>-25<006A>-4626<001D004E>-250<0043004E006300330061>-25<006A>-250<00430063>-250<001D0030003000330030>]TJ
-1 0 0 1 28.3464 182.7234 Tm [<00550033004E001D0049006A0077>-3929<001D>-250<00550033004E001D0049006A0077>-250<00560043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004C0052003000330057>]TJ
-1 0 0 1 28.3464 171.4258 Tm [<002400330038>40<005200610033006F00300043006300550049001D>30<0077>-1000<0043004C004C003300300043001D006A00330049>25<0077>-250<002400330038>40<005200610033>-250<001D>-250<00300043006300550049001D>30<0077>-250<0063>15<006A001D0061>-25<006A0063>]TJ
-1 0 0 1 28.3464 160.1282 Tm [<001D0038006A00330061006F00300043006300550049001D>30<0077>-1682<001D>-250<00300043006300550049001D>30<0077>-250<00430063>-250<007E004E00430063004000330030>]TJ
-1 0 0 1 28.3464 148.8305 Tm [<0033004E0030>]TJ
-/F1 6.973848 Tf 1 0 0 1 89.9724 148.8305 Tm [<0048>25<006D>65<001C>55<0069>]TJ
-1 0 0 1 106.52 147.2614 Tm [<0032>]TJ
-1 0 0 1 110.006 148.8305 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 117.2827 148.8305 Tm [<00430063>-250<006A00330061>-20<004C0043004E001D006A0043004E003C>-250<00560043006A005F0063>-250<001D00490049>-250<0052>35<0071>35<003300610057>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.4929 126.2352 Tm [<00550061>-5<0033006F00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 129.9841 126.2352 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 114.9376 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<00490043004E0033002400610033001D00470043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D0061>15<003C006E004C0033004E006A>-250<003C00430071>35<00330063>]TJ
-1 0 0 1 40.3016 103.6399 Tm [<00630052004C0033>-250<002C0052004E006A0033>35<0075006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<00550061>-5<0033006F00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
-/F1 8.966376 Tf 1 0 0 1 105.0793 92.3423 Tm [<002C0052004E006A0033>35<0075006A>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<0071>15<001D0049006E0033>]TJ
-/F7 8.966376 Tf 1 0 0 1 89.1654 81.0446 Tm [<0033>20<007500550049001D004E001D006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 69.747 Tm [<004A0033004C0055006A0077003E>-3155<004C001D0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004900430063>15<006A>]TJ
-1 0 0 1 28.3464 58.4493 Tm [<004000240052>35<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.1654 58.4493 Tm [<0025004000240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 110.9437 58.4493 Tm [<0043004E>-250<004000520061>-20<004300790052004E006A001D0049>-250<004C005200300033>]TJ
-1 0 0 1 28.3464 47.1517 Tm [<001D00300045006E0063>15<006A00330030006F004000240052>35<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.1654 47.1517 Tm [<0025004000240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 110.9437 47.1517 Tm [<0043004E>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004C005200300033>]TJ
-1 0 0 1 28.3464 35.8541 Tm [<007100240052>35<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.1654 35.8541 Tm [<0025007100240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 781.4987 Tm [<0071006A00520055>]TJ
-/F6 8.069684 Tf 1 0 0 1 365.1815 781.4987 Tm [<00250071006A>10<00520055>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 770.201 Tm [<001D00490043003C004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 365.1815 770.201 Tm [<00250040001D00490043003C004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 391.1964 770.201 Tm [<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 400.907 770.201 Tm [<00250071>20<001D00490043003C004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 758.9034 Tm [<003000430063002C>-5172<003000430063002C00610033006A00430052004E001D0061>-20<004300330063>]TJ
-1 0 0 1 304.3626 747.6057 Tm [<0043004E006300330061>-25<006A>-4536<0055001D002C>20<0047001D003C0043004E003C>-250<001D004E>-250<0043004E006300330061>-25<006A>]TJ
-1 0 0 1 304.3626 736.3081 Tm [<0071>35<002C0033004E006A00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 365.1815 736.3081 Tm [<00250071>15<002C0033004E006A>15<00330061>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 725.0104 Tm [<00490052002C001D0049006F00240052>35<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 365.1815 725.0104 Tm [<002500490052002C001D0049004900330038>-25<006A00240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 410.0311 725.0104 Tm [<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 419.7416 725.0104 Tm [<002500490052002C001D004900610043003C0040006A00240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 713.7128 Tm [<0063005500490043006A006F0052007B>-3460<006A00520055>-250<00520038>-250<001D>]TJ
-/F6 8.069684 Tf 1 0 0 1 394.8154 713.7128 Tm [<00250071>10<0063005500490043006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 702.4151 Tm [<0063005500490043006A006F0047>20<003300330055>-2692<00610033004C001D0043004E003000330061>-250<00520038>-250<001D>]TJ
-/F6 8.069684 Tf 1 0 0 1 419.7061 702.4151 Tm [<00250071>10<0063005500490043006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 691.1175 Tm [<001D00490043003C004E006F00630033006A>-3172<001D00490043003C004E004C0033004E006A>-250<002C003300490049>]TJ
-1 0 0 1 304.3626 679.8198 Tm [<007E004E006F00610052>35<0073>-3707<001D00490043003C004E004C0033004E006A>-250<00610052>35<0073>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 657.2246 Tm [<00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 388.9167 657.2246 Tm [<0056004E005200300033002E>-278<00240052005200490033001D004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 645.9269 Tm [<00510071>35<00330061>-25<0061>-20<004300300033>-250<006A00400033>-250<00490043004E0033002400610033001D00470043004E003C>-250<001D0049003C00520061>-20<0043006A0040004C0059>-500<006900400033>-250<00240052005200490033001D004E>-250<00430063>]TJ
-/F6 8.069684 Tf 1 0 0 1 507.5885 645.9269 Tm [<006A0061006E0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 523.7341 645.9269 Tm [<00430038>-250<006A004000430063>-250<00430063>-250<001D>-250<00550061003300410030004300630041>]TJ
-1 0 0 1 316.3177 634.6293 Tm [<00550049001D>30<0077>-250<002400610033001D00470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 623.3316 Tm [<005500520063006A006F00490043004E003300240061>-5<0033001D0047006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 410.4386 623.3316 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 612.034 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<001D0038>35<00330061>-250<00490043004E0033002400610033001D00470043004E003C>-250<0040001D0063>-250<006A001D0047>20<0033004E>-250<00550049001D002C00330059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D0061>15<003C006E004C0033004E006A>]TJ
-1 0 0 1 316.3177 600.7363 Tm [<003C00430071>35<00330063>-250<00630052004C0033>-250<002C0052004E006A0033>35<0075006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 589.4387 Tm [<00400055001D002C>-5<0047006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 376.8041 589.4387 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 578.141 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<004000520061>-20<004300790052004E006A001D0049>-250<0055001D002C>20<00470043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006900400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>]TJ
-1 0 0 1 316.3177 566.8434 Tm [<003C00430071>35<00330063>-250<00630052004C0033>-250<002C0052004E006A0033>35<0075006A002E>-250<006A00400033>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0063004300790033002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>]TJ
-1 0 0 1 316.3177 555.5457 Tm [<00330043006A004000330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 338.9758 555.5457 Tm [<005E0033>25<0075>15<001D002C006A005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 365.9106 555.5457 Tm [<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 375.6212 555.5457 Tm [<005E001D003000300043006A00430052004E001D0049005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 418.1305 555.5457 Tm [<0056004C005200300043007E00330063>-250<006A00400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C0057002E>-250<006A00400033>-250<006A0040004300610030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>]TJ
-1 0 0 1 316.3177 544.2481 Tm [<006A00400033>-250<0030003300630043006100330030>-250<0030004300610033002C006A00430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 532.9505 Tm [<00710055001D002C>-5<0047006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 376.3603 532.9505 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 521.6528 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<0055001D002C>20<00470043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006900400033>-250<00630033002C0052004E0030>-250<004E006E004C0041>]TJ
-1 0 0 1 316.3177 510.3552 Tm [<002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<004C001D0075>-250<003000330055006A00400059>-500<006200330033>]TJ
-/F5 8.069684 Tf 1 0 0 1 439.0854 510.3552 Tm [<00400055001D002C>-5<0047006F007E0049006A>5<00330061>]TJ
-/F1 8.966376 Tf 1 0 0 1 486.6221 510.3552 Tm [<0038>40<00520061>-250<006A00400033>-250<001D0061>15<003C006E004C0033004E006A00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 499.0575 Tm [<00550061>-5<0033006F0052006E006A0055006E006A006F007E0049006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 395.6226 499.0575 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 487.7599 Tm [<001C0049006A00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<002400330038>40<005200610033>-250<00240052>35<00750043004E003C>-250<006A0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 436.79 487.7599 Tm [<00250052006E006A0055006E006A00240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 476.5153 487.7599 Tm [<006A001D0047>20<00330063>-250<00550049001D002C00330059>-500<006200330033>]TJ
-/F5 8.069684 Tf 1 0 0 1 537.8364 487.7599 Tm [<00710055001D002C>-5<0047006F007E00490041>]TJ
-1 0 0 1 316.3177 476.4622 Tm [<006A>5<00330061>]TJ
-/F1 8.966376 Tf 1 0 0 1 328.8321 476.4622 Tm [<0038>40<00520061>-250<006A00400033>-250<001D0061>15<003C006E004C0033004E006A00630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 465.1646 Tm [<0040>20<0077005500400033004E001D006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 344.5173 465.1646 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 402.2276 465.1646 Tm [<001C005500550049>25<0077>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<00490043003C>-5<001D006A006E00610043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 341.1684 453.8669 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 398.8787 453.8669 Tm [<001C005500550049>25<0077>-250<00490043003C>20<001D006A006E0061>-20<0043004E003C>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<0047>15<00330061004E0043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 333.3892 442.5693 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 391.0995 442.5693 Tm [<001C005500550049>25<0077>-250<0047>20<00330061>-20<004E0043004E003C>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 431.2716 Tm [<004C004900430063006A006F006A>10<0052006F0040004900430063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 383.4455 431.2716 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<00240052005200490033001D004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 419.974 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004C001D006A0040>-250<004E005200300033>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<004000520061>-20<004300790052004E006A001D0049>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 386.0811 Tm [<0037>15<0052004E006A>-278<00300033007E004E0043006A00430052004E>-278<002C001D004900490024001D002C>-5<0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 339.4818 363.4858 Tm [<00300033007E004E0033006F0038>10<0052004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 382.8887 363.4858 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<002F0033007E004E0033>-250<001D>-250<0038>40<0052004E006A>-250<003800610052004C>-250<00730043006A00400043004E>-250<0049006E001D>-250<002C0052003000330059>-500<006900400033>-250<001D0061>15<003C006E004C0033004E006A0063>-250<001D00610033>-250<006A00400033>-250<006E006300330061>45<00410063006E005500550049004300330030>]TJ
-1 0 0 1 316.3177 340.8905 Tm [<0043004E0038>40<00520061>-20<004C001D006A00430052004E002E>-250<00730043006A0040>-250<004E0033003C>20<001D006A00430071>35<0033>-250<004E006E004C0024003300610063>-250<0043004E00300043002C001D006A0043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 484.5001 340.8905 Tm [<0063002C001D004900330030>]TJ
-/F1 8.966376 Tf 1 0 0 1 507.8215 340.8905 Tm [<002E>-250<0055005200630043006A00430071>35<0033>-250<004E006E004C0024003300610063>]TJ
-/F6 8.069684 Tf 1 0 0 1 316.3177 329.5928 Tm [<001D006A>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 295.6999 Tm [<00320071>15<0033004E006A>-278<002C001D004900490024001D002C>-5<0047>10<0063>]TJ
-1 0 0 1 304.3626 273.1046 Tm [<00550061>-5<0033006F0030006E004C>-5<0055>]TJ
-/F6 8.069684 Tf 1 0 0 1 343.4521 273.1046 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 360.7817 273.1046 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<0038>40<00520061>-20<004C001D006A>-250<0030006E004C00550043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<0063006A>10<00520055006F0061006E004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 338.804 261.807 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 356.1336 261.807 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<0033004E0030>-250<00520038>-250<006A00400033>-250<006A00770055003300630033006A006A0043004E003C>-250<0061>-20<006E004E0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 250.5093 Tm [<0063006A>-5<001D0061>-20<006A006F0061006E004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 339.5383 250.5093 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 356.8679 250.5093 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0063>15<006A001D0061>-25<006A>-250<00520038>-250<006A00400033>-250<006A00770055003300630033006A006A0043004E003C>-250<0061>-20<006E004E0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<0063006A>-5<001D0061>-20<006A006F0055001D003C>-10<0033006F004E006E004C002400330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 379.5317 239.2117 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 227.914 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0063>15<006A001D0061>-25<006A>-250<00520038>-250<006A00770055003300630033006A>-250<0055001D003C>25<0033>-250<004E006E004C002400330061>-250<004C003300630063001D003C>25<0033>-250<00610033005500520061>-25<006A0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0063006A>10<00520055006F0055001D003C>-10<0033006F004E006E004C002400330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 378.7973 216.6164 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 205.3187 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<001D006A>-250<006A00400033>-250<0033004E0030>-250<00520038>-250<006A00770055003300630033006A>-250<0055001D003C>25<0033>-250<004E006E004C002400330061>-250<004C003300630063001D003C>25<0033>-250<00610033005500520061>-25<006A0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<006300400052>10<0073006F00330061006100520061006F0040005200520047>]TJ
-/F6 8.069684 Tf 1 0 0 1 371.9946 194.0211 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 389.3242 194.0211 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E>-250<001D006A>-250<00330061>-25<006100520061>-250<00610033005500520061>-25<006A0043004E003C>-250<006A0043004C00330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<007E004E004300630040006F00550030007C00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 354.3946 182.7234 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 371.7242 182.7234 Tm [<0060>25<006E004E>-250<001D002C006A00430052004E0063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<0054002F0037>-250<002C0049005200630043004E003C>-250<006A001D0047>20<00330063>-250<00550049001D002C00330059>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 148.8305 Tm [<0032005500300038>-278<006A>-5<001D002400490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 126.2352 Tm [<004100410041>-250<001C00490049>-250<002C0052004E0063>15<006A0061>-20<006E002C006A005200610063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<0054002F0037002F0052002C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 344.0493 114.9376 Tm [<00330055003000380059005200550033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 382.6062 114.9376 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 103.6399 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D>-250<0054002F0037002F0052002C>-250<0052002400450033002C006A>-250<0024>30<0077>-250<005200550033004E0043004E003C>-250<001D>-250<0054002F0037>-250<00300052002C006E004C0033004E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<001C004E004E0052>10<006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 334.5674 92.3423 Tm [<00330055003000380059001C004E004E0052>10<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 377.0704 92.3423 Tm [<005600740060>10<00330038002E>-278<002F0043002C006A002E>-278<002B001D006A001D00490052003C002E>-278<0060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 81.0446 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<001C004E004E0052006A>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<001C004E004E0052>10<006A0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.6023 69.747 Tm [<00330055003000380059001C004E004E0052>10<006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.592 69.747 Tm [<005600740060>10<00330038002E>-278<002B001D006A001D00490052003C002E>-278<0051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 58.4493 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<001C004E004E0052006A0063>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 47.1517 Tm [<001C00610061>5<001D>25<0077>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 332.5984 47.1517 Tm [<00330055003000380059001C00610061>-5<001D>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 372.8742 47.1517 Tm [<005600740060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 408.062 47.1517 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<001C0061>-25<0061001D>30<0077>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 327.458 35.8541 Tm [<00330055003000380059002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 361.9801 35.8541 Tm [<005600740060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 397.1679 35.8541 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D>-250<002F0043002C006A>-250<0052002400450033002C006A0059>]TJ
-ET
-
-endstream
-endobj
-25 0 obj
-<</Type/Page/Contents 26 0 R/Resources 24 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-24 0 obj
-<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R/F7 21 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-29 0 obj
-<</Length 47468 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<006B>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 781.4987 Tm [<003300550030003800590051002400450033002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 105.2586 781.4987 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 122.5882 781.4987 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D004E>-250<0051002400450033002C006A>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 770.201 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 89.9343 770.201 Tm [<003300550030003800590054002F003700600033002C006A>-5<001D004E003C00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 163.9575 770.201 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 758.9034 Tm [<002B0052004E0063>15<006A0061>-20<006E002C006A>-250<001D>-250<0054002F00370060>25<0033002C006A001D004E003C00490033>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 28.3464 747.6057 Tm [<004100410041>-250<001C004E004E0052006A>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 736.3081 Tm [<001C004E004E0052>10<006A>25<002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 110.8025 736.3081 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 128.1321 736.3081 Tm [<002B00400033002C>20<0047>-250<00430038>-250<001C004E004E0052006A>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 725.0104 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 725.0104 Tm [<001C004E004E0052>10<006A>25<002D003C>-10<0033>5<006A001C005500550033001D0061>-5<001D004E002C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.9534 725.0104 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 162.283 725.0104 Tm [<003B0033006A>-250<001C005500550033001D0061001D004E002C0033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<001C004E004E0052>10<006A002300520061003000330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 82.7684 713.7128 Tm [<001C004E004E0052>10<006A>25<002D003C>-10<0033>5<006A002300520061003000330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 147.0757 713.7128 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 164.4053 713.7128 Tm [<003B0033006A>-250<001C004E004E0052006A002300520061003000330061>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 702.4151 Tm [<001C004E004E0052>10<006A>25<002D004C001D006A002C0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 115.7331 702.4151 Tm [<00560060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 691.1175 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E>-250<004C001D006A002C>15<004000330063>-250<0060>25<003300380059>]TJ
-1 0 0 1 28.3464 679.8198 Tm [<004100410041>-250<001C004E004E0052006A0023005200610030003300610062>20<006A0077>30<00490033>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 668.5222 Tm [<001C004E004E0052>10<006A0023005200610030003300610062006A0077>5<00490033002D003C>-10<0033>5<006A007200430030006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 171.0669 668.5222 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 188.3964 668.5222 Tm [<003B0033006A>-250<002400520061003000330061>-250<007300430030006A00400059>]TJ
-1 0 0 1 28.3464 657.2246 Tm [<004100410041>-250<001C004E004E0052006A0063>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 645.9269 Tm [<001C004E004E0052>10<006A0063002D003C>-10<0033>5<006A004D>-10<006E004C001C004E004E0052>10<006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 150.3601 645.9269 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 167.6896 645.9269 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<001C004E004E0052006A0063>-250<0052002400450033002C006A00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<001C004E004E0052>10<006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 58.5513 634.6293 Tm [<001C004E004E0052>10<006A0063002D003C>-10<0033>5<006A001C004E004E0052>10<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 124.3192 634.6293 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 166.1968 634.6293 Tm [<003B0033006A>-250<001C004E004E0052006A>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 28.3464 623.3316 Tm [<004100410041>-250<001C0061>-25<0061001D>30<0077>-250<004C0033006A0040005200300063002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<001C00610061>-5<001D>15<0077>30<002D0043004E002C006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 76.4498 612.034 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 93.7794 612.034 Tm [<0042004E002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<001C00610061>-5<001D>15<0077>30<002D00300033002C006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 78.6932 600.7363 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 96.0228 600.7363 Tm [<002F0033002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 589.4387 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A00480033004E003C006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 124.5774 589.4387 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 141.907 589.4387 Tm [<003B0033006A>-250<001C0061>-25<0061001D>30<0077>-250<00490033004E003C006A00400059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<001C00610061>-5<001D>15<0077>30<002D001D00300030>]TJ
-/F6 8.069684 Tf 1 0 0 1 66.1368 578.141 Tm [<00560051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 106.7877 578.141 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 566.8434 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 96.4546 566.8434 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 138.3321 566.8434 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 555.5457 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 107.2115 555.5457 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>65<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 532.9505 Tm [<001C00610061>-5<001D>15<0077>30<002D003C>-10<0033>5<006A0062006A00610043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 116.1365 532.9505 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 158.0141 532.9505 Tm [<003B0033006A>-250<0062>20<006A0061>-20<0043004E003C>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
-1 0 0 1 28.3464 521.6528 Tm [<004100410041>-250<002B001D006A001D00490052003C>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 510.3552 Tm [<002B001D006A>-5<001D00490052003C002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 117.4115 510.3552 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 134.7411 510.3552 Tm [<002B00400033002C>20<0047>-250<00430038>-250<002B001D006A001D00490052003C>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 499.0575 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A004D>-10<006E004C0054>5<001D003C>-10<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 148.383 499.0575 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 165.7126 499.0575 Tm [<003B0033006A>-250<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<0055001D003C>25<003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0054>30<001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 56.1465 487.7599 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 119.9374 487.7599 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 161.8149 487.7599 Tm [<003B0033006A>-250<0054>20<001D003C>25<00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0060>10<00330038>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 50.0216 476.4622 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 126.8127 476.4622 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 465.1646 Tm [<003B0033006A>-250<006A00400033>-250<006100330038>35<003300610033004E002C0033>-250<006A0052>-250<001D>-250<0054>20<001D003C>25<0033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 453.8669 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0023001D00630033006D00600042>]TJ
-/F6 8.069684 Tf 1 0 0 1 134.8824 453.8669 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 152.212 453.8669 Tm [<003B0033006A>-250<0024001D00630033>-250<006D00600042002E>-250<00430038>-250<001D004E>30<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 442.5693 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 442.5693 Tm [<002B001D006A>-5<001D00490052003C002D0061>-5<0033001D0030004B0033>5<006A>-5<001D0030001D006A>-5<001D>]TJ
-/F6 8.069684 Tf 1 0 0 1 141.6529 442.5693 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 431.2716 Tm [<003B0033006A>-250<006A00400033>-250<002C0052004E006A0033004E006A0063>-250<00520038>-250<006A00400033>-250<004B0033006A001D0030001D006A001D>-250<0063>15<006A00610033001D004C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 419.974 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 419.974 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0062006A0061006E002C006A0069>70<0061>-5<003300330060>5<00520052>10<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 163.4168 419.974 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 408.6764 Tm [<003B0033006A>-250<006A00400033>-250<0063>15<006A0061>-20<006E002C006A006E00610033>-250<006A006100330033>-250<006100520052006A>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 397.3787 Tm [<002B001D006A>-5<001D00490052003C002D007E004E00300054>5<001D003C>-10<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 128.5316 397.3787 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 386.0811 Tm [<003B0033006A>-250<001D>-250<0054>20<001D003C>25<0033>-250<004E006E004C002400330061>-250<0024>30<0077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 374.7834 Tm [<00480043004E0047002F00330063>5<006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 68.8966 374.7834 Tm [<002B001D006A>-5<001D00490052003C002D007E004E0030002F00330063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 133.4944 374.7834 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 170.514 374.7834 Tm [<0037>15<0043004E0030>-250<001D>-250<004E001D004C00330030>-250<003000330063>15<006A0043004E001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 363.4858 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 363.4858 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A002F00330063006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 127.305 363.4858 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 144.6345 363.4858 Tm [<003B0033006A>-250<003000330063>15<006A0043004E001D006A00430052004E0063>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 352.1881 Tm [<002B001D006A>-5<001D00490052003C002D004E006E004C0032004C00240033003000300033003000370043004900330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 171.0911 352.1881 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 340.8905 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<0033004C002400330030003000330030>-250<007E0049003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 329.5928 Tm [<0037004300490033006200550033002C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 68.937 329.5928 Tm [<002B001D006A>-5<001D00490052003C002D0033004C0024003300300030003300300037004300490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 155.5166 329.5928 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 318.2952 Tm [<003B0033006A>-250<007E00490033>-250<006300550033002C>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 306.9975 Tm [<002B001D006A>-5<001D00490052003C002D004E006E004C00440062>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.3173 306.9975 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 138.6469 306.9975 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<0045001D>30<0071>25<001D0063002C0061>-20<00430055006A>-250<0063002C0061>-20<00430055006A00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 295.6999 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A00440062>]TJ
-/F6 8.069684 Tf 1 0 0 1 111.5691 295.6999 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 153.4467 295.6999 Tm [<003B0033006A>-250<0045001D>30<0071>25<001D0063002C0061>-20<00430055006A>-250<0063002C0061>-20<00430055006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 284.4023 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A0051006E006A00490043004E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 133.1313 284.4023 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 150.4609 284.4023 Tm [<003B0033006A>-250<0051006E006A00490043004E0033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 273.1046 Tm [<002B001D006A>-5<001D00490052003C002D003C>-10<0033>5<006A001C>15<002C006100520037>15<00520061004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 143.6461 273.1046 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 160.9757 273.1046 Tm [<003B0033006A>-250<001C>30<002C006100520037>20<00520061>-20<004C>-250<0052002400450033002C006A0059>]TJ
-1 0 0 1 28.3464 261.807 Tm [<004100410041>-250<0032004C00240037>15<004300490033>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 250.5093 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 250.5093 Tm [<0032004C00240037004300490033002D004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 112.3922 250.5093 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 129.7218 250.5093 Tm [<003B0033006A>-250<004E001D004C0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 239.2117 Tm [<0032004C00240037004300490033002D003000330063002C006100430055>5<006A00430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 134.7694 239.2117 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 152.099 239.2117 Tm [<003B0033006A>-250<003000330063002C0061>-20<00430055006A00430052004E>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 227.914 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 227.914 Tm [<0032004C00240037004300490033002D0063004300790033>]TJ
-/F6 8.069684 Tf 1 0 0 1 111.4239 227.914 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 128.7534 227.914 Tm [<003B0033006A>-250<0063004300790033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 216.6164 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 216.6164 Tm [<0032004C00240037004300490033002D004C00520030002F001D006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 125.796 216.6164 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 143.1255 216.6164 Tm [<003B0033006A>-250<004C005200300043007E002C001D006A00430052004E>-250<0030001D006A0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 205.3187 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 205.3187 Tm [<0032004C00240037004300490033002D002C0061>-5<0033001D006A>5<0033002F001D006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 132.5341 205.3187 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 149.8637 205.3187 Tm [<003B0033006A>-250<002C00610033001D006A00430052004E>-250<0030001D006A0033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 194.0211 Tm [<0032004C00240037004300490033002D002C00400033002C>-5<0047>10<0063006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 130.7427 194.0211 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 148.0722 194.0211 Tm [<003B0033006A>-250<002C>15<00400033002C>20<00470063006E004C>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 182.7234 Tm [<0032004C00240037004300490033002D004C0043004C00330069>80<007700550033>]TJ
-/F6 8.069684 Tf 1 0 0 1 130.5813 182.7234 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 147.9108 182.7234 Tm [<003B0033006A>-250<004C0043004C0033>-250<006A007700550033>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 171.4258 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 171.4258 Tm [<0032004C00240037004300490033002D0063006A0061>-5<0033001D004C0051002400450033002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 146.5592 171.4258 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 160.1282 Tm [<003B0033006A>-250<0063>15<006A00610033001D004C>-250<0052002400450033002C006A>-250<00520038>-250<0033004C002400330030003000330030>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 148.8305 Tm [<0032004C00240037004300490033002D0043006300510047>]TJ
-/F6 8.069684 Tf 1 0 0 1 117.8312 148.8305 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 135.1607 148.8305 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0033004C002400330030003000330030>-250<007E00490033>-250<00430063>-250<005200470059>]TJ
-1 0 0 1 28.3464 137.5329 Tm [<004100410041>-250<002F0043002C006A>-250<004C0033006A0040005200300063002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<002F0043002C006A>25<002D0043004E002C006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 70.7365 126.2352 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 88.0661 126.2352 Tm [<0042004E002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 114.9376 Tm [<002F0043002C006A>25<002D00300033002C006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 72.9799 114.9376 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 90.3095 114.9376 Tm [<002F0033002C00610033004C0033004E006A>-250<006100330038>35<003300610033004E002C0033>-250<002C0052006E004E006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 103.6399 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 103.6399 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A00480033004E003C006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 118.8641 103.6399 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 136.1937 103.6399 Tm [<003B0033006A>-250<002F0043002C006A>-250<00490033004E003C006A00400059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<002F0043002C006A>25<002D001D00300030>]TJ
-/F6 8.069684 Tf 1 0 0 1 60.4235 92.3423 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 125.2512 92.3423 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<002F0043002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<002F0043002C006A>25<002D00630033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 57.6959 81.0446 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 122.5236 81.0446 Tm [<00620033006A>-250<0051002400450033002C006A>-250<0043004E>-250<002F0043002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 69.747 Tm [<002F0043002C006A>25<002D0061>-5<0033004C0052>25<0071>15<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 74.497 69.747 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 111.5166 69.747 Tm [<0060>25<0033004C0052>35<0071>35<0033>-250<0033004E006A0061>-20<0077>-250<003800610052004C>-250<002F0043002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 58.4493 Tm [<002F0043002C006A>25<002D00430063>]TJ
-/F6 8.069684 Tf 1 0 0 1 90.717 58.4493 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 127.7367 58.4493 Tm [<002B00400033002C>20<0047>-250<00430038>-250<002F0043002C006A>-250<00430063>-250<00520038>-250<003C00430071>35<0033004E>-250<00670069>100<0077005500330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 47.1517 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 47.1517 Tm [<002F0043002C006A>25<002D0049005200520047006E0055>]TJ
-/F6 8.069684 Tf 1 0 0 1 105.0488 47.1517 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 142.0684 47.1517 Tm [<0048005200520047>-250<006E0055>-250<002F0043002C006A>-250<0033004E006A0061>-20<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 35.8541 Tm [<002F0043002C006A>25<002D0049005200520047006E0055004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 115.8057 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 781.4987 Tm [<0048005200520047>-250<006E0055>-250<002F0043002C006A>-250<0033004E006A0061>-20<0077>65<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 770.201 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 770.201 Tm [<002F0043002C006A>25<002D0049005200520047006E00550042004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 392.1527 770.201 Tm [<00560063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 453.3491 770.201 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 758.9034 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A0046>25<0033>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 377.6031 758.9034 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 419.4806 758.9034 Tm [<003B0033006A>-250<0047>20<0033>30<0077>-250<003800610052004C>-250<002F0043002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 747.6057 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 747.6057 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A0070>45<001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 378.5069 747.6057 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 420.3844 747.6057 Tm [<003B0033006A>-250<0071>25<001D0049006E0033>-250<003800610052004C>-250<002F0043002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 736.3081 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 736.3081 Tm [<002F0043002C006A>25<002D003C>-10<0033>5<006A0070>45<001D0049004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 389.2637 736.3081 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 725.0104 Tm [<003B0033006A>-250<0071>25<001D0049006E0033>-250<003800610052004C>-250<002F0043002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>40<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-1 0 0 1 304.3626 713.7128 Tm [<004100410041>-250<00480043004E0047>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 702.4151 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 702.4151 Tm [<00480043004E0047002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 380.3871 702.4151 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 397.7166 702.4151 Tm [<002B00400033002C>20<0047>-250<00430038>-250<00480043004E0047>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 691.1175 Tm [<00480043004E0047002D0043004E00600033002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 386.2134 691.1175 Tm [<0056004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 679.8198 Tm [<002B00400033002C>20<0047>-250<00430038>-250<005500520043004E006A>-250<00430063>-250<0043004E0063004300300033>-250<006A00400033>-250<00490043004E0047>-250<00610033002C006A001D004E003C004900330059>]TJ
-1 0 0 1 304.3626 668.5222 Tm [<004100410041>-250<00480043004E0047002F00330063>15<006A>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 657.2246 Tm [<00480043004E0047002F00330063006A>25<002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 397.6723 657.2246 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 415.0019 657.2246 Tm [<002B00400033002C>20<0047>-250<00430038>-250<00480043004E0047002F00330063>15<006A>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 645.9269 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00460043004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 404.7495 645.9269 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 422.079 645.9269 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<00480043004E0047002F00330063>15<006A>-250<00470043004E00300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 634.6293 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00460043004E0030004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 421.9863 634.6293 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 439.3159 634.6293 Tm [<003B0033006A>-250<004E001D004C0033>-250<00520038>-250<00480043004E0047002F00330063>15<006A>-250<00470043004E00300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 623.3316 Tm [<00480043004E0047002F00330063006A>25<002D004300630054>5<001D003C>-10<0033006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 417.895 623.3316 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 435.2246 623.3316 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 612.034 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033004D>-10<006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 424.157 612.034 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 441.4866 612.034 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 600.7363 Tm [<0060>10<00330038>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 326.0377 600.7363 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 407.0735 600.7363 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 424.4031 600.7363 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 589.4387 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A004800330038>-20<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 404.58 589.4387 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 421.9096 589.4387 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 578.141 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 578.141 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00230052>10<006A006A>10<0052004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 417.7013 578.141 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 435.0309 578.141 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 566.8434 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A00600043003C0040006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 410.2449 566.8434 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 427.5745 566.8434 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 555.5457 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 555.5457 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A0069>75<00520055>]TJ
-/F6 8.069684 Tf 1 0 0 1 403.8134 555.5457 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 421.143 555.5457 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 544.2481 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A007800520052004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 411.5925 544.2481 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 428.9221 544.2481 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 532.9505 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A002B0040001D004E003C>-10<0033004800330038>-20<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 435.6079 532.9505 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 452.9375 532.9505 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 521.6528 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A002B0040001D004E003C>-10<00330069>75<00520055>]TJ
-/F6 8.069684 Tf 1 0 0 1 434.8413 521.6528 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 452.1709 521.6528 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 510.3552 Tm [<00480043004E0047002F00330063006A>25<002D003C>-10<0033>5<006A002B0040001D004E003C>-10<0033007800520052004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 442.6205 510.3552 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 459.9501 510.3552 Tm [<00690051002F0051>]TJ
-1 0 0 1 304.3626 499.0575 Tm [<004100410041>-250<00480043004E00470063>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 487.7599 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 487.7599 Tm [<00480043004E0047>10<0063002D003C>-10<0033>5<006A004D>-10<006E004C00480043004E0047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 412.9483 487.7599 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.2778 487.7599 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<00520038>-250<00490043004E004700630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 476.4622 Tm [<00480043004E0047>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 328.3618 476.4622 Tm [<00480043004E0047>10<0063002D003C>-10<0033>5<006A00480043004E0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 380.7825 476.4622 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 422.6601 476.4622 Tm [<003B0033006A>-250<00490043004E0047>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
-1 0 0 1 304.3626 465.1646 Tm [<004100410041>-250<0051002400450033002C006A>-250<004C0033006A0040005200300063002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0023005200520049>]TJ
-/F6 8.069684 Tf 1 0 0 1 361.9963 453.8669 Tm [<005600240052005200490033001D004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 408.0378 453.8669 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00230052005200490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0042004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 353.9266 442.5693 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 395.8042 442.5693 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<0042004E006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<0051002400450033002C006A>25<002D0043004E0043006A00600033001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 361.1086 431.2716 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 405.7944 431.2716 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0060>25<0033001D00490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 419.974 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0062006A00610043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 367.3788 419.974 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 404.3984 419.974 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0062>20<006A0061>-20<0043004E003C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 408.6764 Tm [<0051002400450033002C006A>25<002D0043004E0043006A004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 366.1602 408.6764 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 403.1798 408.6764 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<004D>25<001D004C00330041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<0051002400450033002C006A>25<002D0043004E0043006A004D>-10<006E00490049>]TJ
-/F6 8.069684 Tf 1 0 0 1 359.3898 397.3787 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 376.7193 397.3787 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<004D>25<006E004900490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 386.0811 Tm [<0051002400450033002C006A>25<002D0043004E0043006A001C00610061>-5<001D>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 365.0628 386.0811 Tm [<005600740060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 374.7834 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A>-250<00730043006A0040>-250<001D004E>-250<0033004C0055006A0077>-250<001D0061>-25<0061001D>30<0077>75<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<0051002400450033002C006A>25<002D0043004E0043006A002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 359.3091 363.4858 Tm [<005600740060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<00730043006A0040>-250<001D004E>-250<0033004C0055006A0077>-250<00300043002C006A00430052004E001D0061>-20<0077>75<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 340.8905 Tm [<0051002400450033002C006A>25<002D0043004E0043006A0062006A0061>-5<0033001D004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 371.462 340.8905 Tm [<00560062>5<006A0061>10<0033001D004C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 414.6791 340.8905 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0062>20<006A00610033001D004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 329.5928 Tm [<0051002400450033002C006A>25<002D0043004E0043006A006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 357.0657 329.5928 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 318.2952 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 306.9975 Tm [<0051002400450033002C006A>25<002D0043004E0043006A002B004C0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 361.9963 306.9975 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 399.0159 306.9975 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<002B004C00300041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 295.6999 Tm [<0051002400450033002C006A>25<002D0043004E0043006A00320061006100520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 363.7958 295.6999 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 381.1254 295.6999 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<00320061>-25<006100520061>45<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0051002400450033002C006A>25<002D0043004E0043006A003200510037>]TJ
-/F6 8.069684 Tf 1 0 0 1 360.6567 284.4023 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 377.9863 284.4023 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D004E>-250<0032005100370041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 273.1046 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 273.1046 Tm [<0051002400450033002C006A>25<002D0038>5<0033>5<006A002C0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 383.6795 273.1046 Tm [<005600740060>10<003300380057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 261.807 Tm [<00420038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060>25<00330038002E>-250<0038>35<0033006A002C>15<0040>-250<001D004E0030>-250<00610033006A006E0061>-20<004E>-250<006A00400033>-250<006100330038>35<003300610033004E002C00330030>-250<0052002400450033002C006A0059>-500<0051006A004000330061>-20<0073004300630033002E>]TJ
-1 0 0 1 316.3177 250.5093 Tm [<00610033006A006E0061>-20<004E>-250<001D>-250<002C00520055>30<0077>-250<00520038>-250<006A00400033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 239.2117 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0069>80<007700550033>]TJ
-/F6 8.069684 Tf 1 0 0 1 396.0423 239.2117 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 227.914 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<006A007700550033>-250<001D0063>-250<001D>-250<004E006E004C002400330061>-250<00560033004E006E004C>-250<0051002400450069>100<00770055003300570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 216.6164 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0069>80<007700550033004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 413.2791 216.6164 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.6087 216.6164 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<006A007700550033>-250<004E001D004C00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 205.3187 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 205.3187 Tm [<0051002400450033002C006A>25<002D004300630023005200520049>]TJ
-/F6 8.069684 Tf 1 0 0 1 394.5332 205.3187 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 411.8628 205.3187 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<00230052005200490059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 194.0211 Tm [<0051002400450033002C006A>25<002D004300630042004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 386.4636 194.0211 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 403.7931 194.0211 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0042004E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 182.7234 Tm [<0051002400450033002C006A>25<002D0043006300600033001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 393.6456 182.7234 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 410.9752 182.7234 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060>25<0033001D00490059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 171.4258 Tm [<0051002400450033002C006A>25<002D00430063004D>-10<006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 394.6139 171.4258 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 411.9435 171.4258 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>25<006E004C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 160.1282 Tm [<0051002400450033002C006A>25<002D004300630062006A00610043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.9157 160.1282 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.2453 160.1282 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0062>20<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 148.8305 Tm [<0051002400450033002C006A>25<002D00430063004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 398.6972 148.8305 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 416.0268 148.8305 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>25<001D004C00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 137.5329 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 137.5329 Tm [<0051002400450033002C006A>25<002D00430063004D>-10<006E00490049>]TJ
-/F6 8.069684 Tf 1 0 0 1 391.9267 137.5329 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 409.2563 137.5329 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>25<006E004900490059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 126.2352 Tm [<0051002400450033002C006A>25<002D00430063001C00610061>-5<001D>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 397.5997 126.2352 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 414.9293 126.2352 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<001C0061>-25<0061001D>30<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 114.9376 Tm [<0051002400450033002C006A>25<002D00430063002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 391.846 114.9376 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 409.1756 114.9376 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<002F0043002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 103.6399 Tm [<0051002400450033002C006A>25<002D004300630062006A0061>-5<0033001D004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 403.999 103.6399 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 421.3286 103.6399 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0062>20<006A00610033001D004C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 92.3423 Tm [<0051002400450033002C006A>25<002D00430063006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 389.6027 92.3423 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 406.9322 92.3423 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<0060>25<003300380059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 81.0446 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 81.0446 Tm [<0051002400450033002C006A>25<002D00430063002B004C0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 394.5332 81.0446 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 411.8628 81.0446 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<002B004C00300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 69.747 Tm [<0051002400450033002C006A>25<002D0043006300320061006100520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 396.3328 69.747 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 413.6624 69.747 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<00320061>-25<006100520061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 58.4493 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 58.4493 Tm [<0051002400450033002C006A>25<002D00430063003200510037>]TJ
-/F6 8.069684 Tf 1 0 0 1 393.1937 58.4493 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 410.5233 58.4493 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<003200510037>60<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 47.1517 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 47.1517 Tm [<0051002400450033002C006A>25<002D00430063004D>-10<0052004E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 396.8573 47.1517 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 414.1869 47.1517 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<00430063>-250<00520038>-250<006A007700550033>-250<004D>20<0052004E00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 35.8541 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0023005200520049>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.948 35.8541 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.2776 35.8541 Tm [<003B0033006A>-250<00240052005200490033001D004E>-250<003800610052004C>-250<00230052005200490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-ET
-
-endstream
-endobj
-28 0 obj
-<</Type/Page/Contents 29 0 R/Resources 27 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-27 0 obj
-<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-32 0 obj
-<</Length 44569 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<003A>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 781.4987 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0042004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 111.6982 781.4987 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 129.0278 781.4987 Tm [<003B0033006A>-250<0043004E006A0033003C>25<00330061>-250<003800610052004C>-250<0042004E006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 770.201 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 770.201 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A00600033001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.6885 770.201 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 139.0181 770.201 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<0060>25<0033001D00490041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 758.9034 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A004D>-10<006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 122.6568 758.9034 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 139.9864 758.9034 Tm [<003B0033006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<004D>25<006E004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 747.6057 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0062006A00610043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 120.2924 747.6057 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 137.622 747.6057 Tm [<003B0033006A>-250<0063>15<006A0061>-20<0043004E003C>-250<003800610052004C>-250<0062>20<006A0061>-20<0043004E003C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 736.3081 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 119.0739 736.3081 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 725.0104 Tm [<003B0033006A>-250<004E001D004C0033>-250<003800610052004C>-250<004D>25<001D004C00330041006A007700550033>-250<0052002400450033002C006A>-250<001D0063>-250<001D>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<001C00610061>5<001D>25<0077>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 56.5823 713.7128 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A001C00610061>-5<001D>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 117.3228 713.7128 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 134.6524 713.7128 Tm [<003B0033006A>-250<001C0061>-25<0061001D>30<0077>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 702.4151 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 106.4287 702.4151 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 123.7583 702.4151 Tm [<003B0033006A>-250<002F0043002C006A>-250<003800610052004C>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<0062>5<006A0061>10<0033001D004C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 63.4334 691.1175 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A0062006A0061>-5<0033001D004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 130.5732 691.1175 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 147.9028 691.1175 Tm [<003B0033006A>-250<0062>20<006A00610033001D004C>-250<003800610052004C>-250<0062>20<006A00610033001D004C0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<0060>10<00330038>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 50.0216 679.8198 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 102.7651 679.8198 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 120.0947 679.8198 Tm [<003B0033006A>-250<0060>25<00330038>-250<003800610052004C>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 668.5222 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A006000330038004D>-10<006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 132.8489 668.5222 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 657.2246 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<003800610052004C>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 645.9269 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A006000330038003B0033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 130.5329 645.9269 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 634.6293 Tm [<003B0033006A>-250<0052002400450033002C006A>-250<003C>25<0033004E00330061001D006A00430052004E>-250<003800610052004C>-250<0060>25<003300380041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 623.3316 Tm [<0051002400450033002C006A>25<002D003C>-10<0033>5<006A002B004C0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.91 623.3316 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 132.2395 623.3316 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 612.034 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077003B0033>5<006A00480033004E003C006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 149.658 612.034 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 600.7363 Tm [<003B0033006A>-250<001D0061>-25<0061001D>30<0077>-250<00490033004E003C006A0040>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077001C>15<00300030>]TJ
-/F6 8.069684 Tf 1 0 0 1 91.169 589.4387 Tm [<00560051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 131.8199 589.4387 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 578.141 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077003B0033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.5352 578.141 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 163.4127 578.141 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 566.8434 Tm [<0051002400450033002C006A>25<002D001D00610061>-5<001D>15<0077003B0033>5<006A004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 132.2921 566.8434 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 555.5457 Tm [<003B0033006A>-250<0051002400450033002C006A>-250<003800610052004C>-250<001C0061>-25<0061001D>30<0077>25<0041006A007700550033>-250<0052002400450033002C006A002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 544.2481 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 544.2481 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A00480033004E003C006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.3482 544.2481 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 532.9505 Tm [<003B0033006A>-250<00300043002C006A00430052004E001D0061>-20<0077>-250<00490033004E003C006A0040>-250<003800610052004C>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 521.6528 Tm [<0051002400450033002C006A>25<002D00300043002C006A001C>15<00300030>]TJ
-/F6 8.069684 Tf 1 0 0 1 85.8591 521.6528 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 150.6868 521.6528 Tm [<001C>30<00300030>-250<0051002400450033002C006A>-250<006A0052>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<0051002400450033002C006A>25<002D00300043002C006A00620033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 82.8088 510.3552 Tm [<00560063>5<006A00610043004E003C002E>-278<0051002400450033002C006A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 147.6365 510.3552 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 499.0575 Tm [<0051002400450033002C006A>25<002D00300043002C006A0048005200520047006E0055>]TJ
-/F6 8.069684 Tf 1 0 0 1 131.9531 499.0575 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 168.9727 499.0575 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 487.7599 Tm [<0051002400450033002C006A>25<002D00300043002C006A0048005200520047006E0055004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 142.71 487.7599 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 179.7296 487.7599 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 476.4622 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A0046>25<0033>15<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 127.071 476.4622 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 465.1646 Tm [<003B0033006A>-250<002F0043002C006A>-250<0047>20<0033>30<0077>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 453.8669 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A0070>45<001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 127.9748 453.8669 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 442.5693 Tm [<003B0033006A>-250<002F0043002C006A>-250<0071>25<001D0049006E0033>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 431.2716 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 431.2716 Tm [<0051002400450033002C006A>25<002D00300043002C006A003B0033>5<006A0070>45<001D0049004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 138.7317 431.2716 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 419.974 Tm [<003B0033006A>-250<002F0043002C006A>-250<0071>25<001D0049006E0033>-250<00520038>-250<002F0043002C006A0041006A007700550033>-250<0052002400450033002C006A>-250<0024>30<0077>-250<004E006E004C002400330061>40<002E>-250<004E0052006A>-250<00610033006300520049>30<00710043004E003C>-250<0043004E0030004300610033002C006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 408.6764 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 408.6764 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C00420063>]TJ
-/F6 8.069684 Tf 1 0 0 1 127.0871 408.6764 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 397.3787 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0052002400450033002C006A>-250<002C0052004E006A001D0043004E0063>-250<001D>-250<0063>15<006A00610033001D004C>-250<00730040005200630033>-250<00300043002C006A00430052004E001D0061>-20<0077>-250<00430063>-250<00520038>-250<003C00430071>35<0033004E>-250<00670069>100<0077005500330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C0060003300630033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 104.379 386.0811 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 121.7086 386.0811 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 374.7834 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 374.7834 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C003B0033>5<006A002B0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 147.9876 374.7834 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 165.3172 374.7834 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 363.4858 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 363.4858 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C0048005200520047002B0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 153.8543 363.4858 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 171.1838 363.4858 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 352.1881 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C003B0033>5<006A0054>15<00520063>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.2836 352.1881 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 161.6132 352.1881 Tm [<00690051002F0051>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 340.8905 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C00620033>5<006A0054>15<00520063>]TJ
-/F6 8.069684 Tf 1 0 0 1 109.6405 340.8905 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 151.518 340.8905 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 329.5928 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 329.5928 Tm [<0051002400450033002C006A>25<002D0063006A0061>-5<0033001D004C003B0033>5<006A002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 134.1965 329.5928 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 151.5261 329.5928 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 318.2952 Tm [<004100410041>-250<0054>20<001D003C>25<0033>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 306.9975 Tm [<0054>5<001D003C>-10<0033002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 107.1066 306.9975 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 124.4361 306.9975 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0054>20<001D003C>25<0033>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.0939 295.6999 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004D>-10<006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.2644 295.6999 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 131.5939 295.6999 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 89.9343 284.4023 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B003300300043001D00230052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 162.0046 284.4023 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 179.3342 284.4023 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 273.1046 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 89.9343 273.1046 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B00610052005500230052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 157.9617 273.1046 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 175.2913 273.1046 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 261.807 Tm [<0054>5<001D003C>-10<0033002D00430063002B006100520055005500330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 128.1765 261.807 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 145.5061 261.807 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 250.5093 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 250.5093 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B003300300043001D007200430030006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.3401 250.5093 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 161.6696 250.5093 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 239.2117 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B003300300043001D003F00330043003C0040006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 147.0353 239.2117 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 164.3649 239.2117 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 227.914 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 227.914 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B006100520055007200430030006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 140.2972 227.914 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 157.6267 227.914 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 216.6164 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 216.6164 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B006100520055003F00330043003C0040006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 142.9924 216.6164 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 160.322 216.6164 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 205.3187 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 89.9343 205.3187 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0023004900330033003000230052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 161.1089 205.3187 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 178.4385 205.3187 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 89.9343 194.0211 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0069>70<00610043004C00230052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 156.0573 194.0211 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 173.3869 194.0211 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<0054002F00370060>10<0033002C006A001D004E003C00490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 89.9343 182.7234 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A001C0061>-20<006A00230052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 150.9492 182.7234 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 168.2787 182.7234 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 171.4258 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 171.4258 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0060>5<0052>10<006A>-5<001D006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 124.0448 171.4258 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 141.3744 171.4258 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 160.1282 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 160.1282 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0048001D0063006A004B005200300043007E00330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 141.1606 160.1282 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 158.4902 160.1282 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 148.8305 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A00230052>25<0075002B00520049005200610042004E0038>10<0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 136.4237 148.8305 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 153.7533 148.8305 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 137.5329 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 137.5329 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A003B00610052006E0055>]TJ
-/F6 8.069684 Tf 1 0 0 1 109.8099 137.5329 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 127.1395 137.5329 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<0062>5<006A0061>10<0033001D004C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 63.4334 126.2352 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A004B0033>5<006A>-5<001D0030001D006A>-5<001D>]TJ
-/F6 8.069684 Tf 1 0 0 1 132.6068 126.2352 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 149.9363 126.2352 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 114.9376 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 114.9376 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A005400430033002C00330042004E0038>10<0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.398 114.9376 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 138.7275 114.9376 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 103.6399 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 103.6399 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A006200330055001D0061>-5<001D006A00430052004E0042004E0038>10<0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 142.0564 103.6399 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 159.3859 103.6399 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 51.4419 92.3423 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A0060003300630052006E0061002C0033002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 137.618 92.3423 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 154.9476 92.3423 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 81.0446 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 81.0446 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A001C004E004E0052>10<006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 122.7375 81.0446 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 140.0671 81.0446 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 69.747 Tm [<00480043004E0047>5<0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 56.3402 69.747 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A00480043004E0047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 111.4965 69.747 Tm [<0056002B001D006A001D00490052003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 156.6342 69.747 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 60.8673 58.4493 Tm [<0054>5<001D003C>-10<0033002D003C>-10<0033>5<006A002B0052004E006A>5<0033004E006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 129.9518 58.4493 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 147.2814 58.4493 Tm [<00690051002F0051>]TJ
-1 0 0 1 28.3464 47.1517 Tm [<004100410041>-250<0054002F0037002F0052002C>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 35.8541 Tm [<0054002F0037002F0052002C002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 119.1627 35.8541 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 136.4922 35.8541 Tm [<002B00400033002C>20<0047>-250<00430038>-250<0054002F0037002F0052002C>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 781.4987 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 781.4987 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A00320061006100520061002B005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 424.2297 781.4987 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 441.5592 781.4987 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 770.201 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 770.201 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A00320061006100520061002B005200300033004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 441.4665 770.201 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 458.7961 770.201 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 758.9034 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0037004300490033004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 415.466 758.9034 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 432.7956 758.9034 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 747.6057 Tm [<00740060>10<00330038>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.4202 747.6057 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0074006000330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 396.018 747.6057 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 413.3476 747.6057 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 736.3081 Tm [<002B001D006A001D00490052003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 341.3701 736.3081 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A002B001D006A>-5<001D00490052003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 417.2171 736.3081 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 434.5467 736.3081 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 725.0104 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 725.0104 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033004B003300300043001D007200430030006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 451.7392 725.0104 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 469.0688 725.0104 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 713.7128 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 713.7128 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033004B003300300043001D003F00330043003C0040006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 454.4345 713.7128 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 471.7641 713.7128 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 702.4151 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 702.4151 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033002B006100520055007200430030006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 447.6963 702.4151 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 465.0259 702.4151 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 691.1175 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054>5<001D003C>-10<0033002B006100520055003F00330043003C0040006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 450.3916 691.1175 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 467.7211 691.1175 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 679.8198 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 679.8198 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A004D>-10<006E004C0054>5<001D003C>-10<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 426.1502 679.8198 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 443.4798 679.8198 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 668.5222 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 668.5222 Tm [<0054002F0037002F0052002C002D0061>-5<0033001D0030004B0033>5<006A>-5<001D0030001D006A>-5<001D>]TJ
-/F6 8.069684 Tf 1 0 0 1 419.4201 668.5222 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 436.7497 668.5222 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 657.2246 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0062006A0061006E002C006A0069>70<0061>-5<003300330060>5<00520052>10<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 441.1841 657.2246 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 458.5137 657.2246 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 645.9269 Tm [<0054002F0037002F0052002C002D007E004E00300054>5<001D003C>-10<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 406.2988 645.9269 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 634.6293 Tm [<003B0033006A>-250<001D>-250<0054>20<001D003C>25<0033>-250<004E006E004C002400330061>-250<0024>30<0077>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<001D004E0030>-250<003C>25<0033004E00330061001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 623.3316 Tm [<00480043004E0047>5<0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 332.3563 623.3316 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A00480043004E0047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.5687 623.3316 Tm [<00560043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 441.4463 623.3316 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<00480043004E0047002F00330063>5<006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 344.9127 612.034 Tm [<0054002F0037002F0052002C002D007E004E0030002F00330063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 411.2617 612.034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 448.2813 612.034 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 600.7363 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 600.7363 Tm [<0054002F0037002F0052002C002D004300630032004E002C0061>-25<00770055>5<006A>5<00330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 422.6561 600.7363 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 439.9856 600.7363 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 589.4387 Tm [<0054002F0037002F0052002C002D005200470069>75<0052005400610043004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 413.4002 589.4387 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.7297 589.4387 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 578.141 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 578.141 Tm [<0054002F0037002F0052002C002D005200470069>75<0052002B0040001D004E003C>-10<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 424.6896 578.141 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 442.0192 578.141 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 566.8434 Tm [<0054002F0037002F0052002C002D005200470069>75<0052002B00520055>20<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 415.0302 566.8434 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 432.3598 566.8434 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 555.5457 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 555.5457 Tm [<0054002F0037002F0052002C002D005200470069>75<0052001C>15<00300030004D>-10<0052>10<006A>5<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 432.9611 555.5457 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 450.2907 555.5457 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 544.2481 Tm [<0054002F0037002F0052002C002D0043006300480043004E0033001D00610043007900330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 422.9869 544.2481 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 440.3165 544.2481 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 532.9505 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 413.0531 532.9505 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 430.3827 532.9505 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 521.6528 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 423.81 521.6528 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 441.1396 521.6528 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 510.3552 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054002F0037004B001D0045005200610070>45<00330061>-5<006300430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 451.2631 510.3552 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 468.5927 510.3552 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 499.0575 Tm [<0054002F0037002F0052002C002D003C>-10<0033>5<006A0054002F0037004B0043004E005200610070>45<00330061>-5<006300430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 451.7069 499.0575 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 469.0365 499.0575 Tm [<00690051002F0051>]TJ
-1 0 0 1 304.3626 487.7599 Tm [<004100410041>-250<0054002F00370060>25<0033002C006A001D004E003C00490033>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 476.4622 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 476.4622 Tm [<0054002F003700600033002C006A>-5<001D004E003C00490033002D004300630070>45<001D004900430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 425.3594 476.4622 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 442.689 476.4622 Tm [<00690051002F0051>]TJ
-1 0 0 1 304.3626 465.1646 Tm [<004100410041>-250<0062>20<006A00610033001D004C>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 453.8669 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A00460043004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 398.2695 453.8669 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 415.5991 453.8669 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 442.5693 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A00460043004E0030004D>-15<001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 415.5063 442.5693 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 432.8359 442.5693 Tm [<00690051002F0051>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<0062006A0061>-5<0033001D004C002D0061>-5<003300630033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 353.7329 431.2716 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 371.0625 431.2716 Tm [<00690051002F0051>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 419.974 Tm [<0062006A0061>-5<0033001D004C002D002C0049005200630033>]TJ
-/F6 8.069684 Tf 1 0 0 1 355.0805 419.974 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 372.4101 419.974 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 408.6764 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 408.6764 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A002B0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 398.7214 408.6764 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 416.051 408.6764 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 397.3787 Tm [<0062006A0061>-5<0033001D004C002D0049005200520047002B0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 403.1678 397.3787 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 420.4974 397.3787 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 386.0811 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 386.0811 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A0060001D>5<0073002B0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 415.2723 386.0811 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 432.6019 386.0811 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 374.7834 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 374.7834 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A006D>-5<004E007E0049006A>5<00330061>-5<00330030002B0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 436.423 374.7834 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 453.7525 374.7834 Tm [<00690051002F0051>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<0062006A0061>-5<0033001D004C002D006E004E007E0049006A>5<00330061>-5<003300300060003300630033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 393.1452 363.4858 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 410.4748 363.4858 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 352.1881 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 352.1881 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A0054>15<00520063>]TJ
-/F6 8.069684 Tf 1 0 0 1 395.0174 352.1881 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 412.347 352.1881 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 340.8905 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 340.8905 Tm [<0062006A0061>-5<0033001D004C002D0043006300230043004E001D0061>-25<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 404.4024 340.8905 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 421.732 340.8905 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 329.5928 Tm [<0062>5<006A0061>10<0033001D004C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 339.4496 329.5928 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A006D>-5<004E00300033002C00520030003300300062006A0061>-5<0033001D004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 453.0546 329.5928 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 470.3841 329.5928 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 318.2952 Tm [<002F0043002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 327.458 318.2952 Tm [<0062006A0061>-5<0033001D004C002D003C>-10<0033>5<006A002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 384.9303 318.2952 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 402.2599 318.2952 Tm [<00690051002F0051>]TJ
-1 0 0 1 304.3626 306.9975 Tm [<004100410041>-250<00740060>25<00330038>-250<004C0033006A0040005200300063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 295.6999 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 295.6999 Tm [<0074006000330038002D0043006300510046>]TJ
-/F6 8.069684 Tf 1 0 0 1 382.1785 295.6999 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 399.5081 295.6999 Tm [<002B00400033002C>20<0047>-250<00430038>-250<00740060>25<00330038>-250<0052002400450033002C006A>-250<00430063>-250<005200470059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 284.4023 Tm [<0074006000330038002D003C>-10<0033>5<006A00320061006100520061002B005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 411.2294 284.4023 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 428.559 284.4023 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 273.1046 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 273.1046 Tm [<0074006000330038002D004300630032004E002C0061>-25<00770055>5<006A>5<00330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 409.6558 273.1046 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 426.9854 273.1046 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 261.807 Tm [<0074006000330038002D005200470069>75<0052005400610043004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 400.3999 261.807 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.7295 261.807 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 250.5093 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 250.5093 Tm [<0074006000330038002D005200470069>75<0052005400610043004E006A003F0043003C0040006000330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 433.1305 250.5093 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 450.4601 250.5093 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 239.2117 Tm [<0074006000330038002D005200470069>75<0052002B0040001D004E003C>-10<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 411.6894 239.2117 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 429.019 239.2117 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 227.914 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 227.914 Tm [<0074006000330038002D005200470069>75<0052002B00520055>20<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 402.03 227.914 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 419.3596 227.914 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 216.6164 Tm [<0074006000330038002D005200470069>75<0052001C>15<00300030004D>-10<0052>10<006A>5<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 419.9608 216.6164 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 437.2904 216.6164 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 205.3187 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 205.3187 Tm [<0074006000330038002D005200470069>75<005200370043004900490037>15<00520061004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 413.731 205.3187 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 431.0606 205.3187 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 194.0211 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 194.0211 Tm [<0074006000330038002D005200470069>75<0052001C>15<002C002C00330063006300430024004300490043006A0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 431.2342 194.0211 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 448.5638 194.0211 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 182.7234 Tm [<0074006000330038002D005200470069>75<0052001C006300630033004C002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 420.1383 182.7234 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 437.4679 182.7234 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 171.4258 Tm [<0074006000330038002D003C>-10<0033>5<006A002B001D006A>-5<001D00490052003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.7301 171.4258 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.0597 171.4258 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 160.1282 Tm [<0074006000330038002D0038>5<0033>5<006A002C0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 377.1511 160.1282 Tm [<00560043004E006A>15<0033003C00330061>70<002E>-278<0043004E006A>15<0033003C003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 447.4986 160.1282 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 148.8305 Tm [<0074006000330038002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 400.0529 148.8305 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.3825 148.8305 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 137.5329 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 137.5329 Tm [<0074006000330038002D003C>-10<0033>5<006A002F0052002C0042004E0038>10<0052004D0037>]TJ
-/F6 8.069684 Tf 1 0 0 1 410.8098 137.5329 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 428.1394 137.5329 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 126.2352 Tm [<0074006000330038002D003C>-10<0033>5<006A004D>-10<006E004C0051002400450033002C006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 418.9359 126.2352 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 436.2655 126.2352 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 114.9376 Tm [<0074006000330038002D003C>-10<0033>5<006A0060>5<00520052>10<006A004D>-10<006E004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 407.59 114.9376 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 424.9196 114.9376 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 103.6399 Tm [<0074006000330038002D003C>-10<0033>5<006A0060>5<00520052>10<006A003B0033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 405.274 103.6399 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 422.6036 103.6399 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<0043004E006A>15<0033003C00330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 338.11 92.3423 Tm [<0074006000330038002D003C>-10<0033>5<006A0062004300790033>]TJ
-/F6 8.069684 Tf 1 0 0 1 387.4723 92.3423 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 404.8018 92.3423 Tm [<00690051002F0051>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 81.0446 Tm [<0051002400450033002C006A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 336.8834 81.0446 Tm [<0074006000330038002D003C>-10<0033>5<006A0069>70<0061>-5<001D0043004900330061002F0043002C006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 409.4864 81.0446 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 426.8159 81.0446 Tm [<00690051002F0051>]TJ
-ET
-
-endstream
-endobj
-31 0 obj
-<</Type/Page/Contents 32 0 R/Resources 30 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-30 0 obj
-<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-35 0 obj
-<</Length 38080 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<0039>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 770.201 Tm [<0037>15<0052004E006A>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 63.4657 747.6057 Tm [<0038>10<0052004E006A00590061>-5<0033001D0030006F006A0038004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.9826 747.6057 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 736.3081 Tm [<0054>20<001D006100630033>-250<001D>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<007E00490033002E>-250<001D006A>-250<006A00400033>-250<0063004300790033>-250<0043004E00300043002C001D006A00330030>-250<0024>30<0077>-250<006A00400033>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 725.0104 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 63.4657 725.0104 Tm [<0038>10<0052004E006A00590061>-5<0033001D0030006F00710038>]TJ
-/F6 8.069684 Tf 1 0 0 1 109.6082 725.0104 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 713.7128 Tm [<0054>20<001D006100630033>-250<001D>-250<007100430061>-25<006A006E001D0049>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<007E00490033002E>-250<001D006A>-250<006A00400033>-250<0063004300790033>-250<0043004E00300043002C001D006A00330030>-250<0024>30<0077>-250<006A00400033>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<004C0033>10<006A00610043002C0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 63.4657 702.4151 Tm [<0038>10<0052004E006A0059003C>-10<0033>5<006A0038>10<0052004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 108.1637 702.4151 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 152.8495 702.4151 Tm [<0037>20<0033006A002C>15<0040>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<00430030>-250<001D0063>-250<001D>-250<0049006E001D>-250<006A001D0024004900330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<0038>10<0052004E006A005900630033>5<006A0038>10<0052004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 72.5199 691.1175 Tm [<0056004E006E004C002400330061>70<002E>-278<004C0033>10<006A00610043002C00630057>]TJ
-/F1 8.966376 Tf 1 0 0 1 147.0474 691.1175 Tm [<00620033006A>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<00430030>-250<003800610052004C>-250<001D>-250<0049006E001D>-250<006A001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 679.8198 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 679.8198 Tm [<0038>10<0052004E006A005900380061005200790033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 107.8651 679.8198 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 668.5222 Tm [<0069>50<0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0038>40<0052004E006A>-250<00430063>-250<00380061005200790033004E>-250<001D004E0030>-250<002C001D004E>-250<004E0052>-250<00490052004E003C>25<00330061>-250<00240033>-250<001D0049006A00330061003300300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 657.2246 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 657.2246 Tm [<0038>10<0052004E006A005900300033007E004E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 106.0656 657.2246 Tm [<0056004C0033>10<006A00610043002C00630057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 645.9269 Tm [<005400610052002C003300630063>-250<001D>-250<0038>40<0052004E006A>-250<004C0033006A0061>-20<0043002C0063>-250<006A001D002400490033>-250<001D004E0030>-250<0063>15<006A0052006100330063>-250<0043006A>-250<0043004E>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<006A001D002400490033002E>-250<00610033006A006E0061>-20<004E0041>]TJ
-1 0 0 1 40.3016 634.6293 Tm [<0043004E003C>-250<0043006A0063>-250<0043004E006A00330061>-20<004E001D0049>-250<004300300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 623.3316 Tm [<0038>10<0052004E006A0059004E0033>20<0075006A00430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 105.9042 623.3316 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 123.2338 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004E0033>35<0075006A>-250<0038006100330033>-250<0038>40<0052004E006A>-250<00430030>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 612.034 Tm [<0038>10<0052004E006A005900430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.4743 612.034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 600.7363 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0038>40<0052004E006A>-250<00430030>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>-250<001D002C002C00330063006300330030>-250<0024>30<0077>-250<006A00400033>-250<002C0063004E001D004C0033>-250<003C00430071>35<0033004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 69.3889 589.4387 Tm [<0038>10<0052004E006A0059002C006E00610061>-5<0033004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.6275 589.4387 Tm [<00560029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 163.8001 589.4387 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D002C006A00430071>35<0033>-250<0038>40<0052004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 578.141 Tm [<0038>10<0052004E006A0059004C001D0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 98.4478 578.141 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 115.7774 578.141 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<00400043003C004000330063>15<006A>-250<006E006300330030>-250<0038>40<0052004E006A>-250<00430030>-250<001D006A>-250<006A004000430063>-250<004C0052004C0033004E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<004E006E004C002400330061>70<002E>-278<004C0033>10<006A00610043002C0063>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 94.7438 566.8434 Tm [<0038>10<0052004E006A00590033001D002C0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 130.5329 566.8434 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 147.8624 566.8434 Tm [<0042006A00330061001D006A0033>-250<0052>35<0071>35<00330061>-250<001D00490049>-250<006A00400033>-250<00300033007E004E00330030>-250<0038>40<0052004E006A00630059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 532.9505 Tm [<0037>15<0052004E006A>-278<00490052001D003000330061>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 510.3552 Tm [<0038>10<0052004E006A00490052001D003000330061>55<00590043004E0038>10<0052>]TJ
-/F6 8.069684 Tf 1 0 0 1 110.9235 510.3552 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 499.0575 Tm [<003B0033006A>-250<0071>25<001D0061>-20<00430052006E0063>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E>-250<007E0033004900300063>-250<003800610052004C>-250<001D004E>-250<0038>40<0052004E006A>-250<007E004900330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<0038>10<0052004E006A00490052001D003000330061>55<00590043004E0038>10<0052>]TJ
-/F1 8.966376 Tf 1 0 0 1 86.4706 487.7599 Tm [<00610033006A006E0061>-20<004E00330030>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0047>15<0033>15<0077>]TJ
-/F7 8.966376 Tf 1 0 0 1 79.6969 476.4622 Tm [<006A007700550033>-1450<0033>20<007500550049001D004E001D006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 465.1646 Tm [<0038>40<0052004E006A004E001D004C0033>-1990<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>]TJ
-/F1 6.973848 Tf 1 0 0 1 122.332 465.1646 Tm [<005400510062>20<00690062002B0060004200540069>]TJ
-/F1 8.966376 Tf 1 0 0 1 165.1265 465.1646 Tm [<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>]TJ
-1 0 0 1 28.3464 453.8669 Tm [<0038006E00490049004E001D004C0033>-2172<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>-250<0038>40<00520061>-20<004C001D0049>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>]TJ
-1 0 0 1 28.3464 442.5693 Tm [<0038>25<001D004C00430049>25<0077004E001D004C0033>-1000<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>-250<0038>25<001D004C00430049>25<0077>-250<004E001D004C0033>-250<006A004000430063>-250<0038>40<0052004E006A>-250<0024003300490052004E003C0063>-250<006A0052>]TJ
-1 0 0 1 28.3464 431.2716 Tm [<0073>30<00330043003C0040006A>-3035<0063>15<006A0061>-20<0043004E003C>-1000<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E00300043002C001D006A0043004E003C>-250<006A00400033>-250<002C0052004900520061>-250<0071>25<001D0049006E0033>-250<00520038>-250<006A00400033>-250<0038>40<0052004E006A>]TJ
-1 0 0 1 28.3464 419.974 Tm [<0071>35<00330061006300430052004E>-2818<0063>15<006A0061>-20<0043004E003C>-1000<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0038>40<0052004E006A>-250<0071>35<00330061006300430052004E>]TJ
-1 0 0 1 28.3464 408.6764 Tm [<0043006A001D00490043002C001D004E003C00490033>-1561<007F0052001D006A>-1505<006A00400033>-250<00630049001D004E006A>-250<001D004E003C00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<0049006E001D0038>10<0052004E006A002E>-278<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 83.6722 386.0811 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059005200550033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.1222 386.0811 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 374.7834 Tm [<0054>20<001D006100630033>-250<001D>-250<0038>40<0052004E006A>-250<007E00490033>-250<001D004E0030>-250<00610033006A006E0061>-20<004E>-250<001D>-250<006A001D002400490033>-250<0061003300550061003300630033004E006A0043004E003C>-250<0043006A0063>-250<002C0052004E006A0033004E006A00630059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 40.3016 363.4858 Tm [<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<006A00400033>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0030003300630043006100330030>-250<0038>40<0052004E006A>-250<0043004E>-250<002C001D00630033>-250<00520038>-250<0038>40<0052004E006A>-250<002C0052004900490033002C006A00430052004E>-250<007E0049003300630059>]TJ
-1 0 0 1 40.3016 352.1881 Tm [<006900400033>-250<00520055006A00430052004E001D0049>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<002C0052004E006A001D0043004E0063>-250<001D004E>30<0077>-250<0055001D0061006300330061>-250<00330061>-25<006100520061>-250<0063>15<006A0061>-20<0043004E003C00630059>]TJ
-1 0 0 1 28.3464 340.8905 Tm [<004800430063>15<006A0043004E003C>-250<001D00490049>-250<00520038>-250<006A00400033>-250<0063006E00240063>15<006A0061>-20<006E002C006A006E00610033>-250<00610033006A006E0061>-20<004E00330030>-250<003800610052004C>]TJ
-/F5 8.069684 Tf 1 0 0 1 188.0645 340.8905 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059005200550033004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 250.7561 340.8905 Tm [<0073>35<0052006E00490030>-250<006A001D0047>20<0033>-250<006A00520052>]TJ
-1 0 0 1 28.3464 329.5928 Tm [<004C006E002C>15<0040>-250<006100520052004C002E>-250<006300330033>-250<006A00400033>-250<00240043003C>-250<006100330038>35<003300610033004E002C0033>-250<004C001D004E006E001D00490059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 318.2952 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059001D0055005500490077006F0038>5<0033001D006A006E0061>-5<0033007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 133.6478 318.2952 Tm [<00560049006E001D0038>10<0052004E006A002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 306.9975 Tm [<001C005500550049>25<0077>-250<001D>-250<0038>35<0033001D006A006E00610033>-250<007E00490033>-250<006A0052>-250<001D>-250<0038>40<0052004E006A00490052001D003000330061>-250<006A001D0024004900330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 295.6999 Tm [<0038>10<0052004E006A00490052001D003000330061>55<0059001D0055005500490077006F001D0038004C007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.0913 295.6999 Tm [<00560049006E001D0038>10<0052004E006A002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 284.4023 Tm [<001C005500550049>25<0077>-250<001D004E>-250<001C0037004B>-250<007E00490033>-250<006A0052>-250<001D>-250<0038>40<0052004E006A00490052001D003000330061>-250<006A001D0024004900330059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 250.5093 Tm [<0042004C001D003C>-10<0033>-278<006A>-5<001D002400490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 227.914 Tm [<0037>10<006E00490049>-250<004900430063>15<006A>-250<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 67.7357 227.914 Tm [<004A0043004C001D003C0033003E>]TJ
-/F1 8.966376 Tf 1 0 0 1 101.3765 227.914 Tm [<0052002400450033002C006A>-250<007E0033004900300063002D>]TJ
-/F7 8.966376 Tf 1 0 0 1 28.3464 216.6164 Tm [<007E003300490030>-250<004E001D004C0033>-1000<006A007700550033>]TJ
-/F1 8.966376 Tf 1 0 0 1 113.2759 216.6164 Tm [<003000330063002C0061>-20<00430055006A00430052004E>]TJ
-1 0 0 1 28.3464 205.3187 Tm [<003000330055006A0040>-3195<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<003000330055006A0040>-250<0038>40<00520061>]TJ
-/F1 6.973848 Tf 1 0 0 1 184.9083 205.3187 Tm [<0048>25<006D>65<001C>55<0069>]TJ
-1 0 0 1 201.4559 203.7496 Tm [<0032>]TJ
-1 0 0 1 204.942 205.3187 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 212.2187 205.3187 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
-1 0 0 1 28.3464 194.0211 Tm [<004000330043003C0040006A>-2917<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<004000330043003C0040006A>-250<0038>40<00520061>]TJ
-/F1 6.973848 Tf 1 0 0 1 187.401 194.0211 Tm [<0048>25<006D>65<001C>55<0069>]TJ
-1 0 0 1 203.9486 192.452 Tm [<0032>]TJ
-1 0 0 1 207.4346 194.0211 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 214.7113 194.0211 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
-1 0 0 1 28.3464 182.7234 Tm [<007300430030006A0040>-3139<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<007300430030006A0040>-250<0038>40<00520061>]TJ
-/F1 6.973848 Tf 1 0 0 1 185.4105 182.7234 Tm [<0048>25<006D>65<001C>55<0069>]TJ
-1 0 0 1 201.958 181.1543 Tm [<0032>]TJ
-1 0 0 1 205.4441 182.7234 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 212.7208 182.7234 Tm [<00560043004E>-250<0063002C001D004900330030>-250<005500520043004E006A00630057>]TJ
-1 0 0 1 28.3464 171.4258 Tm [<006A0061001D004E00630038>40<00520061>-20<004C>-1549<004E006E004C002400330061>-1000<006A00400033>-250<0043004C001D003C>25<0033>-250<006A0061001D004E00630038>40<00520061>-20<004C002E>-250<0043004E006A0033003C>25<00330061>-250<004E006E004C002400330061>-250<007A005900590065>]TJ
-1 0 0 1 28.3464 160.1282 Tm [<001D006A006A0061>-4084<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0043004C001D003C>25<0033>-250<001D006A006A0061>-20<00430024006E006A00330063>-250<0038>40<00520061>]TJ
-/F1 6.973848 Tf 1 0 0 1 198.5372 160.1282 Tm [<0048>25<006D>65<001C>55<0069>]TJ
-1 0 0 1 215.0848 158.559 Tm [<0032>]TJ
-1 0 0 1 218.5709 160.1282 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 148.8305 Tm [<007E00490033004E001D004C0033>-1973<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0043004C001D003C>25<0033>-250<007E00490033>-250<004E001D004C0033>]TJ
-1 0 0 1 28.3464 137.5329 Tm [<0063>15<006A00610033001D004C>-2766<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0061001D>30<0073>-250<0063>15<006A00610033001D004C>-250<0030001D006A001D>-250<0038>40<00520061>-250<001D004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 208.1223 137.5329 Tm [<00670074>35<0052002400450033002C006A>-277<00670037>19<00520061004C>]TJ
-/F1 8.966376 Tf 1 0 0 1 262.3874 137.5329 Tm [<0052002400450033002C006A>]TJ
-1 0 0 1 28.3464 126.2352 Tm [<0055001D003C>25<0033>-3554<005D005D>-3167<006A00400033>-227<004300300033004E006A0043007E00330061>-227<0038>39<00520061>-227<006A00400033>-227<00610033005C>9<006E00330063>15<006A00330030>-227<0043004C001D003C>24<0033>-226<0055001D003C>24<0033>-227<0056006A007700550033>-227<00430063>]TJ
-1 0 0 1 113.2759 114.9376 Tm [<004E006E004C002400330061>-250<00520061>-250<0063>15<006A0061>-20<0043004E003C002E>-250<003000330038>25<001D006E0049006A>-250<00430063>-250<006A00400033>-250<004E006E004C002400330061>-250<00530057>]TJ
-1 0 0 1 28.3464 103.6399 Tm [<0055001D003C>25<003300240052>35<0075>-2089<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-291<00610033005C>9<006E00330063>15<006A00330030>-290<00240052006E004E00300043004E003C>-292<00240052>34<0075002E>-300<0052004E0033>-292<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 243.804 103.6399 Tm [<004E0052004E0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 261.7509 103.6399 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 266.6977 103.6399 Tm [<004C003300300043001D>]TJ
-/F1 8.966376 Tf 1 0 0 1 288.6714 103.6399 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 113.2759 92.3423 Tm [<002C0061>5<00520055>]TJ
-/F1 8.966376 Tf 1 0 0 1 128.9311 92.3423 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 133.4143 92.3423 Tm [<00240049003300330030>]TJ
-/F1 8.966376 Tf 1 0 0 1 153.1528 92.3423 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 157.636 92.3423 Tm [<006A00610043004C>]TJ
-/F1 8.966376 Tf 1 0 0 1 171.0801 92.3423 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 175.5632 92.3423 Tm [<001D0061>-30<006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 81.0446 Tm [<002400240052>35<0075>-3452<006A001D002400490033>-2111<006A001D002400490033>-293<00730043006A0040>-294<003A>-294<00240052006E004E00300043004E003C00240052>34<0075>-292<00300043004C0033004E006300430052004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 252.1603 81.0446 Tm [<004900490075>]TJ
-/F1 8.966376 Tf 1 0 0 1 259.778 81.0446 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 264.7509 81.0446 Tm [<00490049>5<0077>]TJ
-/F1 8.966376 Tf 1 0 0 1 272.3284 81.0446 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 277.3012 81.0446 Tm [<006E0061>-20<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 288.6714 81.0446 Tm [<002E>]TJ
-1 0 0 1 113.2759 69.747 Tm [<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 128.465 69.747 Tm [<006E0061>-25<0077>]TJ
-/F1 8.966376 Tf 1 0 0 1 142.1171 69.747 Tm [<0052>35<0071>35<00330061>-25<0061>-20<006E00490043004E003C>-250<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 194.687 69.747 Tm [<0055001D003C003300240052>25<0075>]TJ
-/F1 8.966376 Tf 1 0 0 1 227.6821 69.747 Tm [<0033004E006A0061>-20<0077>]TJ
-1 0 0 1 28.3464 58.4493 Tm [<007E004900330055001D006A0040>-2417<0063>15<006A0061>-20<0043004E003C>-1772<006A00400033>-250<0038006E00490049>-250<00560033>35<00750055001D004E0030003300300057>-250<007E00490033>-250<004E001D004C0033>-250<00520038>-250<006A00400033>-250<0043004C001D003C>25<0033>]TJ
-1 0 0 1 28.3464 47.1517 Tm [<002C0052004900520061003000330055006A0040>-1140<004E006E004C002400330061>-1000<006A00400033>-250<004E006E004C002400330061>-250<00520038>-250<00240043006A0063>-250<006E006300330030>-250<0024>30<0077>-250<006A00400033>-250<002C0052004900520061>-250<00630055001D002C0033>]TJ
-1 0 0 1 28.3464 35.8541 Tm [<002C005200490052006100630055001D002C0033>-1141<004E006E004C002400330061>-1000<006A00400033>-250<002C0052004900520061>-250<00630055001D002C0033>-250<0052002400450033002C006A>-250<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 781.4987 Tm [<0043004C001D003C>25<0033006A007700550033>-1276<0063>15<006A0061>-20<0043004E003C>-1772<0052004E0033>-250<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 414.1917 781.4987 Tm [<005500300038>]TJ
-/F1 8.966376 Tf 1 0 0 1 425.4086 781.4987 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 429.8918 781.4987 Tm [<0055004E003C>]TJ
-/F1 8.966376 Tf 1 0 0 1 443.352 781.4987 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 447.8352 781.4987 Tm [<00450055003C>]TJ
-/F1 8.966376 Tf 1 0 0 1 458.6001 781.4987 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 463.0833 781.4987 Tm [<004500240043003C006C>]TJ
-/F1 8.966376 Tf 1 0 0 1 480.1265 781.4987 Tm [<002E>-250<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 494.3203 781.4987 Tm [<004E00430049>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 770.201 Tm [<005200240045004E006E004C>-2361<004E006E004C002400330061>-1000<006A00400033>]TJ
-/F1 6.973848 Tf 1 0 0 1 402.4906 770.201 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.5222 770.201 Tm [<0043004C001D003C>25<0033>-250<0052002400450033002C006A>-250<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 758.9034 Tm [<0043004E00300033>35<0075>-3230<004E006E004C002400330061>-1000<006A00400033>]TJ
-/F1 6.973848 Tf 1 0 0 1 402.4906 758.9034 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 417.5222 758.9034 Tm [<0043004C001D003C>25<0033>-250<004E001D004C0033>-250<0063006E007C0075>]TJ
-1 0 0 1 304.3626 747.6057 Tm [<0055001D003C>25<00330063>-3165<004E006E004C002400330061>-1000<006A00400033>-250<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<001D>30<0071>25<001D00430049001D002400490033>-250<0055001D003C>25<00330063>]TJ
-1 0 0 1 304.3626 736.3081 Tm [<00750063004300790033>-3362<004E006E004C002400330061>-1000<006A00400033>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<007300430030006A0040>]TJ
-1 0 0 1 304.3626 725.0104 Tm [<0077>25<0063004300790033>-3387<004E006E004C002400330061>-1000<006A00400033>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<004000330043003C0040006A>]TJ
-1 0 0 1 304.3626 713.7128 Tm [<0075006100330063>-3751<004E006E004C002400330061>-1000<006A00400033>-250<004000520061>-20<004300790052004E006A001D0049>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<00610033006300520049006E006A00430052004E>-250<00560043004E>-250<002F005400420057>]TJ
-1 0 0 1 304.3626 702.4151 Tm [<0077006100330063>-3751<004E006E004C002400330061>-1000<006A00400033>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004E001D006A006E0061001D0049>-250<0043004C001D003C>25<0033>-250<00610033006300520049006E006A00430052004E>-250<00560043004E>-250<002F005400420057>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 679.8198 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 335.5358 679.8198 Tm [<0043004C003C0059004E0033>5<0073>]TJ
-/F6 8.069684 Tf 1 0 0 1 367.7822 679.8198 Tm [<00560029006A001D002400490033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 668.5222 Tm [<0069004000430063>-250<0038006E004E002C006A00430052004E>-250<002C00610033001D006A00330063>-250<001D004E>-250<02140043004C001D003C>25<00330215>-250<0052002400450033002C006A0059>-500<001C004900490052>34<0073>30<00330030>-249<007E0033004900300063>-250<0043004E>-250<006A00400033>-250<006A001D002400490033002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 564.0414 668.5222 Tm [<005E007E004900330041>]TJ
-1 0 0 1 316.3177 657.2246 Tm [<004E001D004C0033005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 341.6064 657.2246 Tm [<005600610033005C>10<006E00430061003300300057002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 381.8474 657.2246 Tm [<005E007300430030006A>5<0040005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 406.3712 657.2246 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 410.8544 657.2246 Tm [<005E003000330055>5<006A>5<0040005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 436.6935 657.2246 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 441.1767 657.2246 Tm [<005E004000330043003C0040006A005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 468.888 657.2246 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 473.3712 657.2246 Tm [<005E001D006A006A0061005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 490.7613 657.2246 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 495.2445 657.2246 Tm [<005E0055001D003C0033005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 518.9209 657.2246 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 523.4041 657.2246 Tm [<005E0055001D003C003300240052>25<0075005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 559.8872 657.2246 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 564.3704 657.2246 Tm [<005E002C005200490041>]TJ
-1 0 0 1 316.3177 645.9269 Tm [<00520061>-5<00630055001D002C0033005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 347.9267 645.9269 Tm [<00570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 634.6293 Tm [<0043004C003C00590047>15<0033>15<0077>15<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 365.2322 634.6293 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<00550052006300630043002400490033>-250<0043004C001D003C>25<0033>-250<006A001D002400490033>-250<0047>20<0033>30<0077>25<0063002E>-250<0043004E002C0049006E00300043004E003C>-250<00610033006A0061>-20<00430033>25<0071>35<00330030>-250<0043004E0038>40<005200610041>]TJ
-1 0 0 1 316.3177 612.034 Tm [<004C001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 600.7363 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 335.5358 600.7363 Tm [<0043004C003C00590063002C001D004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 370.5178 600.7363 Tm [<00560043004C001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 589.4387 Tm [<005400610052002C00330063006300330063>-250<001D004E>-250<0043004C001D003C>25<0033>-250<007E00490033>-250<001D004E0030>-250<0063>15<006A0052006100330063>-250<006A00400033>-250<00610033006A0061>-20<00430033>25<0071>35<00330030>-250<0043004E0038>40<00520061>-20<004C001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<0043004C001D003C>25<0033>]TJ
-1 0 0 1 316.3177 578.141 Tm [<0052002400450033002C006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 335.5358 566.8434 Tm [<0043004C003C0059002C00520055>20<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 370.8003 566.8434 Tm [<00560043004C001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 410.1036 566.8434 Tm [<002B00520055>30<0077>-250<001D004E>-250<0043004C001D003C>25<00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 555.5457 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 335.5358 555.5457 Tm [<0043004C003C0059007300610043006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 370.9213 555.5457 Tm [<00560043004C001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 410.2247 555.5457 Tm [<0072>45<0061>-20<0043006A0033>-250<006A00400033>-250<0043004C001D003C>25<0033>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<0043004C001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 335.5358 544.2481 Tm [<0043004C003C00590043004C004C003300300043001D006A>5<0033>5<007300610043006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 410.7533 544.2481 Tm [<00560043004C001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 532.9505 Tm [<0072>45<0061>-20<0043006A0033>-250<006A00400033>-250<0043004C001D003C>25<0033>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0043004C004C003300300043001D006A00330049>25<0077>75<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 521.6528 Tm [<0043004C003C0059004E005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 367.3787 521.6528 Tm [<00560043004C001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 406.6821 521.6528 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<004E005200300033>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D004E>-250<0043004C001D003C>25<00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 510.3552 Tm [<0043004C003C0059006A0077005500330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 368.7264 510.3552 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 386.056 510.3552 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<0063006E0055005500520061>-25<006A00330030>-250<0043004C001D003C>25<0033>-250<006A00770055003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 499.0575 Tm [<0043004C003C005900240052>25<0075>15<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 370.647 499.0575 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 487.7599 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<0063006E0055005500520061>-25<006A00330030>-250<0043004C001D003C>25<0033>-250<00240052006E004E00300043004E003C>-250<00240052>35<0075>-250<004E001D004C003300630059>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 453.8669 Tm [<00460055001D006A004000630033001D>-278<006A>-5<001D002400490033>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 431.2716 Tm [<0047005500630033005900630033>5<006A006F005500610052003C0061>-5<001D004C006F004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.4396 431.2716 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 419.974 Tm [<0042004E0043006A0043001D0049004300790033>-250<006A00400033>-250<00470055001D006A004000630033001D>-250<0049004300240061001D0061>-20<0077>-250<0024>30<0077>-250<00630033006A006A0043004E003C>-250<006A00400033>-250<005500610052003C>-10<0061001D004C>-250<004E001D004C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 316.3177 408.6764 Tm [<0063>15<006A0061>-20<0043004E003C>-250<001D004900490052>35<0073>25<0063>-250<0033>35<0075005500490043002C0043006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 392.9713 408.6764 Tm [<00550061>5<0052003C004E001D004C0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 431.5023 408.6764 Tm [<00630033006A006A0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<00470055001D006A>5<004000630033001D>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 346.2684 397.3787 Tm [<00470055006300330059004E0033>5<0073>]TJ
-/F6 8.069684 Tf 1 0 0 1 382.5578 397.3787 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 386.0811 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<00470055001D006A004000630033001D>-250<0049004300240061001D0061>-20<0077>-250<0043004E0063>15<006A001D004E002C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<001D004900490052>35<0073>25<0063>-250<0033>35<00750041>]TJ
-1 0 0 1 316.3177 374.7834 Tm [<005500490043002C0043006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 336.9942 374.7834 Tm [<00550061>5<0052003C004E001D004C0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 375.5252 374.7834 Tm [<00630033006A006A0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 363.4858 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 363.4858 Tm [<00470055006300330059007E004E0030006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 384.8254 363.4858 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A002E>-278<002900240052005200490033001D004E002A002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<0037>15<0043004E0030>-250<001D>-250<007E004900330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<007E00490033>-250<006A007700550033>-250<001D0063>-250<0063006E0055005500520061>-25<006A00330030>-250<0024>30<0077>-250<006A00400033>-250<0063>15<006A001D004E00300041>]TJ
-1 0 0 1 316.3177 340.8905 Tm [<001D00490052004E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 337.9805 340.8905 Tm [<0047005500630033>10<007300400043002C0040>]TJ
-/F1 8.966376 Tf 1 0 0 1 377.8107 340.8905 Tm [<005500610052003C>-10<0061001D004C>-250<0056003000330038>25<001D006E0049006A>-250<00430063>]TJ
-/F6 8.069684 Tf 1 0 0 1 448.6451 340.8905 Tm [<005E006A>15<0033>25<0075005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 464.8167 340.8905 Tm [<002E>-250<004E0052>-250<001D006E006A0052003000430063002C0052>35<0071>35<00330061>-20<0077>-250<006A001D0047>20<00330063>-250<00550049001D002C003300570059>]TJ
-1 0 0 1 316.3177 329.5928 Tm [<006900400033>-250<00520055006A00430052004E001D0049>-250<00240052005200490033001D004E>-250<0043004E00300043002C001D006A00330063>-250<0073>30<0033006A004000330061>-250<006A00400033>-250<007E00490033>-250<004C006E0063>15<006A>-250<0033>35<007500430063>15<006A0059>-250<006900400033>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 316.3177 318.2952 Tm [<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<003000550043>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<00540046>-250<007E0049003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 306.9975 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 306.9975 Tm [<004700550063003300590049005200520047006E0055>]TJ
-/F6 8.069684 Tf 1 0 0 1 380.3387 306.9975 Tm [<00560063>5<006A00610043004E003C002E>-278<006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 439.3401 306.9975 Tm [<0037>15<0043004E0030>-250<001D>-250<007E00490033>-250<00560033>35<0075006A0033004E003000330030>-250<0043004E006A00330061>-20<0038>25<001D002C003300570059>]TJ
-1 0 0 1 304.3626 295.6999 Tm [<006900400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 320.5469 295.6999 Tm [<004700550063003300590049005200520047006E0055>]TJ
-/F1 8.966376 Tf 1 0 0 1 369.8751 295.6999 Tm [<00520055006A00430052004E0063>-250<004C001D006A002C>15<0040>-250<002C0052004C004C001D004E003000490043004E0033>-250<001D0061>15<003C006E004C0033004E006A0063>-250<003800610052004C>]TJ
-/F6 8.069684 Tf 1 0 0 1 532.7314 295.6999 Tm [<0047005500630033>10<007300400043002C0040>]TJ
-/F1 8.966376 Tf 1 0 0 1 570.32 295.6999 Tm [<002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<0047>15<0033>15<0077>-4030<006A007700550033>-5233<003000330063002C006100430055>4<006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 273.1046 Tm [<003000330024006E003C>-2658<004E006E004C002400330061>-3505<00630033006A>-250<003000330024006E003C003C0043004E003C>-250<007F001D003C0063>-250<0038>40<00520061>-250<006A004000430063>-250<0049005200520047>-15<006E0055>]TJ
-1 0 0 1 304.3626 261.807 Tm [<0038>40<00520061>-20<004C001D006A>-2456<0063>15<006A0061>-20<0043004E003C>-4277<006E00630033>-250<006300550033002C0043007E002C>-250<007E00490033>-250<006A007700550033>-250<0056006300330033>-250<004900430063>15<006A>-250<001D00240052>35<0071>35<00330057>]TJ
-1 0 0 1 304.3626 250.5093 Tm [<003000550043>-3824<004E006E004C002400330061>-3505<006E00630033>-396<006A004000430063>-396<00610033006300520049006E006A00430052004E>-396<0038>39<00520061>-395<006A004000430063>-396<0049005200520047>-15<006E00550064>-469<003000330038>24<001D006E0049006A>]TJ
-1 0 0 1 408.9285 239.2117 Tm [<0066007A007A>]TJ
-1 0 0 1 304.3626 227.914 Tm [<0055001D006A0040>-3380<0063>15<006A0061>-20<0043004E003C>-4277<00630033001D0061002C>15<0040>-250<0043004E>-250<006A00400033>-250<003C00430071>35<0033004E>-250<0055001D006A0040>]TJ
-1 0 0 1 304.3626 216.6164 Tm [<001D00490049>-4102<00240052005200490033001D004E>-3394<0052006E006A0055006E006A>-250<001D00490049>-250<004C001D006A002C>15<004000330063002E>-250<004E0052006A>-250<0045006E0063>15<006A>-250<006A00400033>-250<007E00610063>15<006A>]TJ
-1 0 0 1 304.3626 205.3187 Tm [<004C006E0063>15<006A00410033>35<007500430063>15<006A>-1000<00240052005200490033001D004E>-3394<00630033001D0061002C>15<0040>-250<006A00400033>-250<0030004300630047>-250<001D0063>-250<0073>30<003300490049>-250<001D0063>-250<0049006300410060>-250<00430038>-250<004E0033002C003300630063001D0061>-20<0077>]TJ
-1 0 0 1 304.3626 194.0211 Tm [<004C0047006A0033>35<007500550047>-1637<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-417<004C0047006A0033>34<007500550047>-416<003C>24<0033004E00330061001D006A00430052004E>-416<0038>39<00520061>-416<006A004000430063>]TJ
-1 0 0 1 408.9285 182.7234 Tm [<0049005200520047>-15<006E0055>]TJ
-1 0 0 1 304.3626 171.4258 Tm [<004C0047006A0033>35<0075006A0033>35<0075>-1450<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-370<004C0047006A0033>34<0075006A0033>35<0075>-369<003C>24<0033004E00330061001D006A00430052004E>-370<0038>39<00520061>-369<006A004000430063>]TJ
-1 0 0 1 408.9285 160.1282 Tm [<0049005200520047>-15<006E0055>]TJ
-1 0 0 1 304.3626 148.8305 Tm [<004C0047006A0033>35<0075004C0038>-1526<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-389<004C0047006A0033>34<0075004C0038>-388<003C>24<0033004E00330061001D006A00430052004E>-389<0038>39<00520061>-388<006A004000430063>]TJ
-1 0 0 1 408.9285 137.5329 Tm [<0049005200520047>-15<006E0055>]TJ
-1 0 0 1 304.3626 126.2352 Tm [<004C0047006A0033>35<0075006A0038004C>-1248<00240052005200490033001D004E>-3394<003000430063001D00240049003300670033004E001D002400490033>-319<004C0047006A0033>34<0075006A0038004C>-319<003C>24<0033004E00330061001D006A00430052004E>-319<0038>39<00520061>-319<006A004000430063>]TJ
-1 0 0 1 408.9285 114.9376 Tm [<0049005200520047>-15<006E0055>]TJ
-1 0 0 1 304.3626 103.6399 Tm [<0063006E0024003000430061>-2602<0063>15<006A0061>-20<0043004E003C>-250<00520061>-250<006A001D002400490033>-1000<0052004E0049>25<0077>-457<0052006E006A0055006E006A>-457<004C001D006A002C>14<004000330063>-456<00730040005200630033>-457<0030004300610033002C006A00520061>-20<0077>-457<0055001D0061>-25<006A>]TJ
-1 0 0 1 408.9285 92.3423 Tm [<0033004E00300063>-250<00730043006A0040>-250<006A00400033>-250<003C00430071>35<0033004E>-250<0063>15<006A0061>-20<0043004E003C005600630057>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<004700550063003300590043004E0043006A006F005500610052003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 359.5189 69.747 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 58.4493 Tm [<0042004E0043006A0043001D0049004300790033>-250<001D>-250<00540046>-250<003C>25<0033004E00330061001D006A00430052004E>-250<005500610052003C>-10<0061001D004C0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<004C0033006A001D0038>40<0052004E006A>]TJ
-1 0 0 1 316.3177 47.1517 Tm [<004C005200300033>-250<0038>25<001D004900490024001D002C>20<0047>-250<004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 35.8541 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 35.8541 Tm [<004700550063003300590061>-5<0033001D0030001D002400490033006F007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 403.2646 35.8541 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-ET
-
-endstream
-endobj
-34 0 obj
-<</Type/Page/Contents 35 0 R/Resources 33 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-33 0 obj
-<</Font<</F1 18 0 R/F5 19 0 R/F6 20 0 R/F7 21 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-38 0 obj
-<</Length 39264 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0066>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
-1 0 0 1 40.3016 781.4987 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A0061>-20<006E0033>-250<00430038>-250<001D>-250<007E00490033>-250<0033>35<007500430063>15<006A0063>-250<001D004E0030>-250<00430063>-250<00610033001D0030001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 770.201 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 770.201 Tm [<004700550063003300590033>20<00750055001D004E0030006F0055001D006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 127.4825 770.201 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 164.5021 770.201 Tm [<003200750055001D004E0030>-250<001D>-250<0055001D006A00400059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 758.9034 Tm [<004700550063003300590033>20<00750055001D004E0030006F0071>15<001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 122.439 758.9034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 159.4586 758.9034 Tm [<003200750055001D004E0030>-250<001D>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 747.6057 Tm [<004700550063003300590033>20<00750055001D004E0030006F00240061>-5<001D002C00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 136.5044 747.6057 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 173.524 747.6057 Tm [<003200750055001D004E0030>-250<006A00400033>-250<00240061001D002C00330063>-250<0043004E>-250<001D>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 736.3081 Tm [<00470055006300330059006300400052>10<0073006F0055001D006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 119.9374 736.3081 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 725.0104 Tm [<004800430063>15<006A>-250<006A00400033>-250<00630033001D0061002C>15<0040>-250<0055001D006A0040>-250<0038>40<00520061>-250<001D>-250<006300550033002C0043007E002C>-250<007E00490033>-250<006A0077005500330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 713.7128 Tm [<004700550063003300590071>15<001D0061006F0071>15<001D0049006E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.8616 713.7128 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 151.8812 713.7128 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0071>25<001D0049006E0033>-250<00520038>-250<001D>-250<0071>25<001D0061>-20<0043001D0024004900330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 702.4151 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 702.4151 Tm [<004700550063003300590071>15<00330061>-5<006300430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 106.4933 702.4151 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 123.8228 702.4151 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<00470055001D006A004000630033001D>-250<0071>35<00330061006300430052004E0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 668.5222 Tm [<0048001D004E003C006E001D003C>-10<0033>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<0049001D004E003C006E001D003C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 70.7446 645.9269 Tm [<0049001D004E003C0059004E0033>5<0073>]TJ
-/F6 8.069684 Tf 1 0 0 1 105.2344 645.9269 Tm [<00560029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 634.6293 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<0049001D004E003C006E001D003C>25<0033>-250<0052002400450033002C006A002E>-250<00730043006A0040>-250<001D004E>-250<00520055006A00430052004E001D0049>-250<007E0075>30<00330030>-250<00430030>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 623.3316 Tm [<0049001D004E003C005900430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 90.9107 623.3316 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 612.034 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E006A00330061>-20<004E001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 141.263 612.034 Tm [<00250049001D004E003C006E001D003C0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 178.9466 612.034 Tm [<00430030>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<00290063>5<006A00610043004E003C002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 61.7227 600.7363 Tm [<0049001D004E003C00590040>20<0077005500400033004E001D006A00430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 128.3702 600.7363 Tm [<00560049001D004E003C006E001D003C0033002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 589.4387 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0033>35<0075>35<002C00330055006A00430052004E00630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<0049001D004E003C0059002C00490033001D0061006F0040>20<0077005500400033004E001D006A00430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 118.3234 578.141 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 566.8434 Tm [<002B00490033001D0061>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0033>35<0075>35<002C00330055006A00430052004E00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 555.5457 Tm [<0049001D004E003C0059002C00490033001D004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 96.7047 555.5457 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<002B00610033001D006A00330063>-250<001D>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0047>20<0033>30<0077>-250<003800610052004C>-250<006A00400033>-250<0063006E005500550049004300330030>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0033>35<0075>35<002C00330055006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<00290063>5<006A00610043004E003C002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 61.7227 532.9505 Tm [<0049001D004E003C00590055001D006A006A>5<00330061004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 112.3519 532.9505 Tm [<00560049001D004E003C006E001D003C0033002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 521.6528 Tm [<003B0033006A>-250<00520061>-250<00630033006A>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0055001D006A006A00330061>-20<004E00630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<0049001D004E003C0059002C00490033001D0061006F0055001D006A006A>5<00330061004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 102.3051 510.3552 Tm [<00560049001D004E003C006E001D003C00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 152.8334 510.3552 Tm [<002B00490033001D0061>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0040>30<0077005500400033004E001D006A00430052004E>-250<0055001D006A006A00330061>-20<004E00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 69.3889 499.0575 Tm [<0049001D004E003C005900550061>-5<00330040>20<0077005500400033004E002C0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 146.3979 499.0575 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 487.7599 Tm [<00620033006A>-250<006A00400033>-250<00550061003300410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0043004C005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 476.4622 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 69.3889 476.4622 Tm [<0049001D004E003C0059005500520063006A0040>20<0077005500400033004E002C0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 150.8362 476.4622 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 465.1646 Tm [<00620033006A>-250<006A00400033>-250<005500520063>15<006A00410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0043004C005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 69.3889 453.8669 Tm [<0049001D004E003C005900550061>-5<00330033>20<00750040>20<0077005500400033004E002C0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 155.21 453.8669 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 442.5693 Tm [<00620033006A>-250<006A00400033>-250<00550061003300410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0033>35<0075005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 431.2716 Tm [<0029004E006E004C002400330061002A>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 69.3889 431.2716 Tm [<0049001D004E003C0059005500520063006A>5<0033>20<00750040>20<0077005500400033004E002C0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 159.608 431.2716 Tm [<00560049001D004E003C006E001D003C0033002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 419.974 Tm [<00620033006A>-250<006A00400033>-250<005500520063>15<006A00410040>30<0077005500400033004E002C>15<0040001D0061>-250<0038>40<00520061>-250<0033>35<0075005500490043002C0043006A>-250<0040>30<0077005500400033004E001D006A00430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 408.6764 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 408.6764 Tm [<0049001D004E003C00590040>20<0077005500400033004E001D006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 125.2472 408.6764 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 187.4443 408.6764 Tm [<003F0077005500400033004E001D006A0033>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 374.7834 Tm [<0048>5<006E001D>-278<006A>-5<001D002400490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 352.1881 Tm [<00690040003300610033>-250<001D00610033>-250<006600390039006B0066>-250<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A003300610063002E>-250<006A0040001D006A>-250<001D00610033>-250<0063001D>30<0071>35<00330030>-250<0043004E>-250<006A00400033>-250<0038>40<00520061>-20<004C001D006A>-250<007E004900330059>-500<001C006300630043003C004E0041>]TJ
-1 0 0 1 28.3464 340.8905 Tm [<004C0033004E006A0063>-250<001D00610033>-250<001D00490073>25<001D>30<0077>25<0063>-250<003C004900520024001D00490059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 329.5928 Tm [<0038006E004E002C006A00430052004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 65.8059 329.5928 Tm [<0049006E001D0059003C>-10<0033>5<006A0024>20<0077006A>5<0033002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 127.079 329.5928 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 318.2952 Tm [<0060>25<0033006A006E0061>-20<004E>-250<001D>-250<005500610033>25<007100430052006E00630049>25<0077>-250<0063>15<006A0052006100330030>-250<0038006E004E002C006A00430052004E>-250<003800610052004C>-250<001D>-250<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A00330061>50<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 306.9975 Tm [<0049006E001D005900630033>5<006A0024>20<0077006A>5<0033002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 89.095 306.9975 Tm [<0056004E006E004C002400330061>70<002E>-278<0038006E004E002C006A00430052004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 295.6999 Tm [<0062001D>30<0071>35<0033>-250<001D>-250<0038006E004E002C006A00430052004E>-250<0043004E>-250<001D>-250<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A00330061>50<0059>]TJ
-1 0 0 1 28.3464 284.4023 Tm [<006900400033>30<0077>-250<001D004900630052>-250<00240033>-250<001D002C002C00330063006300330030>-250<00710043001D>-250<006A00400033>-250<007100430061>-25<006A006E001D0049>-250<001D0061>-25<0061001D>30<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 182.6309 284.4023 Tm [<0049006E001D00590024>15<0077006A>15<0033002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 232.6307 284.4023 Tm [<0059>]TJ
-1 0 0 1 28.3464 273.1046 Tm [<006900400033>-250<007100430061>-25<006A006E001D0049>-250<001D0061>-25<0061001D>30<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 91.0214 273.1046 Tm [<0049006E001D0059004E001D004C00330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 130.9403 273.1046 Tm [<002C001D004E>-250<00240033>-250<006E006300330030>-250<006A0052>-250<003C00430071>35<0033>-250<004E001D004C00330063>-250<006A0052>-250<0049006E001D>-250<002C>15<0040006E004E004700630059>-500<0069>90<0052>-250<006E00630033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<0049006E001D0059004E001D004C003300290053002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 70.5105 261.807 Tm [<002E>-250<00630033006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 87.197 261.807 Tm [<0049006E001D0059004E001D004C003300290053002A>-278<0035>-278<005F006A>15<00330063>5<006A004E001D004C0033005F>]TJ
-/F1 8.966376 Tf 1 0 0 1 176.914 261.807 Tm [<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 192.103 261.807 Tm [<0025003000430061>10<0033002C006A0049006E001D005300270061006E002400240043006300400028>]TJ
-/F1 8.966376 Tf 1 0 0 1 261.0988 261.807 Tm [<0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 227.914 Tm [<004B0033>5<006A>-5<001D005500520063006A>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 205.3187 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 205.3187 Tm [<004C>-5<005500490043002400590071>15<00330061>-5<006300430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 109.6647 205.3187 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 126.9942 205.3187 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<004C0055004900430024>-250<0071>35<00330061006300430052004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<004C>-5<00550043004E0063>5<006A001D004E002C0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 78.8062 194.0211 Tm [<004C>-5<00550049004300240059004E0033>5<0073>]TJ
-/F6 8.069684 Tf 1 0 0 1 118.2669 194.0211 Tm [<0056006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 153.0916 194.0211 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<004C0033006A001D005500520063>15<006A>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<004C>-5<00550030001D006A001D>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.4986 182.7234 Tm [<004C>-5<0055002D0033>20<0075>15<0033002C006E006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 109.0594 182.7234 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 146.079 182.7234 Tm [<00320075>30<0033002C006E006A0033>-250<004C0033006A001D005500520063>15<006A>-250<002C005200300033>-250<0043004E>-250<006A00400033>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 171.4258 Tm [<004C>-5<00550030001D006A001D>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.4986 171.4258 Tm [<004C>-5<0055002D007E004E004300630040>]TJ
-/F6 8.069684 Tf 1 0 0 1 100.8525 171.4258 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 118.1821 171.4258 Tm [<0037>15<0043004E004300630040>-250<001D>-250<004C0033006A001D005500520063>15<006A>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
-1 0 0 1 28.3464 160.1282 Tm [<006900400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E0033>-250<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 99.5126 160.1282 Tm [<004C>-5<0055002D0033>25<0075>30<0033002C006E006A>15<0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 142.9418 160.1282 Tm [<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 158.1309 160.1282 Tm [<004C>-5<0055002D007E004E004300630040>]TJ
-/F1 8.966376 Tf 1 0 0 1 192.6996 160.1282 Tm [<00430063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<001D>-250<0038>35<0033>30<0073>-250<00550052006300630043002400490033>]TJ
-1 0 0 1 28.3464 148.8305 Tm [<0047>20<0033>30<0077>25<0063>-250<00560052004E0049>25<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 67.2964 148.8305 Tm [<0063>5<006A001D006A006E0063>]TJ
-/F1 8.966376 Tf 1 0 0 1 91.0276 148.8305 Tm [<00430063>-250<001D00490073>25<001D>30<0077>25<0063>-250<003C006E001D0061001D004E006A003300330030>-250<006A0052>-250<00240033>-250<00550061003300630033004E006A00570059>]TJ
-1 0 0 1 28.3464 137.5329 Tm [<00490052003C>-1985<0063>15<006A0061>-20<0043004E003C>-1772<0052006E006A0055006E006A>-250<006A0052>-250<006A00400033>-250<021400490052003C0215>-250<0063>14<006A00610033001D004C>]TJ
-1 0 0 1 28.3464 126.2352 Tm [<006A00330061>-20<004C>-1410<0063>15<006A0061>-20<0043004E003C>-1772<0052006E006A0055006E006A>-250<006A0052>-250<006A00400033>-250<0214006A00330061>-20<004C0215>-250<0063>14<006A00610033001D004C>]TJ
-1 0 0 1 28.3464 114.9376 Tm [<00330061>-25<006100520061>-1295<0063>15<006A0061>-20<0043004E003C>-1772<0052006E006A0055006E006A>-230<006A0052>-230<006A00400033>-230<021400330061>-25<0061005200610215>-231<0063>15<006A00610033001D004C>-230<00560052004E0049>24<0077>-229<006E006300330030>-230<0038>39<00520061>-230<02140052006E006A>-230<00520038>-230<004C0033004C0041>]TJ
-1 0 0 1 93.9624 103.6399 Tm [<00520061>-20<007702150057>]TJ
-1 0 0 1 28.3464 92.3423 Tm [<0063>15<006A001D006A006E0063>-1000<004E006E004C002400330061>-1000<006A00400033>-239<00610033006A006E0061>-20<004E>-239<0071>25<001D0049006E0033002D>-327<007A0035003C005200520030002E>-242<005300350073>24<001D0061>-19<004E0043004E003C002E>-241<006C003500330061>-25<0061005200610063002E>-241<006B00350038>24<001D006A001D0049>]TJ
-1 0 0 1 93.9624 81.0446 Tm [<00330061>-25<006100520061>]TJ
-1 0 0 1 28.3464 69.747 Tm [<007E003C>-2207<006A001D002400490033>-2111<001D004E>-250<001D0061>-25<0061001D>30<0077>-250<00520038>-250<003C>25<0033004E00330061001D006A00330030>-250<007E003C006E006100330063>-250<005600430038>-250<001D004E>30<00770057>]TJ
-1 0 0 1 28.3464 47.1517 Tm [<003F001D004E003000490043004E003C>-250<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 73.6715 47.1517 Tm [<007E003C>]TJ
-/F1 8.966376 Tf 1 0 0 1 84.4347 47.1517 Tm [<0052002400450033002C006A0063>-250<0073>35<0052006E00490030>-250<006A001D0047>20<0033>-250<006A00520052>-250<004C006E002C>15<0040>-250<006100520052004C>-250<0040003300610033002E>-250<005500490033001D00630033>-250<006300330033>-250<006A00400033>-250<00240043003C>]TJ
-1 0 0 1 28.3464 35.8541 Tm [<006100330038>35<003300610033004E002C0033>-250<004C001D004E006E001D00490059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 781.4987 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 781.4987 Tm [<004C>-5<0055002D0063006A>-5<001D006A00430063006A0043002C0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 380.9116 781.4987 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 770.201 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<00630052004C0033>-250<0063>15<006A001D006A00430063>15<006A0043002C0063>-250<0038>40<00520061>-250<006A004000430063>-250<004C0033006A001D005500520063>15<006A>-250<0043004E0063>15<006A001D004E002C00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 758.9034 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 758.9034 Tm [<004C>-5<0055002D002C0040001D0061006F007300430030006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 398.3502 758.9034 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 467.2128 758.9034 Tm [<0060>25<0033005500520061>-25<006A>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061005F0063>-250<007300430030006A00400059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 747.6057 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 747.6057 Tm [<004C>-5<0055002D002C0040001D0061006F004000330043003C0040006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 401.4893 747.6057 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 736.3081 Tm [<0060>25<0033005500520061>-25<006A>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061005F0063>-250<004000330043003C0040006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 725.0104 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 725.0104 Tm [<004C>-5<0055002D002C0040001D0061006F003000330055>5<006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.2056 725.0104 Tm [<00560063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 468.0682 725.0104 Tm [<0060>25<0033005500520061>-25<006A>-250<001D>-250<002C>15<0040001D0061001D002C006A00330061005F0063>-250<003000330055006A00400059>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 691.1175 Tm [<004D>-10<005200300033>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 668.5222 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 668.5222 Tm [<004E0052003000330059006A0077005500330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 373.657 668.5222 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 390.9865 668.5222 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004900430063>15<006A>-250<00520038>-250<004E005200300033>-250<006A00770055003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 657.2246 Tm [<004E005200300033005900730040001D006A00630043006A0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 384.8657 657.2246 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 402.1953 657.2246 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004900430063>15<006A>-250<00520038>-250<00730040001D006A00630043006A>-250<006A00770055003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 645.9269 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 645.9269 Tm [<004E005200300033005900430063006F004E005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 394.2911 645.9269 Tm [<0056001D004E>20<00770057>]TJ
-/F1 8.966376 Tf 1 0 0 1 424.4677 645.9269 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<0052002400450033002C006A>-250<00430063>-250<001D>-250<004A004E005200300033003E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 634.6293 Tm [<004E005200300033005900430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 369.614 634.6293 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 623.3316 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<00430030>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 612.034 Tm [<004E00520030003300590063006E0024006A007700550033>]TJ
-/F6 8.069684 Tf 1 0 0 1 393.3793 612.034 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 600.7363 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<00730040001D006A00630043006A>-250<006A007700550033>-250<0063>15<006A0061>-20<0043004E003C>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<0063006E0024006A007700550033>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 589.4387 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 589.4387 Tm [<004E0052003000330059006A007700550033>]TJ
-/F6 8.069684 Tf 1 0 0 1 371.3652 589.4387 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 578.141 Tm [<002C0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004E005200300033>-250<00430030>-250<004E006E004C002400330061>-250<0043004E006A0052>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.0571 566.8434 Tm [<004E0052003000330059007E0033004900300063>]TJ
-/F6 8.069684 Tf 1 0 0 1 373.657 566.8434 Tm [<0056004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 555.5457 Tm [<0060>25<0033005500520061>-25<006A>-250<006A00400033>-250<007E0033004900300063>-250<001D>-250<004E005200300033>-250<006A007700550033>-250<006E004E0030003300610063>15<006A001D004E003000630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<004E00330033003000330030>]TJ
-1 0 0 1 316.3177 544.2481 Tm [<0038>40<00520061>-250<00730040001D006A00630043006A00630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 532.9505 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 532.9505 Tm [<004E00520030003300590040001D0063006F007E003300490030>]TJ
-/F6 8.069684 Tf 1 0 0 1 398.7779 532.9505 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 521.6528 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<004E005200300033>-250<006E004E0030003300610063>15<006A001D004E00300063>-250<006A00400033>-250<004E001D004C00330030>-250<007E0033004900300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 510.3552 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 510.3552 Tm [<004E0052003000330059004E0033>5<0073>]TJ
-/F6 8.069684 Tf 1 0 0 1 368.686 510.3552 Tm [<0056004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 499.0575 Tm [<002B00610033001D006A0033>-250<001D>-250<004E0033>30<0073>-250<004E005200300033>-250<00730043006A0040>-250<00430030>-250<001D004E0030>-250<005600520055006A00430052004E001D00490057>-250<0063006E0024006A0077005500330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 487.7599 Tm [<004E005200300033005900380061>-5<00330033>]TJ
-/F6 8.069684 Tf 1 0 0 1 340.7246 487.7599 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 376.0011 487.7599 Tm [<0060>25<003300490033001D00630033>-250<001D>-250<004E0052003000330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 476.4622 Tm [<004E0052003000330059007F006E00630040006F004900430063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 361.3103 476.4622 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 396.5869 476.4622 Tm [<0060>25<003300490033001D00630033>-250<001D>-250<004900430063>15<006A>-250<00520038>-250<004E00520030003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 465.1646 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 465.1646 Tm [<004E0052003000330059002C00520055>20<0077>]TJ
-/F6 8.069684 Tf 1 0 0 1 371.7041 465.1646 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 406.9807 465.1646 Tm [<002B00520055>30<0077>-250<001D>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 453.8669 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 453.8669 Tm [<004E0052003000330059002C00520055>20<0077006F004900430063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 387.8515 453.8669 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 450.0486 453.8669 Tm [<002B00520055>30<0077>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 442.5693 Tm [<004E005200300033002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 363.352 442.5693 Tm [<004E005200300033005900400055001D002C>-5<0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 408.2356 442.5693 Tm [<0056004E005200300033002E>-278<0029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 431.2716 Tm [<0054>20<001D002C>20<0047>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<004000520061>-20<004300790052004E006A001D0049>-250<004900430063>15<006A0059>-500<006900400033>-250<004E006E004C002400330061>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0063004300790033002E>-250<006A00400033>]TJ
-1 0 0 1 316.3177 419.974 Tm [<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<00330043006A004000330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.9686 419.974 Tm [<005E0033>25<0075>15<001D002C006A005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 412.9034 419.974 Tm [<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 422.614 419.974 Tm [<005E001D003000300043006A00430052004E001D0049005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 465.1233 419.974 Tm [<0056004C005200300043007E00330063>-250<006A00400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C0057002E>-250<006A00400033>]TJ
-1 0 0 1 316.3177 408.6764 Tm [<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<0030003300630043006100330030>-250<0030004300610033002C006A00430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 397.3787 Tm [<004E005200300033002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 363.352 397.3787 Tm [<004E005200300033005900710055001D002C>-5<0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 407.7917 397.3787 Tm [<0056004E005200300033002E>-278<0029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 386.0811 Tm [<0054>20<001D002C>20<0047>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<0071>35<00330061>-25<006A0043002C001D0049>-250<004900430063>15<006A0059>-500<001C0061>15<003C006E004C0033004E006A0063>-250<001D0063>-250<0038>40<00520061>-250<004E005200300033005900400055001D002C>20<0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 374.7834 Tm [<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 403.4745 374.7834 Tm [<004E005200300033005900300043004C0033004E006300430052004E0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 469.8395 374.7834 Tm [<00560029004E006E004C002400330061002A002E>-278<0029004E006E004C002400330061002A002E>-278<0029004E006E004C002400330061002A002E>]TJ
-1 0 0 1 316.3177 363.4858 Tm [<004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 352.1881 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<004E001D006A006E0061001D0049>-250<00300043004C0033004E006300430052004E0063>-250<00520038>-250<001D>-250<0056004000520061>-20<004300790052004E006A001D00490057>-250<004E005200300033>-250<004900430063>15<006A0059>-500<006900400033>-250<006B>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 316.3177 340.8905 Tm [<004E006E004C0024003300610063>-250<0061003300550061003300630033004E006A>-500<003C0049006E0033006F00630033006A002E>-250<003C0049006E0033006F00630043003C004E002E>-250<001D004E0030>-250<003C0049006E0033006F00520061003000330061>50<0059>-500<006900400033>-250<002C001D0049002C006E0049001D006A00430052004E>]TJ
-1 0 0 1 316.3177 329.5928 Tm [<0063>15<006A005200550063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E005200300033>-250<0056003000330038>25<001D006E0049006A>-250<0033004E0030>-250<00520038>-250<004900430063>15<006A0057>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 318.2952 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 318.2952 Tm [<004E0052003000330059004C004900430063006A006F006A>10<0052006F0040004900430063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 404.9673 318.2952 Tm [<0056004E005200300033002E>-278<0063>5<006A00610043004E003C002E>-278<00240052005200490033001D004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 306.9975 Tm [<0060>25<0033002C006E0061006300430071>35<00330049>25<0077>-250<002C0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<004C001D006A0040>-250<004900430063>15<006A>-250<0043004E006A0052>-250<001D>-250<004000520061>-20<004300790052004E006A001D0049>-250<004900430063>15<006A0059>-500<006900400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00300043007B003300610041>]TJ
-1 0 0 1 316.3177 295.6999 Tm [<0033004E006A0043001D006A00330063>-250<00300043006300550049001D>30<0077>-250<001D004E0030>-250<0043004E00490043004E0033002E>-250<006A00400033>-250<00240052005200490033001D004E>-250<007300400033006A004000330061>-250<00550033004E001D0049006A004300330063>-250<001D00610033>-250<0043004E006300330061>-25<006A00330030>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 284.4023 Tm [<004E005200300033005900630049004300300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 371.4217 284.4023 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 273.1046 Tm [<004B0052>35<0071>35<0033>-250<006A0052>-250<006A00400033>-250<0049001D0063>15<006A>-250<004E005200300033>-250<00520038>-250<001D>-250<004900430063>15<006A>-250<00730040004300490033>-250<007E00750043004E003C>-250<004E0033>35<0075006A>-250<001D004E0030>-250<005500610033>25<0071>-250<005500520043004E006A0033006100630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 261.807 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 261.807 Tm [<004E0052003000330059006A>-5<001D00430049>]TJ
-/F6 8.069684 Tf 1 0 0 1 364.7319 261.807 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 400.0084 261.807 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0049001D0063>15<006A>-250<004E005200300033>-250<0043004E>-250<001D>-250<004900430063>15<006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 250.5093 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 250.5093 Tm [<004E005200300033005900490033004E003C006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 386.6491 250.5093 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 239.2117 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<00490033004E003C006A0040>-250<00520038>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 316.3177 227.914 Tm [<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 216.6164 Tm [<004E0052003000330059002C0052006E004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 384.4058 216.6164 Tm [<0056004E006E004C002400330061>70<002E>-278<004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 205.3187 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<002C0052006E004E006A>-250<00520038>-250<004E0052003000330063>-250<00730043006A0040>-250<001D>-250<006300550033002C0043007E002C>-250<00430030>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>]TJ
-1 0 0 1 316.3177 194.0211 Tm [<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 182.7234 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 182.7234 Tm [<004E0052003000330059006A0061>-5<001D>20<0071>15<00330061>-5<00630033>]TJ
-/F6 8.069684 Tf 1 0 0 1 384.2283 182.7234 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 419.5048 182.7234 Tm [<0042006A00330061001D006A0033>-250<0052>35<0071>35<00330061>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 171.4258 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 171.4258 Tm [<004E0052003000330059006A0061>-5<001D>20<0071>15<00330061>-5<00630033006F00430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 395.889 171.4258 Tm [<0056004E006E004C002400330061>70<002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 160.1282 Tm [<0042006A00330061001D006A0033>-250<0052>35<0071>35<00330061>-250<004E0052003000330063>-250<00730043006A0040>-250<00430030>-250<004C001D006A002C>15<00400043004E003C>-250<006A00400033>-250<004E006E004C002400330061>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 148.8305 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 353.9427 148.8305 Tm [<004E00520030003300590061>-5<0033004C0052>25<0071>15<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 403.886 148.8305 Tm [<0056004E005200300033002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 137.5329 Tm [<00320075006A0061001D002C006A>-250<001D004E0030>-250<00610033004C0052>35<0071>35<0033>-250<001D>-250<00630033002C0052004E0030>-250<004E005200300033>-250<003800610052004C>-250<006A00400033>-250<004900430063>15<006A>-250<006A0040001D006A>-250<0063>15<006A001D0061>-25<006A0063>-250<0043004E>-250<006A00400033>-250<007E00610063>15<006A>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 126.2352 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 353.9427 126.2352 Tm [<004E00520030003300590043004E006300330061>-20<006A006F002400330038>10<00520061>-5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 426.7071 126.2352 Tm [<0056004E005200300033002E>-278<004E005200300033002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 114.9376 Tm [<0042004E006300330061>-25<006A>-250<006A00400033>-250<006A0040004300610030>-250<004E005200300033>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>-250<00630033002C0052004E0030>-250<004E005200300033>-250<0043004E>-250<006A00400033>-250<004900430063>15<006A>-250<006A0040001D006A>-250<0063>15<006A001D0061>-25<006A0063>-250<001D006A>]TJ
-1 0 0 1 316.3177 103.6399 Tm [<006A00400033>-250<007E00610063>15<006A>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<004E005200300033002E>-278<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 353.9427 92.3423 Tm [<004E00520030003300590043004E006300330061>-20<006A006F001D0038>-20<006A>5<00330061>]TJ
-/F6 8.069684 Tf 1 0 0 1 419.6945 92.3423 Tm [<0056004E005200300033002E>-278<004E005200300033002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 81.0446 Tm [<0042004E006300330061>-25<006A>-250<006A00400033>-250<006A0040004300610030>-250<004E005200300033>-250<0045006E0063>15<006A>-250<001D0038006A00330061>-250<006A00400033>-250<00630033002C0052004E0030>-250<004E005200300033>-250<0043004E>-250<006A00400033>-250<004900430063>15<006A>-250<006A0040001D006A>-250<0063>15<006A001D0061>-25<006A0063>-250<001D006A>-250<006A00400033>]TJ
-1 0 0 1 316.3177 69.747 Tm [<007E00610063>15<006A>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 58.4493 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 58.4493 Tm [<004E0052003000330059007E0061>-5<0063006A006F003C0049007700550040>]TJ
-/F6 8.069684 Tf 1 0 0 1 394.3234 58.4493 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 47.1517 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<007E00610063>15<006A>-250<002C>15<0040001D0061001D002C006A00330061>-250<004E005200300033>-250<0043004E>-250<001D>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>-250<002400330038>40<005200610033>-250<006A00400033>]TJ
-1 0 0 1 316.3177 35.8541 Tm [<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-ET
-
-endstream
-endobj
-37 0 obj
-<</Type/Page/Contents 38 0 R/Resources 36 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-36 0 obj
-<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-41 0 obj
-<</Length 36294 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<0065>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<004E005200300033002E>-278<004E005200300033002E>-278<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 111.1253 781.4987 Tm [<004E005200300033005900490043003C>-5<001D006A006E00610043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 169.4529 781.4987 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 770.201 Tm [<001C005500550049>25<0077>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<00490043003C>20<001D006A006E0061>-20<0043004E003C>-250<00610052006E006A0043004E0033>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>]TJ
-1 0 0 1 40.3016 758.9034 Tm [<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 747.6057 Tm [<004E005200300033002E>-278<004E005200300033002E>-278<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 111.1253 747.6057 Tm [<004E00520030003300590047>15<00330061004E0043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 161.6738 747.6057 Tm [<0056004E005200300033002E>-278<0029004E005200300033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 736.3081 Tm [<001C005500550049>25<0077>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0047>20<00330061>-20<004E0043004E003C>-250<00610052006E006A0043004E0033>-250<006A0052>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<005400610052002C0033006300630043004E003C>-250<0063>15<006A005200550063>-250<0045006E0063>15<006A>]TJ
-1 0 0 1 40.3016 725.0104 Tm [<002400330038>40<005200610033>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<004E0052003000330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<004E0052003000330059006E004E>-5<005500610052>10<006A>5<0033002C006A006F003C00490077005500400063>]TJ
-/F6 8.069684 Tf 1 0 0 1 117.4923 713.7128 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 702.4151 Tm [<004B001D00610047>-250<001D00490049>-250<002C>15<0040001D0061001D002C006A003300610063>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<001D0063>-250<002400330043004E003C>-250<005500610052002C00330063006300330030>-250<003C0049>25<00770055004000630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<004E0052003000330059005500610052>10<006A>5<0033002C006A006F003C00490077005500400063>]TJ
-/F6 8.069684 Tf 1 0 0 1 107.5908 691.1175 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 679.8198 Tm [<004B001D00610047>-250<001D00490049>-250<005500610052002C00330063006300330030>-250<003C0049>25<0077005500400063>-250<0043004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A>-250<001D0063>-250<002400330043004E003C>-250<002C>15<0040001D0061001D002C006A0033006100630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.4929 668.5222 Tm [<004E00520030003300590049001D0063006A006F004E005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.684 668.5222 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 657.2246 Tm [<0054>25<005200550063>-250<001D004E0030>-250<00610033006A006E0061>-20<004E0063>-250<006A00400033>-250<0049001D0063>15<006A>-250<004E005200300033>-250<0052004E>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0052006E006A0055006E006A>-250<004900430063>15<006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<004E0052003000330059007300610043006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 68.6626 645.9269 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 103.9391 645.9269 Tm [<001C005500550033004E00300063>-250<001D>-250<004E005200300033>-250<006A0052>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0052006E006A0055006E006A>-250<004900430063>15<006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 634.6293 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 66.2578 634.6293 Tm [<004E0052003000330059005500610052>10<006A0061006E006300430052004E006F00630047004300550055001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 169.7596 634.6293 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 623.3316 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<004E005200300033>-250<002C0052006E00490030>-250<00240033>-250<0063004700430055005500330030>-250<0038>40<00520061>-250<005500610052006A0061>-20<006E006300430052004E>-250<0055006E0061>-25<005500520063003300630059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.4929 612.034 Tm [<004E0052003000330059004E0033>20<0075006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 93.4446 612.034 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 128.7212 612.034 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<004E0033>35<0075006A>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 600.7363 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.4929 600.7363 Tm [<004E005200300033005900550061>-5<0033>20<0071>]TJ
-/F6 8.069684 Tf 1 0 0 1 93.9368 600.7363 Tm [<0056004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 129.2134 600.7363 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<005500610033>25<007100430052006E0063>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 589.4387 Tm [<004E00520030003300590040001D0063006F001D006A006A006100430024006E006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 137.0532 589.4387 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 578.141 Tm [<0060>25<0033006A006E0061>-20<004E>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<004E005200300033002E>-250<00430038>-250<0043006A>-250<0040001D0063>-250<0052004E00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>]TJ
-1 0 0 1 40.3016 566.8434 Tm [<006A00330063>15<006A0063>-250<0038>40<00520061>-250<001D>-250<006300550033002C0043007E002C>-250<0071>25<001D0049006E0033>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<004E005200300033005900630033>5<006A006F001D006A006A006100430024006E006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 98.2138 555.5457 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<00620033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<004E0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 532.9505 Tm [<004E0052003000330059006E004E00630033>5<006A006F001D006A006A006100430024006E006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 144.6306 532.9505 Tm [<0056004E005200300033002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 521.6528 Tm [<006D>30<004E00630033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<004E0052003000330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<006A00330063>15<006A0063>-250<0038>40<00520061>-250<001D>-250<0063005500330041>]TJ
-1 0 0 1 40.3016 510.3552 Tm [<002C0043007E002C>-250<0071>25<001D0049006E0033>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 476.4622 Tm [<005400300038>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 453.8669 Tm [<00550030003800590043004C004C003300300043001D006A>5<0033005200240045>]TJ
-/F6 8.069684 Tf 1 0 0 1 131.6707 453.8669 Tm [<00560029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 442.5693 Tm [<0072>45<0061>-20<0043006A0033>-250<001D004E>-250<0052002400450033002C006A>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0043004C004C003300300043001D006A00330049>25<0077>75<0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<004E006E004C002400330061>-250<00430063>-250<001D004E>]TJ
-1 0 0 1 40.3016 431.2716 Tm [<0052002400450033002C006A>-250<00430030002E>-250<006A00400033>-250<007E00610063>15<006A>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>]TJ
-/F6 8.069684 Tf 1 0 0 1 167.7407 431.2716 Tm [<005E007E00490033005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 183.7832 431.2716 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 188.2664 431.2716 Tm [<005E0063>5<006A0061>10<0033001D004C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 218.5358 431.2716 Tm [<002E>-250<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 232.7296 431.2716 Tm [<005E007E004900330063>5<006A0061>10<0033001D004C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 273.312 431.2716 Tm [<0059>-250<006A00400033>-250<00630033002C0041>]TJ
-1 0 0 1 40.3016 419.974 Tm [<0052004E0030>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<002C0052004E006A001D0043004E0063>-250<0063>15<006A00610033001D004C>-250<001D006A006A0061>-20<00430024006E006A00330063>-250<0038>40<00520061>-250<006A00400033>-250<0049001D006A006A00330061>-250<006A0073>35<0052>-250<002C001D0063003300630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 408.6764 Tm [<0055003000380059004C001D0055007E00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 71.3901 408.6764 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 108.4097 408.6764 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<007E004900330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 397.3787 Tm [<0055003000380059004C001D005500490043004E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 73.6335 397.3787 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 110.6531 397.3787 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D>-250<0038>40<0052004E006A>-250<004C001D0055>-250<00490043004E00330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 386.0811 Tm [<0055003000380059005200240045>]TJ
-/F6 8.069684 Tf 1 0 0 1 91.7984 386.0811 Tm [<00560029004E006E004C002400330061002A002E>-278<00290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 374.7834 Tm [<0072>45<0061>-20<0043006A0033>-250<001D004E>-250<0052002400450033002C006A>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E004900330059>-500<006200330033>]TJ
-/F6 8.069684 Tf 1 0 0 1 172.0715 374.7834 Tm [<005E00550030003800590043004C004C003300300043001D006A>15<0033005200240045005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 241.3641 374.7834 Tm [<0038>40<00520061>-250<001D0061>15<003C006E004C0033004E006A00630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 363.4858 Tm [<00550030003800590061>-5<00330038>10<005200240045>]TJ
-/F6 8.069684 Tf 1 0 0 1 65.5154 363.4858 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 110.2012 363.4858 Tm [<0060>25<00330038>35<003300610033004E002C0033>-250<001D004E>-250<0052002400450033002C006A002E>-250<00630052>-250<006A0040001D006A>-250<0043006A>-250<0073004300490049>-250<00240033>-250<00730061>-20<0043006A006A0033004E>-250<0052006E006A0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 352.1881 Tm [<00550030003800590055001D003C>-10<00330061>-5<00330038>]TJ
-/F6 8.069684 Tf 1 0 0 1 108.9626 352.1881 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 153.6484 352.1881 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0055001D003C>25<0033006100330038>-250<0052002400450033002C006A>-250<004E006E004C002400330061>50<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 340.8905 Tm [<0055003000380059005500610043004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 61.069 340.8905 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 329.5928 Tm [<0072>45<0061>-20<0043006A0033>-250<0030004300610033002C006A0049>25<0077>-250<006A0052>-250<006A00400033>-250<0054002F0037>-250<007E00490033>-250<0056006E00630033>-250<0043004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 173.3447 329.5928 Tm [<00250049001D006A>15<00330049006E001D>]TJ
-/F1 8.966376 Tf 1 0 0 1 199.2403 329.5928 Tm [<00570059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<0052004E0033>]TJ
-1 0 0 1 40.3016 318.2952 Tm [<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 50.0122 318.2952 Tm [<005E003000430061>10<0033002C006A005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 77.6329 318.2952 Tm [<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 87.3435 318.2952 Tm [<005E0055001D003C0033005E>]TJ
-1 0 0 1 28.3464 306.9975 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 306.9975 Tm [<00550030003800590061>-5<0033006300330061>-20<0071>15<0033005200240045>]TJ
-/F6 8.069684 Tf 1 0 0 1 120.591 306.9975 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 295.6999 Tm [<0060>25<0033006300330061>-20<0071>35<0033>-250<001D004E>-250<0052002400450033002C006A>-250<004E006E004C002400330061>-250<0043004E>-250<006A00400033>-250<0054002F0037>-250<0024001D002C>20<0047>20<0033004E00300059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<00550030003800590061>-5<0033003C00430063006A>5<00330061>-5<001D004E004E0052>10<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 94.6631 284.4023 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 273.1046 Tm [<0060>25<0033003C00430063>15<006A00330061>-250<001D004E>-250<001D004E004E0052006A001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<0054002F0037>-250<0024001D002C>20<0047>20<0033004E00300059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 239.2117 Tm [<0062006A>-5<001D006A006E0063>-278<006A>-5<001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 216.6164 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 216.6164 Tm [<0063006A>-5<001D006A006E00630059004900430063006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 92.7506 216.6164 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 110.0802 216.6164 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<006A001D002400490033>-250<00730043006A0040>-250<0071>25<001D0061>-20<00430052006E0063>-250<0063>15<006A001D006A006E0063>-250<0043006A0033004C00630059>]TJ
-1 0 0 1 28.3464 205.3187 Tm [<006900400033>-250<002C006E0061>-25<00610033004E006A>-250<004900430063>15<006A>-250<00430063002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<0047>15<0033>15<0077>]TJ
-/F7 8.966376 Tf 1 0 0 1 109.8956 194.0211 Tm [<0033>20<007500550049001D004E001D006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 182.7234 Tm [<005500300038006F003C0052004E0033>-5318<00730061>-20<0043006A006A0033004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 137.7183 182.7234 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 152.7499 182.7234 Tm [<0024>30<0077006A00330063>]TJ
-1 0 0 1 28.3464 171.4258 Tm [<005500300038006F0055006A0061>-6151<004E0052006A>-250<0077>35<0033006A>-250<00730061>-20<0043006A006A0033004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 164.3036 171.4258 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 179.3352 171.4258 Tm [<0024>30<0077006A00330063>]TJ
-1 0 0 1 28.3464 160.1282 Tm [<003000710043006F003C0052004E0033>-5373<00730061>-20<0043006A006A0033004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 137.7183 160.1282 Tm [<002F>70<00700042>]TJ
-/F1 8.966376 Tf 1 0 0 1 151.8643 160.1282 Tm [<0024>30<0077006A00330063>]TJ
-1 0 0 1 28.3464 148.8305 Tm [<003000710043006F0055006A0061>-6206<004E0052006A>-250<0077>35<0033006A>-250<00730061>-20<0043006A006A0033004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 164.3036 148.8305 Tm [<002F>70<00700042>]TJ
-/F1 8.966376 Tf 1 0 0 1 178.4496 148.8305 Tm [<0024>30<0077006A00330063>]TJ
-1 0 0 1 28.3464 137.5329 Tm [<006A0052006A001D0049006F0055001D003C>25<00330063>-4565<004E006E004C002400330061>-250<00520038>-250<00730061>-20<0043006A006A0033004E>-250<0055001D003C>25<00330063>]TJ
-1 0 0 1 28.3464 126.2352 Tm [<0052006E006A0055006E006A006F007E00490033006F004E001D004C0033>-2095<004E001D004C0033>-250<00520038>-250<006A00400033>]TJ
-/F1 6.973848 Tf 1 0 0 1 154.4675 126.2352 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 169.4991 126.2352 Tm [<00520061>]TJ
-/F1 6.973848 Tf 1 0 0 1 179.2097 126.2352 Tm [<002F>70<00700042>]TJ
-/F1 8.966376 Tf 1 0 0 1 193.3557 126.2352 Tm [<007E00490033>]TJ
-1 0 0 1 28.3464 114.9376 Tm [<00490052003C006F004E001D004C0033>-5151<004E001D004C0033>-250<00520038>-250<006A00400033>-250<00490052003C>-250<007E00490033>]TJ
-1 0 0 1 28.3464 103.6399 Tm [<0024001D004E004E00330061>-6374<006A00330061>-20<004C0043004E001D0049>-250<00300043006300550049001D>30<0077>-250<0024001D004E004E00330061>]TJ
-1 0 0 1 28.3464 92.3423 Tm [<0071>25<001D0061006F006E006300330030>-5510<0071>25<001D0061>-20<0043001D002400490033>-250<00560052004E00330026004100260073>35<0052006100300057>-250<004C0033004C00520061>-20<0077>-250<0043004E>-250<006E00630033>]TJ
-1 0 0 1 28.3464 81.0446 Tm [<00300077004E006F006E006300330030>-5262<006A00520047>20<0033004E>-250<0056004C006E0049006A00430026004100260073>35<0052006100300057>-250<004C0033004C00520061>-20<0077>-250<0043004E>-250<006E00630033>]TJ
-1 0 0 1 28.3464 69.747 Tm [<0063>15<006A0061006F0055006A0061>-6499<004E006E004C002400330061>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>]TJ
-1 0 0 1 28.3464 58.4493 Tm [<0043004E0043006A006F0063>15<006A0061006F0055006A0061>-4665<004E006E004C002400330061>-250<00520038>]TJ
-/F1 6.973848 Tf 1 0 0 1 149.2401 58.4493 Tm [<0042004D00420069>]TJ
-1 0 0 1 162.1473 56.8802 Tm [<0032>]TJ
-1 0 0 1 165.6333 58.4493 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 172.9101 58.4493 Tm [<0063>15<006A0061>-20<0043004E003C0063>]TJ
-1 0 0 1 28.3464 47.1517 Tm [<004C001D0075006F0063>15<006A0061>-20<0043004E003C0063>-4201<004C001D00750043004C006E004C>-250<001D004900490052>35<0073>30<00330030>-250<0063>15<006A0061>-20<0043004E003C0063>]TJ
-1 0 0 1 28.3464 35.8541 Tm [<0055005200520049006F0055006A0061>-5706<0063>15<006A0061>-20<0043004E003C>-250<0055005200520049>-250<0043004E00300033>35<0075>]TJ
-1 0 0 1 304.3626 781.4987 Tm [<0043004E0043006A006F0055005200520049006F0055006A0061>]TJ
-/F1 6.973848 Tf 1 0 0 1 385.9118 781.4987 Tm [<0042004D00420069>]TJ
-1 0 0 1 398.819 779.9295 Tm [<0032>]TJ
-1 0 0 1 402.305 781.4987 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 409.5817 781.4987 Tm [<0063>15<006A0061>-20<0043004E003C>-250<0055005200520049>-250<0043004E00300033>35<0075>]TJ
-1 0 0 1 304.3626 770.201 Tm [<0055005200520049006F0063004300790033>-5262<002C006E0061>-25<00610033004E006A>-250<0063004300790033>-250<001D004900490052002C001D006A00330030>-250<0038>40<00520061>-250<0063>15<006A0061>-20<0043004E003C>-250<002C>15<0040001D0061001D002C006A003300610063>]TJ
-1 0 0 1 304.3626 758.9034 Tm [<004E005200300033006F004C0033004C006F006E0063001D003C>25<0033>-1899<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<003C004300710043004E003C>-250<0043004E00630043003C0040006A>-250<0043004E006A0052>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<006E006300330030>-250<004E0052003000330063>]TJ
-1 0 0 1 304.3626 747.6057 Tm [<0071>25<001D0061006F004C0033004C006F004C001D0075>-3121<004E006E004C002400330061>-250<00520038>-250<001D004900490052002C001D006A00330030>-250<0073>35<0052006100300063>-250<0038>40<00520061>-250<004E0052003000330063>]TJ
-1 0 0 1 304.3626 736.3081 Tm [<007E0075006F004C0033004C006F004C001D0075>-3317<004E006E004C002400330061>-250<00520038>-250<001D004900490052002C001D006A00330030>-250<0073>35<0052006100300063>-250<0038>40<00520061>-250<006A00520047>20<0033004E0063>]TJ
-1 0 0 1 304.3626 725.0104 Tm [<007E0075006F004C0033004C006F0033004E0030>-3595<004C001D00750043004C006E004C>-250<004E006E004C002400330061>-250<00520038>-250<006E006300330030>-250<006A00520047>20<0033004E0063>]TJ
-1 0 0 1 304.3626 713.7128 Tm [<002C0063006F002C0052006E004E006A>-5540<004E006E004C002400330061>-250<00520038>-250<002C0052004E006A006100520049>-250<00630033005C>10<006E0033004E002C00330063>]TJ
-1 0 0 1 304.3626 702.4151 Tm [<0040001D00630040006F0063004300790033>-5207<0063004300790033>-250<00520038>-250<0040001D00630040>]TJ
-1 0 0 1 304.3626 691.1175 Tm [<0040001D00630040006F0033>35<0075006A0061001D>-4798<0033>35<0075006A0061001D>-250<001D004900490052>35<0073>30<00330030>-250<0040001D00630040>]TJ
-1 0 0 1 304.3626 679.8198 Tm [<0038>40<0052004E006A006F0055006A0061>-5913<004E006E004C002400330061>-250<00520038>-250<001D002C006A00430071>35<0033>-250<0038>40<0052004E006A0063>]TJ
-1 0 0 1 304.3626 668.5222 Tm [<004C001D0075006F0043004E006F0063>15<006A001D002C>20<0047>-3575<004C001D0075>-250<006E006300330030>-250<0043004E>15<0055006E006A>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
-1 0 0 1 304.3626 657.2246 Tm [<004C001D0075006F004E00330063>15<006A006F0063>15<006A001D002C>20<0047>-2757<004C001D0075>-250<006E006300330030>-250<004E00330063>15<006A0043004E003C>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
-1 0 0 1 304.3626 645.9269 Tm [<004C001D0075006F0055001D0061001D004C006F0063>15<006A001D002C>20<0047>-1854<004C001D0075>-250<006E006300330030>-250<0055001D0061001D004C0033006A00330061>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
-1 0 0 1 304.3626 634.6293 Tm [<004C001D0075006F0024006E0038006F0063>15<006A001D002C>20<0047>-3020<004C001D0075>-250<006E006300330030>-250<0024006E007B00330061>-250<0055005200630043006A00430052004E>]TJ
-1 0 0 1 304.3626 623.3316 Tm [<004C001D0075006F0063001D>30<0071>35<0033006F0063>15<006A001D002C>20<0047>-2641<004C001D0075>-250<006E006300330030>-250<0063001D>30<0071>35<0033>-250<0063>15<006A001D002C>20<0047>-250<0033004E006A0061>-20<004300330063>]TJ
-1 0 0 1 304.3626 612.034 Tm [<0063>15<006A001D002C>20<0047006F0063004300790033>-5020<0043004E>15<0055006E006A>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 600.7363 Tm [<004E00330063>15<006A006F0063004300790033>-5444<004E00330063>15<006A0043004E003C>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 589.4387 Tm [<0055001D0061001D004C006F0063004300790033>-4541<0055001D0061001D004C0033006A00330061>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 578.141 Tm [<0024006E0038006F0063004300790033>-5707<002C006E0061>-25<00610033004E006A>-250<001D004900490052002C001D006A00330030>-250<0063004300790033>-250<00520038>-250<006A00400033>-250<00490043004E0033>-250<0024006E007B00330061>]TJ
-1 0 0 1 304.3626 566.8434 Tm [<0063001D>30<0071>35<0033006F0063004300790033>-5328<0063001D>30<0071>35<0033>-250<0063>15<006A001D002C>20<0047>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 555.5457 Tm [<005200240045006F0055006A0061>-6206<004C001D0075>]TJ
-/F1 6.973848 Tf 1 0 0 1 403.5935 555.5457 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 418.6251 555.5457 Tm [<0052002400450033002C006A>-250<005500520043004E006A00330061>]TJ
-1 0 0 1 304.3626 544.2481 Tm [<005200240045006F006A001D0024006F0063004300790033>]TJ
-/F1 6.973848 Tf 1 0 0 1 385.9118 544.2481 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 400.9434 544.2481 Tm [<0052002400450033002C006A>-250<006A001D002400490033>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 532.9505 Tm [<005500300038006F00520063006F002C004E006A0061>-4318<004C001D0075>]TJ
-/F1 6.973848 Tf 1 0 0 1 403.5935 532.9505 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 418.6251 532.9505 Tm [<0052002400450033002C006A>-250<0063>15<006A00610033001D004C>-250<005500520043004E006A00330061>]TJ
-1 0 0 1 304.3626 521.6528 Tm [<005500300038006F00520063006F005200240045004300300075>]TJ
-/F1 6.973848 Tf 1 0 0 1 385.9118 521.6528 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 400.9434 521.6528 Tm [<0052002400450033002C006A>-250<0063>15<006A00610033001D004C>-250<0043004E00300033>35<0075>]TJ
-1 0 0 1 304.3626 510.3552 Tm [<005500300038006F003000330063>15<006A006F004E001D004C00330063006F0055006A0061>-1000<004C001D0075>]TJ
-/F1 6.973848 Tf 1 0 0 1 403.5935 510.3552 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 418.6251 510.3552 Tm [<003000330063>15<006A0043004E001D006A00430052004E>-250<005500520043004E006A00330061>]TJ
-1 0 0 1 304.3626 499.0575 Tm [<003000330063>15<006A006F004E001D004C00330063006F0063004300790033>]TJ
-/F1 6.973848 Tf 1 0 0 1 385.9118 499.0575 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 400.9434 499.0575 Tm [<003000330063>15<006A0043004E001D006A00430052004E>-250<006A001D002400490033>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 487.7599 Tm [<005500300038006F004C0033004C006F0055006A0061>-3651<004C001D0075>]TJ
-/F1 6.973848 Tf 1 0 0 1 403.5935 487.7599 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 418.6251 487.7599 Tm [<004C0033004C00520061>-20<0077>-250<006E006300330030>]TJ
-1 0 0 1 304.3626 476.4622 Tm [<005500300038006F004C0033004C006F0063004300790033>]TJ
-/F1 6.973848 Tf 1 0 0 1 385.9118 476.4622 Tm [<0054002F0037>]TJ
-/F1 8.966376 Tf 1 0 0 1 400.9434 476.4622 Tm [<004C0033004C00520061>-20<0077>-250<0063004300790033>]TJ
-1 0 0 1 304.3626 465.1646 Tm [<0049001D0061>15<003C>25<00330063>15<006A006F006E006300330030006F004C001D00610047>-1596<004C001D0075>-250<006100330038>35<003300610033004E002C00330030>-250<004C001D006100470063>-250<002C0049001D00630063>]TJ
-1 0 0 1 304.3626 453.8669 Tm [<007E00490033004E001D004C0033>-5651<004E001D004C0033>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E>15<0055006E006A>-250<007E00490033>]TJ
-1 0 0 1 304.3626 442.5693 Tm [<0043004E>15<0055006E006A00430030>-6276<004E006E004C00330061>-20<0043002C>-250<00430030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E>15<0055006E006A>]TJ
-1 0 0 1 304.3626 431.2716 Tm [<00490043004E0033004E006E004C002400330061>-4540<00490052002C001D006A00430052004E>-250<0043004E>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<0043004E>15<0055006E006A>-250<007E00490033>]TJ
-1 0 0 1 304.3626 419.974 Tm [<0049001D0063>15<006A00330061>-25<0061005200610063>15<006A0061>-20<0043004E003C>-3470<0049001D0063>15<006A>-250<00330061>-25<006100520061>-250<0063>15<006A0061>-20<0043004E003C>]TJ
-1 0 0 1 304.3626 408.6764 Tm [<0049006E001D0024>30<0077006A0033002C0052003000330063>-3904<004E006E004C002400330061>-250<00520038>-250<001D002C006A00430071>35<0033>]TJ
-/F1 6.973848 Tf 1 0 0 1 448.5957 408.6764 Tm [<0048>25<006D>65<001C>]TJ
-/F1 8.966376 Tf 1 0 0 1 464.5409 408.6764 Tm [<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A003300610063>]TJ
-1 0 0 1 304.3626 397.3787 Tm [<0049006E001D0024>30<0077006A0033002C005200300033006F0024>30<0077006A00330063>-1712<004E006E004C002400330061>-250<00520038>-250<0024>30<0077006A00330063>-250<0043004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 455.3743 397.3787 Tm [<0048>25<006D>65<001C>]TJ
-/F1 8.966376 Tf 1 0 0 1 471.3195 397.3787 Tm [<0024>30<0077006A0033002C005200300033>-250<00610033003C00430063>15<006A003300610063>]TJ
-1 0 0 1 304.3626 386.0811 Tm [<0049006E001D0063>15<006A001D006A0033006F0024>30<0077006A00330063>-3474<004E006E004C002400330061>-250<00520038>-250<0024>30<0077006A00330063>-250<0043004E>-250<006E00630033>-250<0024>30<0077>]TJ
-/F1 6.973848 Tf 1 0 0 1 480.5071 386.0811 Tm [<0048>25<006D>65<001C>]TJ
-/F1 8.966376 Tf 1 0 0 1 496.4523 386.0811 Tm [<0043004E006A00330061>-25<005500610033006A003300610063>]TJ
-1 0 0 1 304.3626 374.7834 Tm [<0052006E006A0055006E006A006F001D002C006A00430071>35<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.9118 374.7834 Tm [<006A0061006E0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 402.0574 374.7834 Tm [<00430038>-250<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 422.976 374.7834 Tm [<00250052006E006A0055006E006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 449.8947 374.7834 Tm [<00610052006E006A0043004E0033>-250<00430063>-250<001D002C006A00430071>35<0033>]TJ
-1 0 0 1 304.3626 363.4858 Tm [<002C001D004900490024001D002C>20<00470063>-5394<006A0052006A001D0049>-250<004E006E004C002400330061>-250<00520038>-250<0033>35<0075>30<0033002C006E006A00330030>-250<002C001D004900490024001D002C>20<00470063>-250<00630052>-250<0038>25<001D0061>]TJ
-1 0 0 1 304.3626 352.1881 Tm [<0043004E0030004300610033002C006A006F002C001D004900490024001D002C>20<00470063>-1839<004E006E004C002400330061>-362<00520038>-362<006A0040005200630033>-362<006A0040001D006A>-363<0073>29<003300610033>-361<006A00400033004C006300330049>29<0071>35<00330063>-361<001D>-363<006100330063006E0049006A>-362<00520038>]TJ
-1 0 0 1 385.9118 340.8905 Tm [<0052006A004000330061>-250<002C001D004900490024001D002C>20<00470063>-250<005600330059003C0059>-333<007E00490033>-250<00610033001D00300033006100630057>]TJ
-1 0 0 1 304.3626 329.5928 Tm [<0049006E001D006A0033>35<0075006F00630071004E>-4797<006A00400033>-250<0049006E001D006A0033>35<0075>-250<006100330055005200630043006A00520061>-20<0077>-250<00430030>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059003900530057>]TJ
-1 0 0 1 304.3626 318.2952 Tm [<0049006E001D006A0033>35<0075006F0071>35<00330061006300430052004E>-3277<006A00400033>-250<0049006E001D006A0033>35<0075>-250<0071>35<00330061006300430052004E>-250<004E006E004C002400330061>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
-1 0 0 1 304.3626 306.9975 Tm [<0049006E001D006A0033>35<0075006F00610033>25<00710043006300430052004E>-2989<006A00400033>-250<0049006E001D006A0033>35<0075>-250<00610033>25<00710043006300430052004E>-250<0063>15<006A0061>-20<0043004E003C>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
-1 0 0 1 304.3626 295.6999 Tm [<0043004E0043006F0071>35<00330061006300430052004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 385.9118 295.6999 Tm [<006A0061006E0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 402.0574 295.6999 Tm [<00430038>-250<006A004000430063>-250<00430063>-250<001D004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 443.9035 295.6999 Tm [<0042004D00420069>]TJ
-1 0 0 1 456.8107 294.1308 Tm [<0032>]TJ
-1 0 0 1 460.2968 295.6999 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 467.5735 295.6999 Tm [<0061>-20<006E004E>-250<0056001D0030003000330030>-250<0043004E>-250<007A0059006B00340057>]TJ
-/F5 11.620364 Tf 1 0 0 1 304.3626 261.807 Tm [<0069>80<00770055003300630033>5<006A006A0043004E003C>-278<006A>-5<001D002400490033>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 239.2117 Tm [<006A>5<0033>20<0075005900630033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 329.6853 239.2117 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<0071>20<001D0049006E00330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 227.914 Tm [<00620033006A>-250<001D>-250<004E001D004C00330030>-250<0043004E006A00330061>-20<004E001D0049>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 216.6164 Tm [<0071>20<001D0049006E0033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 332.6872 216.6164 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 358.5344 216.6164 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 205.3187 Tm [<003B0033006A>-250<001D>-250<004E001D004C00330030>-250<0043004E006A00330061>-20<004E001D0049>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-1 0 0 1 304.3626 194.0211 Tm [<004B001D004E>30<0077>-250<00520038>]TJ
-/F1 6.973848 Tf 1 0 0 1 336.9643 194.0211 Tm [<0048>25<006D>65<001C>55<0069>]TJ
-1 0 0 1 353.5119 192.452 Tm [<0032>]TJ
-1 0 0 1 356.998 194.0211 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 362.0331 194.0211 Tm [<005F0063>-250<0043004E006A00330061>-20<004E001D0049>-250<0055001D0061001D004C0033006A003300610063>-250<002C001D004E>-250<00240033>-250<005C>10<006E00330061>-20<004300330030>-250<001D004E0030>-250<00630033006A>-250<006A004000430063>-250<0073>25<001D>30<0077>65<002E>-250<0024006E006A>]TJ
-1 0 0 1 304.3626 182.7234 Tm [<004E0052006A>-250<004E0033001D0061>20<0049>25<0077>-250<001D004900490059>-500<006900400033>-250<00240043003C>-250<006100330038>35<003300610033004E002C0033>-250<004C001D004E006E001D0049>-250<0040001D0063>-250<001D004E>-250<0033>35<0075006A0033004E006300430071>35<0033>-250<004900430063>15<006A0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 160.1282 Tm [<006A>5<0033>20<0075005900630033>5<006A>-5<001D006A006A006100430024006E006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 361.964 160.1282 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 148.8305 Tm [<00620033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 137.5329 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 137.5329 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A>-5<001D006A006A006100430024006E006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 399.0442 137.5329 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 126.2352 Tm [<003B0033006A>-250<001D004E>-250<001D006A006A0061>-20<00430024006E006A0033>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 114.9376 Tm [<006A>5<0033>20<0075005900630033>5<006A00240052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 343.8314 114.9376 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 103.6399 Tm [<00620033006A>-250<001D>-250<00240052>35<0075>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 92.3423 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 331.509 92.3423 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A00240052>25<0075>]TJ
-/F6 8.069684 Tf 1 0 0 1 371.5024 92.3423 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 81.0446 Tm [<003B0033006A>-250<001D>-250<00240052>35<0075>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 69.747 Tm [<006A>5<0033>20<0075005900630033>5<006A002C0052006E004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 351.6509 69.747 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 58.4493 Tm [<00620033006A>-250<001D>-250<002C0052006E004E006A>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 47.1517 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 47.1517 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A002C0052006E004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 388.7311 47.1517 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 35.8541 Tm [<003B0033006A>-250<001D>-250<002C0052006E004E006A>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-ET
-
-endstream
-endobj
-40 0 obj
-<</Type/Page/Contents 41 0 R/Resources 39 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-39 0 obj
-<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R/F7 21 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-44 0 obj
-<</Length 38317 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0034>-48615<0048006E001D006A0033>34<0075>-249<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>34<003300610033004E002C0033>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 781.4987 Tm [<006A>5<0033>20<0075005900630033>5<006A00300043004C0033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 77.4344 781.4987 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 770.201 Tm [<00620033006A>-250<001D>-250<00300043004C0033004E>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 758.9034 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 758.9034 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A00300043004C0033004E>]TJ
-/F6 8.069684 Tf 1 0 0 1 114.5145 758.9034 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 747.6057 Tm [<003B0033006A>-250<001D>-250<00300043004C0033004E>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 736.3081 Tm [<006A>5<0033>20<0075005900630033>5<006A0063004700430055>]TJ
-/F6 8.069684 Tf 1 0 0 1 69.8166 736.3081 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E0052003000330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 725.0104 Tm [<00620033006A>-250<001D>-250<0063004700430055>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 713.7128 Tm [<004E005200300033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.4929 713.7128 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A0063004700430055>]TJ
-/F6 8.069684 Tf 1 0 0 1 97.4875 713.7128 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 702.4151 Tm [<003B0033006A>-250<001D>-250<0063004700430055>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 691.1175 Tm [<006A>5<0033>20<0075005900630033>5<006A006A>10<00520047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 70.099 691.1175 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 679.8198 Tm [<00620033006A>-250<001D>-250<006A005200470063>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 668.5222 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 57.2359 668.5222 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A006A>10<00520047>10<0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 99.513 668.5222 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 657.2246 Tm [<003B0033006A>-250<001D>-250<006A005200470063>-250<00610033003C00430063>15<006A00330061>50<0059>-500<001C004900630052>-250<001D002C002C00330055006A0063>-250<001D>-250<00550061003300300033007E004E00330030>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 645.9269 Tm [<006A>5<0033>20<0075005900630033>5<006A002C001D006A002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 84.1645 645.9269 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0029004E006E004C002400330061002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 634.6293 Tm [<00620033006A>-250<001D>-250<002C001D006A0033003C00520061>-20<0077>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 623.3316 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 623.3316 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A002C001D006A002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.2447 623.3316 Tm [<00560029004E006E004C002400330061002A002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 202.2602 623.3316 Tm [<003B0033006A>-250<001D>-250<002C001D006A0033003C00520061>-20<0077>-250<002C0052003000330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 612.034 Tm [<006A>5<0033>20<0075005900630033>5<006A0049002C002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 79.2339 612.034 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 600.7363 Tm [<00620033006A>-250<001D>-250<00490052>35<0073>30<00330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 589.4387 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 589.4387 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A0049002C002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 116.3141 589.4387 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 160.9999 589.4387 Tm [<003B0033006A>-250<001D>-250<00490052>35<0073>30<00330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 578.141 Tm [<006A>5<0033>20<0075005900630033>5<006A00630038002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 79.6777 578.141 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 184.3052 578.141 Tm [<00620033006A>-250<001D>-250<00630055001D002C0033>-250<0038>25<001D002C006A00520061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 566.8434 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 566.8434 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A00630038002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 116.7579 566.8434 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 161.4437 566.8434 Tm [<003B0033006A>-250<001D>-250<00630055001D002C0033>-250<0038>25<001D002C006A00520061>50<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 555.5457 Tm [<006A>5<0033>20<0075005900630033>5<006A006E002C002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 81.9211 555.5457 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 544.2481 Tm [<00620033006A>-250<001D004E>-250<006E0055005500330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 532.9505 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A006E002C002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 119.0013 532.9505 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 163.6871 532.9505 Tm [<003B0033006A>-250<001D004E>-250<006E0055005500330061002C001D00630033>-250<002C0052003000330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 521.6528 Tm [<006A>5<0033>20<0075005900630033>5<006A004C001D006A0040002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 91.7823 521.6528 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 186.5485 521.6528 Tm [<00620033006A>-250<001D>-250<004C001D006A0040>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 510.3552 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 510.3552 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A004C001D006A0040002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 119.0013 510.3552 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 163.6871 510.3552 Tm [<003B0033006A>-250<001D>-250<004C001D006A0040>-250<002C0052003000330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 499.0575 Tm [<006A>5<0033>20<0075005900630033>5<006A003000330049002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 84.1645 499.0575 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<004E006E004C002400330061>70<002E>-278<006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 178.9308 499.0575 Tm [<00620033006A>-250<001D>-250<0030003300490043004C0043006A00330061>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 487.7599 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 487.7599 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A003000330049002C005200300033>]TJ
-/F6 8.069684 Tf 1 0 0 1 111.3835 487.7599 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 156.0693 487.7599 Tm [<003B0033006A>-250<001D>-250<0030003300490043004C0043006A00330061>-250<002C0052003000330059>]TJ
-1 0 0 1 28.3464 476.4622 Tm [<0042004E>-250<001D00490049>-250<006A00400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 62.4635 476.4622 Tm [<006A>5<0033>20<0075005900630033>5<006A005900590059>]TJ
-/F1 8.966376 Tf 1 0 0 1 98.9995 476.4622 Tm [<0038006E004E002C006A00430052004E0063>-250<001D00240052>35<0071>35<0033002E>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<00490043006A00330061001D0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 272.0058 476.4622 Tm [<005E003C004900520024001D0049005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 299.2651 476.4622 Tm [<0059>]TJ
-1 0 0 1 28.3464 465.1646 Tm [<006900400033>-250<0043006A0033004C0063>-250<002C001D004E>-250<001D004900630052>-250<00240033>-250<001D002C002C00330063006300330030>-250<0030004300610033002C006A0049>25<0077>-250<00710043001D>-250<007100430061>-25<006A006E001D0049>-250<001D0061>-25<0061001D>30<0077>25<0063002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 238.9846 465.1646 Tm [<006A>15<0033>25<00750059001D006A006A006100430024006E006A>15<003300630029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 289.2265 465.1646 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 453.8669 Tm [<006A>15<0033>25<0075005900240052>25<00750029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 58.3254 453.8669 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 62.8086 453.8669 Tm [<006A>15<0033>25<00750059002C0052006E004E006A0029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 99.7193 453.8669 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 104.2025 453.8669 Tm [<006A>15<0033>25<0075005900300043004C0033004E0029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 143.3486 453.8669 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 147.8318 453.8669 Tm [<006A>15<0033>25<0075005900630047004300550029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 179.352 453.8669 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 183.8352 453.8669 Tm [<006A>15<0033>25<00750059006A>10<00520047>5<00630029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 215.6862 453.8669 Tm [<0064>]TJ
-/F6 8.069684 Tf 1 0 0 1 220.4205 453.8669 Tm [<006A>15<0033>25<00750059002C001D006A002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 265.8528 453.8669 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 270.336 453.8669 Tm [<006A>15<0033>25<007500590049002C002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 310.8297 453.8669 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 442.5693 Tm [<006A>15<0033>25<0075005900630038002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 69.292 442.5693 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 73.7752 442.5693 Tm [<006A>15<0033>25<00750059006E002C002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 116.9642 442.5693 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 121.4474 442.5693 Tm [<006A>15<0033>25<00750059004C001D006A>5<0040002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 174.0134 442.5693 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 178.4965 442.5693 Tm [<006A>15<0033>25<00750059003000330049002C0052003000330029002A>]TJ
-/F1 8.966376 Tf 1 0 0 1 223.9289 442.5693 Tm [<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 419.974 Tm [<006A>5<0033>20<0075005900630033>5<006A004C001D006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 72.9476 419.974 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 408.6764 Tm [<00620033006A>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<004C001D006A0040>-250<0055001D0061001D004C0033006A00330061>50<0059>-500<006900400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<004900430047>20<0033>-250<006A00400033>-250<002C0063004E001D004C0033>-250<0024006E006A>-250<00730043006A00400041>]TJ
-1 0 0 1 40.3016 397.3787 Tm [<0052006E006A>-250<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 67.2007 397.3787 Tm [<006D>5<004C001D006A>5<0040>]TJ
-/F1 8.966376 Tf 1 0 0 1 93.1269 397.3787 Tm [<005500610033007E0075002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<0063>15<006A0077>30<00490033>-250<004E001D004C0033>-250<004C0043004E006E0063>-250<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 273.8263 397.3787 Tm [<0063>5<006A0077>5<00490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 292.5785 397.3787 Tm [<0063006E007C00750059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 386.0811 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 386.0811 Tm [<006A>5<0033>20<00750059003C>-10<0033>5<006A004C001D006A0040>]TJ
-/F6 8.069684 Tf 1 0 0 1 110.0278 386.0811 Tm [<00560063>5<006A00610043004E003C002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 374.7834 Tm [<003B0033006A>-250<001D004E>-250<0043004E006A00330061>-20<004E001D0049>-250<004C001D006A0040>-250<0055001D0061001D004C0033006A00330061>50<0059>-500<006900400033>-250<007E00610063>15<006A>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<004900430047>20<0033>-250<006A00400033>-250<002C0063004E001D004C0033>-250<0024006E006A>-250<00730043006A00400041>]TJ
-1 0 0 1 40.3016 363.4858 Tm [<0052006E006A>-250<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 67.2007 363.4858 Tm [<006D>5<004C001D006A>5<0040>]TJ
-/F1 8.966376 Tf 1 0 0 1 93.1269 363.4858 Tm [<005500610033007E0075002E>-250<006A00400033>-250<00630033002C0052004E0030>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<001D>-250<0063>15<006A0077>30<00490033>-250<004E001D004C0033>-250<004C0043004E006E0063>-250<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 273.8263 363.4858 Tm [<0063>5<006A0077>5<00490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 292.5785 363.4858 Tm [<0063006E007C00750059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 352.1881 Tm [<006A>5<0033>20<00750059005500610043004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 59.9796 352.1881 Tm [<00560029004E006E004C002400330061002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 340.8905 Tm [<00540061>-20<0043004E006A>-250<001D>-250<00630033005C>10<006E0033004E002C0033>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0056004E0052006A>-250<0045006E0063>15<006A>-250<006A0073>35<00520057>-250<001D0063>-250<00490043004E003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>]TJ
-1 0 0 1 40.3016 329.5928 Tm [<00430063>-250<001D>-250<002C001D006A002C005200300033>-250<006A001D002400490033>-250<004300300059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 318.2952 Tm [<006A>5<0033>20<007500590063005500610043004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 64.4664 318.2952 Tm [<00560029004E006E004C002400330061002A002E>-278<0063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 306.9975 Tm [<00540061>-20<0043004E006A>-250<001D>-250<00630033005C>10<006E0033004E002C0033>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0056004E0052006A>-250<0045006E0063>15<006A>-250<006A0073>35<00520057>-250<001D0063>-250<0055001D0061>-25<006A0043001D0049>-250<00490043004E003300630059>-500<006900400033>-250<00520055006A00430052004E001D0049>]TJ
-1 0 0 1 40.3016 295.6999 Tm [<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A002C005200300033>-250<006A001D002400490033>-250<004300300059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 284.4023 Tm [<006A>5<0033>20<00750059006A005500610043004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 62.6668 284.4023 Tm [<0056006A001D002400490033002E>-278<0029006A001D002400490033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 273.1046 Tm [<002B0052004C00240043004E0033>-250<001D004E>30<0077>-250<004E006E004C002400330061>-250<00520038>]TJ
-/F6 8.069684 Tf 1 0 0 1 129.6874 273.1046 Tm [<006A>15<0033>25<007500590063005500610043004E006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 162.1034 273.1046 Tm [<005F0063>-250<0043004E006A0052>-250<001D>-250<00630043004E003C00490033>-250<0038006E004E002C006A00430052004E>-250<002C001D004900490059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 261.807 Tm [<006A>5<0033>20<00750059007300610043006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 60.8431 261.807 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 250.5093 Tm [<00540061>-20<0043004E006A>-250<001D>-250<00630033005C>10<006E0033004E002C0033>-250<00520038>-250<0063>15<006A0061>-20<0043004E003C0063>-250<0056004E0052006A>-250<0045006E0063>15<006A>-250<006A0073>35<00520057>-250<001D0063>-250<00300033006A00520047>20<0033004E0043007900330030>-250<0030001D006A001D0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 239.2117 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 239.2117 Tm [<006A>5<0033>20<0075005900610052006E004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 101.4659 239.2117 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 146.1517 239.2117 Tm [<0060>35<0052006E004E0030>-250<001D>-250<004E006E004C002400330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 227.914 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 227.914 Tm [<006A>5<0033>20<007500590063002C001D00490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 98.7948 227.914 Tm [<0056004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 216.6164 Tm [<004B006E0049006A004300550049004300330063>-250<006A00400033>-250<007E00610063>15<006A>-250<004E006E004C002400330061>-250<005600520061>-250<001D00490049>-250<007E0033004900300063>-250<0043004E>-250<001D>-250<006A001D0024004900330057>-250<00730043006A0040>-250<006A00400033>-250<00630033002C0052004E0030>-250<001D0061>15<003C006E0041>]TJ
-1 0 0 1 40.3016 205.3187 Tm [<004C0033004E006A>-250<005600430038>-250<006A00400033>-250<007E00610063>15<006A>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<006A001D002400490033002E>-250<00630052>-250<00430063>-250<006A00400033>-250<00610033006A006E0061>-20<004E>-250<0071>25<001D0049006E003300570059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 194.0211 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 194.0211 Tm [<006A>5<0033>20<0075005900630055>]TJ
-/F6 8.069684 Tf 1 0 0 1 88.0218 194.0211 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 125.0414 194.0211 Tm [<002B0052004E>30<0071>35<00330061>-25<006A>-250<001D>-250<00300043004C0033004E006300430052004E>-250<0063>15<006A0061>-20<0043004E003C>-250<006A0052>-250<0063002C001D004900330030>-250<005500520043004E006A00630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 182.7234 Tm [<006A>5<0033>20<0075005900300033007E004E00330038>10<0052004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 80.9689 182.7234 Tm [<0056002900240052005200490033001D004E002A002E>-278<0063>5<006A00610043004E003C002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 171.4258 Tm [<002F0033007E004E0033>-250<001D>-250<0038>40<0052004E006A>-250<002C0063004E001D004C00330059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<00240052005200490033001D004E>-250<0043004E00300043002C001D006A00330063>-250<0038>40<00520061>-250<003C004900520024001D0049>-250<00300033007E004E0041>]TJ
-1 0 0 1 40.3016 160.1282 Tm [<0043006A00430052004E002E>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<00430063>-250<006A00400033>-250<002C0063004E001D004C0033002E>-250<006A00400033>-250<004E006E004C002400330061>-250<00430063>-250<001D>-250<0038>40<0052004E006A>-250<004300300059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 148.8305 Tm [<006A>5<0033>20<0075005900330061006100520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 60.8834 148.8305 Tm [<00560063>5<006A00610043004E003C002E>-278<0029006A001D002400490033002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 137.5329 Tm [<002B00610033001D006A0033>-250<001D004E>-250<00330061>-25<006100520061>-250<006A0040001D006A>-250<00430063>-250<00550061003300630033004E006A00330030>-250<006A0052>-250<006A00400033>-250<006E006300330061>50<0059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<006A001D002400490033>-250<00430063>-250<001D004E>-250<001D00610041>]TJ
-1 0 0 1 40.3016 126.2352 Tm [<0061001D>30<0077>-250<00520038>-250<0040003300490055>-250<004C003300630063001D003C>25<0033>-250<0063>15<006A0061>-20<0043004E003C00630059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 114.9376 Tm [<006A>5<0033>20<007500590033004E001D002400490033005500610043004C0043006A00430071>15<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 105.6137 114.9376 Tm [<00560063>5<006A00610043004E003C002E>-278<006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 103.6399 Tm [<0032004E001D002400490033>-250<006A00400033>-250<001D00490049>-250<00550061>-20<0043004C0043006A00430071>35<00330063>-250<0043004E>-250<006A00400033>-250<001D0061>-25<0061001D>30<0077>-250<006E00630043004E003C>-250<006A00400033>-250<0063>15<006A0061>-20<0043004E003C>-250<001D0063>-250<005500610033007E00750059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 92.3423 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 92.3423 Tm [<006A>5<0033>20<007500590033>20<0075006A0061>-5<001D005500610043004C0043006A00430071>15<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 125.909 92.3423 Tm [<00560063>5<006A00610043004E003C002E>-278<00290063>5<006A00610043004E003C002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 81.0446 Tm [<0060>25<0033006A006E0061>-20<004E>-250<001D00490049>-250<00550061>-20<0043004C0043006A00430071>35<00330063>-250<0043004E>-250<001D>-250<005600630033006A>-250<005200380057>-250<0033>35<0075006A0033004E006300430052004E>-250<004300300033004E006A0043007E0033006100630059>-500<0070>90<001D004900430030>-250<004300300033004E006A0043007E003300610063>]TJ
-1 0 0 1 40.3016 69.747 Tm [<001D00610033002D>]TJ
-/F6 8.069684 Tf 1 0 0 1 60.467 69.747 Tm [<005E006A>15<0033>25<0075005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 76.6386 69.747 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 81.1218 69.747 Tm [<005E002C00520061>10<0033005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 102.4661 69.747 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 106.9493 69.747 Tm [<005E0033>10<006A>15<0033>25<0075005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 127.527 69.747 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 132.0102 69.747 Tm [<005E005500300038>-25<006A>15<0033>25<0075005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 159.6005 69.747 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 164.0837 69.747 Tm [<005E0052004C0033003C>5<001D005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 194.4418 69.747 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 198.925 69.747 Tm [<005E001D0049003300550040005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 224.3929 69.747 Tm [<002E>-250<001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 244.0651 69.747 Tm [<005E0049006E001D006A>15<0033>25<0075005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 271.0017 69.747 Tm [<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 58.4493 Tm [<006A001D002400490033>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 55.041 58.4493 Tm [<006A>5<0033>20<00750059005500610043004C0043006A00430071>15<00330063>]TJ
-/F6 8.069684 Tf 1 0 0 1 106.7434 58.4493 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 47.1517 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<001D>-250<006A001D002400490033>-250<00520038>-250<001D00490049>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D002C006A00430071>35<0033>-250<00550061>-20<0043004C0043006A00430071>35<00330063002E>-250<00730043006A0040>-250<006A0040003300430061>-250<004C0033001D004E0043004E003C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 28.3464 35.8541 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 64.9021 35.8541 Tm [<006A>5<0033>20<007500590024001D0030004E003300630063>]TJ
-/F6 8.069684 Tf 1 0 0 1 111.3432 35.8541 Tm [<0056004E006E004C002400330061>70<002E>-278<004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 187.3071 35.8541 Tm [<002B0052004C0055006E006A0033>-250<001D>-250<0024001D0030004E003300630063>-250<0071>25<001D0049006E00330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 781.4987 Tm [<006A>5<0033>20<0075005900490043004E003300240061>-5<0033001D0047>]TJ
-/F6 8.069684 Tf 1 0 0 1 353.5392 781.4987 Tm [<0056004E005200300033002E>-278<006A001D0024004900330057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 770.201 Tm [<0060>25<006E004E>-250<006A00400033>-250<00490043004E0033>-250<002400610033001D0047>20<00330061>-250<0052004E>-250<001D>-250<004E005200300033>-250<004900430063>15<006A0059>-500<006900400033>-250<006A001D002400490033>-250<004900430063>15<006A0063>-250<00630033006A006A0043004E003C00630059>]TJ
-1 0 0 1 304.3626 758.9034 Tm [<006900400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 320.5469 758.9034 Tm [<006A>5<0033>20<0075005900490043004E003300240061>-5<0033001D0047>]TJ
-/F1 8.966376 Tf 1 0 0 1 371.9651 758.9034 Tm [<0055001D0061001D004C0033006A003300610063002D>]TJ
-/F7 8.966376 Tf 1 0 0 1 304.3626 747.6057 Tm [<004E001D004C0033>-7767<006A007700550033>-5499<003000330063002C006100430055>10<006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 736.3081 Tm [<0055001D0061003000430061>-7712<0063>15<006A0061>-20<0043004E003C>]TJ
-1 0 0 1 304.3626 725.0104 Tm [<005500610033006A0052004900330061001D004E002C0033>-5158<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 713.7128 Tm [<006A0061001D002C0043004E003C0055001D0061001D003C>-10<0061001D005500400063>-2926<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 702.4151 Tm [<006A0052004900330061001D004E002C0033>-6435<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 691.1175 Tm [<00490052005200630033004E003300630063>-6267<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 679.8198 Tm [<0040>30<0077005500400033004E>15<00550033004E001D0049006A0077>-4257<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 668.5222 Tm [<0033>35<00750040>30<0077005500400033004E>15<00550033004E001D0049006A0077>-3348<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 657.2246 Tm [<005500300038>25<001D00300045006E0063>15<006A00630055001D002C0043004E003C>-3363<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 645.9269 Tm [<001D0030004500300033004C00330061>-20<0043006A0063>-5414<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 634.6293 Tm [<005500300038005500610052006A0061>-20<006E00300033002C>15<0040001D00610063>-3264<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 623.3316 Tm [<00490043004E003300550033004E001D0049006A0077>-5656<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 612.034 Tm [<0049001D0063>15<006A00490043004E0033007E006A>-6392<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 600.7363 Tm [<00300052006E0024004900330040>30<0077005500400033004E00300033004C00330061>-20<0043006A0063>-1000<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 589.4387 Tm [<007E004E001D00490040>30<0077005500400033004E00300033004C00330061>-20<0043006A0063>-1944<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 578.141 Tm [<0040001D004E003C>20<001D0038006A00330061>-6344<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 566.8434 Tm [<0043004E006A00330061>20<00490043004E003300550033004E001D0049006A0077>-3843<004E006E004C002400330061>-250<00520061>-250<006A001D002400490033>-1000<00430038>-376<001D>-376<006A001D002400490033002E>-407<006A00400033004E>-377<0043006A>-376<00430063>-376<001D004E>-376<001D0061>-25<0061001D>29<0077>]TJ
-1 0 0 1 460.6644 555.5457 Tm [<004900430047>20<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 476.1763 555.5457 Tm [<00250043004E006A>15<0033006100490043004E003300550033004E001D0049006A004300330063>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 544.2481 Tm [<002C0049006E002400550033004E001D0049006A0077>-5434<004E006E004C002400330061>-250<00520061>-250<006A001D002400490033>-1000<00430038>-376<001D>-376<006A001D002400490033002E>-407<006A00400033004E>-377<0043006A>-376<00430063>-376<001D004E>-376<001D0061>-25<0061001D>29<0077>]TJ
-1 0 0 1 460.6644 532.9505 Tm [<004900430047>20<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 476.1763 532.9505 Tm [<0025002C0049006E002400550033004E001D0049006A004300330063>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 521.6528 Tm [<0073004300300052>35<007300550033004E001D0049006A0077>-4469<004E006E004C002400330061>-250<00520061>-250<006A001D002400490033>-1000<00430038>-376<001D>-376<006A001D002400490033002E>-407<006A00400033004E>-377<0043006A>-376<00430063>-376<001D004E>-376<001D0061>-25<0061001D>29<0077>]TJ
-1 0 0 1 460.6644 510.3552 Tm [<004900430047>20<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 476.1763 510.3552 Tm [<00250073004300300052>10<007300550033004E001D0049006A004300330063>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 499.0575 Tm [<0024006100520047>20<0033004E>15<00550033004E001D0049006A0077>-4414<004E006E004C002400330061>]TJ
-1 0 0 1 304.3626 487.7599 Tm [<0033004C00330061>15<003C>25<0033004E002C0077>25<0063>15<006A00610033006A002C>15<0040>-3142<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 476.4622 Tm [<0040001D004E003C0043004E00300033004E006A>-5656<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 465.1646 Tm [<00400063004300790033>-8045<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 453.8669 Tm [<004900330038006A0063004700430055>-7100<003C0049006E0033006F006300550033002C>-250<004E005200300033>]TJ
-1 0 0 1 304.3626 442.5693 Tm [<0061>-20<0043003C0040006A0063004700430055>-6524<003C0049006E0033006F006300550033002C>-250<004E005200300033>]TJ
-1 0 0 1 304.3626 431.2716 Tm [<005500300038>35<0033001D002C>15<004000490043004E0033004000330043003C0040006A>-2985<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 419.974 Tm [<005500300038>35<0033001D002C>15<004000490043004E0033003000330055006A0040>-3263<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 408.6764 Tm [<00550030007C00610063>15<006A00490043004E0033004000330043003C0040006A>-3288<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 397.3787 Tm [<00550030007F001D0063>15<006A00490043004E0033003000330055006A0040>-3726<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 386.0811 Tm [<00550030007E003C004E005200610033003000300043004C0033004E>-3267<004E006E004C002400330061>-4277<0043004E>-250<0063002C001D004900330030>-250<005500520043004E006A0063>]TJ
-1 0 0 1 304.3626 374.7834 Tm [<0055001D006100630040001D00550033>-6546<006A001D002400490033>]TJ
-1 0 0 1 304.3626 352.1881 Tm [<006900400033>]TJ
-/F5 8.069684 Tf 1 0 0 1 320.5469 352.1881 Tm [<006A>5<0033>20<0075005900490043004E003300240061>-5<0033001D0047>]TJ
-/F1 8.966376 Tf 1 0 0 1 371.9651 352.1881 Tm [<00610033006A006E0061>-20<004E00330030>-250<006A001D002400490033>-250<0030001D006A001D002D>]TJ
-1 0 0 1 304.3626 340.8905 Tm [<005500610033>25<0071003000330055006A0040>-1000<003000330055006A0040>-250<00520038>-250<006A00400033>-250<0049001D0063>15<006A>-250<00490043004E0033>-250<0043004E>-250<006A00400033>-250<0024006100520047>20<0033004E>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
-1 0 0 1 304.3626 329.5928 Tm [<005500610033>25<0071>40<003C>-10<0061001D0038>-1642<004E006E004C002400330061>-250<00520038>-250<00490043004E00330063>-250<0043004E>-250<006A00400033>-250<0024006100520047>20<0033004E>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
-1 0 0 1 304.3626 318.2952 Tm [<00490052005200630033004E003300630063>-1141<006A00400033>-250<001D002C006A006E001D0049>-250<00490052005200630033004E003300630063>-250<0071>25<001D0049006E0033>-250<0043004E>-250<006A00400033>-250<0024006100520047>20<0033004E>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
-1 0 0 1 304.3626 306.9975 Tm [<00300033004C00330061>-20<0043006A0063>-1510<006A00400033>-250<006A0052006A001D0049>-250<00300033004C00330061>-20<0043006A0063>-250<00520038>-250<006A00400033>-250<002C>15<0040005200630033004E>-250<006300520049006E006A00430052004E>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 284.4023 Tm [<006A>5<0033>20<0075005900630040004300550052006E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 347.2045 284.4023 Tm [<0056004E006E004C0024003300610057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 273.1046 Tm [<00620040004300550063>-250<006A00400033>-250<00240052>35<0075>-250<006A0052>-250<006A00400033>-250<0052006E006A0055006E006A>-250<007E00490033>-250<001D004E0030>-250<002C00490033001D00610063>-250<006A00400033>-250<00240052>35<00750059>]TJ
-1 0 0 1 304.3626 250.5093 Tm [<006900400033>-250<007100430061>-25<006A006E001D0049>-250<006A001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 366.0961 250.5093 Tm [<006A>15<0033>25<00750059004900430063>5<006A0063>]TJ
-/F1 8.966376 Tf 1 0 0 1 394.8789 250.5093 Tm [<002C0052004E006A001D0043004E0063>-250<006A00400033>-250<00630033006A>-250<00520038>-250<0043004E006A00330061>-20<004E001D0049>-250<00610033003C00430063>15<006A003300610063>-250<006A0040001D006A>-250<0047>20<003300330055>-250<006A0061001D002C>20<0047>]TJ
-1 0 0 1 304.3626 239.2117 Tm [<00520038>-250<0024006E0043004900300043004E003C>-250<0055001D003C>25<0033>-250<004900430063>15<006A00630059>]TJ
-/F7 8.966376 Tf 1 0 0 1 304.3626 227.914 Tm [<007E003300490030>-5705<003000330063002C006100430055>10<006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 216.6164 Tm [<0055001D003C>25<0033006F0043004E0063006F00400033001D0030>-1621<002C00430061002C006E0049001D0061>-250<004900430063>15<006A>-250<00520038>-250<00550033004E00300043004E003C>-250<0043004E006300330061>-25<006A00430052004E0063>]TJ
-1 0 0 1 304.3626 205.3187 Tm [<002C0052004E006A0061>-20<00430024006F00400033001D0030>-2298<006A00400033>-250<00610033002C0033004E006A>-250<002C0052004E006A0061>-20<00430024006E006A00430052004E0063>]TJ
-1 0 0 1 304.3626 194.0211 Tm [<0055001D003C>25<0033006F00400033001D0030>-3288<006A00400033>-250<0055001D003C>25<003300410063005200410038>25<001D0061>]TJ
-1 0 0 1 304.3626 182.7234 Tm [<0040005200490030006F00400033001D0030>-3373<006E006300330030>-250<0038>40<00520061>-250<004000330049003000410052>35<0071>35<00330061>-250<0043006A0033004C0063>-250<0038>40<00520061>-250<004E0033>35<0075006A>-250<0055001D003C>25<0033>]TJ
-1 0 0 1 304.3626 171.4258 Tm [<001D00300045006E0063>15<006A006F00400033001D0030>-2777<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 441.8978 171.4258 Tm [<0025001D00300045006E0063>5<006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 467.8724 171.4258 Tm [<004900430063>15<006A>]TJ
-1 0 0 1 304.3626 160.1282 Tm [<005500610033006F001D00300045006E0063>15<006A006F00400033001D0030>-1000<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 441.8978 160.1282 Tm [<0025001D00300045006E0063>5<006A>-278<00550061>10<0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 481.6957 160.1282 Tm [<004900430063>15<006A>]TJ
-1 0 0 1 304.3626 137.5329 Tm [<006900400033>-250<007100430061>-25<006A006E001D0049>-250<006A001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 366.0961 137.5329 Tm [<006A>15<0033>25<00750059004E00330063>5<006A>]TJ
-/F1 8.966376 Tf 1 0 0 1 396.2346 137.5329 Tm [<002C0052004E006A001D0043004E0063>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A0049>25<0077>-250<001D002C006A00430071>35<0033>-250<00630033004C001D004E006A0043002C>-250<004E00330063>15<006A0043004E003C>-250<0063>15<006A001D006A00330059>]TJ
-1 0 0 1 304.3626 126.2352 Tm [<0042006A>-250<0040001D0063>-250<006A0073>35<0052>-250<004C001D0043004E>-250<0055001D0061>-25<006A0063002D>-500<001D004E>-250<007900330061005200410024001D006300330030>-250<001D0061>-25<0061001D>30<0077>-250<00520038>-250<006E0063003300610030001D006A001D>-250<0038>40<00520061>-250<006A00400033>-250<00630033004C001D004E006A0043002C>-250<004E00330063>15<006A>]TJ
-1 0 0 1 304.3626 114.9376 Tm [<0043006A0063003300490038002E>-250<001D004E0030>-250<006A00400033>-250<004E006E004C00330061>-20<0043002C001D0049>-250<0071>25<001D0049006E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 414.8821 114.9376 Tm [<006A>15<0033>25<00750059004E00330063>5<006A00590055>5<006A0061>]TJ
-/F1 8.966376 Tf 1 0 0 1 454.3994 114.9376 Tm [<0059>-500<0046004E0052>35<0073004E>-250<007E0033004900300063002D>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 103.6399 Tm [<0047>15<0033>15<0077>]TJ
-/F7 8.966376 Tf 1 0 0 1 353.9287 103.6399 Tm [<006A007700550033>-2333<004C0052003000330063>-1278<0033>20<007500550049001D004E001D006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 92.3423 Tm [<004C005200300033>-3306<004E006E004C002400330061>-1111<001D00490049>-3000<006900400033>-349<002C006E0061>-25<00610033004E006A>-350<004C0052003000330059>-632<007A>-350<0035>-350<004E0052>-350<004C005200300033002E>-374<0053>-350<0035>]TJ
-1 0 0 1 427.1481 81.0446 Tm [<0071>35<00330061>-25<006A0043002C001D0049002E>-184<0053006C0065>-167<0035>-168<004000520061>-20<004300790052004E006A001D0049002E>-184<006C0039006B>-167<0035>-168<00300043006300550049001D>29<0077>]TJ
-1 0 0 1 427.1481 69.747 Tm [<004C001D006A00400059>]TJ
-/F4 8.966376 Tf 1 0 0 1 450.1315 69.747 Tm [<0E5E0012>]TJ
-/F1 8.966376 Tf 1 0 0 1 462.2349 69.747 Tm [<0035>-189<0043004E006A00330061>-20<004E001D0049>-190<0071>34<00330061>-24<006A0043002C001D0049002E>]TJ
-/F4 8.966376 Tf 1 0 0 1 529.1205 69.747 Tm [<0E5E00120013>-3<0018>]TJ
-/F1 8.966376 Tf 1 0 0 1 550.2171 69.747 Tm [<0035>-189<006100330041>]TJ
-1 0 0 1 427.1481 58.4493 Tm [<0063>15<006A0061>-20<0043002C006A00330030>-210<004000520061>-20<004300790052004E006A001D0049002E>]TJ
-/F4 8.966376 Tf 1 0 0 1 496.2155 58.4493 Tm [<0E5E0013>-3<00160014>]TJ
-/F1 8.966376 Tf 1 0 0 1 517.4973 58.4493 Tm [<0035>-210<0043004E00490043004E0033>-211<004C001D006A00400059>]TJ
-1 0 0 1 304.3626 47.1517 Tm [<004C00520030003300490043004E0033>-1806<004E006E004C002400330061>-1111<001D00490049>-3000<00630052006E0061002C0033>-299<0043004E>14<0055006E006A>-299<00490043004E0033>-300<00730040003300610033>-300<006A004000430063>-299<004C005200300033>-300<0073>24<001D0063>]TJ
-ET
-
-endstream
-endobj
-43 0 obj
-<</Type/Page/Contents 44 0 R/Resources 42 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-42 0 obj
-<</Font<</F1 18 0 R/F5 19 0 R/F6 20 0 R/F7 21 0 R/F4 22 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-47 0 obj
-<</Length 21951 >>
-stream
-0.000 g 0.000 G
-0.000 g 0.000 G
-BT
-/F1 8.966376 Tf 1 0 0 1 28.3464 805.409 Tm [<0048006E001D006A0033>35<0075>-250<007A005900660066>-250<0063004000520061>-25<006A>-250<006100330038>35<003300610033004E002C0033>-48615<004F>]TJ
-1 0 0 1 151.132 781.4987 Tm [<0033004E006A0033006100330030>-415<0043004E002E>-457<004E0033003C>19<001D006A00430071>35<0033>-414<0043004E0063004300300033>-416<006A00400033>-415<0052006E006A0055006E006A>]TJ
-1 0 0 1 151.132 770.201 Tm [<00610052006E006A0043004E00330059>]TJ
-1 0 0 1 28.3464 758.9034 Tm [<00400033001D0030>-3640<004E005200300033>-2222<001D00490049>-3000<006A00400033>-250<00400033001D0030>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<004900430063>15<006A>]TJ
-1 0 0 1 28.3464 747.6057 Tm [<006A001D00430049>-4250<004E005200300033>-2222<001D00490049>-3000<006A00400033>-250<006A001D00430049>-250<00520038>-250<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<004900430063>15<006A>]TJ
-1 0 0 1 28.3464 736.3081 Tm [<005500610033>25<0071>40<003C>-10<0061001D0038>-2196<004E006E004C002400330061>-1111<0071004C005200300033>-1278<004E006E004C002400330061>-389<00520038>-390<00490043004E00330063>-390<0043004E>-390<006A00400033>-390<005500610033>24<007100430052006E0063>-389<0055001D0061001D0041>]TJ
-1 0 0 1 151.132 725.0104 Tm [<003C>-10<0061001D00550040>]TJ
-1 0 0 1 28.3464 713.7128 Tm [<005500610033>25<0071003000330055006A0040>-1554<004E006E004C002400330061>-1111<0071004C005200300033>-1278<003000330055006A0040>-250<00520038>-250<006A00400033>-250<005500610033>25<007100430052006E0063>-250<0055001D0061001D003C>-10<0061001D00550040>]TJ
-1 0 0 1 28.3464 702.4151 Tm [<00630055001D002C00330038>25<001D002C006A00520061>-1000<004E006E004C002400330061>-1111<0040004C005200300033>-1278<006A00400033>-250<002C006E0061>-25<00610033004E006A>-250<00630055001D002C0033>-250<0038>25<001D002C006A00520061>]TJ
-1 0 0 1 28.3464 691.1175 Tm [<0030004300610063>-4028<004E005200300033>-2222<0040004C005200300033>-1278<0043004E006A00330061>-20<004E001D0049>-250<006E00630033>-250<0052004E0049>25<0077>]TJ
-1 0 0 1 28.3464 679.8198 Tm [<004E0052001D0030>-3584<004E005200300033>-2222<004C004C005200300033>-1000<0043004E006A00330061>-20<004E001D0049>-250<006E00630033>-250<0052004E0049>25<0077>]TJ
-1 0 0 1 28.3464 668.5222 Tm [<0030003300490043004C0055006A0061>-2139<004E005200300033>-2222<004C004C005200300033>-1000<0043004E006A00330061>-20<004E001D0049>-250<006E00630033>-250<0052004E0049>25<0077>]TJ
-1 0 0 1 28.3464 657.2246 Tm [<004C001D006A0040003000430061>-2417<00240052005200490033001D004E>-1000<004C004C005200300033>-1000<006A0061>-20<006E0033>-343<007300400033004E>-344<0030006E0061>-20<0043004E003C>-344<004C001D006A0040>-343<005500610052002C0033006300630043004E003C>-344<006A00400033>]TJ
-/F6 8.069684 Tf 1 0 0 1 151.132 645.9269 Tm [<0025004C001D006A>5<0040003000430061>]TJ
-/F1 8.966376 Tf 1 0 0 1 184.7369 645.9269 Tm [<00430063>-501<004E0052006A>-502<006A00400033>-501<0063001D004C0033>-502<001D0063>-502<006A00400033>-501<0063006E00610041>]TJ
-1 0 0 1 151.132 634.6293 Tm [<00610052006E004E00300043004E003C>]TJ
-/F6 8.069684 Tf 1 0 0 1 185.7512 634.6293 Tm [<0025006A>15<0033>25<0075006A003000430061>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 623.3316 Tm [<004C001D006A00400063>15<006A0077>30<00490033>-1684<004E006E004C002400330061>-1111<004C004C005200300033>-1000<006A00400033>-250<002C006E0061>-25<00610033004E006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 192.189 623.3316 Tm [<0025004C001D006A>5<00400063>5<006A0077>5<00490033>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 589.4387 Tm [<0069>70<0033>20<0075>20<002C0052004E007E003C>-278<006A>-5<001D002400490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 566.8434 Tm [<0069004000430063>-250<00430063>-250<001D>-250<006A001D002400490033>-250<006A0040001D006A>-250<00430063>-250<002C00610033001D006A00330030>-250<0033004C0055006A0077>75<0059>-500<001C>-250<0063>15<006A001D0061>-25<006A006E0055>]TJ
-/F1 6.973848 Tf 1 0 0 1 196.6095 566.8434 Tm [<0048>25<006D>65<001C>]TJ
-/F1 8.966376 Tf 1 0 0 1 212.5547 566.8434 Tm [<0063002C0061>-20<00430055006A>-250<002C0052006E00490030>-250<007E00490049>-250<006A004000430063>-250<006A001D0041>]TJ
-1 0 0 1 28.3464 555.5457 Tm [<002400490033>-250<00730043006A0040>-250<001D>-250<004E006E004C002400330061>-250<00520038>-250<00630033006A006A0043004E003C0063>-250<006A0040001D006A>-250<001D00610033>-250<00610033001D0030>-250<0052006E006A>-250<0024>30<0077>-250<006A00400033>-250<0033>35<0075>30<0033002C006E006A001D002400490033>-250<001D0038006A00330061>-250<00490052001D00300041>]TJ
-1 0 0 1 28.3464 544.2481 Tm [<0043004E003C>-250<001D004E0030>-250<0033>35<0075>30<0033002C006E006A0043004E003C>-250<006A00400033>-250<0063>15<006A001D0061>-25<006A006E0055>-250<007E004900330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 532.9505 Tm [<0047>15<0033>15<0077>]TJ
-/F7 8.966376 Tf 1 0 0 1 125.9634 532.9505 Tm [<006A007700550033>-2333<003000330038>15<001D006E0049006A>-1000<0033>20<007500550049001D004E001D006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 521.6528 Tm [<0047005500630033006F0043004E0043006A>-7220<00240052005200490033001D004E>-1000<006A0061>-20<006E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 199.0483 521.6528 Tm [<0038>10<001D004900630033>]TJ
-/F1 8.966376 Tf 1 0 0 1 217.5052 521.6528 Tm [<006A0052006A001D00490049>25<0077>-166<003000430063001D0024004900330063>]TJ
-/F1 6.973848 Tf 1 0 0 1 272.0776 521.6528 Tm [<00460054>90<001C>55<0069003F0041>]TJ
-1 0 0 1 199.0483 510.3552 Tm [<00620032001C>]TJ
-/F1 8.966376 Tf 1 0 0 1 214.4635 510.3552 Tm [<0043004E0043006A0043001D004900430063001D006A00430052004E>]TJ
-1 0 0 1 28.3464 499.0575 Tm [<00630040003300490049006F00330063002C001D00550033>-5833<0063>15<006A0061>-20<0043004E003C>-5868<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 487.7599 Tm [<00630040003300490049006F00330063002C001D00550033006F002C0052004C004C001D004E00300063>-1000<0063>15<006A0061>-20<0043004E003C>-5868<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 476.4622 Tm [<0063>15<006A0061>-20<0043004E003C006F0071>25<001D002C001D004E002C004300330063>-4242<004E006E004C002400330061>-1111<00650039007A007A007A>-1485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 465.1646 Tm [<0055005200520049006F0038006100330033>-7055<004E006E004C002400330061>-1111<0039007A007A007A>-1985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 453.8669 Tm [<004C001D0075006F0063>15<006A0061>-20<0043004E003C0063>-5993<004E006E004C002400330061>-1111<00530039007A007A007A>-1485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 442.5693 Tm [<0063>15<006A0061>-20<0043004E003C0063006F0038006100330033>-6161<004E006E004C002400330061>-1111<0053007A007A>-2485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 431.2716 Tm [<004E00330063>15<006A006F0063004300790033>-7236<004E006E004C002400330061>-1111<0039007A>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 419.974 Tm [<004C001D0075006F0043004E006F005200550033004E>-5443<004E006E004C002400330061>-1111<00530039>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 408.6764 Tm [<0055001D0061001D004C006F0063004300790033>-6333<004E006E004C002400330061>-1111<0066007A>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 397.3787 Tm [<0063001D>30<0071>35<0033006F0063004300790033>-7120<004E006E004C002400330061>-1111<003A007A007A007A>-1985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 386.0811 Tm [<0063>15<006A001D002C>20<0047006F0063004300790033>-6812<004E006E004C002400330061>-1111<006B007A007A>-2485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 374.7834 Tm [<003000710043006F0024006E0038006F0063004300790033>-5721<004E006E004C002400330061>-1111<00530066006B0034003A>-1485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 363.4858 Tm [<00330061>-25<006100520061006F00490043004E0033>-6919<004E006E004C002400330061>-1111<0065004F>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 352.1881 Tm [<0040001D00490038006F00330061>-25<006100520061006F00490043004E0033>-4864<004E006E004C002400330061>-1111<0039007A>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 340.8905 Tm [<004C001D0075006F00550061>-20<0043004E006A006F00490043004E0033>-4756<004E006E004C002400330061>-1111<0065004F>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 329.5928 Tm [<0040001D00630040006F0033>35<0075006A0061001D>-6590<004E006E004C002400330061>-1111<007A>-3485<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 318.2952 Tm [<00550047006F003000550043>-8109<004E006E004C002400330061>-1111<0065006C>-2985<002C00380059>-250<0073>30<00330024006C002C>-250<00300052002C0063>]TJ
-1 0 0 1 28.3464 306.9975 Tm [<006A0061001D002C0033006F007E00490033006F004E001D004C00330063>-4111<00240052005200490033001D004E>-1000<006A0061>-20<006E0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 199.0483 306.9975 Tm [<0038>10<001D004900630033>]TJ
-/F1 8.966376 Tf 1 0 0 1 220.7522 306.9975 Tm [<003000430063001D0024004900330063>]TJ
-/F1 6.973848 Tf 1 0 0 1 254.3832 306.9975 Tm [<0069>]TJ
-1 0 0 1 257.6107 305.4284 Tm [<0032>]TJ
-1 0 0 1 261.0967 306.9975 Tm [<0074>]TJ
-/F1 8.966376 Tf 1 0 0 1 266.1318 306.9975 Tm [<005F0063>-528<004E005200610041>]TJ
-1 0 0 1 199.0483 295.6999 Tm [<004C001D0049>-250<007E00490033>-250<0038>35<0033003300300024001D002C>20<0047>]TJ
-1 0 0 1 28.3464 284.4023 Tm [<007E00490033006F00490043004E0033006F00330061>-25<006100520061>-5141<00240052005200490033001D004E>-1000<0038>25<001D004900630033>]TJ
-/F6 8.069684 Tf 1 0 0 1 199.0483 284.4023 Tm [<007E00490033002D00490043004E0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 225.6556 284.4023 Tm [<0063>15<006A0077>30<00490033>-166<00330061>-25<006100520061>-167<004C003300630063001D003C>24<00330063>]TJ
-1 0 0 1 28.3464 273.1046 Tm [<0040001D0049006A006F0052004E006F00330061>-25<006100520061>-5419<00240052005200490033001D004E>-1000<0038>25<001D004900630033>-2122<001D002400520061>-25<006A>-354<0061>-20<006E004E>-355<0052004E>-354<006A00400033>-355<007E00610063>15<006A>-354<0033004E0041>]TJ
-1 0 0 1 199.0483 261.807 Tm [<002C0052006E004E006A0033006100330030>-250<00330061>-25<006100520061>]TJ
-1 0 0 1 28.3464 250.5093 Tm [<0038>40<00520061>-20<004C001D006A004E001D004C0033>-6075<0063>15<006A0061>-20<0043004E003C>-5868<00430038>-166<004E0052>-167<0038>39<00520061>-19<004C001D006A>-167<004E001D004C0033>-166<0073>24<001D0063>-166<003C00430071>34<0033004E>]TJ
-1 0 0 1 199.0483 239.2117 Tm [<0052004E>-291<006A00400033>-291<002C0052004C004C001D004E003000490043004E0033002E>-302<006A004000430063>]TJ
-1 0 0 1 199.0483 227.914 Tm [<0073004300490049>-250<00240033>-250<006E006300330030>]TJ
-1 0 0 1 28.3464 216.6164 Tm [<004500520024004E001D004C0033>-7443<0063>15<006A0061>-20<0043004E003C>-5868<001D0063>]TJ
-/F6 8.069684 Tf 1 0 0 1 208.7589 216.6164 Tm [<0038>10<00520061004C001D006A004E001D004C0033>]TJ
-/F1 8.966376 Tf 1 0 0 1 251.73 216.6164 Tm [<0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 182.7234 Tm [<00420051>-278<006A>-5<001D002400490033>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 160.1282 Tm [<006A>5<0033>20<0075004300520059007300610043006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 68.017 160.1282 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 148.8305 Tm [<0072>45<0061>-20<0043006A0033>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<001D004E0030006700520061>-250<006A00330061>-20<004C0043004E001D00490059>-500<006900400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>]TJ
-/F6 8.069684 Tf 1 0 0 1 281.7392 148.8305 Tm [<005E006A>15<00330061004C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 303.487 148.8305 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 40.3016 137.5329 Tm [<005E006A>15<00330061004C>-278<001D004E0030>-278<00490052003C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 90.7613 137.5329 Tm [<002E>-250<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 104.9551 137.5329 Tm [<005E00490052003C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 121.4495 137.5329 Tm [<0059>]TJ
-/F5 8.069684 Tf 1 0 0 1 28.3464 126.2352 Tm [<006A>5<0033>20<0075004300520059007300610043006A>5<0033006F004E0049>]TJ
-/F6 8.069684 Tf 1 0 0 1 79.6777 126.2352 Tm [<005600290063>5<006A00610043004E003C002A002E>-278<0063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 40.3016 114.9376 Tm [<0072>45<0061>-20<0043006A0033>-250<001D>-250<0063>15<006A0061>-20<0043004E003C>-250<006A0052>-250<006A00400033>-250<00490052003C>-250<001D004E0030006700520061>-250<006A00330061>-20<004C0043004E001D0049002E>-250<0063>15<006A001D0061>-25<006A0043004E003C>-250<0052004E>-250<001D>-250<004E0033>30<0073>-250<00490043004E00330059>-750<006900400033>-250<005200550041>]TJ
-1 0 0 1 40.3016 103.6399 Tm [<006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>]TJ
-/F6 8.069684 Tf 1 0 0 1 109.4055 103.6399 Tm [<005E006A>15<00330061004C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 131.1533 103.6399 Tm [<002E>]TJ
-/F6 8.069684 Tf 1 0 0 1 135.6365 103.6399 Tm [<005E006A>15<00330061004C>-278<001D004E0030>-278<00490052003C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 186.0962 103.6399 Tm [<002E>-250<00520061>]TJ
-/F6 8.069684 Tf 1 0 0 1 200.29 103.6399 Tm [<005E00490052003C005E>]TJ
-/F1 8.966376 Tf 1 0 0 1 216.7844 103.6399 Tm [<0059>]TJ
-/F5 11.620364 Tf 1 0 0 1 28.3464 69.747 Tm [<0069>75<00520047>15<0033004E>-278<006A>-5<001D002400490033>]TJ
-/F1 8.966376 Tf 1 0 0 1 28.3464 47.1517 Tm [<001C>-250<006A00520047>20<0033004E>-250<00430063>-250<0061003300550061003300630033004E006A00330030>-250<0043004E>]TJ
-/F1 6.973848 Tf 1 0 0 1 120.0546 47.1517 Tm [<0048>25<006D>65<001C>]TJ
-/F1 8.966376 Tf 1 0 0 1 135.9998 47.1517 Tm [<001D0063>-250<001D>-250<0063004C001D00490049>-250<006A001D0024004900330059>-500<0037>20<00520061>-250<006A00400033>-250<004C0052004C0033004E006A002E>-250<006A004000430063>-250<006A001D002400490033>]TJ
-1 0 0 1 28.3464 35.8541 Tm [<002C0052004E006300430063>15<006A0063>-250<00520038>-250<006A0040006100330033>-250<004E006E004C00330061>-20<0043002C>-250<0033004E006A0061>-20<004300330063002D>]TJ
-/F7 8.966376 Tf 1 0 0 1 304.3626 781.4987 Tm [<0043004E00300033>20<0075>-1000<004C0033001D004E0043004E003C>-5099<003000330063002C006100430055>10<006A00430052004E>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 770.201 Tm [<0053>-2814<002C0052004C004C001D004E0030>-250<002C005200300033>-2684<006A004000430063>-250<00430063>-250<001D>-250<0071>25<001D0049006E0033>-250<00240033006A0073>30<00330033004E>]TJ
-/F4 8.966376 Tf 1 0 0 1 495.6065 770.201 Tm [<0011>]TJ
-/F1 8.966376 Tf 1 0 0 1 502.3671 770.201 Tm [<001D004E0030>]TJ
-/F4 8.966376 Tf 1 0 0 1 517.5562 770.201 Tm [<001200140011>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 758.9034 Tm [<006C>-2814<002C0052004C004C001D004E0030>-250<004C005200300043007E00330061>-1183<006A004000430063>-250<00430063>-250<001D>-250<0071>25<001D0049006E0033>-250<00240033006A0073>30<00330033004E>]TJ
-/F4 8.966376 Tf 1 0 0 1 495.6065 758.9034 Tm [<0011>]TJ
-/F1 8.966376 Tf 1 0 0 1 502.3671 758.9034 Tm [<001D004E0030>]TJ
-/F4 8.966376 Tf 1 0 0 1 517.5562 758.9034 Tm [<0013>]TJ
-/F4 6.635122 Tf 1 0 0 1 522.0662 761.943 Tm [<0013>-3<0012>]TJ
-/F1 8.966376 Tf 1 0 0 1 304.3626 747.6057 Tm [<006B>-2814<002C0052004E006A006100520049>-250<00630033005C>10<006E0033004E002C0033>-250<00430030>-1000<0038>40<00520061>-211<002C0052004C004C001D004E00300063>-211<006A0040001D006A>-212<001D00610033>-211<004E0052006A>-212<006A00400033>-211<006100330063006E0049006A>-212<00520038>-211<002C0052004E0041>]TJ
-1 0 0 1 412.6764 736.3081 Tm [<006A006100520049>-215<00630033005C>9<006E0033004E002C00330063002E>-222<004900430047>19<0033>-215<00490033006A006A003300610063>-216<001D004E0030>-215<002C>14<0040001D0061001D002C006A003300610063002E>-222<0043006A>]TJ
-1 0 0 1 412.6764 725.0104 Tm [<00430063>-330<0079003300610052002E>-350<0052006A004000330061>-20<0073004300630033002E>-350<0043006A>-330<00430063>-331<001D>-330<004E006E004C002400330061>-330<005500520043004E006A0043004E003C>]TJ
-1 0 0 1 412.6764 713.7128 Tm [<0043004E006A0052>-250<006A00400033>-250<02140033005C>10<006E00430071>25<001D00490033004E002C0033>-250<006A001D0024004900330215>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 691.1175 Tm [<006A>10<00520047>20<0033004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.0584 691.1175 Tm [<006A>10<00520047>15<0033004E0059003C>-10<0033>5<006A006F004E0033>20<0075006A>]TJ
-/F6 8.069684 Tf 1 0 0 1 389.6834 691.1175 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 407.013 691.1175 Tm [<0037>20<0033006A002C>15<0040>-250<006A00400033>-250<004E0033>35<0075006A>-250<006A00520047>20<0033004E>-250<003800610052004C>-250<006A00400033>-250<0043004E>15<0055006E006A>-250<0063>15<006A00610033001D004C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 679.8198 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 679.8198 Tm [<006A>10<00520047>15<0033004E005900430063006F0033>20<00750055001D004E0030001D002400490033>]TJ
-/F6 8.069684 Tf 1 0 0 1 421.2923 679.8198 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 668.5222 Tm [<0069>50<0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<006A00520047>20<0033004E>-250<00430063>-250<0033>35<00750055001D004E0030001D0024004900330059>]TJ
-/F5 8.069684 Tf 1 0 0 1 304.3626 657.2246 Tm [<006A>10<00520047>15<0033004E00590033>20<00750055001D004E0030>]TJ
-/F6 8.069684 Tf 1 0 0 1 356.0167 657.2246 Tm [<00560057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 645.9269 Tm [<003200750055001D004E0030>-250<001D>-250<006A00520047>20<0033004E>-250<006A00400033>-250<006A00520047>20<0033004E0024>-250<0073>25<001D0043006A0043004E003C>-250<0043004E>-250<006A00400033>-250<0043004E>15<0055006E006A>-250<0063>15<006A00610033001D004C0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 634.6293 Tm [<00240052005200490033001D004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 342.274 634.6293 Tm [<006A>10<00520047>15<0033004E005900430063006F001D002C006A00430071>15<0033002C0040001D0061>]TJ
-/F6 8.069684 Tf 1 0 0 1 416.854 634.6293 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 623.3316 Tm [<0069>50<0061>-20<006E0033>-250<00430038>-250<006A00400033>-250<006A00520047>20<0033004E>-250<0061003300550061003300630033004E006A0063>-250<001D004E0030>-250<001D002C006A00430071>35<0033>-250<002C>15<0040001D0061001D002C006A00330061>50<0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 612.034 Tm [<006A>10<00520047>20<0033004E>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.0584 612.034 Tm [<006A>10<00520047>15<0033004E0059002C0061>-5<0033001D006A>5<0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 380.3952 612.034 Tm [<0056004E006E004C002400330061>70<002E>-278<0029004E006E004C002400330061002A0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 600.7363 Tm [<002B00610033001D006A0033>-250<001D>-250<006A00520047>20<0033004E>-250<003800610052004C>-250<0063002C0061001D006A002C>15<0040002E>-250<006A00400033>-250<00520055006A00430052004E001D0049>-250<001D0061>15<003C006E004C0033004E006A>-250<00430063>-250<001D>-250<002C001D006A0033003C00520061>-20<0077>-250<002C0052003000330059>]TJ
-1 0 0 1 316.3177 589.4387 Tm [<001C004900630052>-250<001D002C002C00330055006A0063>-250<0063>15<006A0061>-20<0043004E003C0063002E>-250<0043004E>-250<007300400043002C>15<0040>-250<002C001D00630033>-250<001D>-250<006A00520047>20<0033004E>-250<004C001D006A002C>15<00400043004E003C>-250<006A0040001D006A>-250<002C0063004E001D004C0033>-250<00430063>-250<002C006100330041>]TJ
-1 0 0 1 316.3177 578.141 Tm [<001D006A003300300059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 566.8434 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 566.8434 Tm [<006A>10<00520047>15<0033004E0059002C0052004C004C001D004E0030006F004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 420.4934 566.8434 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 555.5457 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<0063>15<006A0061>-20<0043004E003C>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<002C0052004C004C001D004E0030>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 544.2481 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 544.2481 Tm [<006A>10<00520047>15<0033004E0059002C0052004C004C001D004E0030006F00430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 414.2555 544.2481 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 532.9505 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<0043004E006A00330061>-20<004E001D0049>-250<004E006E004C002400330061>-250<0061003300550061003300630033004E006A0043004E003C>-250<001D>-250<002C0052004C004C001D004E0030>-250<002C0052003000330059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 521.6528 Tm [<0063>5<006A00610043004E003C>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 333.252 521.6528 Tm [<006A>10<00520047>15<0033004E0059002C0063004E001D004C0033006F004E001D004C0033>]TJ
-/F6 8.069684 Tf 1 0 0 1 412.4318 521.6528 Tm [<0056006A>10<00520047>20<0033004E0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 510.3552 Tm [<0060>25<0033006A006E0061>-20<004E>-250<006A00400033>-250<002C0063004E001D004C0033>-250<001D006300630052002C0043001D006A00330030>-250<00730043006A0040>-250<001D>-250<006A00520047>20<0033004E0059>]TJ
-/F6 8.069684 Tf 1 0 0 1 304.3626 499.0575 Tm [<004E006E004C002400330061>-278<0035>]TJ
-/F5 8.069684 Tf 1 0 0 1 340.9182 499.0575 Tm [<006A>10<00520047>15<0033004E0059002C0063004E001D004C0033006F00430030>]TJ
-/F6 8.069684 Tf 1 0 0 1 406.1939 499.0575 Tm [<00560063>5<006A00610043004E003C0057>]TJ
-/F1 8.966376 Tf 1 0 0 1 316.3177 487.7599 Tm [<0060>25<0033006A006E0061>-20<004E0063>-250<006A00400033>-250<0071>25<001D0049006E0033>-250<0038>40<00520061>-250<001D>-250<002C0063004E001D004C0033>-250<0063>15<006A0061>-20<0043004E003C0059>]TJ
-ET
-
-endstream
-endobj
-46 0 obj
-<</Type/Page/Contents 47 0 R/Resources 45 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-45 0 obj
-<</Font<</F1 18 0 R/F6 20 0 R/F5 19 0 R/F7 21 0 R/F4 22 0 R>>/ProcSet[/PDF/Text]>>
-endobj
-50 0 obj
-<</Length 0 >>
-stream
-
-endstream
-endobj
-49 0 obj
-<</Type/Page/Contents 50 0 R/Resources 48 0 R/MediaBox[0 0 595.2756 841.8898]/TrimBox [ 0.0000 0.0000 595.2756 841.8898 ] /CropBox [ 0.0000 0.0000 595.2756 841.8898 ]/Parent 23 0 R>>
-endobj
-48 0 obj
-<</ProcSet[/PDF]>>
-endobj
-51 0 obj
-<</Type /Metadata /Subtype /XML
-/Length 2109 >>
-stream
-<?xpacket begin="" id="azyqezgjwfdmbfuwudrwjjze"?>
-
-<x:xmpmeta xmlns:x="adobe:ns:meta/">
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <dc:format>application/pdf</dc:format>
- <dc:creator>
- <rdf:Seq>
- <rdf:li/>
- </rdf:Seq>
- </dc:creator>
- <dc:description/>
- <dc:title>
- <rdf:Alt>
- <rdf:li xml:lang="x-default">functionref</rdf:li>
- </rdf:Alt>
- </dc:title>
- </rdf:Description>
- <rdf:Description rdf:about="" xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/">
- <pdfx:ConTeXt.Jobname/>
- <pdfx:ConTeXt.Time/>
- <pdfx:ConTeXt.Url/>
- <pdfx:ConTeXt.Version/>
- <pdfx:ID>functionref.2014-03-10T15:24:09+01:00</pdfx:ID>
- <pdfx:PTEX.Fullbanner>This is LuajitTeX, Version beta-0.78.3 (TeX Live 2014/dev) (TeX Live 2014/dev) kpathsea version 6.2.0dev</pdfx:PTEX.Fullbanner>
- </rdf:Description>
- <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/">
- <xmp:CreateDate>2014-03-10T15:24:09+01:00</xmp:CreateDate>
- <xmp:CreatorTool>ConTeXt - 2014.03.08 13:20</xmp:CreatorTool>
- <xmp:ModifyDate>2014-03-10T15:24:09+01:00</xmp:ModifyDate>
- <xmp:MetadataDate>2014-03-10T15:24:09+01:00</xmp:MetadataDate>
- </rdf:Description>
- <rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
- <pdf:Keywords/>
- <pdf:Producer>LuaTeX-0.78.3</pdf:Producer>
- <pdf:Trapped>False</pdf:Trapped>
- </rdf:Description>
- <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
- <xmpMM:DocumentID>uuid:b2a270e6-4daf-9ce9-0f63-d3d0d3f42552</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:b43de881-4147-9d7b-36df-f1af610c4cfb</xmpMM:InstanceID>
- </rdf:Description>
- </rdf:RDF>
-</x:xmpmeta>
-
-<?xpacket end="w"?>
-endstream
-endobj
-52 0 obj
-[17[500 500 500 500]22[500]24[500]456[667]3678[660]]
-endobj
-53 0 obj
-<</Length 460 >>
-stream
-
-endstream
-endobj
-54 0 obj
-<</Subtype/CIDFontType0C/Length 1333 >>
-stream
-
- µà÷X‹›‹Ž’˜vøèÕ÷@ÌøUù›üPû'œƒ¶Ï˜Â‹÷m‹ûZüèÌ‹c‹›ù›ùkù›û[{Ć˜‹g‹‰€„v‰ƒ%üûdø‡û5‹‹{º‡ ~dû ü5eûƒRƒ{÷Z›Wy–‹§‹˜ŽŸ‘ ÷ø:÷züº‹÷$ø‹°÷‘Ê™\÷t¿øØ÷t¿üˆW
-‹ ¿
-ž‘‘–‘ ¿ ¯“‘¥””•’’‘ ‹ 
-endstream
-endobj
-55 0 obj
-<</Type/FontDescriptor/FontName/NBGQYH+TeXGyreTermesMath-Regular/Flags 4/FontBBox[-872 -1774 3584 2274]/Ascent 2274/CapHeight 662/Descent -1774/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 54 0 R/CIDSet 53 0 R>>
-endobj
-56 0 obj
-<</Length 799 >>
-stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-NBGQYH-TeXGyreTermesMath-Regular-0)
-%%Title: (TeX-NBGQYH-TeXGyreTermesMath-Regular-0 TeX NBGQYH-TeXGyreTermesMath-Regular 0)
-%%Version: 1.000
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo
-<< /Registry (TeX)
-/Ordering (NBGQYH-TeXGyreTermesMath-Regular)
-/Supplement 0
->> def
-/CMapName /TeX-Identity-NBGQYH-TeXGyreTermesMath-Regular def
-/CMapType 2 def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-1 beginbfrange
-<0011> <0014> <0030>
-endbfrange
-4 beginbfchar
-<0016> <0035>
-<0018> <0037>
-<01C8> <D835DC41>
-<0E5E> <2212>
-endbfchar
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
-
-endstream
-endobj
-22 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/NBGQYH+TeXGyreTermesMath-Regular/DescendantFonts[57 0 R]/ToUnicode 56 0 R>>
-endobj
-57 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/NBGQYH+TeXGyreTermesMath-Regular/FontDescriptor 55 0 R/W 52 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-58 0 obj
-[29[500]44[444]48[556]51[444 500]56[333]58[500]60[500]67[278]73[278]76[833]78[556]82[500 500]85[556]97[444]99[389]101[500]106[333 500 500]110[556]117[500]119[500]122[500]126[556]]
-endobj
-59 0 obj
-<</Length 16 >>
-stream
-
-endstream
-endobj
-60 0 obj
-<</Subtype/CIDFontType0C/Length 3407 >>
-stream
-
-P
-Ýûê}ËKÒø«¤÷&÷÷û÷´ø|¶| ˆˆˆŠ†}„“œ÷™à?¿ûû?X@a£s´³§£­™†˜~›‚•ˆ‘‘ ¦›¯Æ¤pNBû g\yer^muh_N¹^ËŹŸ½ÂX–¡x¼¶ª›´±ûWÄXlpwsmv¦³Åµ´Û¡ûF}Îøª¤÷!÷÷øBæyafq}b4Tâ÷ò«Ê¿›šƒ€‘‚‹‹aYŒœu±µ¥£²ÉH»4û'"û%ûä)÷ØêÕÅI}Ãu¢ø
-Ã÷G£¤÷(÷7÷|øªŸ¢]Ž~˜µøÓûksΆ”„]ûK¹`m›]û9 û%€û×(ôÀ¬›½ºJ¹˜¤É’@ûï…z~¬twv€uVrÇ÷÷¦ÆŬªse™ûF}Ó÷O°÷4ª¤÷ø>÷s™Zbmy`emœ­wx«ƒ­‡Ñ÷…Þ|¹l²²k\ Sû7(û&û&Ý+÷ܼªéÌû÷?û÷ Ž³¼¨{l“xoX~«ù¨§÷ û÷÷9÷û÷ Tøl÷Oâ`É Ïë­³´Ëä?Ãû û2E"@³TîPRxt~qr¨no|e_%àG÷÷èÛ÷ û÷ñ\ƒtj_Ô7¶]Âú¯¯ºÃ«^=…ü-HjbU(NgÀä–ª³Æ÷B£kAûµ‹£ø·÷[ªÒ÷Ä÷øøãÆQ´6HWs_puh„b5R_Äûá`€]†s÷ª£E—Ì÷Îâ·4÷™¡¯–„†‰…„‚|‡€l¥s­°¤¤° v÷$÷øEw÷Ÿ÷%û#÷#høo÷$÷LøE;P>ûû;I/O,ûÐ÷Œû$÷%÷$û#÷ûeH÷e÷½ûb«÷÷ â¦÷lÀ‚ª§ã<÷÷÷fÚq
-
-Äg£Ö÷÷6÷( ø ÷ƒ÷@êûPgtQlÜÐûSs·„•aü‰bƒ‚[ƒs÷¥ NŽzŸÎ÷!\»¥~·÷Ûó÷(û(}ûoPRjn¢±|÷‡’”›—˜$¡Ÿ¢—¡¿£OûûF‹£÷Ä÷%g£Þ÷@øFø¸i¬\YepH\°ÝûQs¶…–~cûºb€_ƒs÷ž£N˜É÷Q¿§¶¬“”„{–@pžš‚¥°¥§²û}}­ø8¬¦ï÷ë÷ý÷Òe·'´G¨o¤­¬§¤±¦¥€v¡ w–xš`¤÷%u|……†~…‚{–ktt0IM7I´]ð`Ðm¦rkdmq^E]¸âvoû9¤ –‘’”“‰‡•¨¾€§æÊÉå vø¯÷øqù8ü4_ûr¤Ëž£ Â÷cû\ü¯êûµÒ÷ú·÷=wÓ÷÷àïr–ew{}vo€œ³÷Áé·-÷=rN5c^JTp¿ûØJ¶cÐγ©Ý´}½Y÷(ømÜ÷¯÷&@÷0øh÷Š¹|¶n®v£z—c˲ž¨ÆáN¾%(@Y$T ȱ¬¢¿ʲcLIhh,mzÞn¬z¯iˆªn^[Ce]Osx–«jH²dm›mepsiUÈgç÷;÷÷÷&‹÷øM÷÷À÷ør÷gsCn…%û+÷6÷.ÚÖ®Î×ö>×û
-÷ ¢ŒŒŒŒŒŒ­‘× ©é”ŒŒ‘ŒŽ“š øˆù
-endstream
-endobj
-61 0 obj
-<</Type/FontDescriptor/FontName/UWVXZI+TeXGyreTermes-Bold/Flags 4/FontBBox[-586 -341 1305 1118]/Ascent 1118/CapHeight 676/Descent -341/ItalicAngle 0/StemV 83/XHeight 461/FontFile3 60 0 R/CIDSet 59 0 R>>
-endobj
-62 0 obj
-<</Length 1048 >>
-stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-UWVXZI-TeXGyreTermes-Bold-0)
-%%Title: (TeX-UWVXZI-TeXGyreTermes-Bold-0 TeX UWVXZI-TeXGyreTermes-Bold 0)
-%%Version: 1.000
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo
-<< /Registry (TeX)
-/Ordering (UWVXZI-TeXGyreTermes-Bold)
-/Supplement 0
->> def
-/CMapName /TeX-Identity-UWVXZI-TeXGyreTermes-Bold def
-/CMapType 2 def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-0 beginbfrange
-endbfrange
-26 beginbfchar
-<001D> <0061>
-<002C> <0063>
-<0030> <0064>
-<0033> <0065>
-<0034> <0038>
-<0038> <0066>
-<003A> <0034>
-<003C> <0067>
-<0043> <0069>
-<0049> <006C>
-<004C> <006D>
-<004E> <006E>
-<0052> <006F>
-<0053> <0031>
-<0055> <0070>
-<0061> <0072>
-<0063> <0073>
-<0065> <0037>
-<006A> <0074>
-<006B> <0033>
-<006C> <0032>
-<006E> <0075>
-<0075> <0078>
-<0077> <0079>
-<007A> <0030>
-<007E> <FB01>
-endbfchar
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
-
-endstream
-endobj
-21 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/UWVXZI+TeXGyreTermes-Bold/DescendantFonts[63 0 R]/ToUnicode 62 0 R>>
-endobj
-63 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/UWVXZI+TeXGyreTermes-Bold/FontDescriptor 61 0 R/W 58 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-64 0 obj
-[28[667 556]35[667 556 278]39[334 334 278 278 722 500 278 278 722 556]51[556]53[584]55[611 278 556]60[556]62[584]64[556 333]67[222]69[222]71[500 556 222 584]76[833]78[556]81[778 556 556 667 556 333 333]89[278 584]94[355 191 722 333 667 500]103[278]106[278]108[556 722 556]113[500]115[722 667 500]119[500]121[500 556]126[500]]
-endobj
-65 0 obj
-<</Length 16 >>
-stream
-
-endstream
-endobj
-66 0 obj
-<</Subtype/CIDFontType0C/Length 4288 >>
-stream
-
-
-ñ  A “ Ë ý  P ˆ ¾ û  f »ûç» v÷oÙøDwù!û”ùmû û˜ýmîØ÷o÷­Öûo&÷½û|÷ ÷àL|Ôø(صâ÷˜Þø«Ê‰‚‡‹†n{š¥÷¸èG½ûû=Zû †ßË’±¨ÙÖµoYuhv|Iƒû
-|y‡k~Nrl\K,ÍSõÎ̧¼¹c”¯n´œ˜’¦û&÷G@?[:Je¢Ä°£ä˜ã—§˜»‹Ý÷Ý÷|ÝÚè÷ÚèNè¸ù÷dãcÀ.¯ͪ®ÁÕõ=Úûû¼ým÷Ýt÷ßã÷ û÷×A`a$ûH÷|÷HØò¶aA«ûØE`T3ûw÷÷wã¶TDL|Ùø"Ù÷RwÁÞ÷¿âøŸ÷ ÷>5ðûCXpPd÷¨8ýmÖÖN³ÀnÔ÷å÷÷>4†û M:03QÛ÷ ÷ÅÛã‡èÇ:û ûéŒvùw÷°wûùT÷ýû±ûhÌù¿Ì÷ Ø÷¨ûhÌ|Z}š¿÷IÞq¼S¥È£ ´ç÷I¿™š¼šÌ]Fc[8û;.xjPFÆži/û;8³[Ðû±ûhÌù¿Ì÷Ø÷š÷tÐR—x­ç÷;Þc»E\J›½™|WûI9¥YÃqSrqZ8ûIW}|Y{Jºѳ»Þ÷;çž­Ä—ûéûhÓù±ÓËÞ÷ŽûhÓ$ù±òÓûNþAûéûhÓù±Ó÷Þ÷eûhúAûNCòý±$CòyÝøíÝ»èù9÷ž+ûuQKûû%/÷÷J÷Oã÷ ÷!÷ÇXû¢ê÷4n/ßû4ûqûûFûiûi÷û5÷j÷Fïé÷R¡û |Øø$تâøq÷H77}`iD/TÒ÷÷ÁÕæÑ·bB•ß÷;Êû û!/û
-²Æ÷»yÝøñÙ»ãIè÷íãGèXù÷\åSÍ(¦ûK¼3¢k¨ÃÕÌÂí÷ÍV,ã÷#(Þû<û4(3û2ºSër÷I[¤çsµfR;O\ûûGÐó3û@÷8÷@÷Mïã÷û |Øø$غâ÷‚âø_÷'Ù_²#¤;žG›n¡°»¶ªÏίnTãòŠGÅû û<L*9µd÷mÙxÅ}¢zeZZnB@aÛ€3û ÏU÷÷ßÈðûéŒvùw÷°ùmTûýÂûé„ÔøÏ÷$wàÞ÷’ш€~Š{g•°÷ëáÏ5÷$8û$DGÒüV¯mÌŸŸ§L‹âøµØø9åø“ø‰÷ .ãûû%7Aû@†ã÷ ’¼½âÛÇR?Sj[Lg/Wû(7`Hƒû0ølâü ”Å«°â¾ïÁîÀ¾ÕâòyÝù-wàèø
-èù÷rø.ü)DOû û>¿õø.üû(õ/÷A÷?÷é÷&L|ÔøfwÌÞ÷Þøvø 8ûµ SE4Ia³Ê÷ÿ8ü 4ÌSñؼ¦Ð¼:û  vø wøzø -û(ü=û ø=-÷Lü æò vø wùXø -#ü,$ø,%'ü, ø,/÷,ü éðø/õü/ê» vùmwùû–ø
-÷Š÷÷ûûPû²ûO÷²û÷†û÷û–ü
-÷÷\÷Ä÷[ûÄû  vø wømûI÷£÷D÷‘-ûûRû÷R,÷Cû•ûMûŸê÷÷]÷û]û ûnÝù(wørø 1û%ü,ûø,2÷Eü¢k8f}z}g}y@‚œœ‡¡Æ»¬Ö§û ‹ÔøÔø]ÔûÙ÷Ëø ÕüB÷¸ûÍü @L|ÔøÑÙ¶å÷°åø÷é÷Š=÷û.û-<ûû‚ûƒÛû÷,÷*Ý÷÷}1“û]]1).\é÷V÷Vºæêêº/ûRû  vø\ÏÚó[ÔãÞ÷9ó-ÞÚ÷–ø\Ï4Ý®Ÿ±’Ž‹ŠžÐx€Œz>]_@2EGÑü\Þø\÷–ü\ø 8ü éøï$ó##
-è ÎŒŒŒŸ¨æ ¸œ›ŒŒŒ’ ÷áøÿ
-endstream
-endobj
-67 0 obj
-<</Type/FontDescriptor/FontName/ETFSJX+TeXGyreHeros-Regular/Flags 4/FontBBox[-529 -284 1353 1148]/Ascent 1148/CapHeight 729/Descent -284/ItalicAngle 0/StemV 93/XHeight 524/FontFile3 66 0 R/CIDSet 65 0 R>>
-endobj
-68 0 obj
-<</Length 1527 >>
-stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-ETFSJX-TeXGyreHeros-Regular-0)
-%%Title: (TeX-ETFSJX-TeXGyreHeros-Regular-0 TeX ETFSJX-TeXGyreHeros-Regular 0)
-%%Version: 1.000
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo
-<< /Registry (TeX)
-/Ordering (ETFSJX-TeXGyreHeros-Regular)
-/Supplement 0
->> def
-/CMapName /TeX-Identity-ETFSJX-TeXGyreHeros-Regular def
-/CMapType 2 def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-1 beginbfrange
-<0056> <0057> <0028>
-endbfrange
-58 beginbfchar
-<001C> <0041>
-<001D> <0061>
-<0023> <0042>
-<0024> <0062>
-<0025> <005C>
-<0027> <007B>
-<0028> <007D>
-<0029> <005B>
-<002A> <005D>
-<002B> <0043>
-<002C> <0063>
-<002D> <003A>
-<002E> <002C>
-<002F> <0044>
-<0030> <0064>
-<0033> <0065>
-<0035> <003D>
-<0037> <0046>
-<0038> <0066>
-<0039> <0035>
-<003C> <0067>
-<003E> <003E>
-<0040> <0068>
-<0041> <002D>
-<0043> <0069>
-<0045> <006A>
-<0047> <006B>
-<0048> <004C>
-<0049> <006C>
-<004A> <003C>
-<004C> <006D>
-<004E> <006E>
-<0051> <004F>
-<0052> <006F>
-<0053> <0031>
-<0054> <0050>
-<0055> <0070>
-<0059> <002E>
-<005A> <002B>
-<005E> <0022>
-<005F> <0027>
-<0060> <0052>
-<0061> <0072>
-<0062> <0053>
-<0063> <0073>
-<0067> <002F>
-<006A> <0074>
-<006C> <0032>
-<006D> <0055>
-<006E> <0075>
-<0071> <0076>
-<0073> <0077>
-<0074> <0058>
-<0075> <0078>
-<0077> <0079>
-<0079> <007A>
-<007A> <0030>
-<007E> <FB01>
-endbfchar
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
-
-endstream
-endobj
-20 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/ETFSJX+TeXGyreHeros-Regular/DescendantFonts[69 0 R]/ToUnicode 68 0 R>>
-endobj
-69 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/ETFSJX+TeXGyreHeros-Regular/FontDescriptor 67 0 R/W 64 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-70 0 obj
-[28[722 556]35[722 611]43[722 556 333]47[722 611]50[667 556]55[611 333]59[778 611]63[722 611 333 278 278 556 278 722 556 611 278]75[833 889 722 611]81[778 611 556 667 611]89[278]96[722 389 667 556]105[611 333]109[722 611 556 667 556 944 778 667 556]119[556 611 500]123[637 921]126[611 611]]
-endobj
-71 0 obj
-<</Length 16 >>
-stream
-
-endstream
-endobj
-72 0 obj
-<</Subtype/CIDFontType0C/Length 4458 >>
-stream
-
-L
-n
-ã  , P t ± è T ¸ á B Ë)rûêï v÷'÷ø]wùSûùmû:û—ým÷-¼÷'÷¥»û'2÷¤ûRê÷±I‚÷÷à÷§÷ ÷O÷ø œr¢„š§÷À÷@Ãû&û&?Mû‚÷Ã’¢ÐÁ¦ygRa‘ES xW])"ÕYåÇÂ¥¾¼oŽs˜{z÷{:c]D\n³´¡šÅ–»”°’‘›“ï‹÷÷Q÷÷9÷Ý÷*÷¡÷$û÷$¸ù.÷fÓdÄ9»Ó¹§µÉò5äû,ûÙým÷Üt÷>áå÷ û9÷ËVfnFû7÷9÷7ØаnU ûÂNejBûG÷Q÷GÔ±jM€‚÷ ÷Ø÷ ÷HwÆ÷ ÷€÷ øÓ÷›÷-6÷û"H[rUi÷—û ým÷ É]­ºrÏ÷í÷÷7û ‘)ZLFD\Èòí»ÉÑмL'ï÷ø‡÷·÷*ùA÷û&.‚Pa.ûGä÷3÷5Òå÷
-ÜÀf-¡÷#÷<~ûæû8ûbûû!û€û~÷û"÷_÷I÷ é÷;”I‚÷÷à÷­÷ øž÷OûSyopUD`Äôî¥ÒãĦpD›÷÷3Úûû5-(ûLûFè*÷4÷æÜ÷˜‹÷&÷x÷&ç÷*÷†÷&û*û&÷*ø
-÷&û*û&ï‹÷øs÷Ø÷*÷Ä÷*ù=ø÷lîQÐÆZF¤ûû±ým÷±÷ХƽÄÏ«î÷û*Šû4S<ûûøs÷÷Ã<û5€‚÷ ÷Ø÷ ÷Hw¨÷ ÷€÷ øµùmû û—Áh\¤Hû)û û7û-ßû÷#κ¤¹®M÷Ÿ)[NEE[Éîï»ÊÑÒºM$¸‹÷÷Q÷÷9÷Ú÷*ù÷ü÷Q÷ñ÷ûñ÷9ø ÷ü£ýmI‚ö÷è÷öø¡÷Ž÷N-÷û3û/,"ûIûAé(÷-÷ íÂõªûd_|XIa©ô‡÷þû%èûkÖ”®´Éǵd>’€ v÷Î÷÷9÷Õ÷*øÞøð÷ü”ým÷*÷Î÷Ó÷ûÓ÷9 vøHèêôå÷ ÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷0÷÷+÷÷q÷µ÷*ù[øû¸û÷:05O2û 4ð÷*÷1Øä÷ÝÊk6¨÷!÷*yûêûDûfû#û)ûwûq÷$û0÷YíÍ®ØÃ'€ûnå÷ ÷ ÷Ø÷ ­÷ ÷~÷ø±yøÂû8Ëa]§Mû+û
-û;û<ã"÷ʱž¿¿;JZ^EVh¡´€û%3äJ÷(÷7éÔ÷û÷°)XOBI]Çíñ¹ËÏÑ¿I'ï v÷ß÷÷¥wÏ÷*÷µ÷*ù%ùmû*û¥ûµ÷¥û*ým÷*÷ß÷µû߀ vøB÷ ÷HwÎ÷ ÷V÷ ø±÷þ÷AÈ%FYoPd÷Ÿû ým÷ ÷Øɸ·Ê½¯pBûÞ÷c÷÷¾÷c÷û¤ûûì vùmwÊ÷*÷iùmû*ýmûì vø°wà÷ Î÷ û÷ Ð÷cø°û ü°(÷"øñ÷ û û I÷øùw£÷*÷6÷*øz÷]ø¤û*ü¤TnmWRs§ÎÆû*Nû%ç?÷÷)àØ÷ûìûn÷ùwà÷ Ñ÷ Ð÷f-ùû üïl€€m‚…ŒŽûˆ§®‰Ÿ⯯ã0ùO÷ û û ï vùmwÕ÷*ùaûÖø3÷·÷ÎûEû±ûÔ÷Ôû*ým÷*÷ˆÖÙ÷ƒûÖI vø°w÷ewÆ÷ ø¸ûY÷ä÷L÷`û3ûEûfø#û ým÷ ÷EÃÈ÷û‚€‹÷øðwÛ÷*ø×÷ûñøðû*ýmûì vùmwÎ÷ ÷cùmû ým÷g vùmwÍ÷*ø.÷*ùœùmûvûüØûøØûtým÷*øÌ÷üÌ÷*÷øÌüÌ÷Ÿ vøB÷ Ç÷ ÷@÷ ÷@÷ 8ùÌøôKÉû
-÷$hù ÷o÷QÁû¥û¡  l À¼®ØêÅcA÷ ÷.û
-âM÷8÷,ßÇ÷€ vøð÷÷÷*øêøð÷üÜû÷qüð÷*øð‡î÷éè÷%wÞ÷ ÷Áí‰}ƒŠf‚–»÷®Ùè=÷%û û%F.ÐûÔ6¸h窤ŽŒ¤ï÷øùw×÷*÷ª÷*ù"÷Šøwû*üw3^a--^µãøwû*üwû@÷5÷;÷;÷á÷@€‚÷ øBwÅ÷ ÷_÷ ø±ø°û ûØK^aGOm«Ì÷áû ûþû ÍG÷Ô¼¦À³DIûQÐøÖûQÐüìF¸ vùmwùùmû+û3ü¹û6ø¹û+÷Šým÷I vø°wø¬ø°û(ûüû øû(÷Qü°÷'÷Ö vùmwú8ùmû3ûü·û
-ø·û(ûü¶ûø¶û3÷bým÷÷ øÍ÷üÍ÷÷0 vø°wù’ø°û%9ü:øû 9ü5øû%÷,ü°÷$áøÜü÷%¸ vùmwù!û~ø÷u÷ùûBûû„û÷„ûF÷rûþûzü÷B÷÷‘÷ û‘I vø°wø«ûH÷¤÷D÷ û<4û73÷7û<÷Dû ûHû¤÷<ç÷<æû<Iûoòù$wø®ø°û$ûüû øû.÷]üLjXedZ€ƒŒy"ˆ —Šœ鼜ò°€‹÷øs÷øÖ÷üøøs÷ü¸ûø ü üsûû‹÷÷Î÷øh÷û¦÷÷Î÷ü8û÷ûŸûÎûš vøHèêôå÷ ÷>÷ ùøHè8À§—™¥—›Š‰—ôqhŒx.^_0Jû>À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷>üH÷ øH÷¿ vøHè–wà÷ û ôå÷ ÷>÷ ÷>÷ ÏùøHè8À§—™¥—›Š‰—ôqhŒx.^_0Jû>À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷>üH÷ øH÷ÊüH·ø°û ü°÷ øñ÷ û û € vøHè–wà÷ û ôå÷ ÷>÷ Ì÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷ÊüH²ø°û ü°÷ øñ÷ û û € vøHèêôå÷ ÷>÷ ÷ÍøHè8À§—™¥—›Š‰—ôqhŒx.^_0J?.×üH÷ øH÷ÊüHùmû ým
-÷ Ú£ŽŒ’Ž’™ ÉŽ•µ”Œ‘ ÷áù
-endstream
-endobj
-73 0 obj
-<</Type/FontDescriptor/FontName/PFIKCO+TeXGyreHeros-Bold/Flags 4/FontBBox[-531 -307 1359 1125]/Ascent 1125/CapHeight 729/Descent -307/ItalicAngle 0/StemV 93/XHeight 540/FontFile3 72 0 R/CIDSet 71 0 R>>
-endobj
-74 0 obj
-<</Length 1484 >>
-stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-PFIKCO-TeXGyreHeros-Bold-0)
-%%Title: (TeX-PFIKCO-TeXGyreHeros-Bold-0 TeX PFIKCO-TeXGyreHeros-Bold 0)
-%%Version: 1.000
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo
-<< /Registry (TeX)
-/Ordering (PFIKCO-TeXGyreHeros-Bold)
-/Supplement 0
->> def
-/CMapName /TeX-Identity-PFIKCO-TeXGyreHeros-Bold def
-/CMapType 2 def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-1 beginbfrange
-<007E> <007F> <FB01>
-endbfrange
-56 beginbfchar
-<001C> <0041>
-<001D> <0061>
-<0023> <0042>
-<0024> <0062>
-<002B> <0043>
-<002C> <0063>
-<002D> <003A>
-<002F> <0044>
-<0030> <0064>
-<0032> <0045>
-<0033> <0065>
-<0037> <0046>
-<0038> <0066>
-<003B> <0047>
-<003C> <0067>
-<003F> <0048>
-<0040> <0068>
-<0041> <002D>
-<0042> <0049>
-<0043> <0069>
-<0044> <004A>
-<0045> <006A>
-<0046> <004B>
-<0047> <006B>
-<0048> <004C>
-<0049> <006C>
-<004B> <004D>
-<004C> <006D>
-<004D> <004E>
-<004E> <006E>
-<0051> <004F>
-<0052> <006F>
-<0053> <0031>
-<0054> <0050>
-<0055> <0070>
-<0059> <002E>
-<0060> <0052>
-<0061> <0072>
-<0062> <0053>
-<0063> <0073>
-<0069> <0054>
-<006A> <0074>
-<006D> <0055>
-<006E> <0075>
-<006F> <005F>
-<0070> <0056>
-<0071> <0076>
-<0072> <0057>
-<0073> <0077>
-<0074> <0058>
-<0075> <0078>
-<0077> <0079>
-<0078> <005A>
-<0079> <007A>
-<007B> <FB00>
-<007C> <FB03>
-endbfchar
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
-
-endstream
-endobj
-19 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/PFIKCO+TeXGyreHeros-Bold/DescendantFonts[75 0 R]/ToUnicode 74 0 R>>
-endobj
-75 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/PFIKCO+TeXGyreHeros-Bold/FontDescriptor 73 0 R/W 70 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-76 0 obj
-[28[722 444]32[541]35[667 500]38[200]41[333 333 667 444 278 250 722 500]50[611 444 500 564]55[556 333 500 500 722 500]62[564 722 500 333 333 278]69[278 722 500 611 278 564 889 778 722 500 500]81[722 500 500 556 500 333 333]89[250]92[500 444]95[180 667 333 556 389 278 500 500 278]105[611 278 500 500 722 500 500 722 500 944 722 722 500]119[500]121[444 500 600 827]126[556 556]532[333 333]]
-endobj
-77 0 obj
-<</Length 67 >>
-stream
-
-endstream
-endobj
-78 0 obj
-<</Subtype/CIDFontType0C/Length 9069 >>
-stream
-
-m
-‚
-¹  ‡ ¦ ò 0 P ¹jÎA²,v¼6·NnÝ_Š{•ñŠ¡è=Æ…îþS²2¾PÕNŽì—|™Ø û‹ž÷Y´ø5wùVž^Ž•hÕûøÌwûdüKû&|[ˆx÷Zž[w˜§—Ž™˜¹÷ ÷š´+—o’r|‚…€ƒ‡„ƒ‰gx‡÷•û{÷÷§DÄRÅø£°ãFÞ÷(ܬøN³¥}z†|t„™·÷W¾†§}¢±v`ŸNX[}torv{nrtžw££ Ÿ¡ŠŠ’‰”Š“’¦«¡³¼¦nUNû.Mzƒ`euw}ijL¶_É·´ ¿ÈVw´­ —±®û/Þl†‚v~T}soƒvho­¶Æ´¯÷ ·¥÷NÍÍøŠ÷£U«dqzlvv”zº2y’^]lvK]Ák²¥œ—ª  †‚œ\䄸¹ª Ë¹÷,‹žx°÷µ³÷—°xž÷ñ÷†ñ:÷øå÷H·y³l¨m¦p—J›¿˜ •£ ¤¡š°´÷2ÅûAû¬x߆—€AüPA~~8ˆx÷âÙÒ ­°¯«Ÿ¸»ûŠUvdctuykbƒIZ}”«÷Œ칆|¯Äs¦cLv÷É=V_-,÷y ’”š·÷È[2|«ø Ê÷8š·wÐß÷wãøh÷‡÷?é'NQgZw÷Ɔa|pƒ\~nƒ{Œ‘‹’³”‚aü›làjÛ÷ñ÷÷#3]û[K9W^¢¤÷²º¯¿Ù½=ûûÏûvùÆwÎÍ÷û0ùÆIýÆûJû0¤ù”¤ã×÷¿û0¤5j{œ®ù4ª˜˜«å¤ûgýÆûJû0¤ù”¤÷=×÷‰û0ùÆûgrᬛzhý4l}~l1r÷,}·øò³§÷ù ÷yDAIm8OU®aP¼jå÷÷Iè÷ ÷%žvc³«kšožJ¢‚÷vvv…{x}Ž‘{›ZZ“Z><nYN?Lb,ûû_÷û÷[÷î¹ÜÈDÓø¨¤Øø0÷'}”E[gsR/LÛ÷óÂÑܯ˜€f•‘un“z¡¥ ž¢ÃEº7\[yjcU^mF8ûÚ.÷¶±™§­©£Ÿ¨«Éû€÷÷Œ÷Ü÷÷Tø&ªq¥mmrqln¤r¨ª¥¤¨ûûªq¥mmrqln¤r¨ª¥¤¨ûû v÷ó÷0²÷W˜½h²^hstik¢x¯‘’ŒŒ‘’Œ‹‹“‘…ƒkofUf”xά¸ÈÇ‹žx°øà°xžóñø÷ ùA÷âåmÙTÂÐGû¯ûû¢œxÚ„”‚AüPC~?†x÷°÷ô¬ÃÉÌÆ°äìû„û
-b7:\lnXQ4c”«øª–“´áÌ{i»ÙU´5û
- µà÷X›’Ž| v÷;ËøQw÷¸Ù>Øèøl÷;Ë%øQ_ûÎüQK÷­û;Ø÷;=Ëû„P÷„÷ë}³÷Ê÷®³«÷ø ìùY÷äû“y¶ˆ—ˆ—ƒš‚‘t`û6kNpCû7'÷÷Né§æ·¼¼·É¦Ïüxg²©o›p¤N¢ƒ÷gux…y}v{Ž’yš^]“^û\û#û'û`)¦@ÃPFÎëe÷á÷®®³÷_Æ—˜Å|ûnÄ÷ʤ÷j²§§ÑnÞ<Ç÷Xئ§4
-‹žùž÷·øñùóžB}™ÒøPÒ˜˜Õ‘žû[ûqüû{øûZx݆˜Bü*$}x8…x÷ž>z¢ðø'÷üº™÷”øÑüY8~<†x÷›‹šø˜„¿áß÷Lß÷Lß¼ù›šqm~²÷b÷
-dÇ>QXqQUÄyi¦U_o}L8Ö„ÜXxi€T|zŽ˜“Œ–¥”{[û‘U}|SŠ|÷ršV|–²÷®‹“—’’¼¢¤¶œ®·¡hEûmS€€R‡|÷tšRŒ|œÉ÷¶©¬¹Äp8ûgRƒƒQ„|‹žùž÷·ø3·ùWùžûx±ˆ™‡š‚Ÿ}”gMûåüøxû?x¶™ƒ\³üM$}x8…x÷ž>z¢ðøøNüºœø¢Ç•°ž˜™•™±|‹šø˜ÂÛß÷DߨøyšZ—¼÷yé_ÃA]lzKGÚ„ÐZyi€T{zŽ‘•Œ–§”|ZûŒR€}X‡|÷hšX|—¯÷­¨¸»¡—¬¼£lIûeL~zY‡||Šv÷—¶ø§©ç÷„ìø_ø÷9/÷ ûû 2&ûûÓ:÷
-ç÷÷%5dûZ@C\R¯©÷Š©Ã¯¹Õ¼?ûûJû0vùéw»á÷Äû5;Êo®pÖs΀×ïô˜Ý¦É§É©¯ÓÅ‚›A[mqf]D4h'û û°)ã%´[¥u¿kûJû0vùéw÷[á÷±÷‹÷fì3ñb»q¡W«{ÛL¦h§@£H–?'#~8pNoLmgCQ”{Õ»©¥°¹Òâ®ï÷ û€÷Ñ÷÷I¶ªq¥mmrqln¤r¨ª¥¤¨|ûmœ÷RÈø§£á÷{ßø|ûm™T—ƒ“µøê€Uk¦]m”dû+ûû$ûÍ2éÅÂ¥»·ûPSy|D†zä÷ìs‡~ƒxujllp•Ÿwk¨vÌÍ÷
-ÀÕàɪjHDƒöø·©ϾXä¦öªç`ø2ø±~¯t¢®hP¢U/EM8cœuª£œœ£™…—|œì™†”“«¹©¼Ç»VH]~TsToKxZZŠ_œ–Îœ³°º¹Ã‹‹™ «¼˜¯´ûüq©r¤nmtskn¡u©«¢¡©ûãøXv÷‰w»à÷ù¡xtsxyt{š)œ1 ’³›×”Ǩ÷,‹ž÷³°÷®°xžññ÷~÷¤ù'žeŽw•n­ûb÷‘Θ©—¬¦«¥žµº¶~°q¨´e8¥-û¨ØxÖƒ•€DüE8@…x÷©ž>~˜Ó÷YÃ÷‚ûÈOø|Yvagx]qh…+‰÷Š$§–“³÷Å`-ûJ‹š÷ïíI—×ßP÷ãø+¬vŸiantDZ熰Vug~Px{Ž™”Œ—¤”{_ûŽY„„K|÷„šGŽzšÄ÷u«¶½¦‘”†–@}›–…˜£šœ§´}¯øù´Òá÷}ðø÷<ÞTËûÓ"Äa·Âµ°É¸µxg®ªk™q›P¤u÷ivu‡€z{“y™fg“hda{qkdkx`T<·S÷PÓd¿c¤e”}wrIY]B1MÂ÷Yt©ûh¡žŒ—™š–œ‡„ž|±³ƒ³÷ãÚòû¡ø=¡¾É÷9Ñ÷ð÷
-½t¬N¯û
-Ô”ššÇ÷ûžü)|ø |}¥ù¥£ë÷˜ëøp÷Þ÷a0÷!ûTazhfQSeûû û¬û ºS_°¾sž¶œ®¯ű÷÷ +‰ûe_ 55_ö÷d÷h¸÷á߸ûûeà‹šø&¬÷a§îß÷Oßøø×~j†gŠOûP¶‘¸±˜£ªœ¯ ¯§ž~i£–z•”†÷™µ¯_¥O^c}so£xb™S?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷Ý÷OûÍB‹F…|÷pšQ‚”Ö÷Í÷¬û÷Æž©±¡˜np›—‚œ£¢÷Ì‹šø&¬÷d¤îß÷Oß÷Oßø"øÒ{l„h‡QûQ¶‘¸±˜£ªœ¯ ¯§ž~i£”~—y…øüÒšS€˜Ë÷š퇎„_nˆcû1¶‘¸±˜£ªœ¯ ¯§ž~i£ož˜‚œ š›¢¶Y¦>MZ{jg‰Žˆˆ¥wc—S?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷Ý÷Oû×K€~S‰|÷pšS~™Â÷ÝáëˆVûœG„‚M†|´‹šø&¬÷d¤îß÷OßøšS€˜Ë÷š퇎„_nˆcû1¶‘‰¸‘±˜£ªœ¯ ¯§ž~i£ož˜‚œ š›¢¶Y¦>?QrYgma€g…;FjÏû×K€~S‰|÷pšS~™Â÷ÝáëˆVûœG„‚M†|´‹šø'«÷Õ‰¦ðß÷Pß”øšU•¿ø솃Š‡~… ‚y|†‚†€Ž}Ü–on‘q^]sdom`d‡3DkÐûÍA‚O‡|÷tšR‘}—¹÷ç÷PûâZ|{W‡|ÎøVûP¿ó ½·¡—ƒpdož˜‚¢“ŽŒ‘ûJøEó÷w÷²÷’ø~ªtŸg…„ŠŠ…„‰Š‹‹ƒ…‘“¬§¯Á°‚žHj^NOX®e¸®£¢­ûJøÐó÷G²÷nøß½h²^hstik¢x¯‘’ŒŒ‘’Œ‹‹“‘…ƒjogUf”xά¸ÈÇ
-ñ ™ŒŒŒ”ŒŒ¹ §–¡ŸŽŒŽŽ— ùfø—
-endstream
-endobj
-79 0 obj
-<</Type/FontDescriptor/FontName/OXEYMR+TeXGyreTermes-Regular/Flags 4/FontBBox[-526 -281 1306 1055]/Ascent 1055/CapHeight 662/Descent -281/ItalicAngle 0/StemV 83/XHeight 450/FontFile3 78 0 R/CIDSet 77 0 R>>
-endobj
-80 0 obj
-<</Length 1826 >>
-stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-OXEYMR-TeXGyreTermes-Regular-0)
-%%Title: (TeX-OXEYMR-TeXGyreTermes-Regular-0 TeX OXEYMR-TeXGyreTermes-Regular 0)
-%%Version: 1.000
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo
-<< /Registry (TeX)
-/Ordering (OXEYMR-TeXGyreTermes-Regular)
-/Supplement 0
->> def
-/CMapName /TeX-Identity-OXEYMR-TeXGyreTermes-Regular def
-/CMapType 2 def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-3 beginbfrange
-<0056> <0057> <0028>
-<007E> <007F> <FB01>
-<0214> <0215> <2018>
-endbfrange
-76 beginbfchar
-<001C> <0041>
-<001D> <0061>
-<0020> <007E>
-<0023> <0042>
-<0024> <0062>
-<0026> <007C>
-<0029> <005B>
-<002A> <005D>
-<002B> <0043>
-<002C> <0063>
-<002D> <003A>
-<002E> <002C>
-<002F> <0044>
-<0030> <0064>
-<0032> <0045>
-<0033> <0065>
-<0034> <0038>
-<0035> <003D>
-<0037> <0046>
-<0038> <0066>
-<0039> <0035>
-<003A> <0034>
-<003B> <0047>
-<003C> <0067>
-<003E> <003E>
-<003F> <0048>
-<0040> <0068>
-<0041> <002D>
-<0042> <0049>
-<0043> <0069>
-<0045> <006A>
-<0046> <004B>
-<0047> <006B>
-<0048> <004C>
-<0049> <006C>
-<004A> <003C>
-<004B> <004D>
-<004C> <006D>
-<004D> <004E>
-<004E> <006E>
-<004F> <0039>
-<0051> <004F>
-<0052> <006F>
-<0053> <0031>
-<0054> <0050>
-<0055> <0070>
-<0059> <002E>
-<005C> <0071>
-<005D> <003F>
-<005F> <0027>
-<0060> <0052>
-<0061> <0072>
-<0062> <0053>
-<0063> <0073>
-<0064> <003B>
-<0065> <0037>
-<0066> <0036>
-<0067> <002F>
-<0069> <0054>
-<006A> <0074>
-<006B> <0033>
-<006C> <0032>
-<006D> <0055>
-<006E> <0075>
-<006F> <005F>
-<0070> <0056>
-<0071> <0076>
-<0072> <0057>
-<0073> <0077>
-<0074> <0058>
-<0075> <0078>
-<0077> <0079>
-<0079> <007A>
-<007A> <0030>
-<007B> <FB00>
-<007C> <FB03>
-endbfchar
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
-
-endstream
-endobj
-18 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/OXEYMR+TeXGyreTermes-Regular/DescendantFonts[81 0 R]/ToUnicode 80 0 R>>
-endobj
-81 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/OXEYMR+TeXGyreTermes-Regular/FontDescriptor 79 0 R/W 76 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
-endobj
-23 0 obj
-<</Type/Pages/Count 10/Kids[16 0 R 25 0 R 28 0 R 31 0 R 34 0 R 37 0 R 40 0 R 43 0 R 46 0 R 49 0 R]>>
-endobj
-82 0 obj
-<<>>
-endobj
-83 0 obj
-<</Type/Catalog/Pages 23 0 R/Names 82 0 R /Version /1.6 /PageLabels << /Nums [ 0 << /S /D /St 1 >> ] >> /ViewerPreferences << /FitWindow true >> /Metadata 51 0 R /PageMode /UseNone /PageLayout /TwoColumnRight>>
-endobj
-84 0 obj
-<<
-/CreationDate (D:20140310152409+01'00') /Title <feff00660075006e006300740069006f006e007200650066> /Producer (LuaTeX-0.78.3) /ID (functionref.2014-03-10T15:24:09+01:00) /Trapped /False /ModDate (D:20140310152409+01'00') /Creator <feff0043006f006e00540065005800740020002d00200032003000310034002e00300033002e00300038002000310033003a00320030>
-/PTEX.Fullbanner (This is LuajitTeX, Version beta-0.78.3 (TeX Live 2014/dev) (TeX Live 2014/dev) kpathsea version 6.2.0dev)>>
-endobj
-xref
-0 85
-0000000001 65535 f
-0000000002 00000 f
-0000000003 00000 f
-0000000004 00000 f
-0000000005 00000 f
-0000000006 00000 f
-0000000007 00000 f
-0000000008 00000 f
-0000000009 00000 f
-0000000010 00000 f
-0000000011 00000 f
-0000000012 00000 f
-0000000013 00000 f
-0000000014 00000 f
-0000000000 00000 f
-0000033811 00000 n
-0000033612 00000 n
-0000000015 00000 n
-0000373594 00000 n
-0000361486 00000 n
-0000354479 00000 n
-0000347565 00000 n
-0000342145 00000 n
-0000373927 00000 n
-0000068139 00000 n
-0000067940 00000 n
-0000033910 00000 n
-0000115952 00000 n
-0000115753 00000 n
-0000068228 00000 n
-0000160856 00000 n
-0000160657 00000 n
-0000116031 00000 n
-0000199271 00000 n
-0000199072 00000 n
-0000160935 00000 n
-0000238880 00000 n
-0000238681 00000 n
-0000199360 00000 n
-0000275509 00000 n
-0000275310 00000 n
-0000238959 00000 n
-0000314171 00000 n
-0000313972 00000 n
-0000275598 00000 n
-0000336477 00000 n
-0000336278 00000 n
-0000314270 00000 n
-0000336832 00000 n
-0000336633 00000 n
-0000336576 00000 n
-0000336867 00000 n
-0000339063 00000 n
-0000339132 00000 n
-0000339649 00000 n
-0000341061 00000 n
-0000341289 00000 n
-0000342293 00000 n
-0000342486 00000 n
-0000342682 00000 n
-0000342755 00000 n
-0000346241 00000 n
-0000346460 00000 n
-0000347706 00000 n
-0000347892 00000 n
-0000348234 00000 n
-0000348307 00000 n
-0000352674 00000 n
-0000352895 00000 n
-0000354622 00000 n
-0000354810 00000 n
-0000355117 00000 n
-0000355190 00000 n
-0000359727 00000 n
-0000359945 00000 n
-0000361626 00000 n
-0000361811 00000 n
-0000362217 00000 n
-0000362341 00000 n
-0000371489 00000 n
-0000371711 00000 n
-0000373738 00000 n
-0000374044 00000 n
-0000374065 00000 n
-0000374292 00000 n
-trailer
-<</Size 85/Root 83 0 R/Info 84 0 R/ID[<7DC07EF4EA4F2E78FB66B06103F35447> <7DC07EF4EA4F2E78FB66B06103F35447>]>>
-startxref
-374776
-%%EOF
diff --git a/Master/texmf-dist/doc/luatex/base/functionref.tex b/Master/texmf-dist/doc/luatex/base/functionref.tex
deleted file mode 100644
index 2243d51bc4a..00000000000
--- a/Master/texmf-dist/doc/luatex/base/functionref.tex
+++ /dev/null
@@ -1,1101 +0,0 @@
-% $Id$
-\pdfcompresslevel=0
-\pdfobjcompresslevel=0
-
-\nonknuthmode
-\catcode`\|=12
-
-\setuplayout[backspace=1cm,edge=0pt,topspace=1cm,
- margin=0pt,location=middle,height=fit,footer=0pt,width=middle,
- header=24pt]
-
-\setuptabulate[before=]
-\setuppagenumbering[location=,alternative=doublesided]
-\setupheadertexts[Luatex 0.66 short reference][pagenumber]
-\setupheader[style=\ssbf]
-
-\setupalign[flushleft]
-
-\setuphead[section][number=no,style=\ssbfb,after=,before=\blank]
-\setuphead[subsection][number=no,after=,style=\ssbf]
-
-\switchtobodyfont[times,9pt]
-\usemodule[abr-01]
-\def\DPI{DPI}
-
-\setuptype[style=\ss]
-\setuptyping[style=\ss]
-
-\def\afunction#1{{\ss\bf #1}}
-\def\aliteral#1{{\ss "#1"}}
-
-\def\showitemnoret#1#2#3#4#5#6%
- {\hangafter=1\hangindent=12pt
- \noindent {\ss \afunction{#1#6#2}#3}%
- \hskip 12pt plus .5\hsize\penalty0 \hskip 0pt plus -.5\hsize
- #5\par}
-
-\def\showitemret#1#2#3#4#5#6%
- {\hangafter=1\hangindent=12pt
- \noindent {\ss #4 = \afunction{#1#6#2}#3}%
- \hskip 12pt plus .5\hsize\penalty0\hskip 0pt plus -.5\hsize
- #5\par}
-
-\def\luafunction#1#2#3#4#5%
- {\doifemptyelse{#4}
- {\showitemnoret{#1}{#2}{#3}{#4}{#5}{.}}
- {\showitemret{#1}{#2}{#3}{#4}{#5}{.}}\par}
-
-\def\luamethod#1#2#3#4#5%
- {\doifemptyelse{#4}
- {\showitemnoret{#1}{#2}{#3}{#4}{#5}{:}}
- {\showitemret{#1}{#2}{#3}{#4}{#5}{:}}\par}
-
-\def\luacallback#1#2#3#4#5%
- {\doifemptyelse{#4}
- {\showitemnoret{}{#2}{#3}{#4}{#5}{}}
- {\showitemret{}{#2}{#3}{#4}{#5}{}}\par}
-
-\startluacode
-local fdata = dofile('fdata.lua')
-function showfunction (t,o,f)
- local val
- local method
- if o == nil then
- val = fdata[t]["functions"][f]
- method = false
- else
- val = fdata[t]["methods"][o][f]
- method = true
- end
- local r = {}
- local a = {}
- if #val.returnvalues > 0 then
- for i,v in ipairs (val.returnvalues) do
- if v.optional then
- r[#r+1] = '[' .. v.type .. ']'
- else
- r[#r+1] = v.type
- end
- end
- end
- if #val.arguments > 0 then
- for i,v in ipairs (val.arguments) do
- if (method == false) or (i > 1) then
- if v.optional then
- a[#a+1] = '[' .. v.type .. ']'
- else
- a[#a+1] = v.type
- end
- end
- end
- end
- if method == false then
- tex.sprint(string.format('\\lua%s{%s}{%s}{(%s)}{%s}{%s}', val.type, t, f,
- table.concat(a,', '),table.concat(r,', '), val.shortdesc))
- else
- tex.sprint(string.format('\\lua%s{%s}{%s}{(%s)}{%s}{%s}', "method", o, f,
- table.concat(a,', '),table.concat(r,', '), val.shortdesc))
- end
-end
-
-\stopluacode
-
-\def\presentfunction#1#2{\directlua{showfunction("#1",nil,"#2")}}
-\def\presentmethod#1#2#3{\directlua{showfunction("#1","#2","#3")}}
-
-\starttext
-
-
-\startcolumns
-
-\section{Getting started}
-
-\type{luatex} is a typesetter; \type{texlua} and \type{luatex --luaonly} are lua interpreters.
-In lua interpreter mode, the lua tables \type{tex}, \type{token}, \type{node}, and \type{pdf}
-are unavailable.
-
-\blank
-
-\tex{directlua}\type{} expands immediately, \tex{latelua}\type{}
-is processed during \tex{shipout}.
-
-\blank
-
-\starttabulate[|l|p|]
-\NC \tex{luatexversion}: \NC {\bf\the\luatexversion} \NC\NR
-\NC \tex{luatexrevision}: \NC {\bf\luatexrevision} \NC\NR
-\NC \tex{luatexdatestamp}: \NC {\bf\luatexdatestamp} \NC\NR
-\stoptabulate
-
-\subsection{Attributes}
-
-There are 65536 attribute registers, each of which obeys grouping
-and can have any integer value other than the most negative number
-(which indicates the value is unset).
-
-\subsection{Catcode tables}
-
-There are 65536 category code tables, each of which can hold the full range
-of Unicode. Category table manipulation:
-
-\starttabulate[|l|p|]
-\NC \tex{initcatcodetable} $N$ \NC initialize an \quote{initex} table in $N$ \NC\NR
-\NC \tex{savecatcodetable} $N$\NC save the current category codes to table $N$ globally\NC\NR
-\NC \tex{catcodetable} $N$ \NC switch to predefined table $N$\NC\NR
-\stoptabulate
-
-\subsection{Filenames}
-
-\tex{input}, \tex{openin}, and \tex{font} accept braced file names to allow embedded spaces.
-
-\subsection{Images and forms}
-
-\type{\pdfrefximage} and \type{\pdfrefxform} accept optional dimension parameters
-in the same format as \type{\pdfximage}.
-
-\section{Preloaded lua modules}
-
-\starttabulate[|l|l|]
-\NC\type{slnunicode}\NC\hyphenatedurl{http://luaforge.net/projects/sln}\NC\NR
-\NC\type{luazip} \NC\hyphenatedurl{http://www.keplerproject.org/luazip/}\NC\NR
-\NC\type{luafilesystem} \NC\hyphenatedurl{http://www.keplerproject.org/luafilesystem/}\NC\NR
-\NC\type{lpeg} \NC\hyphenatedurl{http://www.inf.puc-rio.br/~roberto/lpeg.html}\NC\NR
-\NC\type{lzlib} \NC\hyphenatedurl{http://luaforge.net/projects/lzlib/}\NC\NR
-\NC\type{md5} \NC\hyphenatedurl{http://www.inf.puc-rio.br/~roberto/md5/md5-5/md5.html}\NC\NR
-\NC\type{luasocket} \NC \kern -12pt\hyphenatedurl{http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/}\NC\NR
-\stoptabulate
-
-\section{String extensions}
-
-\presentfunction{string}{explode}
-\presentfunction{string}{utfvalues}
-\presentfunction{string}{utfcharacters}
-\presentfunction{string}{characters}
-\presentfunction{string}{characterpairs}
-\presentfunction{string}{bytes}
-\presentfunction{string}{bytepairs}
-
-\section{Operating system extensions}
-
-\presentfunction{os}{exec}
-\presentfunction{os}{spawn}
-\presentfunction{os}{setenv}
-\presentfunction{os}{gettimeofday}
-\presentfunction{os}{times}
-\presentfunction{os}{tmpdir}
-\presentfunction{os}{uname}
-\presentfunction{os}{selfdir}
-
-\section{Lua file system extensions}
-
-\presentfunction{lfs}{isdir}
-\presentfunction{lfs}{isfile}
-\presentfunction{lfs}{shortname}
-\presentfunction{lfs}{readlink}
-
-\section{Callback table}
-\presentfunction{callback}{register}
-\presentfunction{callback}{list}
-\presentfunction{callback}{find}
-
-\subsection{File discovery callbacks}
-
-\presentfunction{callback}{find_read_file}
-\presentfunction{callback}{find_write_file}
-\presentfunction{callback}{find_font_file}
-\presentfunction{callback}{find_output_file}
-\presentfunction{callback}{find_format_file}
-\presentfunction{callback}{find_vf_file}
-\presentfunction{callback}{find_map_file}
-\presentfunction{callback}{find_enc_file}
-\presentfunction{callback}{find_subfont_file}
-\presentfunction{callback}{find_pk_file}
-\presentfunction{callback}{find_data_file}
-\presentfunction{callback}{find_opentype_file}
-\presentfunction{callback}{find_truetype_file}
-\presentfunction{callback}{find_type1_file}
-\presentfunction{callback}{find_image_file}
-
-\subsection{File reading callbacks}
-
-\presentfunction{callback}{open_read_file}
-\presentfunction{callback}{reader}
-\presentfunction{callback}{close}
-
-\blank
-
-\presentfunction{callback}{read_font_file}
-\presentfunction{callback}{read_vf_file}
-\presentfunction{callback}{read_map_file}
-\presentfunction{callback}{read_enc_file}
-\presentfunction{callback}{read_sfd_file}
-\presentfunction{callback}{read_pk_file}
-\presentfunction{callback}{read_data_file}
-\presentfunction{callback}{read_truetype_file}
-\presentfunction{callback}{read_type1_file}
-\presentfunction{callback}{read_opentype_file}
-
-\subsection{Tokenisation changes callbacks}
-
-\presentfunction{callback}{process_input_buffer}
-\presentfunction{callback}{process_output_buffer}
-\presentfunction{callback}{token_filter}
-
-\subsection{Node list callbacks}
-
-\presentfunction{callback}{buildpage_filter}
-
-\afunction{buildpage_filter} context information:
-\starttabulate[|lf\ss|p|]
-\NC \ssbf value \NC \bf explanation \NC\NR
-\NC alignment \NC a (partial) alignment is being added \NC\NR
-\NC after_output \NC an output routine has just finished \NC\NR
-\NC box \NC a typeset box is being added \NC\NR
-\NC new_graf \NC the beginning of a new paragraph \NC\NR
-\NC vmode_par \NC \tex{par} was found in vertical mode \NC\NR
-\NC hmode_par \NC \tex{par} was found in horizontal mode \NC\NR
-\NC insert \NC an insert is added \NC\NR
-\NC penalty \NC a penalty (in vertical mode) \NC\NR
-\NC before_display \NC immediately before a display starts \NC\NR
-\NC after_display \NC a display is finished \NC\NR
-\NC end \NC \LUATEX\ is terminating (it's all over)\NC\NR
-\stoptabulate
-
-\presentfunction{callback}{pre_linebreak_filter}
-
-\afunction{pre_linebreak_filter} context information:
-\starttabulate[|lf\ss|p|]
-\NC \ssbf value \NC \bf explanation \NC\NR
-\NC <empty> \NC main vertical list \NC\NR
-\NC hbox \NC \tex{hbox} in horizontal mode \NC\NR
-\NC adjusted_hbox\NC \tex{hbox} in vertical mode \NC\NR
-\NC vbox \NC \tex{vbox} \NC\NR
-\NC vtop \NC \tex{vtop} \NC\NR
-\NC align \NC \tex{halign} or \tex{valign} \NC\NR
-\NC disc \NC discretionaries \NC\NR
-\NC insert \NC packaging an insert \NC\NR
-\NC vcenter \NC \tex{vcenter} \NC\NR
-\NC local_box \NC \tex{localleftbox} or \tex{localrightbox} \NC\NR
-\NC split_off \NC top of a \tex{vsplit} \NC\NR
-\NC split_keep \NC remainder of a \tex{vsplit} \NC\NR
-\NC align_set \NC alignment cell \NC\NR
-\NC fin_row \NC alignment row \NC\NR
-\stoptabulate
-
-\presentfunction{callback}{linebreak_filter}
-\presentfunction{callback}{post_linebreak_filter}
-\presentfunction{callback}{hpack_filter}
-\presentfunction{callback}{vpack_filter}
-\presentfunction{callback}{pre_output_filter}
-\presentfunction{callback}{hyphenate}
-\presentfunction{callback}{ligaturing}
-\presentfunction{callback}{kerning}
-\presentfunction{callback}{mlist_to_hlist}
-
-\subsection{Font definition callback}
-\presentfunction{callback}{define_font}
-
-\subsection{Event callbacks}
-
-\presentfunction{callback}{pre_dump}
-\presentfunction{callback}{stop_run}
-\presentfunction{callback}{start_run}
-\presentfunction{callback}{start_page_number}
-\presentfunction{callback}{stop_page_number}
-\presentfunction{callback}{show_error_hook}
-\presentfunction{callback}{finish_pdffile}
-\presentfunction{callback}{finish_pdfpage}
-
-%***********************************************************************
-
-\section{Epdf table}
-
---- All constructors:
-
-\presentfunction{epdf}{open}
-\presentfunction{epdf}{Annot}
-\presentfunction{epdf}{Annots}
-\presentfunction{epdf}{Array}
-\presentfunction{epdf}{Dict}
-\presentfunction{epdf}{Object}
-\presentfunction{epdf}{PDFRectangle}
-
---- Annot methods:
-
-\presentmethod{epdf}{Annot}{isOK}
-\presentmethod{epdf}{Annot}{getAppearance}
-\presentmethod{epdf}{Annot}{getBorder}
-\presentmethod{epdf}{Annot}{match}
-
---- AnnotBorderStyle methods:
-
-\presentmethod{epdf}{AnnotBorderStyle}{getWidth}
-
---- Annots methods:
-
-\presentmethod{epdf}{Annots}{getNumAnnots}
-\presentmethod{epdf}{Annots}{getAnnot}
-
---- Array methods:
-
-\presentmethod{epdf}{Array}{incRef}
-\presentmethod{epdf}{Array}{decRef}
-\presentmethod{epdf}{Array}{getLength}
-\presentmethod{epdf}{Array}{add}
-\presentmethod{epdf}{Array}{get}
-\presentmethod{epdf}{Array}{getNF}
-\presentmethod{epdf}{Array}{getString}
-
---- Catalog methods:
-
-\presentmethod{epdf}{Catalog}{isOK}
-\presentmethod{epdf}{Catalog}{getNumPages}
-\presentmethod{epdf}{Catalog}{getPage}
-\presentmethod{epdf}{Catalog}{getPageRef}
-\presentmethod{epdf}{Catalog}{getBaseURI}
-\presentmethod{epdf}{Catalog}{readMetadata}
-\presentmethod{epdf}{Catalog}{getStructTreeRoot}
-\presentmethod{epdf}{Catalog}{findPage}
-\presentmethod{epdf}{Catalog}{findDest}
-\presentmethod{epdf}{Catalog}{getDests}
-\presentmethod{epdf}{Catalog}{numEmbeddedFiles}
-\presentmethod{epdf}{Catalog}{embeddedFile}
-\presentmethod{epdf}{Catalog}{numJS}
-\presentmethod{epdf}{Catalog}{getJS}
-\presentmethod{epdf}{Catalog}{getOutline}
-\presentmethod{epdf}{Catalog}{getAcroForm}
-
---- EmbFile methods:
-
-\presentmethod{epdf}{EmbFile}{name}
-\presentmethod{epdf}{EmbFile}{description}
-\presentmethod{epdf}{EmbFile}{size}
-\presentmethod{epdf}{EmbFile}{modDate}
-\presentmethod{epdf}{EmbFile}{createDate}
-\presentmethod{epdf}{EmbFile}{checksum}
-\presentmethod{epdf}{EmbFile}{mimeType}
-\presentmethod{epdf}{EmbFile}{streamObject}
-\presentmethod{epdf}{EmbFile}{isOk}
-
---- Dict methods:
-
-\presentmethod{epdf}{Dict}{incRef}
-\presentmethod{epdf}{Dict}{decRef}
-\presentmethod{epdf}{Dict}{getLength}
-\presentmethod{epdf}{Dict}{add}
-\presentmethod{epdf}{Dict}{set}
-\presentmethod{epdf}{Dict}{remove}
-\presentmethod{epdf}{Dict}{is}
-\presentmethod{epdf}{Dict}{lookup}
-\presentmethod{epdf}{Dict}{lookupNF}
-\presentmethod{epdf}{Dict}{lookupInt}
-\presentmethod{epdf}{Dict}{getKey}
-\presentmethod{epdf}{Dict}{getVal}
-\presentmethod{epdf}{Dict}{getValNF}
-
---- Link methods:
-
-\presentmethod{epdf}{Link}{isOK}
-\presentmethod{epdf}{Link}{inRect}
-
---- LinkDest methods:
-
-\presentmethod{epdf}{LinkDest}{isOK}
-\presentmethod{epdf}{LinkDest}{getKind}
-\presentmethod{epdf}{LinkDest}{getKindName}
-\presentmethod{epdf}{LinkDest}{isPageRef}
-\presentmethod{epdf}{LinkDest}{getPageNum}
-\presentmethod{epdf}{LinkDest}{getPageRef}
-\presentmethod{epdf}{LinkDest}{getLeft}
-\presentmethod{epdf}{LinkDest}{getBottom}
-\presentmethod{epdf}{LinkDest}{getRight}
-\presentmethod{epdf}{LinkDest}{getTop}
-\presentmethod{epdf}{LinkDest}{getZoom}
-\presentmethod{epdf}{LinkDest}{getChangeLeft}
-\presentmethod{epdf}{LinkDest}{getChangeTop}
-\presentmethod{epdf}{LinkDest}{getChangeZoom}
-
---- Links methods:
-
-\presentmethod{epdf}{Links}{getNumLinks}
-\presentmethod{epdf}{Links}{getLink}
-
---- Object methods:
-
-\presentmethod{epdf}{Object}{initBool}
-\presentmethod{epdf}{Object}{initInt}
-\presentmethod{epdf}{Object}{initReal}
-\presentmethod{epdf}{Object}{initString}
-\presentmethod{epdf}{Object}{initName}
-\presentmethod{epdf}{Object}{initNull}
-\presentmethod{epdf}{Object}{initArray}
-\presentmethod{epdf}{Object}{initDict}
-\presentmethod{epdf}{Object}{initStream}
-\presentmethod{epdf}{Object}{initRef}
-\presentmethod{epdf}{Object}{initCmd}
-\presentmethod{epdf}{Object}{initError}
-\presentmethod{epdf}{Object}{initEOF}
-\presentmethod{epdf}{Object}{fetch}
-\presentmethod{epdf}{Object}{getType}
-\presentmethod{epdf}{Object}{getTypeName}
-\presentmethod{epdf}{Object}{isBool}
-\presentmethod{epdf}{Object}{isInt}
-\presentmethod{epdf}{Object}{isReal}
-\presentmethod{epdf}{Object}{isNum}
-\presentmethod{epdf}{Object}{isString}
-\presentmethod{epdf}{Object}{isName}
-\presentmethod{epdf}{Object}{isNull}
-\presentmethod{epdf}{Object}{isArray}
-\presentmethod{epdf}{Object}{isDict}
-\presentmethod{epdf}{Object}{isStream}
-\presentmethod{epdf}{Object}{isRef}
-\presentmethod{epdf}{Object}{isCmd}
-\presentmethod{epdf}{Object}{isError}
-\presentmethod{epdf}{Object}{isEOF}
-\presentmethod{epdf}{Object}{isNone}
-\presentmethod{epdf}{Object}{getBool}
-\presentmethod{epdf}{Object}{getInt}
-\presentmethod{epdf}{Object}{getReal}
-\presentmethod{epdf}{Object}{getNum}
-\presentmethod{epdf}{Object}{getString}
-\presentmethod{epdf}{Object}{getName}
-\presentmethod{epdf}{Object}{getArray}
-\presentmethod{epdf}{Object}{getDict}
-\presentmethod{epdf}{Object}{getStream}
-\presentmethod{epdf}{Object}{getRef}
-\presentmethod{epdf}{Object}{getRefNum}
-\presentmethod{epdf}{Object}{getRefGen}
-\presentmethod{epdf}{Object}{getCmd}
-\presentmethod{epdf}{Object}{arrayGetLength}
-\presentmethod{epdf}{Object}{arrayAdd}
-\presentmethod{epdf}{Object}{arrayGet}
-\presentmethod{epdf}{Object}{arrayGetNF}
-\presentmethod{epdf}{Object}{dictGetLength}
-\presentmethod{epdf}{Object}{dictAdd}
-\presentmethod{epdf}{Object}{dictSet}
-\presentmethod{epdf}{Object}{dictLookup}
-\presentmethod{epdf}{Object}{dictLookupNF}
-\presentmethod{epdf}{Object}{dictGetKey}
-\presentmethod{epdf}{Object}{dictGetVal}
-\presentmethod{epdf}{Object}{dictGetValNF}
-\presentmethod{epdf}{Object}{streamIs}
-\presentmethod{epdf}{Object}{streamReset}
-\presentmethod{epdf}{Object}{streamGetChar}
-\presentmethod{epdf}{Object}{streamLookChar}
-\presentmethod{epdf}{Object}{streamGetPos}
-\presentmethod{epdf}{Object}{streamSetPos}
-\presentmethod{epdf}{Object}{streamGetDict}
-
---- Page methods:
-
-\presentmethod{epdf}{Page}{isOK}
-\presentmethod{epdf}{Page}{getNum}
-\presentmethod{epdf}{Page}{getMediaBox}
-\presentmethod{epdf}{Page}{getCropBox}
-\presentmethod{epdf}{Page}{isCropped}
-\presentmethod{epdf}{Page}{getMediaWidth}
-\presentmethod{epdf}{Page}{getMediaHeight}
-\presentmethod{epdf}{Page}{getCropWidth}
-\presentmethod{epdf}{Page}{getCropHeight}
-\presentmethod{epdf}{Page}{getBleedBox}
-\presentmethod{epdf}{Page}{getTrimBox}
-\presentmethod{epdf}{Page}{getArtBox}
-\presentmethod{epdf}{Page}{getRotate}
-\presentmethod{epdf}{Page}{getLastModified}
-\presentmethod{epdf}{Page}{getBoxColorInfo}
-\presentmethod{epdf}{Page}{getGroup}
-\presentmethod{epdf}{Page}{getMetadata}
-\presentmethod{epdf}{Page}{getPieceInfo}
-\presentmethod{epdf}{Page}{getSeparationInfo}
-\presentmethod{epdf}{Page}{getResourceDict}
-\presentmethod{epdf}{Page}{getAnnots}
-\presentmethod{epdf}{Page}{getLinks}
-\presentmethod{epdf}{Page}{getContents}
-
---- PDFDoc methods:
-
-\presentmethod{epdf}{PDFDoc}{isOK}
-\presentmethod{epdf}{PDFDoc}{getErrorCode}
-\presentmethod{epdf}{PDFDoc}{getErrorCodeName}
-\presentmethod{epdf}{PDFDoc}{getFileName}
-\presentmethod{epdf}{PDFDoc}{getXRef}
-\presentmethod{epdf}{PDFDoc}{getCatalog}
-\presentmethod{epdf}{PDFDoc}{getPageMediaWidth}
-\presentmethod{epdf}{PDFDoc}{getPageMediaHeight}
-\presentmethod{epdf}{PDFDoc}{getPageCropWidth}
-\presentmethod{epdf}{PDFDoc}{getPageCropHeight}
-\presentmethod{epdf}{PDFDoc}{getNumPages}
-\presentmethod{epdf}{PDFDoc}{readMetadata}
-\presentmethod{epdf}{PDFDoc}{getStructTreeRoot}
-\presentmethod{epdf}{PDFDoc}{findPage}
-\presentmethod{epdf}{PDFDoc}{getLinks}
-\presentmethod{epdf}{PDFDoc}{findDest}
-\presentmethod{epdf}{PDFDoc}{isEncrypted}
-\presentmethod{epdf}{PDFDoc}{okToPrint}
-\presentmethod{epdf}{PDFDoc}{okToChange}
-\presentmethod{epdf}{PDFDoc}{okToCopy}
-\presentmethod{epdf}{PDFDoc}{okToAddNotes}
-\presentmethod{epdf}{PDFDoc}{isLinearized}
-\presentmethod{epdf}{PDFDoc}{getDocInfo}
-\presentmethod{epdf}{PDFDoc}{getDocInfoNF}
-\presentmethod{epdf}{PDFDoc}{getPDFMajorVersion}
-\presentmethod{epdf}{PDFDoc}{getPDFMinorVersion}
-
---- PDFRectangle methods:
-
-\presentmethod{epdf}{PDFRectangle}{isValid}
-
---- Stream methods:
-
-\presentmethod{epdf}{Stream}{getKind}
-\presentmethod{epdf}{Stream}{getKindName}
-\presentmethod{epdf}{Stream}{reset}
-\presentmethod{epdf}{Stream}{close}
-\presentmethod{epdf}{Stream}{getChar}
-\presentmethod{epdf}{Stream}{lookChar}
-\presentmethod{epdf}{Stream}{getRawChar}
-\presentmethod{epdf}{Stream}{getUnfilteredChar}
-\presentmethod{epdf}{Stream}{unfilteredReset}
-\presentmethod{epdf}{Stream}{getPos}
-\presentmethod{epdf}{Stream}{isBinary}
-\presentmethod{epdf}{Stream}{getUndecodedStream}
-\presentmethod{epdf}{Stream}{getDict}
-
---- XRef methods:
-
-\presentmethod{epdf}{XRef}{isOK}
-\presentmethod{epdf}{XRef}{getErrorCode}
-\presentmethod{epdf}{XRef}{isEncrypted}
-\presentmethod{epdf}{XRef}{okToPrint}
-\presentmethod{epdf}{XRef}{okToPrintHighRes}
-\presentmethod{epdf}{XRef}{okToChange}
-\presentmethod{epdf}{XRef}{okToCopy}
-\presentmethod{epdf}{XRef}{okToAddNotes}
-\presentmethod{epdf}{XRef}{okToFillForm}
-\presentmethod{epdf}{XRef}{okToAccessibility}
-\presentmethod{epdf}{XRef}{okToAssemble}
-\presentmethod{epdf}{XRef}{getCatalog}
-\presentmethod{epdf}{XRef}{fetch}
-\presentmethod{epdf}{XRef}{getDocInfo}
-\presentmethod{epdf}{XRef}{getDocInfoNF}
-\presentmethod{epdf}{XRef}{getNumObjects}
-\presentmethod{epdf}{XRef}{getRootNum}
-\presentmethod{epdf}{XRef}{getRootGen}
-\presentmethod{epdf}{XRef}{getSize}
-\presentmethod{epdf}{XRef}{getTrailerDict}
-
-%***********************************************************************
-
-\section{Font table}
-
-\presentfunction{font}{read_tfm}
-\presentfunction{font}{read_vf}
-\presentfunction{font}{getfont}
-\presentfunction{font}{setfont}
-\presentfunction{font}{frozen}
-\presentfunction{font}{define}
-\presentfunction{font}{nextid}
-\presentfunction{font}{id}
-\presentfunction{font}{current}
-\presentfunction{font}{max}
-\presentfunction{font}{each}
-
-\section{Font loader table}
-
-\presentfunction{fontloader}{info}
-
-\afunction{fontloader.info} returned information:
-\starttabulate[|lf\ss|lf\ss|p|]
-\NC \ssbf key \NC \bf type \NC \bf explanation \NC\NR
-\NC fontname \NC string \NC the \POSTSCRIPT\ name of the font\NC\NR
-\NC fullname \NC string \NC the formal name of the font\NC\NR
-\NC familyname \NC string \NC the family name this font belongs to\NC\NR
-\NC weight \NC string \NC a string indicating the color value of the font\NC\NR
-\NC version \NC string \NC the internal font version\NC\NR
-\NC italicangle \NC float \NC the slant angle\NC\NR
-\stoptabulate
-
-\presentfunction{fontloader}{open}
-
-Listing all of the substructure returned from
-\afunction{fontloader.open} would take too much room, see the big
-reference manual.
-
-\presentfunction{fontloader}{apply_featurefile}
-\presentfunction{fontloader}{apply_afmfile}
-
-
-\section{Image table}
-
-Full list of \type{<image>} object fields:
-\starttabulate[|lf\ss|lf\ss|p|]
-\NC \bf field name\NC \bf type \NC description \NC \NR
-\NC depth \NC number \NC the image depth for \LUATEX\ (in scaled points)\NC \NR
-\NC height \NC number \NC the image height for \LUATEX\ (in scaled points)\NC \NR
-\NC width \NC number \NC the image width for \LUATEX\ (in scaled points)\NC \NR
-\NC transform \NC number \NC the image transform, integer number 0..7\NC \NR
-\NC attr \NC string \NC the image attributes for \LUATEX \NC \NR
-\NC filename \NC string \NC the image file name \NC \NR
-\NC stream \NC string \NC the raw stream data for an \type{/Xobject} \type{/Form} object\NC \NR
-\NC page \NC ?? \NC the identifier for the requested image
- page (type is number or string,
- default is the number 1)\NC \NR
-\NC pagebox \NC string \NC the requested bounding box,
- one of \type {none}, \type {media}, \type {crop}, \type {bleed}, \type {trim}, \type {art} \NC \NR
-\NC bbox \NC table \NC table with 4 boundingbox dimensions \type{llx}, \type{lly},
- \type{urx}, and \type{ury} overruling the \type{pagebox} entry\NC \NR
-\NC filepath \NC string \NC the full (expanded) file name of the image \NC \NR
-\NC colordepth \NC number \NC the number of bits used by the color space \NC \NR
-\NC colorspace \NC number \NC the color space object number \NC \NR
-\NC imagetype \NC string \NC one of \type {pdf}, \type {png}, \type {jpg}, \type {jbig2}, or \type{nil} \NC \NR
-\NC objnum \NC number \NC the \PDF\ image object number \NC \NR
-\NC index \NC number \NC the \PDF\ image name suffix \NC \NR
-\NC pages \NC number \NC the total number of available pages \NC \NR
-\NC xsize \NC number \NC the natural image width \NC \NR
-\NC ysize \NC number \NC the natural image height \NC \NR
-\NC xres \NC number \NC the horizontal natural image resolution (in \DPI) \NC \NR
-\NC yres \NC number \NC the vertical natural image resolution (in \DPI) \NC \NR
-\stoptabulate
-
-\presentfunction{img}{new}
-\presentfunction{img}{keys}
-\presentfunction{img}{scan}
-\presentfunction{img}{copy}
-\presentfunction{img}{write}
-\presentfunction{img}{immediatewrite}
-\presentfunction{img}{node}
-\presentfunction{img}{types}
-\presentfunction{img}{boxes}
-
-\section{Kpathsea table}
-
-\presentfunction{kpse}{set_program_name}
-\presentfunction{kpse}{new}
-\presentfunction{kpse}{find_file}
-\presentfunction{kpse}{lookup}
-
-The \afunction{kpse.lookup} options match commandline arguments from
-\type{kpsewhich}:
-
-\starttabulate[|lf\ss|lf\ss|p|]
-\NC \ssbf key \NC \ssbf type \NC \ssbf description \NC \NR
-\NC debug \NC number \NC set debugging flags for this lookup\NC \NR
-\NC format \NC string \NC use specific file type (see list above)\NC \NR
-\NC dpi \NC number \NC use this resolution for this lookup; default 600\NC \NR
-\NC path \NC string \NC search in the given path\NC \NR
-\NC all \NC boolean \NC output all matches, not just the first\NC \NR
-\NC must-exist\NC boolean \NC search the disk as well as ls-R if necessary\NC \NR
-\NC mktexpk \NC boolean \NC disable/enable mktexpk generation for this lookup\NC \NR
-\NC mktextex \NC boolean \NC disable/enable mktextex generation for this lookup\NC \NR
-\NC mktexmf \NC boolean \NC disable/enable mktexmf generation for this lookup\NC \NR
-\NC mktextfm \NC boolean \NC disable/enable mktextfm generation for this lookup\NC \NR
-\NC subdir \NC string
- or table \NC only output matches whose directory part
- ends with the given string(s) \NC \NR
-\stoptabulate
-
-\presentfunction{kpse}{init_prog}
-\presentfunction{kpse}{readable_file}
-\presentfunction{kpse}{expand_path}
-\presentfunction{kpse}{expand_var}
-\presentfunction{kpse}{expand_braces}
-\presentfunction{kpse}{show_path}
-\presentfunction{kpse}{var_value}
-\presentfunction{kpse}{version}
-
-\section{Language table}
-\presentfunction{lang}{new}
-\presentfunction{lang}{id}
-\presentfunction{lang}{hyphenation}
-\presentfunction{lang}{clear_hyphenation}
-\presentfunction{lang}{clean}
-\presentfunction{lang}{patterns}
-\presentfunction{lang}{clear_patterns}
-\presentfunction{lang}{prehyphenchar}
-\presentfunction{lang}{posthyphenchar}
-\presentfunction{lang}{preexhyphenchar}
-\presentfunction{lang}{postexhyphenchar}
-\presentfunction{lang}{hyphenate}
-
-\section{Lua table}
-
-There are 65536 bytecode registers, that are saved in the format file.
-Assignments are always global.
-
-\presentfunction{lua}{getbytecode}
-\presentfunction{lua}{setbytecode}
-
-They also be accessed via the virtual array \type{lua.bytecode[]}.
-
-The virtual array \type{lua.name[]} can be used to give names to lua
-chunks. To use \type{lua.name[1]}, set \type{lua.name[1] = 'testname'} and \type{\directlua1{rubbish}}.
-
-\section{Metapost table}
-
-\presentfunction{mplib}{version}
-
-\presentfunction{mplib}{new}
-\presentfunction{mp}{execute}
-\presentfunction{mp}{finish}
-
-The return value of \type{mp:execute} and \type{mp:finish} is a table
-with a few possible keys (only \type {status} is always guaranteed to be present).
-
-\starttabulate[|lf\ss|lf\ss|p|]
-\NC log \NC string \NC output to the \quote {log} stream \NC \NR
-\NC term \NC string \NC output to the \quote {term} stream \NC \NR
-\NC error \NC string \NC output to the \quote {error} stream (only used for \quote {out of memory})\NC \NR
-\NC status \NC number \NC the return value: 0=good, 1=warning, 2=errors, 3=fatal error \NC \NR
-\NC fig \NC table \NC an array of generated figures (if any)\NC \NR
-\stoptabulate
-
-Handling of \type{fig} objects would take too much room here, please
-see the big reference manual.
-
-\presentfunction{mp}{statistics}
-\presentfunction{mp}{char_width}
-\presentfunction{mp}{char_height}
-\presentfunction{mp}{char_depth}
-
-\section{Node table}
-
-\presentfunction{node}{types}
-\presentfunction{node}{whatsits}
-\presentfunction{node}{is_node}
-\presentfunction{node}{id}
-\presentfunction{node}{subtype}
-\presentfunction{node}{type}
-\presentfunction{node}{fields}
-\presentfunction{node}{has_field}
-\presentfunction{node}{new}
-\presentfunction{node}{free}
-\presentfunction{node}{flush_list}
-\presentfunction{node}{copy}
-\presentfunction{node}{copy_list}
-\presentfunction{node}{hpack}
-\presentfunction{node}{vpack}
-\presentfunction{node}{dimensions}
-\presentfunction{node}{mlist_to_hlist}
-\presentfunction{node}{slide}
-\presentfunction{node}{tail}
-\presentfunction{node}{length}
-\presentfunction{node}{count}
-\presentfunction{node}{traverse}
-\presentfunction{node}{traverse_id}
-\presentfunction{node}{remove}
-\presentfunction{node}{insert_before}
-\presentfunction{node}{insert_after}
-\presentfunction{node}{first_glyph}
-\presentfunction{node}{ligaturing}
-\presentfunction{node}{kerning}
-\presentfunction{node}{unprotect_glyphs}
-\presentfunction{node}{protect_glyphs}
-\presentfunction{node}{last_node}
-\presentfunction{node}{write}
-\presentfunction{node}{protrusion_skippable}
-\presentfunction{node}{next}
-\presentfunction{node}{prev}
-
-\presentfunction{node}{has_attribute}
-\presentfunction{node}{set_attribute}
-\presentfunction{node}{unset_attribute}
-
-\section{Pdf table}
-\presentfunction{pdf}{immediateobj}
-\presentfunction{pdf}{mapfile}
-\presentfunction{pdf}{mapline}
-\presentfunction{pdf}{obj}
-\presentfunction{pdf}{refobj}
-\presentfunction{pdf}{pageref}
-\presentfunction{pdf}{print}
-\presentfunction{pdf}{reserveobj}
-\presentfunction{pdf}{registerannot}
-
-\section{Status table}
-\presentfunction{status}{list}
-
-The current list is:
-\starttabulate[|lf\ss|p|]
-\NC \ssbf key \NC \bf explanation \NC\NR
-\NC pdf_gone\NC written \PDF\ bytes \NC \NR
-\NC pdf_ptr\NC not yet written \PDF\ bytes \NC \NR
-\NC dvi_gone\NC written \DVI\ bytes \NC \NR
-\NC dvi_ptr\NC not yet written \DVI\ bytes \NC \NR
-\NC total_pages\NC number of written pages \NC \NR
-\NC output_file_name\NC name of the \PDF\ or \DVI\ file \NC \NR
-\NC log_name\NC name of the log file \NC \NR
-\NC banner\NC terminal display banner \NC \NR
-\NC var_used\NC variable (one|-|word) memory in use \NC \NR
-\NC dyn_used\NC token (multi|-|word) memory in use \NC \NR
-\NC str_ptr\NC number of strings \NC \NR
-\NC init_str_ptr\NC number of \INITEX\ strings \NC \NR
-\NC max_strings\NC maximum allowed strings \NC \NR
-\NC pool_ptr\NC string pool index \NC \NR
-\NC init_pool_ptr\NC \INITEX\ string pool index \NC \NR
-\NC pool_size\NC current size allocated for string characters \NC \NR
-\NC node_mem_usage\NC a string giving insight into currently used nodes\NC\NR
-\NC var_mem_max\NC number of allocated words for nodes\NC \NR
-\NC fix_mem_max\NC number of allocated words for tokens\NC \NR
-\NC fix_mem_end\NC maximum number of used tokens\NC \NR
-\NC cs_count\NC number of control sequences \NC \NR
-\NC hash_size\NC size of hash \NC \NR
-\NC hash_extra\NC extra allowed hash \NC \NR
-\NC font_ptr\NC number of active fonts \NC \NR
-\NC max_in_stack\NC max used input stack entries \NC \NR
-\NC max_nest_stack\NC max used nesting stack entries \NC \NR
-\NC max_param_stack\NC max used parameter stack entries \NC \NR
-\NC max_buf_stack\NC max used buffer position \NC \NR
-\NC max_save_stack\NC max used save stack entries \NC \NR
-\NC stack_size\NC input stack size \NC \NR
-\NC nest_size\NC nesting stack size \NC \NR
-\NC param_size\NC parameter stack size \NC \NR
-\NC buf_size\NC current allocated size of the line buffer \NC \NR
-\NC save_size\NC save stack size \NC \NR
-\NC obj_ptr\NC max \PDF\ object pointer \NC \NR
-\NC obj_tab_size\NC \PDF\ object table size \NC \NR
-\NC pdf_os_cntr\NC max \PDF\ object stream pointer \NC \NR
-\NC pdf_os_objidx\NC \PDF\ object stream index \NC \NR
-\NC pdf_dest_names_ptr\NC max \PDF\ destination pointer \NC \NR
-\NC dest_names_size\NC \PDF\ destination table size \NC \NR
-\NC pdf_mem_ptr\NC max \PDF\ memory used \NC \NR
-\NC pdf_mem_size\NC \PDF\ memory size \NC \NR
-\NC largest_used_mark\NC max referenced marks class \NC \NR
-\NC filename\NC name of the current input file \NC \NR
-\NC inputid\NC numeric id of the current input \NC \NR
-\NC linenumber\NC location in the current input file\NC \NR
-\NC lasterrorstring\NC last error string\NC \NR
-\NC luabytecodes\NC number of active \LUA\ bytecode registers\NC \NR
-\NC luabytecode_bytes\NC number of bytes in \LUA\ bytecode registers\NC \NR
-\NC luastate_bytes\NC number of bytes in use by \LUA\ interpreters\NC \NR
-\NC output_active\NC \type{true} if the \tex{output} routine is active\NC \NR
-\NC callbacks\NC total number of executed callbacks so far\NC \NR
-\NC indirect_callbacks\NC number of those that were themselves
- a result of other callbacks (e.g. file readers)\NC \NR
-\NC luatex_svn\NC the luatex repository id (added in 0.51)\NC\NR
-\NC luatex_version\NC the luatex version number (added in 0.38)\NC\NR
-\NC luatex_revision\NC the luatex revision string (added in 0.38)\NC\NR
-\NC ini_version\NC \type{true} if this is an \INITEX\ run (added in 0.38)\NC\NR
-\stoptabulate
-
-\section{Typesetting table}
-
-\presentfunction{tex}{set}
-\presentfunction{tex}{get}
-
-Many of \LUATEX's internal parameters can be queried and set this way,
-but not nearly all. The big reference manual has an extensive list.
-
-\blank
-\presentfunction{tex}{setattribute}
-\presentfunction{tex}{getattribute}
-\presentfunction{tex}{setbox}
-\presentfunction{tex}{getbox}
-\presentfunction{tex}{setcount}
-\presentfunction{tex}{getcount}
-\presentfunction{tex}{setdimen}
-\presentfunction{tex}{getdimen}
-\presentfunction{tex}{setskip}
-\presentfunction{tex}{getskip}
-\presentfunction{tex}{settoks}
-\presentfunction{tex}{gettoks}
-\presentfunction{tex}{setcatcode}
-\presentfunction{tex}{getcatcode}
-\presentfunction{tex}{setlccode}
-\presentfunction{tex}{getlccode}
-\presentfunction{tex}{setsfcode}
-\presentfunction{tex}{getsfcode}
-\presentfunction{tex}{setuccode}
-\presentfunction{tex}{getuccode}
-\presentfunction{tex}{setmathcode}
-\presentfunction{tex}{getmathcode}
-\presentfunction{tex}{setdelcode}
-\presentfunction{tex}{getdelcode}
-
-In all the \afunction{tex.set...} functions above, the optional string is
-the literal \aliteral{global}. The items can also be accessed directly via virtual arrays:
-\type{tex.attributes[]}, \type{tex.box[]}, \type{tex.count[]}, \type{tex.dimen[]},
-\type{tex.skip[]}, \type{tex.toks[]}; \type{tex.catcode[]}, \type{tex.lccode[]},
-\type{tex.sfcode[]}, \type{tex.uccode[]}, \type{tex.mathcode[]}, \type{tex.delcode[]}.
-
-\blank
-
-\presentfunction{tex}{setmath}
-\presentfunction{tex}{getmath}
-
-\presentfunction{tex}{print}
-\presentfunction{tex}{sprint}
-\presentfunction{tex}{tprint}
-\presentfunction{tex}{write}
-\presentfunction{tex}{round}
-\presentfunction{tex}{scale}
-\presentfunction{tex}{sp}
-\presentfunction{tex}{definefont}
-\presentfunction{tex}{error}
-\presentfunction{tex}{enableprimitives}
-\presentfunction{tex}{extraprimitives}
-\presentfunction{tex}{primitives}
-\presentfunction{tex}{badness}
-\presentfunction{tex}{linebreak}
-
-The \afunction{tex.linebreak} parameters:
-
-\starttabulate[|lf\ss|lf\ss|p|]
-\NC \bf name \NC \bf type \NC \bf description \NC \NR
-\NC pardir \NC string \NC \NC \NR
-\NC pretolerance \NC number \NC \NC \NR
-\NC tracingparagraphs \NC number \NC \NC \NR
-\NC tolerance \NC number \NC \NC \NR
-\NC looseness \NC number \NC \NC \NR
-\NC hyphenpenalty \NC number \NC \NC \NR
-\NC exhyphenpenalty \NC number \NC \NC \NR
-\NC pdfadjustspacing \NC number \NC \NC \NR
-\NC adjdemerits \NC number \NC \NC \NR
-\NC pdfprotrudechars \NC number \NC \NC \NR
-\NC linepenalty \NC number \NC \NC \NR
-\NC lastlinefit \NC number \NC \NC \NR
-\NC doublehyphendemerits \NC number \NC \NC \NR
-\NC finalhyphendemerits \NC number \NC \NC \NR
-\NC hangafter \NC number \NC \NC \NR
-\NC interlinepenalty \NC number or table \NC if a table, then it is an array like \type{\interlinepenalties}\NC \NR
-\NC clubpenalty \NC number or table \NC if a table, then it is an array like \type{\clubpenalties}\NC \NR
-\NC widowpenalty \NC number or table \NC if a table, then it is an array like \type{\widowpenalties}\NC \NR
-\NC brokenpenalty \NC number \NC \NC \NR
-\NC emergencystretch \NC number \NC in scaled points \NC \NR
-\NC hangindent \NC number \NC in scaled points \NC \NR
-\NC hsize \NC number \NC in scaled points \NC \NR
-\NC leftskip \NC glue_spec node \NC \NC \NR
-\NC rightskip \NC glue_spec node \NC \NC \NR
-\NC pdfeachlineheight \NC number \NC in scaled points \NC \NR
-\NC pdfeachlinedepth \NC number \NC in scaled points \NC \NR
-\NC pdffirstlineheight \NC number \NC in scaled points \NC \NR
-\NC pdflastlinedepth \NC number \NC in scaled points \NC \NR
-\NC pdfignoreddimen \NC number \NC in scaled points \NC \NR
-\NC parshape \NC table \NC \NC \NR
-\stoptabulate
-
-
-The \afunction{tex.linebreak} returned table data:
-
-\starttabulate[|lf\ss|p|]
-\NC prevdepth \NC depth of the last line in the broken paragraph \NC \NR
-\NC prevgraf \NC number of lines in the broken paragraph \NC \NR
-\NC looseness \NC the actual looseness value in the broken paragraph \NC \NR
-\NC demerits \NC the total demerits of the chosen solution \NC \NR
-\stoptabulate
-
-\presentfunction{tex}{shipout}
-
-\blank
-The virtual table \type{tex.lists} contains the set of internal
-registers that keep track of building page lists.
-
-\starttabulate[|lf\ss|p|]
-\NC \bf field \NC \bf description \NC \NR
-\NC page_ins_head \NC circular list of pending insertions \NC \NR
-\NC contrib_head \NC the recent contributions \NC \NR
-\NC page_head \NC the page-so-far \NC \NR
-\NC hold_head \NC used for held-over items for next page\NC \NR
-\NC adjust_head \NC head of the current \tex{adjust} list \NC \NR
-\NC pre_adjust_head \NC head of the current \tex{adjust pre} list\NC \NR
-\stoptabulate
-
-\blank
-The virtual table \type{tex.nest} contains the currently active
-semantic nesting state. It has two main parts: an zero-based array of
-userdata for the semantic nest itself, and the numerical value
-\type{tex.nest.ptr}. Known fields:
-
-\starttabulate[|lf\ss|lf\ss|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf modes \NC \bf explanation \NC\NR
-\NC mode \NC number \NC all \NC The current mode.
- 0 = no mode,
- 1 = vertical,
- 127 = horizontal,
- 253 = display math.
- $-1$ = internal vertical,
- $-127$ = restricted horizontal,
- $-253$ = inline math.\NC\NR
-\NC modeline \NC number \NC all \NC source input line where this mode was entered in,
- negative inside the output routine.\NC\NR
-\NC head \NC node \NC all \NC the head of the current list\NC\NR
-\NC tail \NC node \NC all \NC the tail of the current list\NC\NR
-\NC prevgraf \NC number \NC vmode \NC number of lines in the previous paragraph\NC\NR
-\NC prevdepth \NC number \NC vmode \NC depth of the previous paragraph\NC\NR
-\NC spacefactor \NC number \NC hmode \NC the current space factor\NC\NR
-\NC dirs \NC node \NC hmode \NC internal use only\NC\NR
-\NC noad \NC node \NC mmode \NC internal use only\NC\NR
-\NC delimptr \NC node \NC mmode \NC internal use only\NC\NR
-\NC mathdir \NC boolean \NC mmode \NC true when during math processing the \type{\mathdir} is not
- the same as the surrounding \type{\textdir}\NC\NR
-\NC mathstyle \NC number \NC mmode \NC the current \type{\mathstyle} \NC\NR
-\stoptabulate
-
-
-\section{Texconfig table}
-
-This is a table that is created empty. A startup \LUA\ script could
-fill this table with a number of settings that are read out by
-the executable after loading and executing the startup file.
-
-\starttabulate[|lf\ss|lf\ss|l|p|]
-\NC \ssbf key \NC \bf type \NC \bf default \NC \bf explanation \NC\NR
-\NC kpse_init \NC boolean \NC true \NC \type{false} totally disables \KPATHSEA\ initialisation\NC \NR
-\NC shell_escape \NC string\NC \NC cf.\ web2c docs \NC\NR
-\NC shell_escape_commands \NC string\NC \NC cf.\ web2c docs \NC\NR
-\NC string_vacancies \NC number\NC 75000\NC cf.\ web2c docs \NC \NR
-\NC pool_free \NC number\NC 5000\NC cf.\ web2c docs \NC \NR
-\NC max_strings \NC number\NC 15000\NC cf.\ web2c docs \NC \NR
-\NC strings_free \NC number\NC 100\NC cf.\ web2c docs \NC \NR
-\NC nest_size \NC number\NC 50\NC cf.\ web2c docs \NC \NR
-\NC max_in_open \NC number\NC 15\NC cf.\ web2c docs \NC \NR
-\NC param_size \NC number\NC 60\NC cf.\ web2c docs \NC \NR
-\NC save_size \NC number\NC 4000\NC cf.\ web2c docs \NC \NR
-\NC stack_size \NC number\NC 300\NC cf.\ web2c docs \NC \NR
-\NC dvi_buf_size \NC number\NC 16384\NC cf.\ web2c docs \NC \NR
-\NC error_line \NC number\NC 79\NC cf.\ web2c docs \NC \NR
-\NC half_error_line \NC number\NC 50\NC cf.\ web2c docs \NC \NR
-\NC max_print_line \NC number\NC 79\NC cf.\ web2c docs \NC \NR
-\NC hash_extra \NC number\NC 0\NC cf.\ web2c docs \NC \NR
-\NC pk_dpi \NC number\NC 72\NC cf.\ web2c docs \NC \NR
-\NC trace_file_names \NC boolean \NC true \NC \type{false} disables \TEX's normal file feedback\NC \NR
-\NC file_line_error \NC boolean \NC false \NC \type{file:line} style error messages\NC \NR
-\NC halt_on_error \NC boolean \NC false \NC abort run on the first encountered error\NC \NR
-\NC formatname \NC string \NC \NC if no format name was given
- on the commandline, this will be used\NC \NR
-\NC jobname \NC string \NC \NC as \type{formatname}.\NC \NR
-\stoptabulate
-
-
-\section{IO table}
-\presentfunction{texio}{write}
-\presentfunction{texio}{write_nl}
-
-\section{Token table}
-
-A token is represented in \LUA\ as a small table. For the moment, this
-table consists of three numeric entries:
-
-\starttabulate[|l|l|p|]
-\NC \bf index\NC \bf meaning \NC \bf description \NC \NR
-\NC 1 \NC command code \NC this is a value between~$0$ and~$130$\NC \NR
-\NC 2 \NC command modifier \NC this is a value between~$0$ and~$2^{21}$ \NC \NR
-\NC 3 \NC control sequence id \NC for commands that are not the result of control
- sequences, like letters and characters, it is zero,
- otherwise, it is a number pointing into the \quote
- {equivalence table} \NC \NR
-\stoptabulate
-
-\presentfunction{token}{get_next}
-\presentfunction{token}{is_expandable}
-\presentfunction{token}{expand}
-\presentfunction{token}{is_activechar}
-\presentfunction{token}{create}
-\presentfunction{token}{command_name}
-\presentfunction{token}{command_id}
-\presentfunction{token}{csname_name}
-\presentfunction{token}{csname_id}
-
-
-\stopcolumns
-\stoptext
diff --git a/Master/texmf-dist/doc/luatex/base/luatex.man b/Master/texmf-dist/doc/luatex/base/luatex.man
deleted file mode 100644
index 553cbc518c1..00000000000
--- a/Master/texmf-dist/doc/luatex/base/luatex.man
+++ /dev/null
@@ -1,266 +0,0 @@
-.TH LUATEX 1 "2009.04.22" "luatex 0.40" "Web2C @VERSION@"
-.\"=====================================================================
-.if n .ds MF Metafont
-.if t .ds MF M\s-2ETAFONT\s0
-.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
-.if n .ds TX TeX
-.if n .ds WB Web
-.if t .ds WB W\s-2EB\s0
-.\"=====================================================================
-.SH NAME
-luatex, texlua, texluac \- An extended version of pdfTeX using Lua as
-an embedded scripting language
-.\"=====================================================================
-.SH SYNOPSIS
-.B luatex
-[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... [\fITEXNAME\fR[.tex]] [\fICOMMANDS\fR]
-
-.B luatex
-[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... \fI\eFIRST\-LINE\fR
-
-.B luatex
-[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... \fB&\fIFMT ARGS\fR
-.\"=====================================================================
-.SH DESCRIPTION
-Run the lua\*(TX typesetter on \fITEXNAME\fR, usually creating
-TEXNAME.pdf. Any
-remaining \fICOMMANDS\fR are processed as lua\*(TX input, after TEXNAME
-is read.
-
-Alternatively, if the first non\-option argument begins with a backslash,
-interpret all non\-option arguments as a line of lua\*(TX input.
-
-Alternatively, if the first non\-option argument begins with a \fB&\fR,
-the
-next word is taken as the \fIFMT\fR to read, overriding all else. Any
-remaining arguments are processed as above.
-
-If no arguments or options are specified, prompt for input.
-
-If called as \fBtexlua\fR it acts as lua interpreter.
-If called as \fBtexluac\fR it acts as lua bytecode compiler.
-
-Lua\*(TX is an extended version of pdf\*(TX with Unicode and OpenType
-font support, embeded \fBLua\fR scripting language, the \fBe-\*(TX\fR
-and \fBOmega\fR extensions, as well as integrated MetaPost engine, that
-can create \fIPDF\fR files as well as \fIDVI\fR files.
-For more information about luatex, see http://www.luatex.org, you can
-read Lua\*(TX manual using texdoc utility (\fBtexdoc luatex\fR).
-
-All Lua\*(TX text input and output is considered to be Unicode text.
-
-In \fIDVI\fR mode, lua\*(TX can be used as a complete replacement for
-the \*(TX engine.
-
-In \fIPDF\fR mode, lua\*(TX can natively handle the \fIPDF\fR, \fIJPG\fR,
-\fIJBIG2\fR, and \fIPNG\fR graphics formats. lua\*(TX cannot include
-PostScript or Encapsulated PostScript (EPS) graphics files; first convert
-them to PDF using \fBepstopdf\fR (1).
-
-.\"=====================================================================
-.SH "OPTIONS"
-When the Lua\*(TX executable starts, it looks for the \fB\-\-lua\fR
-commandline option.
-If there is no \fB\-\-lua\fR option, the commandline is interpreted in a
-similar fashion as in traditional pdf\*(TX and Aleph. But if the option
-is present, Lua\*(TX will enter an alternative mode of commandline parsing
-in comparison to the standard web2c programs. The presence of \fB--lua\fR
-makes most of other options unreliable, because the lua initialization
-file can disable kpathsea and/or hook functions into various callbacks.
-.ig
-Here is the list of possibly affected switches/functionality, and why:
-..
-.TP
-.BI "\-\-lua=" FILE
-.rb
-The lua initialization file.
-.PP
-The following two options alter the executable behaviour:
-.TP
-.B \-\-luaonly
-.rb
-Start Lua\*(TX as a Lua interpreter. In this mode, it will set Lua's
-\fIarg[0]\fR to the found script name, pushing preceding options in
-negative values and the rest of the commandline in the positive values,
-just like the Lua interpreter. Lua\*(TX will exit immediately after
-executing the specified Lua script.
-.TP
-.BI \-\-luaconly
-.rb
-Start Lua\*(TX as a Lua byte compiler. In this mode, Lua\*(TX is exactly
-like \fBluac\fR from the standalone Lua distribution, except that it
-does not have the \fB\-l\fR switch, and that it accepts (but ignores)
-the \fB\-\-luaconly\fR switch.
-.PP
-Then the regular web2c options:
-.TP
-.B \-\-debug\-format
-.br
-Debug format loading.
-.TP
-.B \-\-draftmode
-.rb
-Sets \epdfdraftmode so lua\*(TX doesn't write a PDF and doesn't read
-any included images, thus speeding up execution.
-.TP
-.B \-\-enable\-write18
-.br
-Synonym for \fB\-\-shell\-escape\fR.
-.TP
-.B \-\-disable\-write18
-.br
-Synonym for \fB\-\-no\-shell\-escape\fR.
-.TP
-.B \-\-shell\-escape
-.br
-Enable the
-.BI \ewrite18{ command }
-construct, and Lua functions \fBos.execute()\fR, \fBos.exec()\fR,
-\fBos.spawn()\fR, and \fBio.popen()\fR. The \fIcommand\fR can be any
-shell command. This construct is normally disallowed for security
-reasons.
-.TP
-.B \-\-no\-shell-escape
-.br
-Disable the
-.BI \ewrite18{ command }
-construct and the other Lua functions, even if it is enabled in the
-\fItexmf.cnf\fR file.
-.TP
-.B \-\-shell-restricted
-.rb
-Enable restricted version of \fB\ewrite18\fR, \fBos.execute()\fR,
-\fBos.exec()\fR, \fBos.spawn()\fR, and \fBio.popen()\fR, only commands
-listed in \fItexmf.cnf\fR file are allowed.
-.TP
-.B \-\-file\-line\-error
-.rb
-Print error messages in the form \fIfile:line:error\fR which is similar
-to the way many compilers format them.
-.TP
-.B \-\-no\-file\-line\-error
-.rb
-Disable printing error messages in the \fIfile:line:error\fR style.
-.TP
-.BI "\-\-fmt=" FORMAT
-.rb
-Use \fIFORMAT\fR as the name of the format to be used, instead of the
-name by which lua\*(TX was called or a \fI%&\fR line.
-.TP
-.B \-\-help
-.rb
-Print help message and exit.
-.TP
-.B \-\-ini
-.rb
-Start in \fIINI\fR mode, which is used to dump formats. The \fIINI\fR
-mode can be used for typesetting, but no format is preloaded, and basic
-initializations like setting catcodes may be required.
-.TP
-.BI "\-\-interaction=" MODE
-.rb
-Sets the interaction mode. The \fIMODE\fR can be either
-.IR batchmode ,
-.IR nonstopmode ,
-.IR scrollmode ,
-and
-.IR errorstopmode .
-The meaning of these modes is the same as that of the corresponding
-\ecommands.
-.TP
-.BI "\-\-jobname=" NAME
-.rb
-Use \fINAME\fR for the job name, instead of deriving it from the name
-of the input file.
-.TP
-.BI "\-\-kpathsea-debug=" BITMASK
-.rb
-Sets path searching debugging flags according to the \fIBITMASK\fR.
-See the \fIKpathsea\fR manual for details.
-.TP
-.BI "\-\-mktex=" FMT
-.rb
-Enable mktex\fIFMT\fR generation, where \fIFMT\fR must be either \fItex\fR
-or \fItfm\fR.
-.TP
-.B \-\-nosocket
-.rb
-Disable the luasocket (network) library.
-.TP
-.TP
-.BI "\-\-output\-comment=" STRING
-.rb
-In \fIDVI\fR mode, use \fISTRING\fR for the \fIDVI\fR file comment
-instead of the date. This option is ignored in\fIPDF\fR mode.
-.TP
-.BI "\-\-output\-directory=" DIRECTORY
-.rb
-Write output files in \fIDIRECTORY\fR instead of the current directory.
-Look up input files in \fIDIRECTORY\fR first, then along the normal
-search path.
-.TP
-.BI "\-\-output\-format=" FORMAT
-.rb
-Set the output format mode, where \fIFORMAT\fR must be either \fIpdf\fR
-or \fIdvi\fR.
-This also influences the set of graphics formats understood by lua\*(TX.
-.TP
-.BI "\-\-progname=" NAME
-.rb
-Pretend to be program \fINAME\fR (only for kpathsea).
-.TP
-.B \-\-recorder
-.rb
-Enable the filename recorder.
-This leaves a trace of the files opened for input and output
-in a file with extension \fI.fls\fR.
-.TP
-.B \-\-safer
-.rb
-Disable some Lua commands that can easily be abused by a malicious
-document.
-.TP
-.BI "\-\-synctex=" NUMBER
-.rb
-Enable/disable Sync\*(TX extension.
-.TP
-.B \-\-version
-.rb
-Print version information and exit.
-.TP
-.B \-\-credits
-.rb
-Print credits and version details.
-.TP
-The following options are ignored:
-.TP
-.BR "\-\-8bit" ,\ "\-\-etex" ,\ "\-\-parse\-first\-line" ,\
-"\-\-no\-parse\-first\-line"
-.rb
-These are always on.
-.TP
-.BI "\-\-default\-translate\-file=" TCXNAME , \ "\-\-translate\-file="
-TCXNAME
-.rb
-These are always off.
-
-.\"=====================================================================
-.SH "SEE ALSO"
-.BR pdftex (1),
-.BR etex (1),
-.BR aleph (1),
-.BR omega (1),
-.BR lua (1).
-.\"=====================================================================
-.SH "AUTHORS"
-The primary authors of Lua\*(TX are Hartmut Henkel, Taco Hoekwater,
-and Hans Hagen, with help from Martin Schr\[:o]der, Karel Skoupy, and
-Han The Thanh.
-.PP
-\*(TX was designed by Donald E. Knuth, who implemented it using his
-\*(WB system for Pascal programs.
-It was ported to Unix at Stanford by Howard Trickey, and at Cornell by
-Pavel Curtis.
-The version now offered with the Unix \*(TX distribution is that generated
-by the \*(WB to C system (\fBweb2c\fR), originally written by Tomas
-Rokicki and Tim Morgan.
diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-env.tex b/Master/texmf-dist/doc/luatex/base/luatexref-env.tex
index 5cb29ec5cbe..8c9fd6477af 100644
--- a/Master/texmf-dist/doc/luatex/base/luatexref-env.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatexref-env.tex
@@ -2,19 +2,38 @@
\startenvironment luatexref-env
-% something rests this, but i hav eno time not to see where
-
\usemodule[abr-02]
% \tex : tex command
% \lua : native lua code
% \luatex : lua lib, function, value defined in luatex
-\nonknuthmode
+% \nonknuthmode
+
+\setuplayout
+ [height=middle,
+ width=middle,
+ backspace=2cm,
+ topspace=2cm]
+
+\setuppagenumbering
+ [alternative=doublesided]
+
+\setuptolerance
+ [stretch,tolerant]
+
+\setuptype
+ [lines=hyphenated]
+
+\setuptyping
+ [lines=hyphenated]
-\setuptolerance[stretch,tolerant]
+\setupitemize
+ [each]
+ [packed]
-\setuptype[lines=hyphenated] \setuptyping[lines=hyphenated]
+\setupwhitespace
+ [medium]
\let\lua \type
\let\luatex \type
@@ -40,30 +59,20 @@
{ do
local t = string.split('#1',',')
tex.sprint('\\type{'.. node.id(t[1]) .. '}')
- if t[2] then
+ if t[2] then
tex.sprint(', \\type{'.. node.subtype(t[2]) .. '}')
end
end
}%
}
-\def\todo#1%
- {\dontleavehmode{\bf\red <TODO: #1>}}
+\starttexdefinition unexpanded todo #1
+ \dontleavehmode
+ \startcolor[red]
+ \bf<TODO: #1>
+ \stopcolor
+\stoptexdefinition
-\setuplayout
- [height=middle,
- width=middle,
- backspace=2cm,
- topspace=2cm]
-
-\setuppagenumbering
- [alternative=doublesided]
-
-\setupitemize[each][packed]
-
-\setupwhitespace[medium]
-
-\preloadtypescripts
\definetypeface[mainfacenormal] [ss][sans] [iwona] [default]
\definetypeface[mainfacenormal] [rm][serif][palatino] [default]
@@ -77,7 +86,8 @@
\definetypeface[mainfacenarrowtt][tt][mono] [modern] [default][rscale=1.1]
-\setupbodyfont[mainfacenormal,11pt]
+\setupbodyfont
+ [mainfacenormal,11pt]
\definehead
[remark]
@@ -91,18 +101,14 @@
\setupheadertexts
[]
-\setupcolors
- [state=start]
-
\setuptyping
- [color=blue,
-]% style=\mainfacenarrowtt]
+ [color=blue] % style=\mainfacenarrowtt
-\definetyping[functioncall]
+\definetyping
+ [functioncall]
\setuptype
- [color=blue,
-]% style=\mainfacenarrowtt]
+ [color=blue] % style=\mainfacenarrowtt
\definecolor[blue] [b=.5]
\definecolor[red] [r=.5]
@@ -141,19 +147,15 @@
StopPage ;
\stopuseMPgraphic
-\def\luaextraangle{\directlua{
- if \lastpage == 0 then
- luaextraangle = 0;
- else
- luaextraangle = \realfolio*360/\lastpage;
- end
- tex.print(luaextraangle)
-}}
+\starttexdefinition luaextraangle
+ % we can also just access the last page and so in mp directly
+ \ctxlua {
+ context(\lastpage == 0 and 0 or \realfolio*360/\lastpage)
+ }
+\stoptexdefinition
\startuseMPgraphic{luanumber}
\includeMPgraphic{lualogo}
- % luaextraangle := \realfolio*360/\lastpage ;
- % luaextraangle := 10 * ( (\realfolio-2)/(\lastpage-2)*36 ) ;
luaextraangle := \luaextraangle;
picture p ; p := lualogo ;
setbounds p to boundingbox fullcircle ;
@@ -282,52 +284,45 @@
\def\nonterminal#1>{\mathematics{\langle\hbox{{\rm #1}}\rangle}}
-\ifx\directlua\undefined
-
- \definetyping[syntax]
- \definetype[syntax]
-
-\else
-
- % taco's brainwave -)
+% taco's brainwave -)
- \newcatcodetable\syntaxcodetable
+\newcatcodetable\syntaxcodetable
- \def\makesyntaxcodetable
- {\begingroup
- \catcode`\<=13 \catcode`\|=12
- \catcode`\!= 0 \catcode`\\=12
- \savecatcodetable\syntaxcodetable
- \endgroup}
+\def\makesyntaxcodetable
+ {\begingroup
+ \catcode`\<=13 \catcode`\|=12
+ \catcode`\!= 0 \catcode`\\=12
+ \savecatcodetable\syntaxcodetable
+ \endgroup}
- \makesyntaxcodetable
+\makesyntaxcodetable
- \def\startsyntax {\begingroup\catcodetable\syntaxcodetable \dostartsyntax}
- \def\syntax {\begingroup\catcodetable\syntaxcodetable \dosyntax}
+\def\startsyntax {\begingroup\catcodetable\syntaxcodetable \dostartsyntax}
+\def\syntax {\begingroup\catcodetable\syntaxcodetable \dosyntax}
- \def\syntaxenvbody#1%
- {\par
- \tt
- \startnarrower
- {\blue #1}%
- \stopnarrower
- \par}
+\def\syntaxenvbody#1%
+ {\par
+ \tt
+ \startnarrower
+ {\blue #1}%
+ \stopnarrower
+ \par}
- \def\syntaxbody#1%
- {{\blue \tt #1}}
+\def\syntaxbody#1%
+ {{\blue \tt #1}}
- \bgroup \catcodetable\syntaxcodetable
+\bgroup \catcodetable\syntaxcodetable
- !gdef!dostartsyntax#1\stopsyntax{!let<!nonterminal!syntaxenvbody{#1}!endgroup}
- !gdef!dosyntax #1{!let<!nonterminal!syntaxbody{#1}!endgroup}
+!gdef!dostartsyntax#1\stopsyntax{!let<!nonterminal!syntaxenvbody{#1}!endgroup}
+!gdef!dosyntax #1{!let<!nonterminal!syntaxbody{#1}!endgroup}
- !egroup
+!egroup
-\fi
+% end of wave
\setupinteraction
[state=start,
- focus=standard,
+ focus=standard,
color=,
contrastcolor=]
@@ -336,12 +331,15 @@
\setuplist
[chapter,section,subsection,subsubsection]
- [interaction=all]
+ [interaction=all]
-% Hans doesn't like the bookmarks opening by default
+% Hans doesn't like the bookmarks opening by default so we comment this:
+%
% \setupinteractionscreen[option=bookmark]
-\appendtoks\let\luatex\firstofoneargument\to\simplifiedcommands
+\appendtoks
+ \let\luatex\firstofoneargument
+\to \simplifiedcommands
\stopenvironment
diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf b/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf
index 07a4d0ba1c4..ffdd4160593 100644
--- a/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf
+++ b/Master/texmf-dist/doc/luatex/base/luatexref-t.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/base/luatexref-t.tex b/Master/texmf-dist/doc/luatex/base/luatexref-t.tex
index 3857585c8cb..dc69d1dd335 100644
--- a/Master/texmf-dist/doc/luatex/base/luatexref-t.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatexref-t.tex
@@ -23,7 +23,7 @@
\setvariables
[document]
- [beta=0.79.0]
+ [beta=0.79.3]
\starttext
@@ -39,36 +39,27 @@
\startframedtext[framecolor=red,foregroundcolor=red,width=\hsize,style=\tfa]
-This book will eventually become the reference manual of \LUATEX.
-At the moment, it simply reports the behavior of the executable
-matching the snapshot or beta release date in the title page.
+This book will eventually become the reference manual of \LUATEX. At the moment,
+it simply reports the behavior of the executable matching the snapshot or beta
+release date in the title page.
\blank
-Features may come and go. The current version of \LUATEX\ is not
-meant for production and users cannot depend on stability, nor on
-functionality staying the same.
+Features may come and go. The current version of \LUATEX\ is not meant for
+production and users cannot depend on stability, nor on functionality staying the
+same.
\blank
-Nothing is considered stable just yet. This manual therefore
-simply reflects the current state of the executable. {\bs
-Absolutely nothing\/} on the following pages is set in stone. When
-the need arises, anything can (and will) be changed.
-
-\blank
-
-{\bf If you are not willing to deal with this situation, you should
-wait for the stable version. Currently we expect the 1.0 release to
-happen in spring 2014. Full stabilization will not happen soon, the
-TODO list is still large.}
+Nothing is considered stable just yet. This manual therefore simply reflects the
+current state of the executable. {\bs Absolutely nothing\/} on the following
+pages is set in stone. When the need arises, anything can (and will) be changed.
\stopframedtext
\blank[2*line]
-\LUATEX\ consists of a number of interrelated but (still)
-distinguishable parts:
+\LUATEX\ consists of a number of interrelated but (still) distinguishable parts:
\startitemize[packed]
\item \PDFTEX\ version 1.40.9, converted to C (with patches from later releases).
@@ -81,134 +72,125 @@ distinguishable parts:
\item newly written compiled source code to glue it all together
\stopitemize
-Neither \ALEPH's I/O translation processes, nor tcx files, nor
-\ENCTEX\ can be used, these encoding|-|related functions are
-superseded by a \LUA|-|based solution (reader callbacks). Also, some
-experimental \PDFTEX\ features are removed. These can be implemented
-in \LUA\ instead.
+Neither \ALEPH's I/O translation processes, nor tcx files, nor \ENCTEX\ can be
+used, these encoding|-|related functions are superseded by a \LUA|-|based
+solution (reader callbacks). Also, some experimental \PDFTEX\ features are
+removed. These can be implemented in \LUA\ instead.
\chapter{Basic \TEX\ enhancements}
\section{Introduction}
-From day one, \LUATEX\ has offered extra functionality when compared
-to the superset of \PDFTEX\ and \ALEPH. That has not been limited to
-the possibility to execute lua code via \type{\directlua}, but
-\LUATEX\ also adds functionality via new \TEX-side primitives.
+From day one, \LUATEX\ has offered extra functionality when compared to the
+superset of \PDFTEX\ and \ALEPH. That has not been limited to the possibility to
+execute \LUA\ code via \type {\directlua}, but \LUATEX\ also adds functionality
+via new \TEX-side primitives.
-However, starting with beta \type{0.39.0}, most of that functionality
-is hidden by default. When \LUATEX\ 0.40.0 starts up in
-\quote{iniluatex} mode (\type{luatex -ini}), it defines only the
-primitive commands known by \TEX82 and the one extra command
-\type{\directlua}.
+However, starting with beta \type {0.39.0}, most of that functionality is hidden
+by default. When \LUATEX\ 0.40.0 starts up in \quote {iniluatex} mode (\type
+{luatex -ini}), it defines only the primitive commands known by \TEX82 and the
+one extra command \type {\directlua}.
-As is fitting, a lua function has to be called to add the extra
-primitives to the user environment. The simplest method to get access
-to all of the new primitive commands is by adding this line to the
-format generation file:
+As is fitting, a \LUA\ function has to be called to add the extra primitives to
+the user environment. The simplest method to get access to all of the new
+primitive commands is by adding this line to the format generation file:
\starttyping
\directlua { tex.enableprimitives('',tex.extraprimitives()) }
\stoptyping
But be aware that the curly braces may not have the proper \type{\catcode}
-assigned to them at this early time (giving a 'Missing number' error),
-so it may be needed to put these assignments
+assigned to them at this early time (giving a 'Missing number' error), so it may
+be needed to put these assignments
\starttyping
\catcode `\{=1
\catcode `\}=2
\stoptyping
-before the above line.
-More fine-grained primitives control is possible, you can look up the details in
-\in{section}[luaprimitives]. For simplicity's sake, this manual assumes
-that you have executed the \type{\directlua} command as given above.
+before the above line. More fine-grained primitives control is possible, you can
+look up the details in \in{section}[luaprimitives]. For simplicity's sake, this
+manual assumes that you have executed the \type {\directlua} command as given
+above.
-The startup behavior documented above is considered stable in the sense
-that there will not be backward-incompatible changes any more.
+The startup behavior documented above is considered stable in the sense that
+there will not be backward-incompatible changes any more.
\section{Version information}
There are three new primitives to test the version of \LUATEX:
-\starttabulate[|l|p|]
-\NC \bf primitive \NC \bf explanation \NC\NR
-\NC \tex{luatexversion} \NC a combination of major and minor number, as in \PDFTEX;
- the current current value is {\bf\the\luatexversion} \NC\NR
-\NC \tex{luatexrevision} \NC the revision number, as in \PDFTEX;
- the current value is {\bf\luatexrevision} \NC\NR
-\NC \tex{luatexdatestamp} \NC (deprecated in 0.78.1, will be gone in 0.80.0)
- a combination of the local date and hour when
- the current executable was compiled,
- the syntax is identical to \tex{luatexrevision};
- the value for the executable that generated this
- document is {\bf\luatexdatestamp}. \NC\NR
+\starttabulate[|l|p|p|]
+\NC \bf primitive \NC \bf explanation \NC \bf value \NC \NR
+\NC \tex{luatexbanner} \NC the banner as reported on the command line \NC \luatexbanner \NC \NR
+\NC \tex{luatexversion} \NC a combination of major and minor number \NC \the\luatexversion \NC \NR
+\NC \tex{luatexrevision} \NC the revision number, the current value is \NC \luatexrevision \NC \NR
\stoptabulate
The official \LUATEX\ version is defined as follows:
\startitemize
-\item The major version is the integer result of \tex{luatexversion} divided by 100.
- The primitive is an \quote{internal variable}, so you may need to prefix its
- use with \type{\the} depending on the context.
-\item The minor version is the two-digit result of \tex{luatexversion} modulo 100.
-\item The revision is the given by \tex{luatexrevision}. This primitive expands to a
- positive integer.
-\item The full version number consists of the major version,
- minor version and revision, separated by dots.
+\startitem
+ The major version is the integer result of \tex {luatexversion} divided by
+ 100. The primitive is an \quote {internal variable}, so you may need to prefix
+ its use with \type {\the} depending on the context.
+\stopitem
+\startitem
+ The minor version is the two-digit result of \tex {luatexversion} modulo 100.
+\stopitem
+\startitem
+ The revision is the given by \tex {luatexrevision}. This primitive expands to
+ a positive integer.
+\stopitem
+\startitem
+ The full version number consists of the major version, minor version and
+ revision, separated by dots.
+\stopitem
\stopitemize
\section{\UNICODE\ text support}
-Text input and output is now considered to be \UNICODE\ text, so
-input characters can use the full range of \UNICODE\ ($2^{20}+2^{16}-1
-= \hbox{0x10FFFF}$).
-
-Later chapters will talk of characters and glyphs. Although these
-are not interchangeable, they are closely related. During
-typesetting, a character is always converted to a suitable graphic
-representation of that character in a specific font. However,
-while processing a list of to|-|be|-|typeset nodes, its contents
-may still be seen as a character. Inside \LUATEX\ there is not yet
-a clear separation between the two concepts. Until this is
-implemented, please do not be too harsh on us if we make errors in
-the usage of the terms.
-
-A few primitives are affected by this, all in a similar fashion: each
-of them has to accommodate for a larger range of acceptable numbers.
-For instance, \tex{char} now accepts values between~0 and
-$1{,}114{,}111$. This should not be a problem for well|-|behaved input
-files, but it could create incompatibilities for input that would have
-generated an error when processed by older \TEX|-|based engines. The
-affected commands with an altered initial (left of the equals sign) or
-secondary (right of the equals sign) value are: \tex{char},
-\tex{lccode},\tex{uccode}, \tex{catcode}, \tex{sfcode}, \tex{efcode},
-\tex{lpcode}, \tex{rpcode}, \tex{chardef}.
-
-As far as the core engine is concerned, all input and output to
-text files is \UTF-8 encoded. Input files can be pre|-|processed
-using the \luatex{reader} callback. This will be explained in a
-later chapter.
-
-Output in byte|-|sized chunks can be achieved by using characters
-just outside of the valid \UNICODE\ range, starting at the value
-$1{,}114{,}112$ (0x110000). When the time comes to print a character
-$c>=1{,}114{,}112$, \LUATEX\ will actually print the single byte
-corresponding to $c$ minus 1{,}114{,}112.
-
-Output to the terminal uses \type{^^} notation for the lower
-control range ($c<32$), with the exception of \type{^^I},
-\type{^^J} and \type{^^M}. These are considered \quote{safe} and
-therefore printed as-is.
-
-Normalization of the \UNICODE\ input can be handled by a macro package
-during callback processing (this will be explained in \in{section}[iocallback]).
+Text input and output is now considered to be \UNICODE\ text, so input characters
+can use the full range of \UNICODE\ ($2^{20}+2^{16}-1 = \hbox{0x10FFFF}$).
+
+Later chapters will talk of characters and glyphs. Although these are not
+interchangeable, they are closely related. During typesetting, a character is
+always converted to a suitable graphic representation of that character in a
+specific font. However, while processing a list of to|-|be|-|typeset nodes, its
+contents may still be seen as a character. Inside \LUATEX\ there is not yet a
+clear separation between the two concepts. Until this is implemented, please do
+not be too harsh on us if we make errors in the usage of the terms.
+
+A few primitives are affected by this, all in a similar fashion: each of them has
+to accommodate for a larger range of acceptable numbers. For instance, \tex
+{char} now accepts values between~0 and $1{,}114{,}111$. This should not be a
+problem for well|-|behaved input files, but it could create incompatibilities for
+input that would have generated an error when processed by older \TEX|-|based
+engines. The affected commands with an altered initial (left of the equals sign)
+or secondary (right of the equals sign) value are: \tex {char}, \tex {lccode},
+\tex {uccode}, \tex {catcode}, \tex {sfcode}, \tex {efcode}, \tex {lpcode}, \tex
+{rpcode}, \tex {chardef}.
+
+As far as the core engine is concerned, all input and output to text files is
+\UTF-8 encoded. Input files can be pre|-|processed using the \luatex {reader}
+callback. This will be explained in a later chapter.
+
+Output in byte|-|sized chunks can be achieved by using characters just outside of
+the valid \UNICODE\ range, starting at the value $1{,}114{,}112$ (0x110000). When
+the time comes to print a character $c>=1{,}114{,}112$, \LUATEX\ will actually
+print the single byte corresponding to $c$ minus 1{,}114{,}112.
+
+Output to the terminal uses \type {^^} notation for the lower control range
+($c<32$), with the exception of \type {^^I}, \type {^^J} and \type {^^M}. These
+are considered \quote {safe} and therefore printed as-is.
+
+Normalization of the \UNICODE\ input can be handled by a macro package during
+callback processing (this will be explained in \in{section}[iocallback]).
\section{Extended tables}
-All traditional \TEX\ and \ETEX\ registers can be 16-bit numbers as in
-\ALEPH. The affected commands are:
+All traditional \TEX\ and \ETEX\ registers can be 16-bit numbers as in \ALEPH.
+The affected commands are:
\startcolumns[n=4]
\starttyping
@@ -237,80 +219,70 @@ All traditional \TEX\ and \ETEX\ registers can be 16-bit numbers as in
\stoptyping
\stopcolumns
-The glyph properties (like \type {\efcode}) introduced in \PDFTEX\
-that deal with font expansion (hz) and character protruding are
-also 16-bit. Because font memory management has been rewritten,
-these character properties are no longer shared among fonts
-instances that originate from the same metric file.
+The glyph properties (like \type {\efcode}) introduced in \PDFTEX\ that deal with
+font expansion (hz) and character protruding are also 16-bit. Because font memory
+management has been rewritten, these character properties are no longer shared
+among fonts instances that originate from the same metric file.
-The behavior documented in the above section is considered stable
-in the sense that there will not be backward-incompatible changes any
-more.
+The behavior documented in the above section is considered stable in the sense
+that there will not be backward-incompatible changes any more.
\section{Attribute registers}
-Attributes are a completely new concept in \LUATEX. Syntactically,
-they behave a lot like counters: attributes obey \TEX's nesting stack
-and can be used after \tex{the} etc.\ just like the normal
-\tex{count} registers.
+Attributes are a completely new concept in \LUATEX. Syntactically, they behave a
+lot like counters: attributes obey \TEX's nesting stack and can be used after
+\tex {the} etc.\ just like the normal \tex {count} registers.
\startsyntax
\attribute <16-bit number> <optional equals> <32-bit number>!crlf
\attributedef <csname> <optional equals> <16-bit number>
\stopsyntax
-Conceptually, an attribute is either \quote{set} or
-\quote{unset}. Unset attributes have a special negative value to
-indicate that they are unset, that value is the lowest legal value:
-\type{-"7FFFFFFF} in hexadecimal, a.k.a. $-2147483647$ in decimal.
-It follows that the value \type{-"7FFFFFFF} cannot be used as
-a legal attribute value, but you {\it can\/} assign \type{-"7FFFFFFF} to
-\quote{unset} an attribute. All attributes start out in this
-\quote{unset} state in \INITEX\ (prior to 0.37, there could not be
-valid negative attribute values, and the \quote{unset} value was $-1$).
-
-Attributes can be used as extra counter values, but their usefulness
-comes mostly from the fact that the numbers and values of all \quote{set}
-attributes are attached to all nodes created in their scope. These can
-then be queried from any \LUA\ code that deals with node
-processing. Further information about how to use attributes for node
-list processing from \LUA\ is given in~\in{chapter}[nodes].
-
-The behavior documented in the above subsection is considered stable
-in the sense that there will not be backward-incompatible changes any
-more.
-
+Conceptually, an attribute is either \quote {set} or \quote {unset}. Unset
+attributes have a special negative value to indicate that they are unset, that
+value is the lowest legal value: \type {-"7FFFFFFF} in hexadecimal, a.k.a.
+$-2147483647$ in decimal. It follows that the value \type {-"7FFFFFFF} cannot be
+used as a legal attribute value, but you {\it can\/} assign \type {-"7FFFFFFF} to
+\quote {unset} an attribute. All attributes start out in this \quote {unset}
+state in \INITEX\ (prior to 0.37, there could not be valid negative attribute
+values, and the \quote {unset} value was $-1$).
+
+Attributes can be used as extra counter values, but their usefulness comes mostly
+from the fact that the numbers and values of all \quote {set} attributes are
+attached to all nodes created in their scope. These can then be queried from any
+\LUA\ code that deals with node processing. Further information about how to use
+attributes for node list processing from \LUA\ is given in~\in {chapter}[nodes].
+
+The behavior documented in the above subsection is considered stable in the sense
+that there will not be backward-incompatible changes any more.
\subsection{Box attributes}
-Nodes typically receive the list of attributes that is in effect when
-they are created. This moment can be quite asynchronous. For example: in
-paragraph building, the individual line boxes are created after the
-\tex{par} command has been processed, so they will receive the list of
-attributes that is in effect then, not the attributes that were in
-effect in, say, the first or third line of the paragraph.
-
-Similar situations happen in \LUATEX\ regularly. A few of the more
-obvious problematic cases are dealt with: the attributes for nodes
-that are created during hyphenation, kerning and ligaturing borrow their
-attributes from their surrounding glyphs, and it is possible to
-influence box attributes directly.
-
-When you assemble a box in a register, the attributes of the nodes
-contained in the box are unchanged when such a box is placed,
-unboxed, or copied. In this respect attributes act the same as
-characters that have been converted to references to glyphs in
-fonts. For instance, when you use attributes to implement color
-support, each node carries information about its eventual color. In that
-case, unless you implement mechanisms that deal with it, applying
-a color to already boxed material will have no effect. Keep in
-mind that this incompatibility is mostly due to the fact that separate
-specials and literals are a more unnatural approach to colors than
-attributes.
-
-It is possible to fine-tune the list of attributes that are applied
-to a \type{hbox}, \type{vbox} or \type{vtop} by the use of the
-keyword \type{attr}. An example:
+Nodes typically receive the list of attributes that is in effect when they are
+created. This moment can be quite asynchronous. For example: in paragraph
+building, the individual line boxes are created after the \tex {par} command has
+been processed, so they will receive the list of attributes that is in effect
+then, not the attributes that were in effect in, say, the first or third line of
+the paragraph.
+
+Similar situations happen in \LUATEX\ regularly. A few of the more obvious
+problematic cases are dealt with: the attributes for nodes that are created
+during hyphenation, kerning and ligaturing borrow their attributes from their
+surrounding glyphs, and it is possible to influence box attributes directly.
+
+When you assemble a box in a register, the attributes of the nodes contained in
+the box are unchanged when such a box is placed, unboxed, or copied. In this
+respect attributes act the same as characters that have been converted to
+references to glyphs in fonts. For instance, when you use attributes to implement
+color support, each node carries information about its eventual color. In that
+case, unless you implement mechanisms that deal with it, applying a color to
+already boxed material will have no effect. Keep in mind that this
+incompatibility is mostly due to the fact that separate specials and literals are
+a more unnatural approach to colors than attributes.
+
+It is possible to fine-tune the list of attributes that are applied to a \type
+{hbox}, \type {vbox} or \type {vtop} by the use of the keyword \type {attr}. An
+example:
\starttyping
\attribute2=5
@@ -318,23 +290,21 @@ keyword \type{attr}. An example:
\setbox2=\hbox attr1=12 attr2=-"7FFFFFFF{Hello}
\stoptyping
-This will set the attribute list of box~2 to $1=12$, and the
-attributes of box~0 will be $2=5$. As you can see, assigning
-the maximum negative value causes an attribute to be ignored.
+This will set the attribute list of box~2 to $1=12$, and the attributes of box~0
+will be $2=5$. As you can see, assigning the maximum negative value causes an
+attribute to be ignored.
-The \type{attr} keyword(s) should come before a \type{to} or
-\type{spread}, if that is also specified.
+The \type {attr} keyword(s) should come before a \type {to} or \type {spread}, if
+that is also specified.
\section{\LUA\ related primitives}
-In order to merge \LUA\ code with \TEX\ input, a few new primitives are
-needed.
-
+In order to merge \LUA\ code with \TEX\ input, a few new primitives are needed.
\subsection{\tex{directlua}}
-The primitive \tex{directlua} is used to execute \LUA\ code immediately.
-The syntax is
+The primitive \tex {directlua} is used to execute \LUA\ code immediately. The
+syntax is
\startsyntax
\directlua <general text>!crlf
@@ -342,20 +312,20 @@ The syntax is
\directlua <16-bit number> <general text>
\stopsyntax
-The last \syntax{<general text>} is expanded fully, and then fed
-into the \LUA\ interpreter. After reading and expansion has been applied to the
-\syntax{<general text>}, the resulting token list is converted to a
-string as if it was displayed using \type{\the\toks}. On the \LUA\
-side, each \type{\directlua} block is treated as a separate chunk. In
-such a chunk you can use the \type {local} directive to keep your variables
-from interfering with those used by the macro package.
-
-The conversion to and from a token list means that you normally can
-not use \LUA\ line comments (starting with \type{--}) within the
-argument. As there typically will be only one \quote{line} the first
-line comment will run on until the end of the input. You will either need to
-use \TEX-style line comments (starting with \%), or change the \TEX\
-category codes locally. Another possibility is to say:
+The last \syntax {<general text>} is expanded fully, and then fed into the \LUA\
+interpreter. After reading and expansion has been applied to the \syntax
+{<general text>}, the resulting token list is converted to a string as if it was
+displayed using \type {\the\toks}. On the \LUA\ side, each \type {\directlua}
+block is treated as a separate chunk. In such a chunk you can use the \type
+{local} directive to keep your variables from interfering with those used by the
+macro package.
+
+The conversion to and from a token list means that you normally can not use \LUA\
+line comments (starting with \type {--}) within the argument. As there typically
+will be only one \quote {line} the first line comment will run on until the end
+of the input. You will either need to use \TEX|-|style line comments (starting
+with \%), or change the \TEX\ category codes locally. Another possibility is to
+say:
\starttyping
\begingroup
@@ -364,35 +334,35 @@ category codes locally. Another possibility is to say:
\endgroup
\stoptyping
-Then \LUA\ line comments can be used, since \TEX\ does not replace
-line endings with spaces.
+Then \LUA\ line comments can be used, since \TEX\ does not replace line endings
+with spaces.
-The \syntax{name <general text>} specifies the name of the \LUA\ chunk,
-mainly shown in the stack backtrace of error messages created by \LUA\
-code. The \syntax{<general text>} is expanded fully, thus macros can
-be used to generate the chunk name, i.e.
+The \syntax {name <general text>} specifies the name of the \LUA\ chunk, mainly
+shown in the stack backtrace of error messages created by \LUA\ code. The \syntax
+{<general text>} is expanded fully, thus macros can be used to generate the chunk
+name, i.e.
\starttyping
\directlua name{\jobname:\the\inputlineno} ...
\stoptyping
-to include the name of the input file as well as the input line into
-the chunk name.
+to include the name of the input file as well as the input line into the chunk
+name.
-Likewise, the \syntax{<16-bit number>} designates a name of a \LUA\
-chunk, but in this case the name will be taken from the
-\type{lua.name} array (see the documentation of the \type{lua} table
-further in this manual). This syntax is new in version 0.36.0.
+Likewise, the \syntax {<16-bit number>} designates a name of a \LUA\ chunk, but
+in this case the name will be taken from the \type {lua.name} array (see the
+documentation of the \type {lua} table further in this manual). This syntax is
+new in version 0.36.0.
-The chunk name should not start with a \type{@}, or it will be displayed
-as a file name (this is a quirk in the current \LUA\ implementation).
+The chunk name should not start with a \type {@}, or it will be displayed as a
+file name (this is a quirk in the current \LUA\ implementation).
-The \tex{directlua} command is expandable. Since it passes {\LUA} code to the
-{\LUA} interpreter its expansion from the {\TEX} viewpoint is usually empty.
-However, there are some {\LUA} functions that produce material to be read
-by {\TeX}, the so called print functions. The most simple use of these is
-\type{tex.print(<string> s)}. The characters of the string \type{s} will be placed
-on the {\TeX} input buffer, that is, \quote{before \TeX's eyes} to be read by {\TeX}
+The \tex {directlua} command is expandable. Since it passes \LUA\ code to the
+\LUA\ interpreter its expansion from the \TEX\ viewpoint is usually empty.
+However, there are some \LUA\ functions that produce material to be read by \TEX,
+the so called print functions. The most simple use of these is \type
+{tex.print(<string> s)}. The characters of the string \type {s} will be placed on
+the \TEX\ input buffer, that is, \quote {before \TeX's eyes} to be read by \TEX\
immediately. For example:
\startbuffer
@@ -418,36 +388,35 @@ will result in
\getbuffer
-Note that the expansion of \tex{directlua} is a sequence of characters, not
-of tokens, contrary to all {\TeX} commands. So formally speaking its
-expansion is null, but it places material on a pseudo-file to be
-immediately read by {\TeX}, as etex's \tex{scantokens}.
+Note that the expansion of \tex {directlua} is a sequence of characters, not of
+tokens, contrary to all \TEX\ commands. So formally speaking its expansion is
+null, but it places material on a pseudo-file to be immediately read by \TEX, as
+\ETEX's \tex {scantokens}.
For a description of print functions look at \in{section~}[sec:luaprint].
-Because the \syntax{<general text>} is a chunk, the normal \LUA\ error
-handling is triggered if there is a problem in the included code. The
-\LUA\ error messages should be clear enough, but the contextual
-information is still pretty bad. Often, you will only see the line
-number of the right brace at the end of the code.
+Because the \syntax {<general text>} is a chunk, the normal \LUA\ error handling
+is triggered if there is a problem in the included code. The \LUA\ error messages
+should be clear enough, but the contextual information is still pretty bad.
+Often, you will only see the line number of the right brace at the end of the
+code.
-While on the subject of errors: some of the things you can do inside
-\LUA\ code can break up \LUATEX\ pretty bad. If you are not careful
-while working with the node list interface, you may even end up with
-assertion errors from within the \TEX\ portion of the executable.
+While on the subject of errors: some of the things you can do inside \LUA\ code
+can break up \LUATEX\ pretty bad. If you are not careful while working with the
+node list interface, you may even end up with assertion errors from within the
+\TEX\ portion of the executable.
-The behavior documented in the above subsection is considered stable
-in the sense that there will not be backward-incompatible changes any
-more.
+The behavior documented in the above subsection is considered stable in the sense
+that there will not be backward-incompatible changes any more.
\subsection{\tex{luafunction}}
-The \type {\directlua} commands involves tokenization of its argument (after picking up
-an optional name or number specification). The tokenlist is then converted into a string and
-given to \LUA\ to turn into a function that is called. The overhead is rather small but when
-you use this primitive hundreds or thousands of times, it can become noticeable. For this
-reason there is a variant call available: \type {\luafunction}. This command is used as
-follows:
+The \type {\directlua} commands involves tokenization of its argument (after
+picking up an optional name or number specification). The tokenlist is then
+converted into a string and given to \LUA\ to turn into a function that is
+called. The overhead is rather small but when you use this primitive hundreds or
+thousands of times, it can become noticeable. For this reason there is a variant
+call available: \type {\luafunction}. This command is used as follows:
\starttyping
\directlua {
@@ -460,11 +429,11 @@ follows:
\luafunction2
\stoptyping
-Of course the functions can also be defined in a separate file. There is no
-limit on the number of functions apart from normal \LUA\ limitations. Of course there
-is the limitation of no arguments but that would involve parsing and thereby
-give no gain. The function, when called in fact gets one argument, being the index,
-so in:
+Of course the functions can also be defined in a separate file. There is no limit
+on the number of functions apart from normal \LUA\ limitations. Of course there
+is the limitation of no arguments but that would involve parsing and thereby give
+no gain. The function, when called in fact gets one argument, being the index, so
+in:
\starttyping
\directlua {
@@ -475,8 +444,6 @@ so in:
the number \type {8} gets typeset.
-
-
\subsection{\tex{latelua}}
\tex{latelua} stores \LUA\ code in a whatsit that will be processed
@@ -710,6 +677,24 @@ was simply ignored. That behavior has now reverted back to be
\TEX82-compatible by default.
+
+\subsection{\tex{suppressmathparerror} (0.80)}
+
+The following setting will permit \par tokens in a math formula:
+
+\startsyntax
+\suppressmathparerror = 1
+\stopsyntax
+
+So, the next code is valid then:
+
+\starttyping
+$ x + 1 =
+
+a $
+\stoptyping
+
+
\subsection{\tex{outputbox} (0.37)}
\startsyntax
@@ -2151,7 +2136,7 @@ function(shippingout)
end
\stopfunctioncall
-This callback is called after the pdf page stream has been assembled and before the
+This callback is called after the pdf page stream has been assembled and before the
page object gets finalized. This callback is available in \LUATEX\ 0.78.4 and later.
@@ -2196,7 +2181,11 @@ xpdf functionality is being used since long time to embed \PDF\ files.
The \type{epdf} library shall allow to scrutinize an external \PDF\ file.
It gives access to its document structure,
e.\,g., catalog, cross-reference table, individual pages, objects,
-annotations, info, and metadata.
+annotations, info, and metadata. The \LUATEX\ team is evaluating
+the possibility of reducing the binding to a basic low level \PDF\
+primitives and delegate the complete set of functions
+to an external shared object module.
+
The \type{epdf} library is still in alpha state:
\PDF\ access is currently read|-|only
@@ -2225,27 +2214,33 @@ knowledge of the \PDF\ file architecture is indispensable.
There are many different userdata types defined
by the \type{epdf} library, currently these are
-\type{Annot},
-\type{AnnotBorder},
\type{AnnotBorderStyle},
+\type{AnnotBorder},
\type{Annots},
+\type{Annot},
\type{Array},
+\type{Attribute},
\type{Catalog},
-\type{EmbFile},
\type{Dict},
+\type{EmbFile},
\type{GString},
-\type{Link},
\type{LinkDest},
\type{Links},
-\type{Object},
+\type{Link},
\type{ObjectStream},
-\type{Page},
+\type{Object},
\type{PDFDoc},
\type{PDFRectangle},
+\type{Page},
\type{Ref},
\type{Stream},
-\type{XRef}, and
-\type{XRefEntry}.
+\type{StructElement},
+\type{StructTreeRoot}
+\type{TextSpan},
+\type{XRefEntry}
+and
+\type{XRef}
+
All these userdata names and the Lua access functions closely resemble
the classes naming from the poppler header files,
@@ -2280,11 +2275,18 @@ All object constructors:
<Annot> = epdf.Annot(<XRef>, <Dict>, <Catalog>, <Ref>)
<Annots> = epdf.Annots(<XRef>, <Catalog>, <Object>)
<Array> = epdf.Array(<XRef>)
+<Attribute> = epdf.Attribute(<Type>,<Object>)| epdf.Attribute(<string>, <int>, <Object>)
<Dict> = epdf.Dict(<XRef>)
<Object> = epdf.Object()
<PDFRectangle> = epdf.PDFRectangle()
\stopfunctioncall
+The functions \type{StructElement_Type},
+\type{Attribute_Type} and
+\type{AttributeOwner_Type} return a hash table \type{{<string>,<integer>}}.
+
+
+
\type{Annot} methods:
\startfunctioncall
@@ -2319,6 +2321,28 @@ All object constructors:
<string> = <Array>:getString(<integer>)
\stopfunctioncall
+
+\type{Attribute} methods:
+
+\startfunctioncall
+<boolean> = <Attribute>:isOk()
+<integer> = <Attribute>:getType()
+<integer> = <Attribute>:getOwner()
+<string> = <Attribute>:getTypeName()
+<string> = <Attribute>:getOwnerName()
+<Object> = <Attribute>:getValue()
+<Object> = <Attribute>:getDefaultValue
+<string> = <Attribute>:getName()
+<integer> = <Attribute>:getRevision()
+ <Attribute>:setRevision(<unsigned integer>)
+<boolean> = <Attribute>:istHidden()
+ <Attribute>:setHidden(<boolean>)
+<string> = <Attribute>:getFormattedValue()
+<string> = <Attribute>:setFormattedValue(<string>)
+\stopfunctioncall
+
+
+
\type{Catalog} methods:
\startfunctioncall
@@ -2562,6 +2586,66 @@ All object constructors:
<Dict> = <Stream>:getDict()
\stopfunctioncall
+\type{StructElement} methods:
+
+\startfunctioncall
+<string> = <StructElement>:getTypeName()
+<integer> = <StructElement>:getType()
+<boolean> = <StructElement>:isOk()
+<boolean> = <StructElement>:isBlock()
+<boolean> = <StructElement>:isInline()
+<boolean> = <StructElement>:isGrouping()
+<boolean> = <StructElement>:isContent()
+<boolean> = <StructElement>:isObjectRef()
+<integer> = <StructElement>:getMCID()
+<Ref> = <StructElement>:getObjectRef()
+<Ref> = <StructElement>:getParentRef()
+<boolean> = <StructElement>:hasPageRef()
+<Ref> = <StructElement>:getPageRef()
+<StructTreeRoot> = <StructElement>:getStructTreeRoot()
+<string> = <StructElement>:getID()
+<string> = <StructElement>:getLanguage()
+<integer> = <StructElement>:getRevision()
+ <StructElement>:setRevision(<unsigned integer>)
+<string> = <StructElement>:getTitle()
+<string> = <StructElement>:getExpandedAbbr()
+<integer> = <StructElement>:getNumChildren()
+<StructElement> = <StructElement>:getChild()
+ = <StructElement>:appendChild<StructElement>)
+<integer> = <StructElement>:getNumAttributes()
+<Attribute> = <StructElement>:geAttribute(<integer>)
+<string> = <StructElement>:appendAttribute(<Attribute>)
+<Attribute> = <StructElement>:findAttribute(<Attribute::Type>,boolean,Attribute::Owner)
+<string> = <StructElement>:getAltText()
+<string> = <StructElement>:getActualText()
+<string> = <StructElement>:getText(<boolean>)
+<table> = <StructElement>:getTextSpans()
+\stopfunctioncall
+
+
+\type{StructTreeRoot} methods:
+
+\startfunctioncall
+<StructElement> = <StructTreeRoot>:findParentElement
+<PDFDoc> = <StructTreeRoot>:getDoc
+<Dict> = <StructTreeRoot>:getRoleMap
+<Dict> = <StructTreeRoot>:getClassMap
+<integer> = <StructTreeRoot>:getNumChildren
+<StructElement> = <StructTreeRoot>:getChild
+ <StructTreeRoot>:appendChild
+<StructElement> = <StructTreeRoot>:findParentElement
+\stopfunctioncall
+
+
+\type{TextSpan} han only one method:
+
+\startfunctioncall
+<string> = <TestSpan>:getText()
+\stopfunctioncall
+
+
+
+
\type{XRef} methods:
\startfunctioncall
@@ -3191,6 +3275,8 @@ For clarification, an anchor table could for example look like this :
}
}
\stoptyping
+Note: The \type {baselig} table can be sparse!
+
\subsubsubsection{map table}
@@ -3288,7 +3374,6 @@ The \type{pfminfo} table contains most of the OS/2 information:
\NC vlinegap \NC number \NC \NC\NR
\NC hhead_ascent \NC number \NC \NC\NR
\NC hhead_descent \NC number \NC \NC\NR
-\NC hhead_descent \NC number \NC \NC\NR
\NC os2_typoascent \NC number \NC \NC\NR
\NC os2_typodescent \NC number \NC \NC\NR
\NC os2_typolinegap \NC number \NC \NC\NR
@@ -5059,6 +5144,31 @@ such node.
Returns the currently active list of attributes, if there is one.
+The intended usage of \type{current_attr} is as follows:
+
+\starttyping
+local x1 = node.new("glyph")
+x1.attr = node.current_attr()
+local x2 = node.new("glyph")
+x2.attr = node.current_attr()
+\stoptyping
+
+or:
+
+\starttyping
+local x1 = node.new("glyph")
+local x2 = node.new("glyph")
+local ca = node.current_attr()
+x1.attr = ca
+x2.attr = ca
+\stoptyping
+
+The attribute lists are ref counted and the assignment takes care
+of incrementing the refcount. You cannot expect the value \type {ca}
+to be valid any more when you assign attributes (using \type
+{tex.setattribute}) or when control has been passed back to \TEX.
+
+
Note: this function is somewhat experimental, and it returns the {\it
actual} attribute list, not a copy thereof.
Therefore, changing any of the attributes in the list will change
@@ -5299,6 +5409,7 @@ against the upvalue \type{id}:
\stopfunctioncall
Looks for and returns the next \type{math_node} following the \type{start}.
+If the given node is a math endnode this helper return that node, else it follows the list and return the next math endnote. If no such node is found nil is returned.
\subsubsection{\luatex{node.remove}}
@@ -5507,8 +5618,8 @@ The corresponding \quote {\type{pdf}} parameter names \luatex {pdf.pdfcatalog},
removed in 0.79.0.
%***********************************************************************
-\subsection{\luatex{pdf.pageattributes}, \luatex{pdf.pageresources},
- \luatex{pdf.pagesattributes}}
+\subsection{\luatex{pdf.<set/get>pageattributes}, \luatex{pdf.<set/get>pageresources},
+ \luatex{pdf.<set/get>pagesattributes}}
These variables offer a read|-|write interface to related
token lists. The value types are strings. The variables have no
@@ -5517,9 +5628,9 @@ interaction with the corresponding \PDFTEX\ token registers
They are written out to the \PDF\ file directly after
the \PDFTEX\ token registers.
-The preferred interface is now \luatex {pdf.pageattributes}, \luatex
-{pdf.pagesattributes} and \luatex {pdf.setpageresources} for setting these
-properties and \luatex {pdf.pageattributes}, \luatex {pdf.getpageattributes} and
+The preferred interface is now \luatex {pdf.setpageattributes}, \luatex
+{pdf.setpagesattributes} and \luatex {pdf.setpageresources} for setting these
+properties and \luatex {pdf.getpageattributes}, \luatex {pdf.getpageattributes} and
\luatex {pdf.getpageresources} for querying them.
%***********************************************************************
@@ -6275,10 +6386,9 @@ tex.eTeXVersion
tex.eTeXrevision
tex.formatname
tex.jobname
+tex.luatexbanner
tex.luatexrevision
tex.pdfnormaldeviate
-tex.pdftexbanner
-tex.pdftexrevision
tex.fontname(number)
tex.pdffontname(number)
tex.pdffontobjnum(number)
@@ -6300,6 +6410,26 @@ value.
The special (lua-only) case of \type{tex.fontidentifier} returns the
\type{csname} string that matches a font id number (if there is one).
+The \PDFTEX\ related primitives will be removed from versions after 0.80. All the
+version related details are available in the \type {status} table at the \LUA\
+end, for instance one can say:
+
+\starttyping
+\let\pdftexbanner \luatexbanner
+\let\pdftexversion \luatexversion
+\let\pdftexrevision\luatexrevision
+\stoptyping
+
+% or maybe in the future:
+%
+% \starttyping
+% \def\pdftexbanner {\directlua{tex.write(status.banner)}}
+% \def\pdftexversion {\directlua{tex.write(status.luatex_version}}
+% \def\pdftexrevision{\directlua{tex.write(status.luatex_revision}}
+% \stoptyping
+
+if these are really needed in a macro package.
+
\subsection{Last item commands}
All \quote{last item} commands are read|-|only and return a number.
@@ -6313,7 +6443,6 @@ tex.lastkern
tex.lastskip
tex.lastnodetype
tex.inputlineno
-tex.pdftexversion
tex.pdflastobj
tex.pdflastxform
tex.pdflastximage
@@ -7327,6 +7456,177 @@ and active characters have the same \quote{name}.
This returns a number that is the inverse operation of the previous
command, to be used as the third item in a token table.
+\subsection{The \luatex{newtoken} libray}
+
+The current \type {token} library will be replaced by a new one that is more
+flexible and powerful. The transition takes place in steps. In version 0.80 we
+have \type {newtoken} and in version 0.85 the old lib will be replaced
+completely. So if you use this new mechanism in production code you need to be
+aware of incompatible updates between 0.80 and 0.90. Because the related in- and
+output code will also be cleaned up and rewritten you should be aware of
+incompatible logging and error reporting too.
+
+The old library presents tokens as triplets or numbers, the new library presents
+a userdata object. The old library used a callback to intercept tokens in the
+input but the new library provides a basic scanner infrastructure that can be
+used to write macros that accept a wide range of arguments. This interface is on
+purpose kept general and as performance is quite ok one can build additional
+parsers without too much overhead. It's up to macro package writers to see how
+they can benefit from this as the main principle behind \LUATEX\ is to provide
+a minimal set of tools and no solutions.
+
+The current functions in the \type {newtoken} namespace are given in the next
+table:
+
+\starttabulate[|lT|lT|p|]
+\NC \bf function \NC \bf argument \NC \bf result \NC \NR
+\HL
+\NC is_token \NC token \NC checks if the given argument is a token userdatum \NC \NR
+\NC get_next \NC \NC returns the next token in the input \NC \NR
+\NC scan_keyword \NC string \NC returns true if the given keyword is gobbled \NC \NR
+\NC scan_int \NC \NC returns a number \NC \NR
+\NC scan_dimen \NC infinity, mu-units \NC returns a number representing a dimension and or two numbers being the filler and order \NC \NR
+\NC scan_glue \NC mu-units \NC returns a glue spec node \NC \NR
+\NC scan_toks \NC definer, expand \NC returns a table of tokens token list (this can become a linked list in later releases) \NC \NR
+\NC scan_code \NC bitset \NC returns a character if its category is in the given bitset (representing catcodes) \NC \NR
+\NC scan_string \NC \NC returns a string given between \type {{}}, as \type {\macro} or as sequence of characters with catcode 11 or 12 \NC \NR
+\NC scan_word \NC \NC returns a sequence of characters with catcode 11 or 12 as string \NC \NR
+\NC create \NC \NC returns a userdata token object of the given control sequence name (or character); this interface can change \NC \NR
+\stoptabulate
+
+The scanners can be considered stable apart from the one scanning for a token.
+This is because futures releases can return a linked list instead of a table (as
+with nodes). The \type {scan_code} function takes an optional number, the \type
+{keyword} function a normal \LUA\ string. The \type {infinity} boolean signals
+that we also permit \type {fill} as dimension and the \type {mu-units} flags the
+scanner that we expect math units. When scanning tokens we can indicate that we
+are defining a macro, in which case the result will also provide information
+about what arguments are expected and in the result this is separated from the
+meaning by a separator token. The \type {expand} flag determines if the list will
+be expanded.
+
+The string scanner scans for something between curly braces and expands on the way,
+or when it sees a control sequence it will return its meaning. Otherwise it will
+scan characters with catcode \type {letter} or \type {other}. So, given the
+following definition:
+
+\startbuffer
+\def\bar{bar}
+\def\foo{foo-\bar}
+\stopbuffer
+
+\typebuffer \getbuffer
+
+we get:
+
+\starttabulate[|l|Tl|l|]
+\NC \type{\directlua{newtoken.scan_string()}{foo}} \NC \directlua{context("{\\red\\type{"..newtoken.scan_string().."}}")} {foo} \NC full expansion \NR
+\NC \type{\directlua{newtoken.scan_string()}foo} \NC \directlua{context("{\\red\\type{"..newtoken.scan_string().."}}")} foo \NC letters and others \NR
+\NC \type{\directlua{newtoken.scan_string()}\foo} \NC \directlua{context("{\\red\\type{"..newtoken.scan_string().."}}")}\foo \NC meaning \NR
+\stoptabulate
+
+The \type {\foo} case only gives the meaning, but one can pass an already expanded
+definition (\type {\edef}'d). In the case of the braced variant one can of course
+use the \type {\detokenize} and \type {\unexpanded} primitives as there we do
+expand.
+
+The \type {scan_word} scanner can be used to implement for instance a number scanner:
+
+\starttyping
+function newtokens.scan_number(base)
+ return tonumber(newtoken.scan_word(),base)
+end
+\stoptyping
+
+This scanner accepts any valid \LUA\ number so it is a way to pick up floats
+in the input.
+
+The creator function can be used as follows:
+
+\starttyping
+local t = newtoken("relax")
+\stoptyping
+
+This gives back a token object that has the properties of the \type {\relax}
+primitive. The possible properties of tokens are:
+
+\starttabulate[|lT|p|]
+\NC command \NC a number representing the internal command number \NC \NR
+\NC cmdname \NC the type of the command (for instance the catcode in case of a
+ character or the classifier that determines the internal
+ treatment \NC \NR
+\NC csname \NC the associated control sequence (if applicable) \NC \NR
+\NC id \NC the unique id of the token \NC \NR
+%NC tok \NC \NC \NR % might change
+\NC active \NC a boolean indicating the active state of the token \NC \NR
+\NC expandable \NC a boolean indicating if the token (macro) is expandable \NC \NR
+\NC protected \NC a boolean indicating if the token (macro) is protected \NC \NR
+\stoptabulate
+
+The numbers that represent a catcode are the same as in \TEX\ itself, so using
+this information assumes that you know a bit about \TEX's internals. The other
+numbers and names are used consistently but are not frozen. So, when you use them
+for comparing you can best query a known primitive or character first to see the
+values.
+
+More interesting are the scanners. You can use the \LUA\ interface as follows:
+
+\starttyping
+\directlua {
+ function mymacro(n)
+ ...
+ end
+}
+
+\def\mymacro#1{%
+ \directlua {
+ mymacro(\number\dimexpr#1)
+ }%
+}
+
+\mymacro{12pt}
+\mymacro{\dimen0}
+\stoptyping
+
+But starting with version 0.80 you can also do this:
+
+\starttyping
+\directlua {
+ function mymacro()
+ local d = newtoken.scan_dimen()
+ ...
+ end
+}
+
+\def\mymacro{%
+ \directlua {
+ mymacro()
+ }%
+}
+
+\mymacro 12pt
+\mymacro \dimen0
+\stoptyping
+
+It is quite clear from looking at the code what the first method needs as
+argument(s). For the second method you need to look at the \LUA\ code to see what
+gets picked up. Instead of passing from \TEX\ to \LUA\ we let \LUA\ fetch from
+the input stream.
+
+In the first case the input is tokenized and then turned into a string when it's
+passed to \LUA\ where it gets interpreted. In the second case only a function
+call gets interpreted but then the input is picked up by explicitly calling the
+scanner functions. These return proper \LUA\ variables so no further conversion
+has to be done. This is more efficient but in practice (given what \TEX\ has to
+do) this effect should not be overestimated. For numbers and dimensions it saves a
+bit but for passing strings conversion to and from tokens has to be done anyway
+(although we can probably speed up the process in later versions if needed).
+
+When the interface is stable and has replaced the old one completely we will add
+some more information here. By that time the internals have been cleaned up a bit
+more so we know then what will stay and go. A positive side effect of this
+transition is that we can simplify the input part because we no longer need to
+intercept using callbacks.
\chapter[math]{Math}
@@ -9082,6 +9382,12 @@ Valid fields in \type{attribute} items:
\NC value \NC number \NC the attribute value\NC\NR
\stoptabulate
+As mentioned it's better to use the official helpers rather than edit
+these fields directly. For instance the \type {prev} field is
+used for other purposes and there is no double linked list.
+
+
+
\subsubsection{action item}
Valid fields: \showfields{action}\crlf
@@ -10196,6 +10502,8 @@ The \type {node.next} and \type {node.prev} functions will stay but for
consistency there are variants called \type {getnext} and \type {getprev}.
We had to use \type{get} because \type {node.id} and \type {node.subtype} are
already taken for providing meta information about nodes.
+Note: The getters do only basic checking for valid keys.
+You should just stick to the keys mentioned in the sections that describe node properties.
\chapter{Modifications}