diff --git a/LICENSE b/LICENSE index 0c97efd..82b5650 100644 --- a/LICENSE +++ b/LICENSE @@ -1,235 +1,614 @@ GNU AFFERO GENERAL PUBLIC LICENSE -Version 3, 19 November 2007 - -Copyright (C) 2007 Free Software Foundation, Inc. - -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - - Preamble - -The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. - -The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. - -When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - -Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. - -A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. - -The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. - -An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. - -The precise terms and conditions for copying, distribution and modification follow. - - TERMS AND CONDITIONS - -0. Definitions. - -"This License" refers to version 3 of the GNU Affero General Public License. - -"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. - -"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. - -To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. - -A "covered work" means either the unmodified Program or a work based on the Program. - -To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. - -To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. - -An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. - -1. Source Code. -The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. - -A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. - -The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. - -The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those -subprograms and other parts of the work. - -The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. - -The Corresponding Source for a work in source code form is that same work. - -2. Basic Permissions. -All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. - -You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. - -Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. - -3. Protecting Users' Legal Rights From Anti-Circumvention Law. -No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. - -When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. - -4. Conveying Verbatim Copies. -You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. - -You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. - -5. Conveying Modified Source Versions. -You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". - - c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. - -A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. - -6. Conveying Non-Source Forms. -You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: - - a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. - - d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. - -A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. - -A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. - -"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. - -If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). - -The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. - -Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. - -7. Additional Terms. -"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. -When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. - -Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or authors of the material; or - - e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. - -All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. - -If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. - -Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. - -8. Termination. - -You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). - -However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. - -Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. - -Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. - -9. Acceptance Not Required for Having Copies. - -You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. - -10. Automatic Licensing of Downstream Recipients. - -Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. - -An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. - -You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. - -11. Patents. - -A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". - -A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. - -Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. - -In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. - -If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. - -If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. - -A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. - -Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. - -12. No Surrender of Others' Freedom. - -If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - -13. Remote Network Interaction; Use with the GNU General Public License. - -Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. - -Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. - -14. Revised Versions of this License. - -The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. - -If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. - -Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. - -15. Disclaimer of Warranty. - -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -16. Limitation of Liability. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -17. Interpretation of Sections 15 and 16. - -If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. - -END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +Version 3, 19 November 2007 - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. +Copyright (C) 2007 Free Software Foundation, Inc. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see . +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The GNU Affero General Public License is a free, copyleft license for software +and other kinds of works, specifically designed to ensure cooperation with +the community in the case of network server software. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, our General +Public Licenses are intended to guarantee your freedom to share and change +all versions of a program--to make sure it remains free software for all its +users. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for them if you wish), that +you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs, and that you know you +can do these things. + +Developers that use our General Public Licenses protect your rights with two +steps: (1) assert copyright on the software, and (2) offer you this License +which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made +in alternate versions of the program, if they receive widespread use, become +available for other developers to incorporate. Many developers of free software +are heartened and encouraged by the resulting cooperation. However, in the +case of software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and letting +the public access it on a server without ever releasing its source code to +the public. + +The GNU Affero General Public License is designed specifically to ensure that, +in such cases, the modified source code becomes available to the community. +It requires the operator of a network server to provide the source code of +the modified version running there to the users of that server. Therefore, +public use of a modified version, on a publicly accessible server, gives the +public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by +Affero, was designed to accomplish similar goals. This is a different license, +not a version of the Affero GPL, but Affero has released a new version of +the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, +such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. +Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals +or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in +a fashion requiring copyright permission, other than the making of an exact +copy. The resulting work is called a "modified version" of the earlier work +or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the +Program. + +To "propagate" a work means to do anything with it that, without permission, +would make you directly or secondarily liable for infringement under applicable +copyright law, except executing it on a computer or modifying a private copy. +Propagation includes copying, distribution (with or without modification), +making available to the public, and in some countries other activities as +well. + +To "convey" a work means any kind of propagation that enables other parties +to make or receive copies. Mere interaction with a user through a computer +network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the +extent that it includes a convenient and prominently visible feature that +(1) displays an appropriate copyright notice, and (2) tells the user that +there is no warranty for the work (except to the extent that warranties are +provided), that licensees may convey the work under this License, and how +to view a copy of this License. If the interface presents a list of user commands +or options, such as a menu, a prominent item in the list meets this criterion. + + 1. Source Code. + +The "source code" for a work means the preferred form of the work for making +modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard +defined by a recognized standards body, or, in the case of interfaces specified +for a particular programming language, one that is widely used among developers +working in that language. + +The "System Libraries" of an executable work include anything, other than +the work as a whole, that (a) is included in the normal form of packaging +a Major Component, but which is not part of that Major Component, and (b) +serves only to enable use of the work with that Major Component, or to implement +a Standard Interface for which an implementation is available to the public +in source code form. A "Major Component", in this context, means a major essential +component (kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to produce +the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source +code needed to generate, install, and (for an executable work) run the object +code and to modify the work, including scripts to control those activities. +However, it does not include the work's System Libraries, or general-purpose +tools or generally available free programs which are used unmodified in performing +those activities but which are not part of the work. For example, Corresponding +Source includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically linked +subprograms that the work is specifically designed to require, such as by +intimate data communication or control flow between those + + subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate +automatically from other parts of the Corresponding Source. + + The Corresponding Source for a work in source code form is that same work. + + 2. Basic Permissions. + +All rights granted under this License are granted for the term of copyright +on the Program, and are irrevocable provided the stated conditions are met. +This License explicitly affirms your unlimited permission to run the unmodified +Program. The output from running a covered work is covered by this License +only if the output, given its content, constitutes a covered work. This License +acknowledges your rights of fair use or other equivalent, as provided by copyright +law. + +You may make, run and propagate covered works that you do not convey, without +conditions so long as your license otherwise remains in force. You may convey +covered works to others for the sole purpose of having them make modifications +exclusively for you, or provide you with facilities for running those works, +provided that you comply with the terms of this License in conveying all material +for which you do not control copyright. Those thus making or running the covered +works for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of your copyrighted +material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions +stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological measure +under any applicable law fulfilling obligations under article 11 of the WIPO +copyright treaty adopted on 20 December 1996, or similar laws prohibiting +or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention +of technological measures to the extent such circumvention is effected by +exercising rights under this License with respect to the covered work, and +you disclaim any intention to limit operation or modification of the work +as a means of enforcing, against the work's users, your or third parties' +legal rights to forbid circumvention of technological measures. + + 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you receive +it, in any medium, provided that you conspicuously and appropriately publish +on each copy an appropriate copyright notice; keep intact all notices stating +that this License and any non-permissive terms added in accord with section +7 apply to the code; keep intact all notices of the absence of any warranty; +and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as long as you offer spare parts or customer +support for that product model, to give anyone who possesses the object code +either (1) a copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical medium customarily +used for software interchange, for a price no more than your reasonable cost +of physically performing this conveying of source, or (2) access to copy the +Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written +offer to provide the Corresponding Source. This alternative is allowed only +occasionally and noncommercially, and only if you received the object code +with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis +or for a charge), and offer equivalent access to the Corresponding Source +in the same way through the same place at no further charge. You need not +require recipients to copy the Corresponding Source along with the object +code. If the place to copy the object code is a network server, the Corresponding +Source may be on a different server (operated by you or a third party) that +supports equivalent copying facilities, provided you maintain clear directions +next to the object code saying where to find the Corresponding Source. Regardless +of what server hosts the Corresponding Source, you remain obligated to ensure +that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform +other peers where the object code and Corresponding Source of the work are +being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from +the Corresponding Source as a System Library, need not be included in conveying +the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible +personal property which is normally used for personal, family, or household +purposes, or (2) anything designed or sold for incorporation into a dwelling. +In determining whether a product is a consumer product, doubtful cases shall +be resolved in favor of coverage. For a particular product received by a particular +user, "normally used" refers to a typical or common use of that class of product, +regardless of the status of the particular user or of the way in which the +particular user actually uses, or expects or is expected to use, the product. +A product is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent the +only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, +authorization keys, or other information required to install and execute modified +versions of a covered work in that User Product from a modified version of +its Corresponding Source. The information must suffice to ensure that the +continued functioning of the modified object code is in no case prevented +or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically +for use in, a User Product, and the conveying occurs as part of a transaction +in which the right of possession and use of the User Product is transferred +to the recipient in perpetuity or for a fixed term (regardless of how the +transaction is characterized), the Corresponding Source conveyed under this +section must be accompanied by the Installation Information. But this requirement +does not apply if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has been installed +in ROM). + +The requirement to provide Installation Information does not include a requirement +to continue to provide support service, warranty, or updates for a work that +has been modified or installed by the recipient, or for the User Product in +which it has been modified or installed. Access to a network may be denied +when the modification itself materially and adversely affects the operation +of the network or violates the rules and protocols for communication across +the network. + +Corresponding Source conveyed, and Installation Information provided, in accord +with this section must be in a format that is publicly documented (and with +an implementation available to the public in source code form), and must require +no special password or key for unpacking, reading or copying. + + 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this License +by making exceptions from one or more of its conditions. Additional permissions +that are applicable to the entire Program shall be treated as though they +were included in this License, to the extent that they are valid under applicable +law. If additional permissions apply only to part of the Program, that part +may be used separately under those permissions, but the entire Program remains +governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any +additional permissions from that copy, or from any part of it. (Additional +permissions may be written to require their own removal in certain cases when +you modify the work.) You may place additional permissions on material, added +by you to a covered work, for which you have or can give appropriate copyright +permission. + +Notwithstanding any other provision of this License, for material you add +to a covered work, you may (if authorized by the copyright holders of that +material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of +sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author +attributions in that material or in the Appropriate Legal Notices displayed +by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring +that modified versions of such material be marked in reasonable ways as different +from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors +of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, +trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by +anyone who conveys the material (or modified versions of it) with contractual +assumptions of liability to the recipient, for any liability that these contractual +assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" +within the meaning of section 10. If the Program as you received it, or any +part of it, contains a notice stating that it is governed by this License +along with a term that is a further restriction, you may remove that term. +If a license document contains a further restriction but permits relicensing +or conveying under this License, you may add to a covered work material governed +by the terms of that license document, provided that the further restriction +does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, +in the relevant source files, a statement of the additional terms that apply +to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form +of a separately written license, or stated as exceptions; the above requirements +apply either way. + + 8. Termination. + +You may not propagate or modify a covered work except as expressly provided +under this License. Any attempt otherwise to propagate or modify it is void, +and will automatically terminate your rights under this License (including +any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from +a particular copyright holder is reinstated (a) provisionally, unless and +until the copyright holder explicitly and finally terminates your license, +and (b) permanently, if the copyright holder fails to notify you of the violation +by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently +if the copyright holder notifies you of the violation by some reasonable means, +this is the first time you have received notice of violation of this License +(for any work) from that copyright holder, and you cure the violation prior +to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses +of parties who have received copies or rights from you under this License. +If your rights have been terminated and not permanently reinstated, you do +not qualify to receive new licenses for the same material under section 10. + + 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy +of the Program. Ancillary propagation of a covered work occurring solely as +a consequence of using peer-to-peer transmission to receive a copy likewise +does not require acceptance. However, nothing other than this License grants +you permission to propagate or modify any covered work. These actions infringe +copyright if you do not accept this License. Therefore, by modifying or propagating +a covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, to make, use, sell, +offer for sale, import and otherwise run, modify and propagate the contents +of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement +or commitment, however denominated, not to enforce a patent (such as an express +permission to practice a patent or covenant not to s ue for patent infringement). +To "grant" such a patent license to a party means to make such an agreement +or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the +Corresponding Source of the work is not available for anyone to copy, free +of charge and under the terms of this License, through a publicly available +network server or other readily accessible means, then you must either (1) +cause the Corresponding Source to be so available, or (2) arrange to deprive +yourself of the benefit of the patent license for this particular work, or +(3) arrange, in a manner consistent with the requirements of this License, +to extend the patent + +license to downstream recipients. "Knowingly relying" means you have actual +knowledge that, but for the patent license, your conveying the covered work +in a country, or your recipient's use of the covered work in a country, would +infringe one or more identifiable patents in that country that you have reason +to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, +you convey, or propagate by procuring conveyance of, a covered work, and grant +a patent license to some of the parties receiving the covered work authorizing +them to use, propagate, modify or convey a specific copy of the covered work, +then the patent license you grant is automatically extended to all recipients +of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope +of its coverage, prohibits the exercise of, or is conditioned on the non-exercise +of one or more of the rights that are specifically granted under this License. +You may not convey a covered work if you are a party to an arrangement with +a third party that is in the business of distributing software, under which +you make payment to the third party based on the extent of your activity of +conveying the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by you +(or copies made from those copies), or (b) primarily for and in connection +with specific products or compilations that contain the covered work, unless +you entered into that arrangement, or that patent license was granted, prior +to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied +license or other defenses to infringement that may otherwise be available +to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) +that contradict the conditions of this License, they do not excuse you from +the conditions of this License. If you cannot convey a covered work so as +to satisfy simultaneously your obligations under this License and any other +pertinent obligations, then as a consequence you may + +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey the +Program, the only way you could satisfy both those terms and this License +would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, +your modified version must prominently offer all users interacting with it +remotely through a computer network (if your version supports such interaction) +an opportunity to receive the Corresponding Source of your version by providing +access to the Corresponding Source from a network server at no charge, through +some standard or customary means of facilitating copying of software. This +Corresponding Source shall include the Corresponding Source for any work covered +by version 3 of the GNU General Public License that is incorporated pursuant +to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to +link or combine any covered work with a work licensed under version 3 of the +GNU General Public License into a single combined work, and to convey the +resulting work. The terms of this License will continue to apply to the part +which is the covered work, but the work with which it is combined will remain +governed by version 3 of the GNU General Public License. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU Affero General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +that a certain numbered version of the GNU Affero General Public License "or +any later version" applies to it, you have the option of following the terms +and conditions either of that numbered version or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU Affero General Public License, you may choose any version +ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU Affero General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively state the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU Affero General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +details. + +You should have received a copy of the GNU Affero General Public License along +with this program. If not, see . Also add information on how to contact you by electronic and paper mail. -If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. - -You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . +If your software can interact with users remotely through a computer network, +you should also make sure that it provides a way for users to get its source. +For example, if your program is a web application, its interface could display +a "Source" link that leads users to an archive of the code. There are many +ways you could offer source, and different solutions will be better for different +programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. For +more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..dc8c743 --- /dev/null +++ b/Makefile @@ -0,0 +1,75 @@ + +DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))) +mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) +current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) +RHOST= + +SHELL := /bin/bash + +.PHONY: create help start stop list clean + +help: + @echo "" ; + @echo "" ; + @echo "--------------" ; + @echo " SwarmLab.io " ; + @echo "--------------" ; + @echo "" ; + @echo " USAGE: make [COMMAND]" ; + @echo "" ; + @echo " Examples of [COMMAND] can be:" ; + @echo "" ; + @echo " project-create: create service " ; + @echo "" ; + @echo " latex-help: create latex docs " ; + @echo "" ; + @echo " latex-clean: clean latex docs " ; + @echo "" ; + @echo " latex-bib: create latex bib " ; + @echo "" ; + @echo " latex-edit: edit main.tex " ; + @echo "" ; + @echo " project-start: start service " ; + @echo "" ; + @echo " project-stop: shutdown service" ; + @echo "" ; + @echo " project-clean: remove images in the system" ; + @echo "" ; + @echo " project-list: show running containers of instance" ; + @echo "" ; + @echo " help: show this message" ; + @echo "" ; + @echo "More info:" ; + @echo "http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/index.html" ; + @echo "" ; + @echo "" ; + +project-create: + @ cd xelatex; ./install/usr/share/swarmlab.io/sec/swarmlab-sec create 2>/dev/null ; true + +latex-help-: + @cd docs; ./build.sh 2>/dev/null ; true + +latex-edit: + @cd xelatex; ./bin/swl-nvim /home/docs/main.tex 2>/dev/null ; true + +latex-build: + @cd xelatex; ./bin/make-clean-ant-compile.sh 2>/dev/null ; true + +latex-bib: + @cd xelatex; ./bin/make-bib.sh 2>/dev/null ; true + +latex-clean: + @cd xelatex; ./bin/latex-clean.sh 2>/dev/null ; true + +project-start: + @cd xelatex; ./install/usr/share/swarmlab.io/sec/swarmlab-sec up 2>/dev/null ; true + +project-list: + @cd xelatex; ./install/usr/share/swarmlab.io/sec/swarmlab-sec list 2>/dev/null ; true + +project-stop: + @cd xelatex; ./install/usr/share/swarmlab.io/sec/swarmlab-sec down 2>/dev/null ; true + +project-clean: + @cd xelatex; ./install/usr/share/swarmlab.io/sec/swarmlab-sec clean 2>/dev/null ; true diff --git a/README.md b/README.md index b85d76c..a236741 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,196 @@ -# textlab +## Swarmlab is a collection of services that aims to + > - provide teachers and professors with online remote tools to do their lessons + > + > - give students the opportunity to study real life examples in their chosen area of expertise + > + > - allow developers to fully test and debug their applications and provide POC’s + > + > - or you simply want to use a Application (in a microservices-based architecture) + > + > Swarmlab provides you with all the required tools, tools to teach work or try out demos in a completely virtual environment. + > + > More info: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/index.html + + + +![alt text](images/swarmlab-network.png "") + +## LabInstance xelatexthesis + + +## Quickstart + +This is a quickstart guide of howto use this *LabInstance xelatex thesis* + + +**HowTo use xeLatex** + + (1) Edit xelatex/docs/main.tex + +> make edit-main-tex + + (2) Compile LaTeX document + +> make build-xelatex-pdf + + (3) Downloading your finished document + +### How to use biber + +> +> To compile you should call (2), biber main, (2). +> + +### Default Configuration + +- Working Directory + +> /home + +- Default user + +> docker + +- Default password + +> docker + +- Default password4root + +> pass + +### Default xeLatex main file + +> +> /home/main.tex +> + +### Backup xeLatex src files + +> +> See More Options +> + +### Reasons why you must, should, and should not use LaTeX + +If you have to write down a document you will run your default text processor (probably MS Word) not even considering any other option. This processor probably fulfills all your needs. I would say that 95% of users out there have no idea what is **LaTeX.** And this is perfectly fine. However, it is a pity. Because LaTeX is one of the most successful and amazing free software projects ever done. It has been around for more than thirty years with two Turing awarded researchers directly participating in its design and implementation. LaTeX must have something special. Hopefully, after reading this post you will consider giving it a try. + +I will not showcase how to use LaTeX because there is a lot of wonderful tutorials around. I will only enumerate when you **MUST, SHOULD, and SHOULD NOT use LaTeX.** + +#### A bit of history + +**Donald Knuth** (Turing Award 1974) published his first edition of The Art of Computer Programming in 1968 when he was thirty. By then, books were printed using monotype settings. Knuth was happy with the final print. However, the second edition in 1976 had to be typeset again because the original fonts were no longer available. When Knuth received the galley proofs he was disappointed. He found them inferior. + +He committed himself to design his typesetting system. We are talking about the late seventies, when digital typesetting itself was a problem to be solved. Steve Jobs himself contributed to this topic. Knuth planned to spend his sabbatical year in 1978 to finish the project. He underestimated the complexity of the task. The final solution was not ready until 1989! Knuth called this language TeX with each letter a capital Greek letters tau τ, epsilon ε and chi χ. TeX is the abbreviation for τέχνη (techne) which means “art” and “craft”. Knuth has always insisted that you should pronounce it /tɛk/. + +When **Leslie Lamport** (Turing Award 2013) started using Knuth’s TeX he started writing some macros for his own purposes. LaTeX is simply LAmport’s TeX, a collection of macros on top of TeX to make it easier. And this is the main collection we have today. +What can I do with LaTeX? + +With LaTeX you can have a high quality typesetting (the best I would say) document with a low effort and no money. With no money because it is free. And with no effort. Yes with no effort. This claim is huge. EVERYBODY can get professional results writing plain text and using markups with a software that is free and can run virtually everywhere. That is why LaTeX is the standard in academia and engineering. + +This sounds fantastic… but as you can expect from the title of this article there are some drawbacks. The main one is the learning curve. LaTeX is not a WYSIWYG (What You See Is What You Get) solution and requires a learning period. Let me give you some guidelines about when you MUST, SHOULD and SHOULD NOT use it. Of course all this comes from my point of view and experience after using LaTeX for more than 15 years. + +#### When you MUST use LaTeX? + +- You are in academia, particularly in any STEM discipline. In this scenario manuscripts are everything. Content is really important and requires a tremendous amount of work. In the case of Ph.D. manuscripts, you MUST consider spending some time learning LaTeX to make the difference in your final outcome. I have seen Ph.D. manuscripts written in MS Word and I have to say that somehow (for me) it diminishes the value of the manuscript. +- You work with abundant bibliography. Professional works may manage hundreds of citations. Citations must have a consistent format, otherwise your bibliography section will be a mess. To save time, you must go with LaTex + BibTeX. Fill your BibTex file with your citation entries, tag them, and use the tag in your latex document as a reference. The compiler will do the rest of the work. I know there are plugins and solutions for MS Word and other text processors. But remember, for thirty years, this problem has been solved with plain text. And from my experience, these plugins result cumbersome. +- You are using formulas. +- You expect figures using the best quality possible. Formats such as SVG cannot be available for your text processor. With LaTeX, you can generate PDF documents with embedded SVG figures. Not many solutions around can offer something like this. +- You want a free solution. +- You want it to be forward compatible. LaTeX has been around for more than thirty years. We can typeset old documents and see how they were intended to be. +- One entry point, several output formats. Because LaTeX is a typesetting system, you can get outputs in DVI, PDF, HTML, XML, etc. with a single document. +- Forget about the document layout. LaTeX is somehow like HTML + CSS. Once you define the document structure, you use a markup language, and the compiler will make everything coherent for you. No more paragraphs separated with double spacing instead of a single space. + +#### When you SHOULD use LaTeX? + +- You are new to LaTeX, you have to start a new project and you are looking for all the advantages that it offers. +- You want your documents to stand out among others. And you will. LaTeX outcomes have a distinguishing quality everybody appreciates. +- You are considering writing a book, article, or manuscript and maybe self-publish it. This is a common situation nowadays with the adoption of platforms such as Amazon Self Publishing. With LaTeX, you can go from your raw text to a high quality .epub, .mobi ebook file. + +#### When you SHOULD NOT use LaTeX? + +- Your document is already written in another format. The content is probably easy to be moved to LaTeX. However, the document’s layout could be hard to get. +- You are doing collaborative work, and you are the only LaTeX practitioner. Do not move into LaTeX. Do not even consider it. My experience says that after starting a shared LaTeX project, your colleagues will complain, and you will finally move everything to a commonly understood format two hours before the deadline. +- The layout of your document means everything to you. You are thinking about a mesmerizing print with 30 types of fonts, text lines crossing the text body, images in every possible place across the document, etc. Then probably LaTeX is not your candidate. + +#### When people complain about LaTeX they say… + +- It is difficult. LaTeX has a much steeper learning curve when compared with MS Word that is true. However, getting a basic LaTeX (text, figures, titles, tables) document is not so difficult. There are a million examples out there. The complexity comes in understanding the concepts used by LaTeX, such as floating objects. +- I cannot see what I am doing. LaTeX is not a WYSIWYG solution. You have to compile and then check the output. Fortunately, there are some programs such as TeXMaker that offer a better user experience. +- Figures do not appear where I want. Well, this is a classic misconception about how figures placement works in LaTeX. LaTeX computes the best location for your figures in your document. However, the position can be changed using modifiers. +- I cannot easily change the layout of my document. This is true. If you want to set your own document structure you need to have a deeper understanding of the macros. There is a nice community to help you with it. However, this may require some time and effort. Fortunately, there is a vast number of templates already defined ready to be used. + +#### And now… + +If you have read this far, thanks. I probably captured your interest. If so, you can start learning some basics here, and if you need some help check out the StackExchange. + +What about you? What is your experience using LaTeX? What are your pieces of advice for newbies or experienced users? + + +**A first version of this article was published at:** + + https://jmtirado.net/why-you-should-learn-latex-or-at-least-give-it-a-try/ + + https://towardsdatascience.com/why-should-you-learn-latex-or-at-least-give-it-a-try-8d0f3218b8e + + https://typeset.io/resources/learn-latex-beginners-step-by-step-guide/ + + + + +### More info + +https://www.youtube.com/watch?v=21oADyhhX4I + +https://www.youtube.com/watch?v=ZmcOBdmImFs + +http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014.pdf + + + +### RUN INSTANCE + +Swarmlab services can be run in different ways. + +- You can run them **through the swarmlab hybrid environment** (http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/hybrid/start-microservices.html) +- or use them individually at will on the **command line of your system** + + + +#### CLI + +> git clone ... +> +> cd [DIRECTORY] +> + +#### help +> +> make help +> + +#### create service +> +> make create +> + +#### start service +> +> make start +> + +#### stop service +> +> make stop +> + +#### list service +> +> make list +> + +#### clean service +> +> make clean +> diff --git a/check-open.sh b/check-open.sh new file mode 100755 index 0000000..13e6abd --- /dev/null +++ b/check-open.sh @@ -0,0 +1,15 @@ +function EPHEMERAL_PORT() { + LOW_BOUND=49152 + RANGE=16384 + while true; do + CANDIDATE=$[$LOW_BOUND + ($RANDOM % $RANGE)] + (echo "" >/dev/tcp/127.0.0.1/${CANDIDATE}) >/dev/null 2>&1 + if [ $? -ne 0 ]; then + echo $CANDIDATE + break + fi + done +} + +port=$(EPHEMERAL_PORT) +echo $port diff --git a/docs/antora.yml b/docs/antora.yml new file mode 100644 index 0000000..a5cde8f --- /dev/null +++ b/docs/antora.yml @@ -0,0 +1,6 @@ + + name: swarmlab_microservice-xelatexthesis + title: swarmlab_microservice-xelatexthesis + version: docs + nav: + - modules/ROOT/nav.adoc diff --git a/docs/build.sh b/docs/build.sh new file mode 100755 index 0000000..9c1036c --- /dev/null +++ b/docs/build.sh @@ -0,0 +1,5 @@ +docker stop swarmlab-documentation +docker container rm swarmlab-documentation +docker pull hub.swarmlab.io:5480/antora + +docker run -ti --name swarmlab-documentation -p 8080:8080 -v $PWD/:/antora -v $PWD/supplemental-ui:/antora/supplemental-ui hub.swarmlab.io:5480/antora /bin/sh -c "DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr DOCSEARCH_INDEX_VERSION=latest NODE_PATH=/usr/local/lib/node_modules:\$NODE_PATH exec sh -c '/antora/run/build.sh'" diff --git a/docs/build/site/404.html b/docs/build/site/404.html new file mode 100644 index 0000000..25d25f2 --- /dev/null +++ b/docs/build/site/404.html @@ -0,0 +1,96 @@ + + + + + + Page Not Found :: Swarmlab microservice-xelatexthesis + + + + + + +
+ +
+
+ +
+ +
+
+

Page Not Found

+
+

The page you’re looking for does not exist. It may have been moved. You can return to the start page, or follow one of the links in the navigation to the left.

+
+
+

If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. +If you typed the URL of this page manually, please double check that you entered the address correctly.

+
+
+
+
+
+
+

This page was built using the Antora default UI

+
+ + + + + + + diff --git a/docs/build/site/_/css/search.css b/docs/build/site/_/css/search.css new file mode 100644 index 0000000..d9af4ac --- /dev/null +++ b/docs/build/site/_/css/search.css @@ -0,0 +1,115 @@ +.navbar-brand .navbar-item + .navbar-item { + flex-grow: 1; + justify-content: flex-end; +} + +@media screen and (min-width: 1024px) { + .navbar-brand { + flex-grow: 1; + } + + .navbar-menu { + flex-grow: 0; + } +} + +#search-input { + color: #333; + font-family: inherit; + font-size: 0.95rem; + width: 150px; + border: 1px solid #dbdbdb; + border-radius: 0.1em; + line-height: 1.5; + padding: 0 0.25em; +} + +@media screen and (min-width: 769px) { + #search-input { + width: 200px; + } +} + +.search-result-dropdown-menu { + position: absolute; + z-index: 100; + display: block; + right: 0; + left: inherit; + top: 100%; + border-radius: 4px; + margin: 6px 0 0; + padding: 0; + text-align: left; + height: auto; + background: transparent; + border: none; + max-width: 600px; + min-width: 500px; + box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1); +} + +@media screen and (max-width: 768px) { + .navbar-brand .navbar-item + .navbar-item { + padding-left: 0; + padding-right: 0; + } + + .search-result-dropdown-menu { + min-width: calc(100vw - 3.75rem); + } +} + +.search-result-dataset { + position: relative; + border: 1px solid #d9d9d9; + background: #fff; + border-radius: 4px; + overflow: auto; + padding: 0 8px 8px; + max-height: calc(100vh - 5.25rem); + color: #333; +} + +.search-result-highlight { + color: #174d8c; + background: rgba(143, 187, 237, 0.1); + padding: .1em .05em; +} + +.search-result-item { + display: flex; + font-size: 1rem; + margin-bottom: 0.5rem; + margin-top: 0.5rem; +} + +.search-result-document-title { + width: 33%; + border-right: 1px solid #ddd; + color: #a4a7ae; + font-size: 0.8rem; + padding: 0.25rem 0.5rem 0.25rem 0; + text-align: right; + position: relative; + word-wrap: break-word; +} + +.search-result-document-hit { + flex: 1; + font-size: 0.75em; + color: #02060c; + font-weight: 700; +} + +.search-result-document-hit > a { + color: inherit; + display: block; + padding: 0.5rem 0 0.5rem 1rem; + margin-bottom: 0.25rem; +} + +.search-result-document-hit > a:hover { + background-color: rgba(69, 142, 225, 0.05); +} + diff --git a/docs/build/site/_/css/site.css b/docs/build/site/_/css/site.css new file mode 100644 index 0000000..36c35c4 --- /dev/null +++ b/docs/build/site/_/css/site.css @@ -0,0 +1,3 @@ +@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto Regular"),local("Roboto-Regular"),url(../font/roboto-latin-400.woff2) format("woff2"),url(../font/roboto-latin-400.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(../font/roboto-latin-400italic.woff2) format("woff2"),url(../font/roboto-latin-400italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../font/roboto-latin-500.woff2) format("woff2"),url(../font/roboto-latin-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(../font/roboto-latin-500italic.woff2) format("woff2"),url(../font/roboto-latin-500italic.woff) format("woff")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;src:local("Roboto Mono Regular"),local("RobotoMono-Regular"),url(../font/roboto-mono-latin-400.woff2) format("woff2"),url(../font/roboto-mono-latin-400.woff) format("woff")}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;src:local("Roboto Mono Medium"),local("RobotoMono-Medium"),url(../font/roboto-mono-latin-500.woff2) format("woff2"),url(../font/roboto-mono-latin-500.woff) format("woff")}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.0625em;height:100%}@media screen and (min-width:1024px){html{font-size:1.125em}}body{background:#fff;color:#222;font-family:Roboto,sans-serif;line-height:1.15;margin:0;word-wrap:anywhere}a{text-decoration:none}a:hover{text-decoration:underline}a:active{background-color:none}code,kbd,pre{font-family:Roboto Mono,monospace}b,dt,strong,th{font-weight:500}em em{font-style:normal}strong strong{font-weight:400}button{cursor:pointer;font-family:inherit;font-size:1em;line-height:1.15;margin:0}button::-moz-focus-inner{border:none;padding:0}table{border-collapse:collapse;word-wrap:normal}@supports (scrollbar-width:thin){body *{scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}}body ::-webkit-scrollbar{height:.25rem;width:.25rem}body ::-webkit-scrollbar-thumb{background-color:#c1c1c1}@media screen and (min-width:1024px){.body{display:-webkit-box;display:-ms-flexbox;display:flex}}.nav-container{position:fixed;top:3.5rem;left:0;width:100%;font-size:.94444rem;z-index:1;visibility:hidden}@media screen and (min-width:769px){.nav-container{width:15rem}}@media screen and (min-width:1024px){.nav-container{font-size:.86111rem;-webkit-box-flex:0;-ms-flex:none;flex:none;position:static;top:0;visibility:visible}}.nav-container.is-active{visibility:visible}.nav{background:#fafafa;position:relative;top:2.5rem;height:calc(100vh - 6rem)}@media screen and (min-width:769px){.nav{-webkit-box-shadow:.5px 0 3px #c1c1c1;box-shadow:.5px 0 3px #c1c1c1}}@media screen and (min-width:1024px){.nav{top:3.5rem;-webkit-box-shadow:none;box-shadow:none;position:sticky;height:calc(100vh - 3.5rem)}}.nav .panels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:inherit}html.is-clipped--nav{overflow-y:hidden}.nav-panel-menu{overflow-y:scroll;height:calc(100% - 2.5rem)}.nav-panel-menu:not(.is-active) .nav-menu{opacity:.75}.nav-panel-menu:not(.is-active)::after{content:"";background:rgba(0,0,0,.5);display:block;position:absolute;top:0;right:0;bottom:0;left:0}.nav-menu{min-height:100%;padding:.5rem .75rem;line-height:1.35;position:relative}.nav-menu h3.title{color:#424242;font-size:inherit;font-weight:500;margin:0;padding:.25em 0 .125em}.nav-menu a{color:inherit}.nav-list{margin:0 0 0 .75rem;padding:0}.nav-menu>.nav-list+.nav-list{margin-top:.5rem}.nav-item{list-style:none;margin-top:.5em}.nav-item-toggle~.nav-list{padding-bottom:.125rem}.nav-item[data-depth="0"]>.nav-list:first-child{display:block;margin:0}.nav-item:not(.is-active)>.nav-list{display:none}.nav-item-toggle{background:transparent url(../img/caret.svg) no-repeat 50%/50%;border:none;outline:none;line-height:inherit;position:absolute;height:1.35em;width:1.35em;margin-top:-.05em;margin-left:-1.35em}.nav-item.is-active>.nav-item-toggle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.is-current-page>.nav-link,.is-current-page>.nav-text{font-weight:500}.nav-panel-explore{background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0}.nav-panel-explore:not(:first-child){top:auto;max-height:calc(50% + 2.5rem)}.nav-panel-explore .context{font-size:.83333rem;-ms-flex-negative:0;flex-shrink:0;color:#5d5d5d;-webkit-box-shadow:0 -1px 0 #e1e1e1;box-shadow:0 -1px 0 #e1e1e1;padding:0 .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;line-height:1;height:2.5rem}.nav-panel-explore .context .version{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.nav-panel-explore .context .version::after{content:"";background:url(../img/chevron.svg) no-repeat 100%/auto 100%;width:1.25em;height:.75em}.nav-panel-explore .components{line-height:1.6;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:inset 0 1px 5px #e1e1e1;box-shadow:inset 0 1px 5px #e1e1e1;background:#f0f0f0;padding:.5rem .75rem 0;margin:0;overflow-y:scroll;max-height:100%;display:block}.nav-panel-explore:not(.is-active) .components{display:none}.nav-panel-explore .component{display:block}.nav-panel-explore .component+.component{margin-top:.5rem}.nav-panel-explore .component:last-child{margin-bottom:.75rem}.nav-panel-explore .component .title{font-weight:500;color:inherit}.nav-panel-explore .versions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding-left:0;margin-top:-.25rem;line-height:1}.nav-panel-explore .component .version{display:block;margin:.375rem .375rem 0 0}.nav-panel-explore .component .version a{border:1px solid #c1c1c1;border-radius:.25rem;color:inherit;opacity:.75;white-space:nowrap;padding:.125em .25em;display:inherit}.nav-panel-explore .component .is-current a{border-color:currentColor;opacity:.9;font-weight:500}@media screen and (max-width:1023.5px){aside.toc.sidebar{display:none}main>.content{overflow-x:auto}}@media screen and (min-width:1024px){main{-webkit-box-flex:1;-ms-flex:auto;flex:auto;min-width:0}main>.content{display:-webkit-box;display:-ms-flexbox;display:flex}aside.toc.embedded{display:none}aside.toc.sidebar{-webkit-box-flex:0;-ms-flex:0 0 9rem;flex:0 0 9rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1216px){aside.toc.sidebar{-ms-flex-preferred-size:12rem;flex-basis:12rem}}.toolbar{color:#5d5d5d;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fafafa;-webkit-box-shadow:0 1px 0 #e1e1e1;box-shadow:0 1px 0 #e1e1e1;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.83333rem;height:2.5rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:sticky;top:3.5rem;z-index:2}.toolbar a{color:inherit}.nav-toggle{background:url(../img/menu.svg) no-repeat 50% 47.5%;background-size:49%;border:none;outline:none;line-height:inherit;padding:0;height:2.5rem;width:2.5rem;margin-right:-.25rem}@media screen and (min-width:1024px){.nav-toggle{display:none}}.nav-toggle.is-active{background-image:url(../img/back.svg);background-size:41.5%}.home-link{display:block;background:url(../img/home-o.svg) no-repeat 50%;height:1.25rem;width:1.25rem;margin:.625rem}.home-link.is-current,.home-link:hover{background-image:url(../img/home.svg)}.edit-this-page{display:none;padding-right:.5rem}@media screen and (min-width:1024px){.edit-this-page{display:block}}.toolbar .edit-this-page a{color:#8e8e8e}.breadcrumbs{display:none;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;padding:0 .5rem 0 .75rem;line-height:1.35}@media screen and (min-width:1024px){.breadcrumbs{display:block}}a+.breadcrumbs{padding-left:.05rem}.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}.breadcrumbs li{display:inline;margin:0}.breadcrumbs li::after{content:"/";padding:0 .5rem}.breadcrumbs li:last-of-type::after{content:none}.page-versions{margin:0 .2rem 0 auto;position:relative;line-height:1}@media screen and (min-width:1024px){.page-versions{margin-right:.7rem}}.page-versions .version-menu-toggle{color:inherit;background:url(../img/chevron.svg) no-repeat;background-position:right .5rem top 50%;background-size:auto .75em;border:none;outline:none;line-height:inherit;padding:.5rem 1.5rem .5rem .5rem;position:relative;z-index:3}.page-versions .version-menu{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#f0f0f0)) no-repeat;background:linear-gradient(180deg,#f0f0f0 0,#f0f0f0) no-repeat;padding:1.375rem 1.5rem .5rem .5rem;position:absolute;top:0;right:0;white-space:nowrap}.page-versions:not(.is-active) .version-menu{display:none}.page-versions .version{display:block;padding-top:.5rem}.page-versions .version.is-current{display:none}.page-versions .version.is-missing{color:#8e8e8e;font-style:italic;text-decoration:none}.toc-menu{color:#5d5d5d}.toc.sidebar .toc-menu{margin-right:.75rem;position:sticky;top:6rem}.toc .toc-menu h3{color:#333;font-size:.88889rem;font-weight:500;line-height:1.3;margin:0 -.5px;padding-bottom:.25rem}.toc.sidebar .toc-menu h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:2.5rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.toc .toc-menu ul{font-size:.83333rem;line-height:1.2;list-style:none;margin:0;padding:0}.toc.sidebar .toc-menu ul{max-height:calc(100vh - 8.5rem);overflow-y:auto;scrollbar-width:none}.toc .toc-menu ul::-webkit-scrollbar{width:0;height:0}@media screen and (min-width:1024px){.toc .toc-menu h3{font-size:.83333rem}.toc .toc-menu ul{font-size:.75rem}}.toc .toc-menu li{margin:0}.toc .toc-menu li[data-level="2"] a{padding-left:1.25rem}.toc .toc-menu li[data-level="3"] a{padding-left:2rem}.toc .toc-menu a{color:inherit;border-left:2px solid #e1e1e1;display:inline-block;padding:.25rem 0 .25rem .5rem;text-decoration:none}.sidebar.toc .toc-menu a{display:block;outline:none}.toc .toc-menu a:hover{color:#1565c0}.toc .toc-menu a.is-active{border-left-color:#1565c0;color:#333}.sidebar.toc .toc-menu a:focus{background:#fafafa}.toc .toc-menu .is-hidden-toc{display:none!important}.doc{color:#333;font-size:inherit;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.6;margin:0 auto;max-width:40rem;padding:0 1rem 4rem}@media screen and (min-width:1024px){.doc{-webkit-box-flex:1;-ms-flex:auto;flex:auto;font-size:.94444rem;margin:0 2rem;max-width:46rem;min-width:0}}.doc h1,.doc h2,.doc h3,.doc h4,.doc h5,.doc h6{color:#2e6980;font-weight:400;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.3;margin:1rem 0 0}.doc>h1.page:first-child{font-size:2rem;margin:1.5rem 0}@media screen and (min-width:769px){.doc>h1.page:first-child{margin-top:2.5rem}}h1.page+aside.toc.embedded{margin-top:-.5rem}#preamble+.sect1,.doc .sect1+.sect1{margin-top:2rem}.doc h1.sect0{background:#f0f0f0;font-size:1.8em;margin:1.5rem -1rem 0;padding:.5rem 1rem}.doc h2:not(.discrete){border-bottom:1px solid #e1e1e1;margin-left:-1rem;margin-right:-1rem;padding:.4rem 1rem .1rem}.doc h3:not(.discrete){font-weight:500}.doc h1 .anchor,.doc h2 .anchor,.doc h3 .anchor,.doc h4 .anchor,.doc h5 .anchor,.doc h6 .anchor{position:absolute;text-decoration:none;width:1.75ex;margin-left:-1.5ex;visibility:hidden;font-size:.8em;font-weight:400;padding-top:.05em}.doc h1 .anchor::before,.doc h2 .anchor::before,.doc h3 .anchor::before,.doc h4 .anchor::before,.doc h5 .anchor::before,.doc h6 .anchor::before{content:"\00a7"}.doc h1:hover .anchor,.doc h2:hover .anchor,.doc h3:hover .anchor,.doc h4:hover .anchor,.doc h5:hover .anchor,.doc h6:hover .anchor{visibility:visible}.doc dl,.doc p{margin:0}.doc a{color:#1565c0}.doc a:hover{color:#104d92}.doc a.bare{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.doc a.unresolved{color:#d32f2f}.doc i.fa{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;font-style:normal}.doc p code,.doc thead code{color:#222;background:#fafafa;border-radius:.25em;font-size:.95em;padding:.125em .25em}.doc code,.doc pre{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.doc pre{font-size:.88889rem;line-height:1.5;margin:0}.doc blockquote{margin:0}.doc .paragraph.lead>p{font-size:1rem}.doc .right{float:right}.doc .left{float:left}.doc .stretch{width:100%}.doc .underline{text-decoration:underline}.doc .line-through{text-decoration:line-through}.doc .dlist,.doc .exampleblock,.doc .hdlist,.doc .imageblock,.doc .listingblock,.doc .literalblock,.doc .olist,.doc .paragraph,.doc .partintro,.doc .quoteblock,.doc .sidebarblock,.doc .ulist,.doc .verseblock,.doc details,.doc hr{margin:1rem 0 0}.doc table.tableblock{font-size:.83333rem;margin:1.5rem 0 0}.doc table.tableblock+*{margin-top:1.5rem}.doc td.tableblock>.content>:first-child{margin-top:0}.doc table.tableblock td,.doc table.tableblock th{padding:.5rem}.doc table.tableblock thead th{border-bottom:2.5px solid #e1e1e1}.doc table.tableblock>:not(thead) th,.doc table.tableblock td{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}.doc table.stripes-all>tbody>tr,.doc table.stripes-even>tbody>tr:nth-of-type(2n),.doc table.stripes-hover>tbody>tr:hover,.doc table.stripes-odd>tbody>tr:nth-of-type(odd){background:#fafafa}.doc table.tableblock>tfoot{background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#fff));background:linear-gradient(180deg,#f0f0f0 0,#fff)}.doc .halign-left{text-align:left}.doc .halign-right{text-align:right}.doc .halign-center{text-align:center}.doc .valign-top{vertical-align:top}.doc .valign-bottom{vertical-align:bottom}.doc .valign-middle{vertical-align:middle}.doc .admonitionblock{margin:1.4rem 0 0}.doc .admonitionblock p,.doc .admonitionblock td.content{font-size:.88889rem}.doc .admonitionblock td.content>.title+*,.doc .admonitionblock td.content>:not(.title):first-child{margin-top:0}.doc .admonitionblock pre{font-size:.83333rem}.doc .admonitionblock>table{table-layout:fixed;position:relative;width:100%}.doc .admonitionblock td.content{padding:1rem 1rem .75rem;background:#fafafa;width:100%;word-wrap:anywhere}.doc .admonitionblock .icon{position:absolute;top:0;left:0;font-size:.83333rem;padding:0 .5rem;height:1.25rem;line-height:1;font-weight:500;text-transform:uppercase;border-radius:.45rem;-webkit-transform:translate(-.5rem,-50%);transform:translate(-.5rem,-50%)}.doc .admonitionblock.caution .icon{background-color:#a0439c;color:#fff}.doc .admonitionblock.important .icon{background-color:#d32f2f;color:#fff}.doc .admonitionblock.note .icon{background-color:#217ee7;color:#fff}.doc .admonitionblock.tip .icon{background-color:#41af46;color:#fff}.doc .admonitionblock.warning .icon{background-color:#e18114;color:#fff}.doc .admonitionblock .icon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.doc .admonitionblock .icon i::after{content:attr(title)}.doc .imageblock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.doc .image>img,.doc .imageblock img{display:inline-block;height:auto;max-width:100%;vertical-align:middle}.doc .image:not(.left):not(.right)>img{margin-top:-.2em}#preamble .abstract blockquote{background:#f0f0f0;border-left:5px solid #e1e1e1;color:#4a4a4a;font-size:.88889rem;padding:.75em 1em}.doc .quoteblock,.doc .verseblock{background:#fafafa;border-left:5px solid #5d5d5d;color:#5d5d5d}.doc .quoteblock{padding:.25rem 2rem 1.25rem}.doc .quoteblock .attribution{color:#8e8e8e;font-size:.83333rem;margin-top:.75rem}.doc .quoteblock blockquote{margin-top:1rem}.doc .quoteblock .paragraph{font-style:italic}.doc .quoteblock cite{padding-left:1em}.doc .verseblock{font-size:1.15em;padding:1rem 2rem}.doc .verseblock pre{font-family:inherit;font-size:inherit}.doc ol,.doc ul{margin:0;padding:0 0 0 2rem}.doc ol.none,.doc ol.unnumbered,.doc ol.unstyled,.doc ul.checklist,.doc ul.no-bullet,.doc ul.none,.doc ul.unstyled{list-style-type:none}.doc ol.unnumbered,.doc ul.no-bullet{padding-left:1.25rem}.doc ol.unstyled,.doc ul.unstyled{padding-left:0}.doc ul.circle,.doc ul.disc,.doc ul.square{list-style-type:square}.doc ol.arabic{list-style-type:decimal}.doc ol.decimal{list-style-type:decimal-leading-zero}.doc ol.loweralpha{list-style-type:lower-alpha}.doc ol.upperalpha{list-style-type:upper-alpha}.doc ol.lowerroman{list-style-type:lower-roman}.doc ol.upperroman{list-style-type:upper-roman}.doc ol.lowergreek{list-style-type:lower-greek}.doc ul.checklist{padding-left:.5rem}.doc ul.checklist p>i.fa-check-square-o:first-child,.doc ul.checklist p>i.fa-square-o:first-child{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.25rem}.doc ul.checklist i.fa-check-square-o::before{content:"\2713"}.doc ul.checklist i.fa-square-o::before{content:"\274f"}.doc .dlist .dlist,.doc .dlist .olist,.doc .dlist .ulist,.doc .olist .dlist,.doc .olist .olist,.doc .olist .ulist,.doc .ulist .dlist,.doc .ulist .olist,.doc .ulist .ulist{margin-top:.5rem}.doc .olist li,.doc .ulist li{margin-bottom:.5rem}.doc .admonitionblock .listingblock,.doc .olist .listingblock,.doc .ulist .listingblock{padding:0}.doc .admonitionblock .title,.doc .exampleblock .title,.doc .imageblock .title,.doc .listingblock .title,.doc .literalblock .title,.doc .openblock .title,.doc .tableblock caption{color:#5d5d5d;font-size:.88889rem;font-weight:500;font-style:italic;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;letter-spacing:.01em;padding-bottom:.075rem;text-align:left}.doc .imageblock .title{margin-top:.5rem;padding-bottom:0}.doc .exampleblock>.content{background:#fff;border:.25rem solid #5d5d5d;border-radius:.5rem;padding:.75rem}.doc .exampleblock>.content>:first-child{margin-top:0}.doc .sidebarblock{background:#e1e1e1;border-radius:.75rem;padding:.75rem 1.5rem}.doc .sidebarblock>.content>.title{font-size:1.25rem;font-weight:500;line-height:1.3;margin-bottom:-.3em;text-align:center}.doc .sidebarblock>.content>:not(.title):first-child{margin-top:0}.doc .listingblock.wrap pre,.doc .tableblock pre{white-space:pre-wrap}.doc .listingblock pre:not(.highlight),.doc .literalblock pre,.doc pre.highlight code{background:#fafafa;-webkit-box-shadow:inset 0 0 1.75px #e1e1e1;box-shadow:inset 0 0 1.75px #e1e1e1;display:block;overflow-x:auto;padding:.75rem}.doc pre.highlight{position:relative}.doc .source-toolbox{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;position:absolute;top:.25rem;right:.5rem;color:grey;font-family:Roboto,sans-serif;font-size:.75rem;line-height:1}.doc .listingblock:hover .source-toolbox{visibility:visible}.doc .source-toolbox .source-lang{text-transform:uppercase;letter-spacing:.075em;font-size:.96em;line-height:1.0425}.doc .source-toolbox>:not(:last-child)::after{content:"|";letter-spacing:0;padding:0 1ch}.doc .source-toolbox .copy-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:none;color:inherit;outline:none;padding:0;font-size:inherit;line-height:inherit;width:1em;height:1em}.doc .source-toolbox .copy-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;width:inherit;height:inherit}.doc .source-toolbox img.copy-icon{-webkit-filter:invert(50.2%);filter:invert(50.2%)}.doc .source-toolbox svg.copy-icon{fill:currentColor}.doc .source-toolbox .copy-toast{-webkit-box-flex:0;-ms-flex:none;flex:none;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1em;background-color:#333;border-radius:.25em;padding:.5em;color:#fff;cursor:auto;opacity:0;-webkit-transition:opacity .5s ease .75s;transition:opacity .5s ease .75s}.doc .source-toolbox .copy-toast::after{content:"";position:absolute;top:0;width:1em;height:1em;border:.55em solid transparent;border-left-color:#333;-webkit-transform:rotate(-90deg) translateX(50%) translateY(50%);transform:rotate(-90deg) translateX(50%) translateY(50%);-webkit-transform-origin:left;transform-origin:left}.doc .source-toolbox .copy-button.clicked .copy-toast{opacity:1;-webkit-transition:none;transition:none}.doc .language-console .hljs-meta{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.doc .dlist dt{font-style:italic}.doc .dlist dd{margin:0 0 .25rem 1.5rem}.doc .dlist dd:last-of-type{margin-bottom:0}.doc td.hdlist1,.doc td.hdlist2{padding:.5rem 0 0;vertical-align:top}.doc tr:first-child>.hdlist1,.doc tr:first-child>.hdlist2{padding-top:0}.doc td.hdlist1{font-weight:500;padding-right:.25rem}.doc td.hdlist2{padding-left:.25rem}.doc .colist{font-size:.88889rem;margin:.25rem 0 -.25rem}.doc .colist>table>tbody>tr>:first-child,.doc .colist>table>tr>:first-child{padding:.25em .5rem 0;vertical-align:top}.doc .colist>table>tbody>tr>:last-child,.doc .colist>table>tr>:last-child{padding:.25rem 0}.doc .conum[data-value]{border:1px solid;border-radius:100%;display:inline-block;font-family:Roboto,sans-serif;font-size:.75rem;font-style:normal;line-height:1.2;text-align:center;width:1.25em;height:1.25em;letter-spacing:-.25ex;text-indent:-.25ex}.doc .conum[data-value]::after{content:attr(data-value)}.doc .conum[data-value]+b{display:none}.doc hr{border:solid #e1e1e1;border-width:2px 0 0;height:0}.doc b.button{white-space:nowrap}.doc b.button::before{content:"[";padding-right:.25em}.doc b.button::after{content:"]";padding-left:.25em}.doc kbd{display:inline-block;font-size:.66667rem;background:#fafafa;border:1px solid #c1c1c1;border-radius:.25em;-webkit-box-shadow:0 1px 0 #c1c1c1,0 0 0 .1em #fff inset;box-shadow:0 1px 0 #c1c1c1,inset 0 0 0 .1em #fff;padding:.25em .5em;vertical-align:text-bottom;white-space:nowrap}.doc .keyseq,.doc kbd{line-height:1}.doc .keyseq{font-size:.88889rem}.doc .keyseq kbd{margin:0 .125em}.doc .keyseq kbd:first-child{margin-left:0}.doc .keyseq kbd:last-child{margin-right:0}.doc .menuseq,.doc .path{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.doc .menuseq i.caret::before{content:"\203a";font-size:1.1em;font-weight:500;line-height:.90909}.doc .nowrap{white-space:nowrap}.doc .nobreak{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;word-wrap:normal}nav.pagination{border-top:1px solid #e1e1e1;line-height:1;margin:2rem -1rem -1rem;padding:.75rem 1rem 0}nav.pagination,nav.pagination span{display:-webkit-box;display:-ms-flexbox;display:flex}nav.pagination span{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}nav.pagination .prev{padding-right:.5rem}nav.pagination .next{margin-left:auto;padding-left:.5rem;text-align:right}nav.pagination span::before{color:#8e8e8e;font-size:.75em;padding-bottom:.1em}nav.pagination .prev::before{content:"Prev"}nav.pagination .next::before{content:"Next"}nav.pagination a{font-weight:500;line-height:1.3;position:relative}nav.pagination a::after,nav.pagination a::before{color:#8e8e8e;font-weight:400;font-size:1.5em;line-height:.75;position:absolute;top:0;width:1rem}nav.pagination .prev a::before{content:"\2039";-webkit-transform:translateX(-100%);transform:translateX(-100%)}nav.pagination .next a::after{content:"\203a"}html.is-clipped--navbar{overflow-y:hidden}body{padding-top:3.5rem}.navbar{background:#2e6980;color:#fff;font-size:.88889rem;height:3.5rem;position:fixed;top:0;width:100%;z-index:4}.navbar a{text-decoration:none}.navbar-brand{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:1rem}.navbar-brand .navbar-item:first-child,.navbar-brand .navbar-item:first-child a{-ms-flex-item-align:center;align-self:center;padding:0;color:#fff;font-size:1.22222rem}.navbar-brand .separator{padding:0 .375rem}.navbar-burger{background:none;border:none;outline:none;line-height:1;position:relative;width:3rem;margin-left:auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:0}.navbar-burger span{background-color:#fff;height:1.5px;width:1rem}.navbar-burger:not(.is-active) span{-webkit-transition:opacity 0s .25s,margin-top .25s ease-out .25s,-webkit-transform .25s ease-out;transition:opacity 0s .25s,margin-top .25s ease-out .25s,-webkit-transform .25s ease-out;transition:transform .25s ease-out,opacity 0s .25s,margin-top .25s ease-out .25s;transition:transform .25s ease-out,opacity 0s .25s,margin-top .25s ease-out .25s,-webkit-transform .25s ease-out}.navbar-burger span+span{margin-top:.25rem}.navbar-burger.is-active span+span{margin-top:-1.5px}.navbar-burger.is-active span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.navbar-item,.navbar-link{color:#222;display:block;line-height:1.6;padding:.5rem 1rem}.navbar-item.has-dropdown{padding:0}.navbar-item .icon{width:1.25rem;height:1.25rem;display:block}.navbar-item .icon img,.navbar-item .icon svg{fill:currentColor;width:inherit;height:inherit}.navbar-link{padding-right:2.5em}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#e1e1e1;border:none;height:1px;margin:.25rem 0}.navbar .button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid #e1e1e1;border-radius:.15rem;height:1.75rem;color:#222;padding:0 .75em;white-space:nowrap}@media screen and (max-width:1023.5px){.navbar-brand{height:inherit}.navbar-brand .navbar-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-menu{background:#fff;-webkit-box-shadow:0 8px 16px rgba(10,10,10,.1);box-shadow:0 8px 16px rgba(10,10,10,.1);max-height:calc(100vh - 3.5rem);overflow-y:auto;padding:.5rem 0}.navbar-menu:not(.is-active){display:none}.navbar-menu .navbar-link:hover,.navbar-menu a.navbar-item:hover{background:#f5f5f5}}@media screen and (min-width:1024px){.navbar-burger{display:none}.navbar,.navbar-end,.navbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-menu{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.navbar-end{margin-left:auto}.navbar-item,.navbar-link{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-flex:0;-ms-flex:none;flex:none}.navbar-item:not(.has-dropdown),.navbar-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-link::after{border-width:0 0 1px 1px;border-style:solid;content:"";display:block;height:.5em;pointer-events:none;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.5em;margin-top:-.375em;right:1.125em;top:50%}.navbar-end .navbar-link,.navbar-end>.navbar-item{color:#fff}.navbar-end .navbar-item.has-dropdown:hover .navbar-link,.navbar-end .navbar-link:hover,.navbar-end>a.navbar-item:hover{background:#1c556a;color:#fff}.navbar-end .navbar-link::after{border-color:currentColor}.navbar-dropdown{background:#fff;border:1px solid #e1e1e1;border-top:none;border-radius:0 0 .25rem .25rem;display:none;top:100%;left:0;min-width:100%;position:absolute}.navbar-dropdown .navbar-item{padding:.5rem 3rem .5rem 1rem;white-space:nowrap}.navbar-dropdown .navbar-item:last-child{border-radius:inherit}.navbar-dropdown.is-right{left:auto;right:0}.navbar-dropdown a.navbar-item:hover{background:#f5f5f5}}footer.footer{background-color:#e1e1e1;color:#5d5d5d;font-size:.83333rem;line-height:1.6;padding:1.5rem}.footer p{margin:.5rem 0}.footer a{color:#2e6980} + +/*! Adapted from the GitHub style by Vasily Polovnyov */.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:500}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:500}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:500}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:500}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:500}@page{margin:.5in}@media print{.hide-for-print{display:none!important}html{font-size:.9375em}a{color:inherit!important;text-decoration:underline}a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none}img,object,svg,tr{page-break-inside:avoid}thead{display:table-header-group}pre{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;white-space:pre-wrap}body{padding-top:2rem}.navbar{background:none;color:inherit;position:absolute}.navbar *{color:inherit!important}.nav-container,.navbar>:not(.navbar-brand),.toolbar,aside.toc,nav.pagination{display:none}.doc{color:inherit;margin:auto;max-width:none;padding-bottom:2rem}.doc .listingblock code[data-lang]::before{display:block}footer.footer{background:none;border-top:1px solid #e1e1e1;color:#8e8e8e;padding:.25rem .5rem 0}.footer *{color:inherit}} \ No newline at end of file diff --git a/docs/build/site/_/font/roboto-latin-400.woff b/docs/build/site/_/font/roboto-latin-400.woff new file mode 100644 index 0000000..69c8825 Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-400.woff differ diff --git a/docs/build/site/_/font/roboto-latin-400.woff2 b/docs/build/site/_/font/roboto-latin-400.woff2 new file mode 100644 index 0000000..1a53701 Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-400.woff2 differ diff --git a/docs/build/site/_/font/roboto-latin-400italic.woff b/docs/build/site/_/font/roboto-latin-400italic.woff new file mode 100644 index 0000000..b940dbc Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-400italic.woff differ diff --git a/docs/build/site/_/font/roboto-latin-400italic.woff2 b/docs/build/site/_/font/roboto-latin-400italic.woff2 new file mode 100644 index 0000000..2741d4f Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-400italic.woff2 differ diff --git a/docs/build/site/_/font/roboto-latin-500.woff b/docs/build/site/_/font/roboto-latin-500.woff new file mode 100644 index 0000000..8699258 Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-500.woff differ diff --git a/docs/build/site/_/font/roboto-latin-500.woff2 b/docs/build/site/_/font/roboto-latin-500.woff2 new file mode 100644 index 0000000..6362d7f Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-500.woff2 differ diff --git a/docs/build/site/_/font/roboto-latin-500italic.woff b/docs/build/site/_/font/roboto-latin-500italic.woff new file mode 100644 index 0000000..b794d20 Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-500italic.woff differ diff --git a/docs/build/site/_/font/roboto-latin-500italic.woff2 b/docs/build/site/_/font/roboto-latin-500italic.woff2 new file mode 100644 index 0000000..0ff2f81 Binary files /dev/null and b/docs/build/site/_/font/roboto-latin-500italic.woff2 differ diff --git a/docs/build/site/_/font/roboto-mono-latin-400.woff b/docs/build/site/_/font/roboto-mono-latin-400.woff new file mode 100644 index 0000000..c41382c Binary files /dev/null and b/docs/build/site/_/font/roboto-mono-latin-400.woff differ diff --git a/docs/build/site/_/font/roboto-mono-latin-400.woff2 b/docs/build/site/_/font/roboto-mono-latin-400.woff2 new file mode 100644 index 0000000..53d4b50 Binary files /dev/null and b/docs/build/site/_/font/roboto-mono-latin-400.woff2 differ diff --git a/docs/build/site/_/font/roboto-mono-latin-500.woff b/docs/build/site/_/font/roboto-mono-latin-500.woff new file mode 100644 index 0000000..ba8ff09 Binary files /dev/null and b/docs/build/site/_/font/roboto-mono-latin-500.woff differ diff --git a/docs/build/site/_/font/roboto-mono-latin-500.woff2 b/docs/build/site/_/font/roboto-mono-latin-500.woff2 new file mode 100644 index 0000000..ec09ab1 Binary files /dev/null and b/docs/build/site/_/font/roboto-mono-latin-500.woff2 differ diff --git a/docs/build/site/_/img/back.svg b/docs/build/site/_/img/back.svg new file mode 100644 index 0000000..bf7d30e --- /dev/null +++ b/docs/build/site/_/img/back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/build/site/_/img/caret.svg b/docs/build/site/_/img/caret.svg new file mode 100644 index 0000000..1af41bc --- /dev/null +++ b/docs/build/site/_/img/caret.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/build/site/_/img/chevron.svg b/docs/build/site/_/img/chevron.svg new file mode 100644 index 0000000..40e962a --- /dev/null +++ b/docs/build/site/_/img/chevron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/build/site/_/img/home-o.svg b/docs/build/site/_/img/home-o.svg new file mode 100644 index 0000000..95d193b --- /dev/null +++ b/docs/build/site/_/img/home-o.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/build/site/_/img/home.svg b/docs/build/site/_/img/home.svg new file mode 100644 index 0000000..4e96b35 --- /dev/null +++ b/docs/build/site/_/img/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/build/site/_/img/menu.svg b/docs/build/site/_/img/menu.svg new file mode 100644 index 0000000..8b43b2e --- /dev/null +++ b/docs/build/site/_/img/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/build/site/_/img/octicons-16.svg b/docs/build/site/_/img/octicons-16.svg new file mode 100644 index 0000000..e3b4e20 --- /dev/null +++ b/docs/build/site/_/img/octicons-16.svg @@ -0,0 +1 @@ +Octicons v11.2.0 by GitHub - https://primer.style/octicons/ - License: MIT \ No newline at end of file diff --git a/docs/build/site/_/js/site.js b/docs/build/site/_/js/site.js new file mode 100644 index 0000000..454bde6 --- /dev/null +++ b/docs/build/site/_/js/site.js @@ -0,0 +1,6 @@ +!function(){"use strict";var o=/^sect(\d)$/,i=document.querySelector(".nav-container"),a=document.querySelector(".nav-toggle");a.addEventListener("click",function(e){if(a.classList.contains("is-active"))return u(e);v(e);var t=document.documentElement;t.classList.add("is-clipped--nav"),a.classList.add("is-active"),i.classList.add("is-active");var n=c.getBoundingClientRect(),e=window.innerHeight-Math.round(n.top);Math.round(n.height)!==e&&(c.style.height=e+"px");t.addEventListener("click",u)}),i.addEventListener("click",v);var c,r,s,l=i.querySelector("[data-panel=menu]");function e(){var e,t,n=window.location.hash;if(n&&(n.indexOf("%")&&(n=decodeURIComponent(n)),!(e=l.querySelector('.nav-link[href="'+n+'"]')))){n=document.getElementById(n.slice(1));if(n)for(var i=n,a=document.querySelector("article.doc");(i=i.parentNode)&&i!==a;){var c=i.id;if(!c&&(c=o.test(i.className))&&(c=(i.firstElementChild||{}).id),c&&(e=l.querySelector('.nav-link[href="#'+c+'"]')))break}}if(e)t=e.parentNode;else{if(!s)return;e=(t=s).querySelector(".nav-link")}t!==r&&(h(l,".nav-item.is-active").forEach(function(e){e.classList.remove("is-active","is-current-path","is-current-page")}),t.classList.add("is-current-page"),d(r=t),p(l,e))}function d(e){for(var t,n=e.parentNode;!(t=n.classList).contains("nav-menu");)"LI"===n.tagName&&t.contains("nav-item")&&t.add("is-active","is-current-path"),n=n.parentNode;e.classList.add("is-active")}function n(){var e,t,n,i;this.classList.toggle("is-active")&&(e=parseFloat(window.getComputedStyle(this).marginTop),t=this.getBoundingClientRect(),n=l.getBoundingClientRect(),0<(i=(t.bottom-n.top-n.height+e).toFixed())&&(l.scrollTop+=Math.min((t.top-n.top-e).toFixed(),i)))}function u(e){v(e);e=document.documentElement;e.classList.remove("is-clipped--nav"),a.classList.remove("is-active"),i.classList.remove("is-active"),e.removeEventListener("click",u)}function v(e){e.stopPropagation()}function p(e,t){var n=e.getBoundingClientRect(),i=n.height,a=window.getComputedStyle(c);"sticky"===a.position&&(i-=n.top-parseFloat(a.top)),e.scrollTop=Math.max(0,.5*(t.getBoundingClientRect().height-i)+t.offsetTop)}function h(e,t){return[].slice.call(e.querySelectorAll(t))}l&&(c=i.querySelector(".nav"),r=l.querySelector(".is-current-page"),(s=r)?(d(r),p(l,r.querySelector(".nav-link"))):l.scrollTop=0,h(l,".nav-item-toggle").forEach(function(e){var t=e.parentElement;e.addEventListener("click",n.bind(t));e=function(e,t){e=e.nextElementSibling;return(!e||!t||e[e.matches?"matches":"msMatchesSelector"](t))&&e}(e,".nav-text");e&&(e.style.cursor="pointer",e.addEventListener("click",n.bind(t)))}),c.querySelector("[data-panel=explore] .context").addEventListener("click",function(){h(c,"[data-panel]").forEach(function(e){e.classList.toggle("is-active")})}),l.addEventListener("mousedown",function(e){1":"")+".sect"+a);r.push("h"+(i+1)+"[id]")}else r.push("h1[id].sect0");n.push(r.join(">"))}var c,s=(m=n.join(","),f=d.parentNode,[].slice.call((f||document).querySelectorAll(m)));if(!s.length)return e.parentNode.removeChild(e);var l={},u=s.reduce(function(e,t){var o=document.createElement("a");o.textContent=t.textContent,l[o.href="#"+t.id]=o;var n=document.createElement("li");return n.dataset.level=parseInt(t.nodeName.slice(1),10)-1,n.appendChild(o),e.appendChild(n),e},document.createElement("ul")),f=e.querySelector(".toc-menu");f||((f=document.createElement("div")).className="toc-menu");var m=document.createElement("h3");m.textContent=e.dataset.title||"Contents",f.appendChild(m),f.appendChild(u);e=!document.getElementById("toc")&&d.querySelector("h1.page ~ :not(.is-before-toc)");e&&((m=document.createElement("aside")).className="toc embedded",m.appendChild(f.cloneNode(!0)),e.parentNode.insertBefore(m,e)),window.addEventListener("load",function(){p(),window.addEventListener("scroll",p)})}}function p(){var t,e=window.pageYOffset,o=1.15*v(document.documentElement,"fontSize"),n=d.offsetTop;if(e&&window.innerHeight+e+2>=document.documentElement.scrollHeight){c=Array.isArray(c)?c:Array(c||0);var i=[],r=s.length-1;return s.forEach(function(e,t){var o="#"+e.id;t===r||e.getBoundingClientRect().top+v(e,"paddingTop")>n?(i.push(o),c.indexOf(o)<0&&l[o].classList.add("is-active")):~c.indexOf(o)&&l[c.shift()].classList.remove("is-active")}),u.scrollTop=u.scrollHeight-u.offsetHeight,void(c=1n||void(t="#"+e.id)}),t?t!==c&&(c&&l[c].classList.remove("is-active"),(e=l[t]).classList.add("is-active"),u.scrollHeight>u.offsetHeight&&(u.scrollTop=Math.max(0,e.offsetTop+e.offsetHeight-u.offsetHeight)),c=t):c&&(l[c].classList.remove("is-active"),c=void 0)}function v(e,t){return parseFloat(window.getComputedStyle(e)[t])}}(); +!function(){"use strict";var o=document.querySelector("article.doc"),t=document.querySelector(".toolbar");function i(e){return e&&(~e.indexOf("%")?decodeURIComponent(e):e).slice(1)}function r(e){if(e){if(e.altKey||e.ctrlKey)return;window.location.hash="#"+this.id,e.preventDefault()}window.scrollTo(0,function e(t,n){return o.contains(t)?e(t.offsetParent,t.offsetTop+n):n}(this,0)-t.getBoundingClientRect().bottom)}window.addEventListener("load",function e(t){var n,o;(n=i(window.location.hash))&&(o=document.getElementById(n))&&(r.bind(o)(),setTimeout(r.bind(o),0)),window.removeEventListener("load",e)}),Array.prototype.slice.call(document.querySelectorAll('a[href^="#"]')).forEach(function(e){var t,n;(t=i(e.hash))&&(n=document.getElementById(t))&&e.addEventListener("click",r.bind(n))})}(); +!function(){"use strict";var t,e=document.querySelector(".page-versions .version-menu-toggle");e&&(t=document.querySelector(".page-versions"),e.addEventListener("click",function(e){t.classList.toggle("is-active"),e.stopPropagation()}),document.documentElement.addEventListener("click",function(){t.classList.remove("is-active")}))}(); +!function(){"use strict";var t=document.querySelector(".navbar-burger");t&&t.addEventListener("click",function(t){t.stopPropagation(),document.documentElement.classList.toggle("is-clipped--navbar"),this.classList.toggle("is-active");var e=document.getElementById(this.dataset.target);e.classList.toggle("is-active")&&(e.style.maxHeight="",t=window.innerHeight-Math.round(e.getBoundingClientRect().top),parseInt(window.getComputedStyle(e).maxHeight,10)!==t&&(e.style.maxHeight=t+"px"))}.bind(t))}(); +!function(){"use strict";var s=/^\$ (\S[^\\\n]*(\\\n(?!\$ )[^\\\n]*)*)(?=\n|$)/gm,l=/( ) *\\\n *|\\\n( ?) */g,d=/ +$/gm,r=(document.getElementById("site-script")||{dataset:{}}).dataset;[].slice.call(document.querySelectorAll(".doc pre.highlight, .doc .literalblock pre")).forEach(function(e){var t,n,c,i,a;if(e.classList.contains("highlight"))(c=(t=e.querySelector("code")).dataset.lang)&&"console"!==c&&((i=document.createElement("span")).className="source-lang",i.appendChild(document.createTextNode(c)));else{if(!e.innerText.startsWith("$ "))return;var o=e.parentNode.parentNode;o.classList.remove("literalblock"),o.classList.add("listingblock"),e.classList.add("highlightjs","highlight"),(t=document.createElement("code")).className="language-console hljs",t.dataset.lang="console",t.appendChild(e.firstChild),e.appendChild(t)}(c=document.createElement("div")).className="source-toolbox",i&&c.appendChild(i),window.navigator.clipboard&&((n=document.createElement("button")).className="copy-button",n.setAttribute("title","Copy to clipboard"),"svg"===r.svgAs?((o=document.createElementNS("http://www.w3.org/2000/svg","svg")).setAttribute("class","copy-icon"),(i=document.createElementNS("http://www.w3.org/2000/svg","use")).setAttribute("href",window.uiRootPath+"/img/octicons-16.svg#icon-clippy"),o.appendChild(i),n.appendChild(o)):((a=document.createElement("img")).src=window.uiRootPath+"/img/octicons-16.svg#view-clippy",a.alt="copy icon",a.className="copy-icon",n.appendChild(a)),(a=document.createElement("span")).className="copy-toast",a.appendChild(document.createTextNode("Copied!")),n.appendChild(a),c.appendChild(n)),e.appendChild(c),n&&n.addEventListener("click",function(e){var t=e.innerText.replace(d,"");"console"===e.dataset.lang&&t.startsWith("$ ")&&(t=function(e){var t,n=[];for(;t=s.exec(e);)n.push(t[1].replace(l,"$1$2"));return n.join(" && ")}(t));window.navigator.clipboard.writeText(t).then(function(){this.classList.add("clicked"),this.offsetHeight,this.classList.remove("clicked")}.bind(this),function(){})}.bind(n,t))})}(); \ No newline at end of file diff --git a/docs/build/site/_/js/vendor/highlight.js b/docs/build/site/_/js/vendor/highlight.js new file mode 100644 index 0000000..9df103d --- /dev/null +++ b/docs/build/site/_/js/vendor/highlight.js @@ -0,0 +1 @@ +!function(){var e,n,a={};function t(e){return{aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}function i(e){var n={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]};return{aliases:["sh","zsh"],lexemes:/\b-?[a-z\._]+\b/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},e.HASH_COMMENT_MODE,a,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},n]}}function s(e){var n="a-zA-Z_\\-!.?+*=<>&#'",a={begin:u="["+n+"]["+n+"0-9/;:]*",relevance:0},t={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),s=e.COMMENT(";","$",{relevance:0}),r={className:"literal",begin:/\b(true|false|nil)\b/},l={begin:"[\\[\\{]",end:"[\\]\\}]"},o={className:"comment",begin:"\\^"+u},c=e.COMMENT("\\^\\{","\\}"),d={className:"symbol",begin:"[:]{1,2}"+u},g={begin:"\\(",end:"\\)"},u={keywords:{"builtin-name":"def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},lexemes:u,className:"name",begin:u,starts:n={endsWithParent:!0,relevance:0}},a=[g,i,o,c,s,d,l,t,r,a];return g.contains=[e.COMMENT("comment",""),u,n],n.contains=a,l.contains=a,c.contains=[l],{aliases:["clj"],illegal:/\S/,contains:[g,i,o,c,s,d,l,t,r]}}function r(e){function n(e){return"(?:"+e+")?"}var a="decltype\\(auto\\)",t=(n(g="[a-zA-Z_]\\w*::"),n("<.*?>"),{className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"}),i={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",end:"'",illegal:"."},{begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\((?:.|\n)*?\)\1"/}]},s={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},r={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(i,{className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},l={className:"title",begin:n(g)+e.IDENT_RE,relevance:0},o=n(g)+e.IDENT_RE+"\\s*\\(",c={keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_tshort reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",literal:"true false nullptr NULL"},d=[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,i],g={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:c,contains:d.concat([{begin:/\(/,end:/\)/,keywords:c,contains:d.concat(["self"]),relevance:0}]),relevance:0},s={className:"function",begin:"((decltype\\(auto\\)|(?:[a-zA-Z_]\\w*::)?[a-zA-Z_]\\w*(?:<.*?>)?)[\\*&\\s]+)+"+o,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:c,illegal:/[^\w\s\*&:<>]/,contains:[{begin:a,keywords:c,relevance:0},{begin:o,returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:c,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,s,t,{begin:/\(/,end:/\)/,keywords:c,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,s,t]}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r]};return{aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:c,illegal:"",keywords:c,contains:["self",t]},{begin:e.IDENT_RE+"::",keywords:c},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin://,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:r,strings:i,keywords:c}}}function l(e){var n={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let nameof on orderby partial remove select set value var when where yield",literal:"null false true"},a={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},t={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},i=e.inherit(t,{illegal:/\n/}),s={className:"subst",begin:"{",end:"}",keywords:n},r=e.inherit(s,{illegal:/\n/}),l={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,r]},o={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},s]},c=e.inherit(o,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},r]});return s.contains=[o,l,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.C_BLOCK_COMMENT_MODE],r.contains=[c,l,i,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,a,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})],l={variants:[o,l,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},t=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",{aliases:["csharp","c#"],keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},l,a,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+t+"\\s+)+"+e.IDENT_RE+"\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,contains:[l,a,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}function o(e){var n={begin:/(?:[A-Z\_\.\-]+|--[a-zA-Z0-9_-]+)\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(page|font-face)",lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",illegal:/:/,returnBegin:!0,contains:[{className:"keyword",begin:/@\-?\w[\w]*(\-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:"and or not only",contains:[{begin:/[a-z-]+:/,className:"attribute"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,n]}]}}function c(e){return{aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}function d(e){return{aliases:["docker"],case_insensitive:!0,keywords:"from maintainer expose env arg user onbuild stopsignal",contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"/}]}]}]},s={className:"string",begin:"~[A-Z](?="+o+")",contains:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin:/\/}]},r={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/'''/,end:/'''/},{begin:/~S"""/,end:/"""/,contains:[]},{begin:/~S"/,end:/"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},l={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},o=e.inherit(l,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),e=[r,s,i,e.HASH_COMMENT_MODE,o,l,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[r,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:n+":(?!:)",relevance:0},{className:"number",begin:"(\\b0o[0-7_]+)|(\\b0b[01_]+)|(\\b0x[0-9a-fA-F_]+)|(-?\\b[1-9][0-9_]*(.[0-9_]+([eE][-+]?[0-9]+)?)?)",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{begin:"->"},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[e.HASH_COMMENT_MODE,{className:"regexp",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return{lexemes:n,keywords:a,contains:t.contains=e}}function u(e){var n={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],keywords:n,illegal:"|<-"}]}}function b(e){var n="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",a={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0};return{aliases:["jsp"],keywords:n,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:n,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:n,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},a,{className:"meta",begin:"@[A-Za-z]+"}]}}function p(e){var n="<>",a="",t={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},i="[A-Za-z$_][0-9A-Za-z$_]*",s={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:e.C_NUMBER_RE+"n?"}],relevance:0},l={className:"subst",begin:"\\$\\{",end:"\\}",keywords:s,contains:[]},o={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,l],subLanguage:"xml"}},c={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,l],subLanguage:"css"}},d={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,l]};return l.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,o,c,d,r,e.REGEXP_MODE],l=l.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]),{aliases:["js","jsx","mjs","cjs"],keywords:s,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,o,c,d,e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:i+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,r,{begin:/[{,\n]\s*/,relevance:0,contains:[{begin:i+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:i,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+i+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:i},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:l}]}]},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:n,end:a},{begin:t.begin,end:t.end}],subLanguage:"xml",contains:[{begin:t.begin,end:t.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:i}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:l}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor get set",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}function f(e){var n={literal:"true false null"},a=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],t=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],i={end:",",endsWithParent:!0,excludeEnd:!0,contains:t,keywords:n},s={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(i,{begin:/:/})].concat(a),illegal:"\\S"},i={begin:"\\[",end:"\\]",contains:[e.inherit(i)],illegal:"\\S"};return t.push(s,i),a.forEach(function(e){t.push(e)}),{contains:t,keywords:n,illegal:"\\S"}}function E(e){var n={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},t={className:"subst",begin:"\\${",end:"}",contains:[e.C_NUMBER_MODE]},i={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[c={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,c,t]}]};t.contains.push(i);var s={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},r={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(i,{className:"meta-string"})]}]},l={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0},o=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),c={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]};return(t=c).variants[1].contains=[c],c.variants[1].contains=[t],{aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,o,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a,s,r,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:n,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[c,e.C_LINE_COMMENT_MODE,o],relevance:0},e.C_LINE_COMMENT_MODE,o,s,r,i,e.C_NUMBER_MODE]},o]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},s,r]},i,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},l]}}function N(e){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^\\s*([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```\\w*\\s*$",end:"^```[ ]*$"},{begin:"`.+?`"},{begin:"^( {4}|\\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}function h(e){var n={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},a={className:"subst",begin:/\$\{/,end:/}/,keywords:n},t={className:"string",contains:[a],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},t=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return{aliases:["nixos"],keywords:n,contains:a.contains=t}}function v(e){var n=/[a-zA-Z@][a-zA-Z0-9_]*/,a="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],keywords:{keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},lexemes:n,illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+a.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:a,lexemes:n,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}function y(e){var n="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",a={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:n},t={begin:"->{",end:"}"},i={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},s=[e.BACKSLASH_ESCAPE,a,i],e=[i,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),t,{className:"string",contains:s,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return a.contains=e,{aliases:["pl","pm"],lexemes:/[\w\.]+/,keywords:n,contains:t.contains=e}}function w(e){var n={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},a={className:"meta",begin:/<\?(php)?|\?>/},t={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},i={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[a]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},a,{className:"keyword",begin:/\$this\b/},n,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",n,e.C_BLOCK_COMMENT_MODE,t,i]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},t,i]}}function O(e){var n="[ \\t\\f]*",a="("+n+"[:=]"+n+"|[ \\t\\f]+)",t="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",i="([^\\\\:= \\t\\f\\n]|\\\\.)+",s={end:a,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:t+a,returnBegin:!0,contains:[{className:"attr",begin:t,endsParent:!0,relevance:0}],starts:s},{begin:i+a,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:i,endsParent:!0,relevance:0}],starts:s},{className:"attr",relevance:0,begin:i+n+"$"}]}}function M(e){var n=e.COMMENT("#","$"),a="([A-Za-z_]|::)(\\w|::)*",t=e.inherit(e.TITLE_MODE,{begin:a}),i={className:"variable",begin:"\\$"+a},a={className:"string",contains:[e.BACKSLASH_ESCAPE,i],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{aliases:["pp"],contains:[n,i,a,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[t,n]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:e.IDENT_RE},{begin:/\{/,end:/\}/,keywords:{keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},relevance:0,contains:[a,n,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:e.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},i]}],relevance:0}]}}function x(e){var n={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},a={className:"meta",begin:/^(>>>|\.\.\.) /},t={className:"subst",begin:/\{/,end:/\}/,keywords:n,illegal:/#/},i={begin:/\{\{/,relevance:0},s={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,i,t]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,i,t]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,i,t]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,i,t]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},r={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},i={className:"params",begin:/\(/,end:/\)/,contains:["self",a,r,s,e.HASH_COMMENT_MODE]};return t.contains=[s,r,a],{aliases:["py","gyp","ipython"],keywords:n,illegal:/(<\/|->|\?)|=>/,contains:[a,r,{beginKeywords:"if",relevance:0},s,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,i,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}function C(e){var n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},t={className:"doctag",begin:"@[A-Za-z]+"},i={begin:"#<",end:">"},s=[e.COMMENT("#","$",{contains:[t]}),e.COMMENT("^\\=begin","^\\=end",{contains:[t],relevance:10}),e.COMMENT("^__END__","\\n$")],r={className:"subst",begin:"#\\{",end:"}",keywords:a},l={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{begin:/<<[-~]?'?/},{begin:/\w+/,endSameAsBegin:!0,contains:[e.BACKSLASH_ESCAPE,r]}]}]},t={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},e=[l,i,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(s)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:n}),t].concat(s)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[l,{begin:n}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[i,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,r],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(s),relevance:0}].concat(s);return r.contains=e,t=[{begin:/^\s*=>/,starts:{end:"$",contains:t.contains=e}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:e}}],{aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:s.concat(t).concat(e)}}function S(e){var n="([ui](8|16|32|64|128|size)|f(32|64))?",a="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{aliases:["rs"],keywords:{keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",literal:"true false Some None Ok Err",built_in:a},lexemes:e.IDENT_RE+"!?",illegal:""}]}}function T(e){var n={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},t={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},n={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[t]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[t]},i={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0}]},i={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[i]};return{keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},t,i,n,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}function k(e){return{aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[/\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}function A(e){var n=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",end:/;/,endsWithParent:!0,lexemes:/[\w\.]+/,keywords:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:"`",end:"`"},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,n,e.HASH_COMMENT_MODE]}}function R(e){var n={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},a=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",begin:/\\\(/,end:"\\)",keywords:n,contains:[]},i={className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},s={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return t.contains=[s],{keywords:n,contains:[i,e.C_LINE_COMMENT_MODE,a,{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{className:"type",begin:"\\b[A-Z][\\wÀ-ʸ']*",relevance:0},s,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:n,contains:["self",s,i,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:n,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper)"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,a]}]}}function D(e){var n={className:"symbol",begin:"&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;"},a={begin:"\\s",contains:[{className:"meta-keyword",begin:"#?[a-z_][a-z1-9_-]+",illegal:"\\n"}]},t=e.inherit(a,{begin:"\\(",end:"\\)"}),i=e.inherit(e.APOS_STRING_MODE,{className:"meta-string"}),s=e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),r={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[a,s,i,t,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"",contains:[a,t,s,i]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},n,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]},{className:"tag",begin:")",end:">",keywords:{name:"style"},contains:[r],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:")",end:">",keywords:{name:"script"},contains:[r],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},r]}]}}function L(e){var n="true false yes no null",a={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!"+e.UNDERSCORE_IDENT_RE},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{className:"number",begin:e.C_NUMBER_RE+"\\b"},a]}}e=function(t){var a,g=[],s=Object.keys,w=Object.create(null),r=Object.create(null),O=!0,n=/^(no-?highlight|plain|text)$/i,l=/\blang(?:uage)?-([\w-]+)\b/i,i=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,M="",x="Could not find the language '{}', did you forget to load/include a language module?",C={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},o="of and for in not or if then".split(" ");function S(e){return e.replace(/&/g,"&").replace(//g,">")}function u(e){return e.nodeName.toLowerCase()}function c(e){return n.test(e)}function d(e){var n,a={},t=Array.prototype.slice.call(arguments,1);for(n in e)a[n]=e[n];return t.forEach(function(e){for(n in e)a[n]=e[n]}),a}function m(e){var i=[];return function e(n,a){for(var t=n.firstChild;t;t=t.nextSibling)3===t.nodeType?a+=t.nodeValue.length:1===t.nodeType&&(i.push({event:"start",offset:a,node:t}),a=e(t,a),u(t).match(/br|hr|img|input/)||i.push({event:"stop",offset:a,node:t}));return a}(e,0),i}function _(e,n,a){var t=0,i="",s=[];function r(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset"}function o(e){i+=""}function c(e){("start"===e.event?l:o)(e.node)}for(;e.length||n.length;){var d=r();if(i+=S(a.substring(t,d[0].offset)),t=d[0].offset,d===e){for(s.reverse().forEach(o);c(d.splice(0,1)[0]),d=r(),d===e&&d.length&&d[0].offset===t;);s.reverse().forEach(l)}else"start"===d[0].event?s.push(d[0].node):s.pop(),c(d.splice(0,1)[0])}return i+S(a.substr(t))}function b(n){return n.variants&&!n.cached_variants&&(n.cached_variants=n.variants.map(function(e){return d(n,{variants:null},e)})),n.cached_variants||(function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(n)?[d(n,{starts:n.starts?d(n.starts):null})]:Object.isFrozen(n)?[d(n)]:[n])}function p(e){if(a&&!e.langApiRestored){for(var n in e.langApiRestored=!0,a)e[n]&&(e[a[n]]=e[n]);(e.contains||[]).concat(e.variants||[]).forEach(p)}}function f(n,t){var i={};return"string"==typeof n?a("keyword",n):s(n).forEach(function(e){a(e,n[e])}),i;function a(a,e){t&&(e=e.toLowerCase()),e.split(" ").forEach(function(e){var n=e.split("|");i[n[0]]=[a,(e=n[0],(n=n[1])?Number(n):function(e){return-1!=o.indexOf(e.toLowerCase())}(e)?0:1)]})}}function T(t){function d(e){return e&&e.source||e}function g(e,n){return new RegExp(d(e),"m"+(t.case_insensitive?"i":"")+(n?"g":""))}function i(i){var s={},r=[],l={},a=1;function e(e,n){s[a]=e,r.push([e,n]),a+=new RegExp(n.toString()+"|").exec("").length-1+1}for(var n=0;n')+n+(a?"":M)}function r(){var e,n,a,t,i;if(!_.keywords)return S(E);for(a="",e=0,_.lexemesRe.lastIndex=0,n=_.lexemesRe.exec(E);n;)a+=S(E.substring(e,n.index)),t=_,i=n,i=m.case_insensitive?i[0].toLowerCase():i[0],(i=t.keywords.hasOwnProperty(i)&&t.keywords[i])?(N+=i[1],a+=s(i[0],S(n[0]))):a+=S(n[0]),e=_.lexemesRe.lastIndex,n=_.lexemesRe.exec(E);return a+S(E.substr(e))}function l(){p+=(null!=_.subLanguage?function(){var e="string"==typeof _.subLanguage;if(e&&!w[_.subLanguage])return S(E);var n=e?k(_.subLanguage,E,!0,b[_.subLanguage]):A(E,_.subLanguage.length?_.subLanguage:void 0);return 0<_.relevance&&(N+=n.relevance),e&&(b[_.subLanguage]=n.top),s(n.language,n.value,!1,!0)}:r)(),E=""}function o(e){p+=e.className?s(e.className,"",!0):"",_=Object.create(e,{parent:{value:_}})}function c(e){var n=e[0],e=e.rule;return e&&e.endSameAsBegin&&(e.endRe=new RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),e.skip?E+=n:(e.excludeBegin&&(E+=n),l(),e.returnBegin||e.excludeBegin||(E=n)),o(e),e.returnBegin?0:n.length}function d(e){var n=e[0],e=i.substr(e.index),a=function e(n,a){if(t=n.endRe,i=a,(i=t&&t.exec(i))&&0===i.index){for(;n.endsParent&&n.parent;)n=n.parent;return n}var t,i;if(n.endsWithParent)return e(n.parent,a)}(_,e);if(a){e=_;for(e.skip?E+=n:(e.returnEnd||e.excludeEnd||(E+=n),l(),e.excludeEnd&&(E=n));_.className&&(p+=M),_.skip||_.subLanguage||(N+=_.relevance),_=_.parent,_!==a.parent;);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),o(a.starts)),e.returnEnd?0:n.length}}var g={};function u(e,n){var a=n&&n[0];if(E+=e,null==a)return l(),0;if("begin"==g.type&&"end"==n.type&&g.index==n.index&&""===a)return E+=i.slice(n.index,n.index+1),1;if("illegal"===g.type&&""===a)return E+=i.slice(n.index,n.index+1),1;if("begin"===(g=n).type)return c(n);if("illegal"===n.type&&!t)throw new Error('Illegal lexeme "'+a+'" for mode "'+(_.className||"")+'"');if("end"===n.type){n=d(n);if(null!=n)return n}return E+=a,a.length}var m=R(n);if(!m)throw console.error(x.replace("{}",n)),new Error('Unknown language: "'+n+'"');T(m);for(var _=a||m,b={},p="",f=_;f!==m;f=f.parent)f.className&&(p=s(f.className,"",!0)+p);var E="",N=0;try{for(var h,v,y=0;_.terminators.lastIndex=y,h=_.terminators.exec(i);)v=u(i.substring(y,h.index),h),y=h.index+v;for(u(i.substr(y)),f=_;f.parent;f=f.parent)f.className&&(p+=M);return{relevance:N,value:p,illegal:!1,language:n,top:_}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{illegal:!0,relevance:0,value:S(i)};if(O)return{relevance:0,value:S(i),language:n,top:_,errorRaised:e};throw e}}function A(a,e){e=e||C.languages||s(w);var t={relevance:0,value:S(a)},i=t;return e.filter(R).filter(y).forEach(function(e){var n=k(e,a,!1);n.language=e,n.relevance>i.relevance&&(i=n),n.relevance>t.relevance&&(i=t,t=n)}),i.language&&(t.second_best=i),t}function E(e){return C.tabReplace||C.useBR?e.replace(i,function(e,n){return C.useBR&&"\n"===e?"
":C.tabReplace?n.replace(/\t/g,C.tabReplace):""}):e}function N(e){var n,a,t,i,s=function(e){var n,a,t,i,s=e.className+" ";if(s+=e.parentNode?e.parentNode.className:"",a=l.exec(s)){var r=R(a[1]);return r||(console.warn(x.replace("{}",a[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?a[1]:"no-highlight"}for(n=0,t=(s=s.split(/\s+/)).length;n/g,"\n"):n=e,i=n.textContent,a=s?k(s,i,!0):A(i),(n=m(n)).length&&((t=document.createElement("div")).innerHTML=a.value,a.value=_(n,m(t),i)),a.value=E(a.value),e.innerHTML=a.value,e.className=(t=e.className,i=s,s=a.language,i=i?r[i]:s,s=[t.trim()],t.match(/\bhljs\b/)||s.push("hljs"),-1===t.indexOf(i)&&s.push(i),s.join(" ").trim()),e.result={language:a.language,re:a.relevance},a.second_best&&(e.second_best={language:a.second_best.language,re:a.second_best.relevance}))}function h(){var e;h.called||(h.called=!0,e=document.querySelectorAll("pre code"),g.forEach.call(e,N))}var v={disableAutodetect:!0};function R(e){return e=(e||"").toLowerCase(),w[e]||w[r[e]]}function y(e){e=R(e);return e&&!e.disableAutodetect}return t.highlight=k,t.highlightAuto=A,t.fixMarkup=E,t.highlightBlock=N,t.configure=function(e){C=d(C,e)},t.initHighlighting=h,t.initHighlightingOnLoad=function(){window.addEventListener("DOMContentLoaded",h,!1),window.addEventListener("load",h,!1)},t.registerLanguage=function(n,e){var a;try{a=e(t)}catch(e){if(console.error("Language definition for '{}' could not be registered.".replace("{}",n)),!O)throw e;console.error(e),a=v}p(w[n]=a),a.rawDefinition=e.bind(null,t),a.aliases&&a.aliases.forEach(function(e){r[e]=n})},t.listLanguages=function(){return s(w)},t.getLanguage=R,t.requireLanguage=function(e){var n=R(e);if(n)return n;throw new Error("The '{}' language is required, but not loaded.".replace("{}",e))},t.autoDetection=y,t.inherit=d,t.debugMode=function(){O=!1},t.IDENT_RE="[a-zA-Z]\\w*",t.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",t.NUMBER_RE="\\b\\d+(\\.\\d+)?",t.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",t.BINARY_NUMBER_RE="\\b(0b[01]+)",t.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",t.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},t.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},t.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},t.COMMENT=function(e,n,a){a=t.inherit({className:"comment",begin:e,end:n,contains:[]},a||{});return a.contains.push(t.PHRASAL_WORDS_MODE),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),a},t.C_LINE_COMMENT_MODE=t.COMMENT("//","$"),t.C_BLOCK_COMMENT_MODE=t.COMMENT("/\\*","\\*/"),t.HASH_COMMENT_MODE=t.COMMENT("#","$"),t.NUMBER_MODE={className:"number",begin:t.NUMBER_RE,relevance:0},t.C_NUMBER_MODE={className:"number",begin:t.C_NUMBER_RE,relevance:0},t.BINARY_NUMBER_MODE={className:"number",begin:t.BINARY_NUMBER_RE,relevance:0},t.CSS_NUMBER_MODE={className:"number",begin:t.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},t.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[t.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[t.BACKSLASH_ESCAPE]}]},t.TITLE_MODE={className:"title",begin:t.IDENT_RE,relevance:0},t.UNDERSCORE_TITLE_MODE={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},t.METHOD_GUARD={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,relevance:0},[t.BACKSLASH_ESCAPE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.PHRASAL_WORDS_MODE,t.COMMENT,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.HASH_COMMENT_MODE,t.NUMBER_MODE,t.C_NUMBER_MODE,t.BINARY_NUMBER_MODE,t.CSS_NUMBER_MODE,t.REGEXP_MODE,t.TITLE_MODE,t.UNDERSCORE_TITLE_MODE,t.METHOD_GUARD].forEach(function(e){!function n(a){Object.freeze(a);var t="function"==typeof a;Object.getOwnPropertyNames(a).forEach(function(e){!a.hasOwnProperty(e)||null===a[e]||"object"!=typeof a[e]&&"function"!=typeof a[e]||t&&("caller"===e||"callee"===e||"arguments"===e)||Object.isFrozen(a[e])||n(a[e])});return a}(e)}),t},n="object"==typeof window&&window||"object"==typeof self&&self,void 0===a||a.nodeType?n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return n.hljs})):e(a),function(){"use strict";a.registerLanguage("asciidoc",t),a.registerLanguage("bash",i),a.registerLanguage("clojure",s),a.registerLanguage("cpp",r),a.registerLanguage("cs",l),a.registerLanguage("css",o),a.registerLanguage("diff",c),a.registerLanguage("dockerfile",d),a.registerLanguage("elixir",g),a.registerLanguage("go",u),a.registerLanguage("groovy",m),a.registerLanguage("haskell",_),a.registerLanguage("java",b),a.registerLanguage("javascript",p),a.registerLanguage("json",f),a.registerLanguage("kotlin",E),a.registerLanguage("markdown",N),a.registerLanguage("nix",h),a.registerLanguage("objectivec",v),a.registerLanguage("perl",y),a.registerLanguage("php",w),a.registerLanguage("properties",O),a.registerLanguage("puppet",M),a.registerLanguage("python",x),a.registerLanguage("ruby",C),a.registerLanguage("rust",S),a.registerLanguage("scala",T),a.registerLanguage("shell",k),a.registerLanguage("sql",A),a.registerLanguage("swift",R),a.registerLanguage("xml",D),a.registerLanguage("yaml",L),[].slice.call(document.querySelectorAll("pre code.hljs")).forEach(function(e){a.highlightBlock(e)})}()}(); \ No newline at end of file diff --git a/docs/build/site/_/js/vendor/lunr.js b/docs/build/site/_/js/vendor/lunr.js new file mode 100644 index 0000000..b5dff90 --- /dev/null +++ b/docs/build/site/_/js/vendor/lunr.js @@ -0,0 +1 @@ +!function(){var t,l,c,h,d,f,p,y,m,g,x,v,w,Q,k,S,E,L,b,P,T,O,I,e,r,D=function(e){var t=new D.Builder;return t.pipeline.add(D.trimmer,D.stopWordFilter,D.stemmer),t.searchPipeline.add(D.stemmer),e.call(t,t),t.build()};function i(e){var t,r,i,n,s,o,a,u;return e.length<3||("y"==(r=e.substr(0,1))&&(e=r.toUpperCase()+e.substr(1)),a=m,(s=y).test(e)?e=e.replace(s,"$1$2"):a.test(e)&&(e=e.replace(a,"$1$2")),a=x,(s=g).test(e)?(u=s.exec(e),(s=h).test(u[1])&&(s=v,e=e.replace(s,""))):a.test(e)&&(o=(u=a.exec(e))[1],(a=p).test(o)&&(i=Q,n=k,(a=w).test(e=o)?e+="e":i.test(e)?(s=v,e=e.replace(s,"")):n.test(e)&&(e+="e"))),(s=S).test(e)&&(e=(o=(u=s.exec(e))[1])+"i"),(s=E).test(e)&&(o=(u=s.exec(e))[1],t=u[2],(s=h).test(o)&&(e=o+l[t])),(s=L).test(e)&&(o=(u=s.exec(e))[1],t=u[2],(s=h).test(o)&&(e=o+c[t])),a=P,(s=b).test(e)?(o=(u=s.exec(e))[1],(s=d).test(o)&&(e=o)):a.test(e)&&(o=(u=a.exec(e))[1]+u[2],(a=d).test(o)&&(e=o)),(s=T).test(e)&&(o=(u=s.exec(e))[1],a=f,i=I,((s=d).test(o)||a.test(o)&&!i.test(o))&&(e=o)),a=d,(s=O).test(e)&&a.test(e)&&(s=v,e=e.replace(s,"")),"y"==r&&(e=r.toLowerCase()+e.substr(1))),e}D.version="2.3.8",D.utils={},D.utils.warn=(t=this,function(e){t.console&&console.warn&&console.warn(e)}),D.utils.asString=function(e){return null==e?"":e.toString()},D.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),r=Object.keys(e),i=0;i=this.length)return D.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},D.QueryLexer.prototype.width=function(){return this.pos-this.start},D.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},D.QueryLexer.prototype.backup=function(){--this.pos},D.QueryLexer.prototype.acceptDigitRun=function(){for(var e,t;t=(e=this.next()).charCodeAt(0),47 + + + + + +Redirect Notice +

Redirect Notice

+

The page you requested has been relocated to http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_microservice-xelatexthesis/docs/index.html.

diff --git a/docs/build/site/search-index.js b/docs/build/site/search-index.js new file mode 100644 index 0000000..4852c14 --- /dev/null +++ b/docs/build/site/search-index.js @@ -0,0 +1 @@ +window.antoraLunr.init({"index":{"version":"2.3.8","fields":["title","name","text","component"],"fieldVectors":[["title//swarmlab_microservice-xelatexthesis/docs/index.html",[0,22.594,1,22.594]],["name//swarmlab_microservice-xelatexthesis/docs/index.html",[2,0.285]],["text//swarmlab_microservice-xelatexthesis/docs/index.html",[0,0.231,3,0.231,4,0.544,5,0.231,6,1.274,7,0.196,8,0.544,9,0.544,10,0.544,11,0.78,12,0.231,13,0.285,14,0.285,15,0.285,16,0.78,17,0.544,18,0.285,19,1.196,20,1.801,21,2.919,22,1.381,23,0.285,24,0.285,25,0.78,26,0.285,27,0.285,28,0.544,29,1.551,30,0.544,31,0.285,32,0.687,33,0.997,34,0.544,35,0.285,36,0.285,37,0.285,38,0.997,39,0.973,40,0.544,41,0.997,42,0.285,43,0.81,44,1.858,45,0.997,46,1.196,47,0.997,48,0.997,49,0.544,50,1.196,51,0.285,52,0.78,53,0.285,54,0.997,55,0.285,56,0.285,57,0.285,58,0.285,59,0.78,60,0.285,61,0.285,62,0.997,63,0.544,64,0.997,65,0.285,66,0.997,67,0.997,68,1.196,69,0.544,70,0.78,71,0.78,72,0.285,73,0.285,74,0.285,75,0.544,76,0.285,77,0.544,78,0.285,79,0.285,80,0.285,81,0.997,82,0.78,83,0.285,84,0.285,85,0.285,86,0.285,87,0.285,88,0.285,89,1.381,90,0.285,91,0.997,92,0.544,93,0.544,94,0.544,95,0.544,96,0.285,97,0.544,98,0.78,99,0.285,100,0.544,101,0.285,102,0.997,103,0.285,104,0.285,105,1.381,106,0.285,107,0.285,108,0.544,109,0.285,110,0.544,111,0.285,112,0.285,113,0.285,114,0.285,115,0.285,116,0.285,117,0.285,118,0.544,119,0.78,120,0.285,121,0.285,122,0.285,123,0.285,124,0.285,125,0.544,126,0.544,127,0.285,128,0.285,129,0.285,130,0.285,131,0.285,132,0.544,133,0.285,134,0.285,135,0.285,136,0.544,137,0.285,138,1.381,139,0.544,140,0.285,141,0.285,142,0.285,143,0.544,144,0.285,145,0.544,146,0.285,147,0.285,148,0.285,149,1.551,150,0.285,151,0.285,152,0.285,153,0.285,154,0.544,155,0.285,156,0.285,157,0.285,158,0.285,159,0.285,160,0.285,161,0.285,162,0.285,163,1.122,164,0.285,165,0.78,166,0.285,167,0.285,168,0.285,169,0.544,170,0.285,171,1.858,172,0.285,173,0.442,174,0.285,175,0.544,176,0.997,177,0.78,178,0.285,179,0.997,180,0.544,181,0.285,182,0.285,183,0.285,184,0.544,185,0.544,186,0.544,187,0.544,188,0.544,189,0.285,190,0.285,191,0.285,192,0.544,193,0.285,194,0.285,195,0.285,196,0.544,197,0.544,198,0.78,199,0.285,200,1.551,201,0.544,202,0.544,203,0.78,204,0.285,205,0.285,206,0.285,207,0.544,208,0.544,209,0.285,210,1.196,211,0.285,212,0.285,213,0.285,214,0.285,215,0.285,216,1.196,217,0.997,218,0.544,219,0.285,220,0.285,221,0.285,222,0.285,223,0.285,224,0.544,225,0.78,226,0.544,227,0.544,228,0.285,229,0.544,230,0.544,231,0.285,232,0.285,233,0.285,234,0.544,235,0.285,236,0.285,237,0.78,238,0.285,239,1.196,240,0.285,241,0.285,242,0.285,243,0.285,244,0.544,245,0.544,246,0.285,247,0.375,248,0.544,249,0.544,250,0.285,251,0.285,252,0.285,253,0.544,254,0.285,255,0.285,256,0.285,257,1.381,258,0.544,259,0.997,260,0.544,261,0.285,262,0.285,263,0.285,264,0.78,265,1.196,266,0.285,267,0.285,268,0.285,269,0.285,270,0.285,271,0.78,272,0.285,273,0.544,274,0.285,275,0.544,276,0.544,277,0.285,278,0.997,279,0.285,280,0.285,281,0.544,282,0.544,283,0.285,284,0.285,285,0.285,286,0.285,287,0.544,288,0.285,289,0.544,290,0.285,291,0.285,292,0.285,293,0.285,294,0.285,295,0.285,296,0.285,297,0.544,298,0.285,299,0.285,300,0.285,301,0.285,302,0.285,303,0.285,304,0.285,305,0.285,306,0.285,307,0.285,308,0.544,309,0.285,310,0.285,311,0.78,312,0.285,313,0.285,314,0.544,315,0.285,316,0.285,317,0.285,318,0.285,319,0.231,320,0.285,321,0.285,322,0.285,323,0.285,324,0.285,325,0.285,326,0.285,327,0.285,328,0.285,329,0.544,330,0.285,331,0.285,332,0.285,333,0.285,334,0.285,335,0.544,336,0.285,337,0.285,338,0.285,339,0.544,340,0.285,341,0.544,342,0.285,343,0.285,344,0.285,345,0.544,346,0.285,347,0.285,348,0.285,349,0.544,350,0.544,351,0.285,352,0.285,353,0.285,354,0.285,355,0.285,356,0.285,357,0.285,358,0.285,359,0.285,360,0.544,361,0.285,362,0.285,363,0.285,364,0.285,365,0.285,366,0.634,367,0.285,368,0.285,369,0.285,370,0.285,371,0.285,372,0.285,373,0.285,374,0.285,375,0.285,376,0.285,377,0.285,378,0.285,379,0.285,380,0.285,381,0.285,382,0.285,383,0.285,384,0.285,385,0.285,386,0.544,387,0.285,388,0.285,389,0.285,390,0.285,391,0.544,392,0.132,393,0.285,394,0.285,395,0.285,396,0.285,397,0.285,398,0.285,399,0.285,400,0.285,401,0.285,402,0.285,403,0.285,404,0.285,405,0.231,406,0.231,407,0.231,408,0.231]],["component//swarmlab_microservice-xelatexthesis/docs/index.html",[1,0.231,409,0.285]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_quickstart",[3,28.214]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_quickstart",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_quickstart",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_quickstart",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_howto_use_it",[5,22.594,6,12.866]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_howto_use_it",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_howto_use_it",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_howto_use_it",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_default_configuration",[32,19.168,410,27.795]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_default_configuration",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_default_configuration",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_default_configuration",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file",[7,13.707,32,13.707,173,16.157,247,13.707]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files",[7,13.707,247,13.707,411,19.876,412,19.876]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex",[6,10.729,20,10.729,413,23.178]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_a_bit_of_history",[414,27.795,415,27.795]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_a_bit_of_history",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_a_bit_of_history",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_a_bit_of_history",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_must_use_latex",[6,12.866,20,12.866]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_must_use_latex",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_must_use_latex",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_must_use_latex",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_use_latex",[6,12.866,20,12.866]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_use_latex",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_use_latex",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_use_latex",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_not_use_latex",[6,12.866,20,12.866]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_not_use_latex",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_not_use_latex",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_not_use_latex",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say",[20,10.729,319,18.841,416,23.178]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_and_now",[417,34.708]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_and_now",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_and_now",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_and_now",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_more_info",[12,22.594,39,22.594]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_more_info",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_more_info",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_more_info",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_run_instance",[43,22.594,418,27.795]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_run_instance",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_run_instance",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_run_instance",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_cli",[419,34.708]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_cli",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_cli",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_cli",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_help",[366,28.214]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_help",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_help",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_help",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_create_service",[392,12.866,405,22.594]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_create_service",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_create_service",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_create_service",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_start_service",[163,22.594,392,12.866]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_start_service",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_start_service",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_start_service",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_stop_service",[392,12.866,406,22.594]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_stop_service",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_stop_service",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_stop_service",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_list_service",[392,12.866,407,22.594]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_list_service",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_list_service",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_list_service",[]],["title//swarmlab_microservice-xelatexthesis/docs/index.html#_clean_service",[392,12.866,408,22.594]],["name//swarmlab_microservice-xelatexthesis/docs/index.html#_clean_service",[]],["text//swarmlab_microservice-xelatexthesis/docs/index.html#_clean_service",[]],["component//swarmlab_microservice-xelatexthesis/docs/index.html#_clean_service",[]]],"invertedIndex":[["",{"_index":149,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2119,2],[2130,1],[2140,2],[2171,5],[4046,1],[5090,1],[8669,2]]}},"component":{}}],["1",{"_index":15,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[165,3]]}},"component":{}}],["15",{"_index":211,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3379,2]]}},"component":{}}],["1968",{"_index":96,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1364,4]]}},"component":{}}],["1974",{"_index":90,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1292,5]]}},"component":{}}],["1976",{"_index":104,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1511,4]]}},"component":{}}],["1978",{"_index":134,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1924,4]]}},"component":{}}],["1989",{"_index":141,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2037,5]]}},"component":{}}],["2",{"_index":18,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[189,3]]}},"component":{}}],["2013",{"_index":162,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2313,5]]}},"component":{}}],["2014.pdf",{"_index":390,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8375,8]]}},"component":{}}],["3",{"_index":26,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[299,3]]}},"component":{}}],["30",{"_index":327,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6387,2]]}},"component":{}}],["8d0f3218b8e",{"_index":383,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8149,11]]}},"component":{}}],["95",{"_index":53,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[667,3]]}},"component":{}}],["abbrevi",{"_index":152,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2154,12]]}},"component":{}}],["abund",{"_index":233,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3840,8]]}},"component":{}}],["academia",{"_index":192,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2943,8],[3400,9]]}},"component":{}}],["adopt",{"_index":301,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5673,8]]}},"component":{}}],["advantag",{"_index":291,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5382,10]]}},"component":{}}],["advic",{"_index":377,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7899,6]]}},"component":{}}],["again",{"_index":106,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1534,5]]}},"component":{}}],["alreadi",{"_index":308,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5829,7],[7615,7]]}},"component":{}}],["alway",{"_index":156,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2227,6]]}},"component":{}}],["amaz",{"_index":61,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[817,7]]}},"component":{}}],["amazon",{"_index":303,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5703,6]]}},"component":{}}],["amount",{"_index":222,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3546,6]]}},"component":{}}],["anoth",{"_index":309,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5848,7]]}},"component":{}}],["appear",{"_index":353,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7080,6]]}},"component":{}}],["appreci",{"_index":295,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5529,12]]}},"component":{}}],["around",{"_index":66,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[871,6],[1186,7],[4657,6],[4774,6]]}},"component":{}}],["art",{"_index":93,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1333,3],[2198,5]]}},"component":{}}],["articl",{"_index":198,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3037,7],[5578,8],[7964,7]]}},"component":{}}],["automat",{"_index":23,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[270,13]]}},"component":{}}],["avail",{"_index":110,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1582,10],[4533,9]]}},"component":{}}],["award",{"_index":71,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[921,7],[1286,5],[2307,5]]}},"component":{}}],["backup",{"_index":411,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files":{"position":[[0,6]]}},"name":{},"text":{},"component":{}}],["basic",{"_index":341,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6658,5],[7754,6]]}},"component":{}}],["befor",{"_index":323,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6265,6]]}},"component":{}}],["beginn",{"_index":385,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8202,9]]}},"component":{}}],["best",{"_index":177,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2614,4],[4480,4],[7202,4]]}},"component":{}}],["better",{"_index":352,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7041,6]]}},"component":{}}],["bibliographi",{"_index":234,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3849,13],[3972,12]]}},"component":{}}],["bibtex",{"_index":245,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4048,7],[4066,6]]}},"component":{}}],["bit",{"_index":414,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_a_bit_of_history":{"position":[[2,3]]}},"name":{},"text":{},"component":{}}],["bodi",{"_index":331,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6435,5]]}},"component":{}}],["book",{"_index":97,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1398,5],[5572,5]]}},"component":{}}],["call",{"_index":142,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2049,6]]}},"component":{}}],["candid",{"_index":334,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6530,10]]}},"component":{}}],["capit",{"_index":146,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2093,7]]}},"component":{}}],["captur",{"_index":372,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7695,8]]}},"component":{}}],["case",{"_index":223,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3569,4]]}},"component":{}}],["cd",{"_index":404,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8672,2]]}},"component":{}}],["chang",{"_index":360,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7280,7],[7321,6]]}},"component":{}}],["check",{"_index":349,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6956,5],[7793,5]]}},"component":{}}],["chi",{"_index":151,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2136,3]]}},"component":{}}],["citat",{"_index":237,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3905,10],[3916,9],[4088,8]]}},"component":{}}],["claim",{"_index":182,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2752,5]]}},"component":{}}],["classic",{"_index":355,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7117,7]]}},"component":{}}],["clean",{"_index":408,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_clean_service":{"position":[[0,5]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8745,5]]}},"component":{}}],["cli",{"_index":419,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_cli":{"position":[[0,3]]}},"name":{},"text":{},"component":{}}],["click",{"_index":9,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[72,5],[216,5]]}},"component":{}}],["clone",{"_index":403,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8663,5]]}},"component":{}}],["coher",{"_index":283,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5202,8]]}},"component":{}}],["collabor",{"_index":315,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5982,13]]}},"component":{}}],["colleagu",{"_index":318,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6160,10]]}},"component":{}}],["collect",{"_index":169,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2431,10],[2506,10]]}},"component":{}}],["come",{"_index":207,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3304,5],[6787,5]]}},"component":{}}],["command",{"_index":401,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8631,7]]}},"component":{}}],["commit",{"_index":117,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1679,9]]}},"component":{}}],["common",{"_index":298,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5638,6]]}},"component":{}}],["commonli",{"_index":320,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6228,8]]}},"component":{}}],["commun",{"_index":365,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7487,9]]}},"component":{}}],["compar",{"_index":338,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6603,8]]}},"component":{}}],["compat",{"_index":267,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4747,11]]}},"component":{}}],["compil",{"_index":19,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[193,7],[241,7],[4175,8],[5172,8],[6939,7]]}},"component":{}}],["complain",{"_index":319,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say":{"position":[[12,8]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6176,9]]}},"component":{}}],["complex",{"_index":136,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1974,10],[6776,10]]}},"component":{}}],["comput",{"_index":94,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1340,8],[7189,8]]}},"component":{}}],["concept",{"_index":346,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6814,8]]}},"component":{}}],["configur",{"_index":410,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_default_configuration":{"position":[[8,13]]}},"name":{},"text":{},"component":{}}],["consid",{"_index":50,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[571,11],[1077,8],[3605,8],[5550,11],[6079,8]]}},"component":{}}],["consist",{"_index":238,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3938,10]]}},"component":{}}],["content",{"_index":218,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3492,7],[5868,7]]}},"component":{}}],["contribut",{"_index":129,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1851,11]]}},"component":{}}],["cours",{"_index":206,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3288,6]]}},"component":{}}],["craft",{"_index":155,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2208,8]]}},"component":{}}],["creat",{"_index":405,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_create_service":{"position":[[0,6]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8702,6]]}},"component":{}}],["cross",{"_index":330,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6417,8]]}},"component":{}}],["css",{"_index":279,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5092,4]]}},"component":{}}],["cumbersom",{"_index":255,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4415,11]]}},"component":{}}],["curv",{"_index":201,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3100,6],[6592,5]]}},"component":{}}],["deadlin",{"_index":324,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6276,9]]}},"component":{}}],["deeper",{"_index":363,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7435,6]]}},"component":{}}],["default",{"_index":32,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_default_configuration":{"position":[[0,7]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file":{"position":[[0,7]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[362,7],[382,7],[406,7],[520,7]]}},"component":{}}],["defin",{"_index":281,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5106,6],[7623,7]]}},"component":{}}],["design",{"_index":75,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[971,6],[1700,6]]}},"component":{}}],["differ",{"_index":226,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3660,10],[8416,9]]}},"component":{}}],["difficult",{"_index":335,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6547,10],[6721,10]]}},"component":{}}],["digit",{"_index":123,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1777,7]]}},"component":{}}],["diminish",{"_index":231,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3786,10]]}},"component":{}}],["directli",{"_index":73,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[941,8]]}},"component":{}}],["directori",{"_index":30,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[346,9],[8675,11]]}},"component":{}}],["disappoint",{"_index":114,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1638,13]]}},"component":{}}],["disciplin",{"_index":214,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3435,11]]}},"component":{}}],["dissert",{"_index":14,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[152,12]]}},"component":{}}],["distinguish",{"_index":294,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5496,14]]}},"component":{}}],["do",{"_index":314,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5976,5],[6887,6]]}},"component":{}}],["docker",{"_index":34,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[375,6],[399,6]]}},"component":{}}],["document",{"_index":21,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[207,8],[257,8],[329,8],[493,8],[2632,8],[4146,8],[4601,9],[4828,9],[5019,9],[5046,8],[5117,8],[5423,9],[5817,8],[6305,8],[6483,9],[6702,8],[7241,9],[7345,9],[7397,8]]}},"component":{}}],["document’",{"_index":312,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5928,10]]}},"component":{}}],["donald",{"_index":88,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1265,6]]}},"component":{}}],["done",{"_index":65,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[853,5]]}},"component":{}}],["doubl",{"_index":286,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5254,6]]}},"component":{}}],["down",{"_index":42,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[486,4]]}},"component":{}}],["download",{"_index":27,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[303,11]]}},"component":{}}],["drawback",{"_index":199,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3060,10]]}},"component":{}}],["dvi",{"_index":272,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4979,4]]}},"component":{}}],["each",{"_index":144,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2079,4]]}},"component":{}}],["easi",{"_index":310,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5888,4]]}},"component":{}}],["easier",{"_index":172,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2477,7]]}},"component":{}}],["easili",{"_index":362,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7314,6]]}},"component":{}}],["ebook",{"_index":307,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5800,5]]}},"component":{}}],["edit",{"_index":16,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[169,4],[1318,7],[1500,7]]}},"component":{}}],["effort",{"_index":179,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2652,6],[2719,7],[2739,7],[7558,7]]}},"component":{}}],["embed",{"_index":262,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4616,8]]}},"component":{}}],["engin",{"_index":193,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2956,12]]}},"component":{}}],["entri",{"_index":248,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4097,8],[4880,5]]}},"component":{}}],["enumer",{"_index":87,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1206,9]]}},"component":{}}],["environ",{"_index":396,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8477,11]]}},"component":{}}],["epsilon",{"_index":150,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2122,7]]}},"component":{}}],["epub",{"_index":305,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5787,6]]}},"component":{}}],["etc",{"_index":275,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5000,4],[6493,4]]}},"component":{}}],["even",{"_index":49,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[566,4],[6074,4]]}},"component":{}}],["everybodi",{"_index":184,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2767,9],[5519,9]]}},"component":{}}],["everyth",{"_index":217,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3480,11],[5191,10],[6212,10],[6320,10]]}},"component":{}}],["everywher",{"_index":190,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2894,11]]}},"component":{}}],["exampl",{"_index":344,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6752,8]]}},"component":{}}],["expect",{"_index":196,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3007,6],[4455,6]]}},"component":{}}],["experi",{"_index":210,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3336,10],[4382,11],[6095,10],[7053,11],[7851,10]]}},"component":{}}],["experienc",{"_index":379,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7921,11]]}},"component":{}}],["fantast",{"_index":195,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2981,10]]}},"component":{}}],["far",{"_index":370,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7671,4]]}},"component":{}}],["figur",{"_index":257,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4462,7],[4629,8],[6677,8],[7065,7],[7149,7],[7225,7]]}},"component":{}}],["file",{"_index":247,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file":{"position":[[21,4]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files":{"position":[[19,5]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4073,4],[5806,5]]}},"component":{}}],["fill",{"_index":246,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4056,4]]}},"component":{}}],["final",{"_index":102,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1467,5],[2002,5],[3679,5],[6199,7]]}},"component":{}}],["fine",{"_index":57,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[740,5]]}},"component":{}}],["finish",{"_index":28,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[320,8],[1932,6]]}},"component":{}}],["first",{"_index":92,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1312,5],[7942,5]]}},"component":{}}],["float",{"_index":347,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6846,8]]}},"component":{}}],["font",{"_index":108,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1561,5],[6399,6]]}},"component":{}}],["forget",{"_index":277,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5029,6]]}},"component":{}}],["format",{"_index":239,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3949,7],[4503,7],[4908,8],[5856,7],[6248,6]]}},"component":{}}],["formula",{"_index":256,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4441,9]]}},"component":{}}],["fortun",{"_index":350,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6974,12],[7566,12]]}},"component":{}}],["forward",{"_index":266,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4739,7]]}},"component":{}}],["found",{"_index":115,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1655,5]]}},"component":{}}],["free",{"_index":62,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[825,4],[2701,5],[2867,4],[4706,4]]}},"component":{}}],["fulfil",{"_index":51,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[625,8]]}},"component":{}}],["galley",{"_index":112,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1617,6]]}},"component":{}}],["gener",{"_index":261,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4588,8]]}},"component":{}}],["get",{"_index":340,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6648,7]]}},"component":{}}],["git",{"_index":402,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8659,3]]}},"component":{}}],["give",{"_index":81,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1086,6],[3209,4],[8050,4],[8135,4]]}},"component":{}}],["go",{"_index":244,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4032,2],[5747,2]]}},"component":{}}],["greek",{"_index":147,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2101,5]]}},"component":{}}],["guid",{"_index":4,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[21,5],[8225,6]]}},"component":{}}],["guidelin",{"_index":205,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3223,10]]}},"component":{}}],["happi",{"_index":101,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1452,5]]}},"component":{}}],["hard",{"_index":313,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5955,4]]}},"component":{}}],["help",{"_index":366,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_help":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7500,4],[7788,4],[8692,4]]}},"component":{}}],["here",{"_index":374,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7761,5]]}},"component":{}}],["high",{"_index":175,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2584,4],[5774,4]]}},"component":{}}],["himself",{"_index":118,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1689,7],[1843,7]]}},"component":{}}],["histori",{"_index":415,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_a_bit_of_history":{"position":[[9,7]]}},"name":{},"text":{},"component":{}}],["home",{"_index":31,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[356,5]]}},"component":{}}],["home/main.tex",{"_index":17,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[174,14],[433,14]]}},"component":{}}],["hopefulli",{"_index":79,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1033,10]]}},"component":{}}],["hour",{"_index":322,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6259,5]]}},"component":{}}],["howto",{"_index":5,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_howto_use_it":{"position":[[0,5]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[30,5]]}},"component":{}}],["howtos/swarmlab/docs/swarmlab/docs/hybrid/start",{"_index":398,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8523,47]]}},"component":{}}],["html",{"_index":273,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4989,5],[5085,4]]}},"component":{}}],["http://docs.swarmlab.io/swarmlab",{"_index":397,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8489,33]]}},"component":{}}],["http://www.docs.is.ed.ac.uk/skills/documents/3722/3722",{"_index":389,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8320,54]]}},"component":{}}],["https://github.com/zachscrivena/simpl",{"_index":13,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[106,38]]}},"component":{}}],["https://jmtirado.net/whi",{"_index":381,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7990,24]]}},"component":{}}],["https://towardsdatascience.com/whi",{"_index":382,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8065,34]]}},"component":{}}],["https://typeset.io/resources/learn",{"_index":384,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8161,34]]}},"component":{}}],["https://www.youtube.com/watch?v=21oadyhhx4i",{"_index":387,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8232,43]]}},"component":{}}],["https://www.youtube.com/watch?v=zmcobdmimf",{"_index":388,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8276,43]]}},"component":{}}],["huge",{"_index":183,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2761,5]]}},"component":{}}],["hundr",{"_index":236,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3893,8]]}},"component":{}}],["hybrid",{"_index":395,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8470,6]]}},"component":{}}],["idea",{"_index":55,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[698,4]]}},"component":{}}],["imag",{"_index":332,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6441,6]]}},"component":{}}],["implement",{"_index":76,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[982,15]]}},"component":{}}],["import",{"_index":220,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3510,9]]}},"component":{}}],["index",{"_index":2,"title":{},"name":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[0,5]]}},"text":{},"component":{}}],["individu",{"_index":400,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8603,12]]}},"component":{}}],["inferior",{"_index":116,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1666,9]]}},"component":{}}],["info",{"_index":12,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_more_info":{"position":[[5,4]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[94,4]]}},"component":{}}],["insist",{"_index":157,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2234,8]]}},"component":{}}],["instanc",{"_index":418,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_run_instance":{"position":[[4,8]]}},"name":{},"text":{},"component":{}}],["instead",{"_index":288,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5269,7]]}},"component":{}}],["intend",{"_index":269,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4860,8]]}},"component":{}}],["interest",{"_index":373,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7709,9]]}},"component":{}}],["itself",{"_index":124,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1797,6]]}},"component":{}}],["job",{"_index":128,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1838,4]]}},"component":{}}],["know",{"_index":252,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4216,4]]}},"component":{}}],["knuth",{"_index":89,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1272,5],[1442,5],[1598,5],[1878,5],[2043,5],[2217,5]]}},"component":{}}],["knuth’",{"_index":164,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2333,7]]}},"component":{}}],["labinst",{"_index":0,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[0,11]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[45,11]]}},"component":{}}],["lamport",{"_index":161,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2291,7]]}},"component":{}}],["lamport’",{"_index":168,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2414,9]]}},"component":{}}],["languag",{"_index":143,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2061,8],[5154,9]]}},"component":{}}],["late",{"_index":121,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1756,4]]}},"component":{}}],["latex",{"_index":20,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex":{"position":[[49,5]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_must_use_latex":{"position":[[18,6]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_use_latex":{"position":[[20,6]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_not_use_latex":{"position":[[24,6]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say":{"position":[[27,5]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[201,5],[711,6],[777,5],[998,5],[1134,5],[1258,6],[2398,5],[2551,6],[2563,5],[2918,5],[3107,5],[3359,5],[3642,5],[4040,5],[4140,5],[4573,6],[4759,5],[4925,5],[5063,5],[5311,6],[5474,5],[5732,6],[5908,6],[6023,5],[6060,6],[6140,5],[6512,5],[6558,5],[6664,5],[6831,6],[6894,5],[7176,6],[7183,5],[7868,6],[8032,5],[8117,5],[8196,5]]}},"component":{}}],["layout",{"_index":278,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5055,7],[5939,6],[6290,6],[7332,6]]}},"component":{}}],["learn",{"_index":200,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3091,8],[3185,8],[3633,8],[6583,8],[7740,8],[8026,5],[8111,5]]}},"component":{}}],["lesli",{"_index":160,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2284,6]]}},"component":{}}],["letter",{"_index":145,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2084,6],[2107,7]]}},"component":{}}],["line",{"_index":329,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6411,5],[8639,4]]}},"component":{}}],["list",{"_index":407,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_list_service":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8735,4]]}},"component":{}}],["locat",{"_index":358,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7207,8]]}},"component":{}}],["longer",{"_index":109,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1575,6]]}},"component":{}}],["look",{"_index":290,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5362,7]]}},"component":{}}],["lot",{"_index":84,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1159,3]]}},"component":{}}],["low",{"_index":178,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2648,3]]}},"component":{}}],["macro",{"_index":165,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2369,6],[2445,6],[7463,7]]}},"component":{}}],["main",{"_index":173,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file":{"position":[[16,4]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2501,4],[3075,4]]}},"component":{}}],["make",{"_index":171,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2469,4],[3651,4],[5186,4],[8687,4],[8697,4],[8709,4],[8720,4],[8730,4],[8740,4]]}},"component":{}}],["manag",{"_index":235,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3886,6]]}},"component":{}}],["mani",{"_index":263,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4642,4]]}},"component":{}}],["manuscript",{"_index":216,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3464,11],[3583,12],[3712,11],[3814,11],[5590,10]]}},"component":{}}],["markup",{"_index":188,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2835,7],[5147,6]]}},"component":{}}],["mayb",{"_index":296,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5605,5]]}},"component":{}}],["mean",{"_index":154,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2192,5],[6314,5]]}},"component":{}}],["mesmer",{"_index":326,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6364,11]]}},"component":{}}],["mess",{"_index":242,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4003,5]]}},"component":{}}],["microservices.html",{"_index":399,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8571,19]]}},"component":{}}],["million",{"_index":343,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6744,7]]}},"component":{}}],["misconcept",{"_index":356,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7125,13]]}},"component":{}}],["mobi",{"_index":306,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5794,5]]}},"component":{}}],["modifi",{"_index":361,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7294,10]]}},"component":{}}],["money",{"_index":180,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2666,6],[2681,5]]}},"component":{}}],["monotyp",{"_index":99,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1423,8]]}},"component":{}}],["more",{"_index":39,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_more_info":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[452,4],[882,4],[3369,4],[4785,4],[5223,4]]}},"component":{}}],["move",{"_index":311,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5899,5],[6050,4],[6207,4]]}},"component":{}}],["ms",{"_index":47,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[553,2],[3735,2],[4257,2],[6617,2]]}},"component":{}}],["much",{"_index":336,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6570,4]]}},"component":{}}],["need",{"_index":52,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[643,6],[7420,4],[7778,4]]}},"component":{}}],["new",{"_index":289,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5304,3],[5338,3]]}},"component":{}}],["newbi",{"_index":378,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7910,7]]}},"component":{}}],["nice",{"_index":364,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7482,4]]}},"component":{}}],["now",{"_index":417,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_and_now":{"position":[[4,4]]}},"name":{},"text":{},"component":{}}],["nowaday",{"_index":300,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5655,8]]}},"component":{}}],["number",{"_index":368,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7595,6]]}},"component":{}}],["object",{"_index":348,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6855,8]]}},"component":{}}],["offer",{"_index":264,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4668,5],[5401,7],[7033,5]]}},"component":{}}],["old",{"_index":268,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4824,3]]}},"component":{}}],["on",{"_index":59,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[786,3],[3080,3],[4876,3]]}},"component":{}}],["onc",{"_index":280,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5097,4]]}},"component":{}}],["opengui",{"_index":10,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[81,7],[225,7]]}},"component":{}}],["option",{"_index":40,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[457,7],[593,7]]}},"component":{}}],["origin",{"_index":107,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1552,8]]}},"component":{}}],["other",{"_index":293,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5452,7]]}},"component":{}}],["otherwis",{"_index":240,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3957,9]]}},"component":{}}],["out",{"_index":54,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[680,3],[5442,3],[6761,3],[7799,3]]}},"component":{}}],["outcom",{"_index":227,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3685,8],[5480,8]]}},"component":{}}],["output",{"_index":271,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4901,6],[4968,7],[6966,7]]}},"component":{}}],["paragraph",{"_index":284,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5228,10]]}},"component":{}}],["particip",{"_index":74,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[950,13]]}},"component":{}}],["particularli",{"_index":212,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3410,12]]}},"component":{}}],["pass",{"_index":37,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[428,4]]}},"component":{}}],["password",{"_index":35,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[390,8]]}},"component":{}}],["password4root",{"_index":36,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[414,13]]}},"component":{}}],["pdf",{"_index":25,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[295,3],[4597,3],[4984,4]]}},"component":{}}],["peopl",{"_index":416,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_people_complain_about_latex_they_say":{"position":[[5,6]]}},"name":{},"text":{},"component":{}}],["perfectli",{"_index":56,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[730,9]]}},"component":{}}],["period",{"_index":204,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3194,7]]}},"component":{}}],["ph.d",{"_index":224,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3577,5],[3706,5]]}},"component":{}}],["piec",{"_index":376,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7889,6]]}},"component":{}}],["piti",{"_index":58,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[763,5]]}},"component":{}}],["place",{"_index":333,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6466,5]]}},"component":{}}],["placement",{"_index":357,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7157,9]]}},"component":{}}],["plain",{"_index":187,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2814,5],[4358,5]]}},"component":{}}],["plan",{"_index":131,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1884,7]]}},"component":{}}],["platform",{"_index":302,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5685,9]]}},"component":{}}],["plugin",{"_index":253,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4231,7],[4400,7]]}},"component":{}}],["point",{"_index":208,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3318,5],[4886,6]]}},"component":{}}],["posit",{"_index":359,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7264,8]]}},"component":{}}],["possibl",{"_index":258,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4493,9],[6457,8]]}},"component":{}}],["post",{"_index":80,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1063,4]]}},"component":{}}],["practition",{"_index":316,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6029,13]]}},"component":{}}],["print",{"_index":98,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1409,7],[1473,6],[6376,5]]}},"component":{}}],["probabl",{"_index":46,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[543,9],[616,8],[5879,8],[6503,8],[7686,8]]}},"component":{}}],["problem",{"_index":125,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1810,7],[4329,7]]}},"component":{}}],["processor",{"_index":45,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[533,9],[606,9],[4280,11],[4557,10]]}},"component":{}}],["profession",{"_index":185,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2785,12],[3863,12]]}},"component":{}}],["program",{"_index":95,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1349,11],[7002,8]]}},"component":{}}],["project",{"_index":64,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[839,8],[1943,8],[5342,7],[6146,8]]}},"component":{}}],["pronounc",{"_index":158,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2259,9]]}},"component":{}}],["proof",{"_index":113,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1624,6]]}},"component":{}}],["publish",{"_index":91,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1298,9],[5616,7],[5715,11],[7976,9]]}},"component":{}}],["purpos",{"_index":166,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2388,9]]}},"component":{}}],["qualiti",{"_index":176,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2589,7],[4485,7],[5511,7],[5779,7]]}},"component":{}}],["quickstart",{"_index":3,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_quickstart":{"position":[[0,10]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[10,10]]}},"component":{}}],["raw",{"_index":304,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5760,3]]}},"component":{}}],["read",{"_index":11,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[89,4],[1050,7],[7661,4]]}},"component":{}}],["readi",{"_index":139,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2025,5],[7631,5]]}},"component":{}}],["realli",{"_index":219,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3503,6]]}},"component":{}}],["reason",{"_index":413,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex":{"position":[[0,7]]}},"name":{},"text":{},"component":{}}],["receiv",{"_index":111,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1604,8]]}},"component":{}}],["refer",{"_index":250,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4160,10]]}},"component":{}}],["rememb",{"_index":254,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4296,9]]}},"component":{}}],["requir",{"_index":203,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3174,8],[3524,8],[7536,7]]}},"component":{}}],["research",{"_index":72,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[929,11]]}},"component":{}}],["rest",{"_index":251,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4196,4]]}},"component":{}}],["result",{"_index":186,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2798,7],[4408,6]]}},"component":{}}],["run",{"_index":43,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_run_instance":{"position":[[0,3]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[511,3],[2880,3],[8409,3],[8440,3]]}},"component":{}}],["sabbat",{"_index":133,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1905,10]]}},"component":{}}],["save",{"_index":243,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4012,4]]}},"component":{}}],["scenario",{"_index":215,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3455,8]]}},"component":{}}],["second",{"_index":103,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1493,6]]}},"component":{}}],["section",{"_index":241,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3985,7]]}},"component":{}}],["see",{"_index":38,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[448,3],[3140,3],[4842,3],[6873,3]]}},"component":{}}],["seen",{"_index":228,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3701,4]]}},"component":{}}],["self",{"_index":297,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5611,4],[5710,4]]}},"component":{}}],["separ",{"_index":285,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5239,9]]}},"component":{}}],["servic",{"_index":392,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_create_service":{"position":[[7,7]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_start_service":{"position":[[6,7]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_stop_service":{"position":[[5,7]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_list_service":{"position":[[5,7]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_clean_service":{"position":[[6,7]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8393,8]]}},"component":{}}],["set",{"_index":100,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1432,9],[7384,3]]}},"component":{}}],["seventi",{"_index":122,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1761,10]]}},"component":{}}],["sever",{"_index":270,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4893,7]]}},"component":{}}],["share",{"_index":317,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6133,6]]}},"component":{}}],["showcas",{"_index":83,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1114,8]]}},"component":{}}],["simpli",{"_index":167,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2407,6]]}},"component":{}}],["singl",{"_index":276,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5012,6],[5282,6]]}},"component":{}}],["situat",{"_index":299,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5645,9]]}},"component":{}}],["softwar",{"_index":63,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[830,8],[2850,8]]}},"component":{}}],["solut",{"_index":138,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2008,8],[3161,8],[4243,9],[4647,9],[4711,9],[6917,9]]}},"component":{}}],["solv",{"_index":126,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1824,7],[4346,6]]}},"component":{}}],["somehow",{"_index":230,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3766,7],[5072,7]]}},"component":{}}],["someth",{"_index":77,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1014,9],[4674,9]]}},"component":{}}],["sound",{"_index":194,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2974,6]]}},"component":{}}],["space",{"_index":287,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5261,7],[5289,6]]}},"component":{}}],["special",{"_index":78,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1024,8]]}},"component":{}}],["spend",{"_index":132,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1895,5],[3614,8]]}},"component":{}}],["src",{"_index":412,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files":{"position":[[15,3]]}},"name":{},"text":{},"component":{}}],["stackexchang",{"_index":375,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7807,14]]}},"component":{}}],["stand",{"_index":292,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5436,5]]}},"component":{}}],["standard",{"_index":191,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2931,8]]}},"component":{}}],["start",{"_index":163,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_start_service":{"position":[[0,5]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2319,7],[2348,7],[5330,5],[6122,8],[7734,5],[8714,5]]}},"component":{}}],["steeper",{"_index":337,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6575,7]]}},"component":{}}],["stem",{"_index":213,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3430,4]]}},"component":{}}],["step",{"_index":386,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8212,4],[8220,4]]}},"component":{}}],["steve",{"_index":127,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1832,5]]}},"component":{}}],["stop",{"_index":406,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_stop_service":{"position":[[0,4]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8725,4]]}},"component":{}}],["structur",{"_index":282,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[5126,10],[7406,9]]}},"component":{}}],["success",{"_index":60,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[802,10]]}},"component":{}}],["such",{"_index":259,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4511,4],[5695,4],[6838,4],[7011,4]]}},"component":{}}],["svg",{"_index":260,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4519,3],[4625,3]]}},"component":{}}],["swarmlab",{"_index":391,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8384,8],[8461,8]]}},"component":{}}],["swarmlab_microservic",{"_index":409,"title":{},"name":{},"text":{},"component":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[0,21]]}}}],["system",{"_index":119,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1723,7],[4948,7],[8652,6]]}},"component":{}}],["tabl",{"_index":342,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6694,7]]}},"component":{}}],["tag",{"_index":249,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4106,3],[4128,3]]}},"component":{}}],["talk",{"_index":120,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1738,7]]}},"component":{}}],["task",{"_index":137,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1992,5]]}},"component":{}}],["tau",{"_index":148,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2115,3]]}},"component":{}}],["techn",{"_index":153,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2177,8]]}},"component":{}}],["templat",{"_index":369,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7605,9]]}},"component":{}}],["tex",{"_index":22,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[253,3],[2070,3],[2143,3],[2341,3],[2424,4],[2462,3]]}},"component":{}}],["texmak",{"_index":351,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7019,8]]}},"component":{}}],["text",{"_index":44,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[528,4],[2820,4],[4275,4],[4364,5],[4552,4],[5764,4],[6406,4],[6430,4],[6670,6]]}},"component":{}}],["thank",{"_index":371,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7676,7]]}},"component":{}}],["thesi",{"_index":8,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[65,6],[145,6]]}},"component":{}}],["think",{"_index":325,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6347,8]]}},"component":{}}],["thirti",{"_index":67,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[892,6],[1381,7],[4310,6],[4795,6]]}},"component":{}}],["through",{"_index":394,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8449,7]]}},"component":{}}],["time",{"_index":225,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3628,4],[4017,5],[7549,4]]}},"component":{}}],["titl",{"_index":197,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3023,5],[6686,7]]}},"component":{}}],["today",{"_index":174,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2525,6]]}},"component":{}}],["top",{"_index":170,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2455,3]]}},"component":{}}],["topic",{"_index":130,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1871,6]]}},"component":{}}],["tremend",{"_index":221,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3535,10]]}},"component":{}}],["tri",{"_index":82,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1098,4],[8060,4],[8145,3]]}},"component":{}}],["true",{"_index":339,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6633,5],[7363,5]]}},"component":{}}],["ture",{"_index":70,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[914,6],[1278,7],[2299,7]]}},"component":{}}],["tutori",{"_index":86,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1176,9]]}},"component":{}}],["two",{"_index":69,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[910,3],[6255,3]]}},"component":{}}],["type",{"_index":328,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6390,5]]}},"component":{}}],["typeset",{"_index":105,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1526,7],[1711,11],[1785,11],[2597,11],[4816,7],[4936,11]]}},"component":{}}],["tɛk",{"_index":159,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2272,6]]}},"component":{}}],["underestim",{"_index":135,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1955,14]]}},"component":{}}],["understand",{"_index":345,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6796,13],[7442,13]]}},"component":{}}],["understood",{"_index":321,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[6237,10]]}},"component":{}}],["until",{"_index":140,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2031,5]]}},"component":{}}],["updat",{"_index":24,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[284,6]]}},"component":{}}],["us",{"_index":6,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_howto_use_it":{"position":[[6,3]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_reasons_why_you_must_should_and_should_not_use_latex":{"position":[[45,3]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_must_use_latex":{"position":[[14,3]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_use_latex":{"position":[[16,3]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_when_you_should_not_use_latex":{"position":[[20,3]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[36,3],[1130,3],[1254,3],[1417,5],[2327,5],[2829,5],[3277,3],[3353,5],[4120,3],[4435,5],[4470,5],[5141,3],[6823,4],[7288,5],[7643,5],[7862,5],[8594,3]]}},"component":{}}],["user",{"_index":33,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[370,4],[674,5],[7048,4],[7933,6]]}},"component":{}}],["valu",{"_index":232,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3801,5]]}},"component":{}}],["vast",{"_index":367,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7590,4]]}},"component":{}}],["version",{"_index":380,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7948,7]]}},"component":{}}],["view",{"_index":209,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3327,4]]}},"component":{}}],["virtual",{"_index":189,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2884,9]]}},"component":{}}],["want",{"_index":265,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4699,4],[4725,4],[5413,4],[7095,5],[7376,4]]}},"component":{}}],["way",{"_index":393,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[8426,5]]}},"component":{}}],["well",{"_index":354,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[7101,5]]}},"component":{}}],["wonder",{"_index":85,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[1166,9]]}},"component":{}}],["word",{"_index":48,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[556,5],[3738,4],[4260,4],[6620,4]]}},"component":{}}],["work",{"_index":29,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[338,7],[3556,5],[3830,4],[3876,5],[4208,5],[5996,5],[7167,5]]}},"component":{}}],["write",{"_index":41,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[480,5],[2356,7],[2806,7],[5562,7]]}},"component":{}}],["written",{"_index":229,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3724,7],[5837,7]]}},"component":{}}],["wysiwyg",{"_index":202,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[3122,7],[6909,7]]}},"component":{}}],["xelatex",{"_index":7,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html#_default_xelatex_main_file":{"position":[[8,7]]},"/swarmlab_microservice-xelatexthesis/docs/index.html#_backup_xelatex_src_files":{"position":[[7,7]]}},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[57,7]]}},"component":{}}],["xelatexthesi",{"_index":1,"title":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[12,14]]}},"name":{},"text":{},"component":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[22,13]]}}}],["xml",{"_index":274,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[4995,4]]}},"component":{}}],["ye",{"_index":181,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[2727,3]]}},"component":{}}],["year",{"_index":68,"title":{},"name":{},"text":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"position":[[899,5],[1916,4],[3382,6],[4317,6],[4802,6]]}},"component":{}}]],"pipeline":["stemmer"]},"store":{"/swarmlab_microservice-xelatexthesis/docs/index.html":{"text":"This is a quickstart guide of howto use this LabInstance xelatex thesis Click on openGui Read info - or - https://github.com/zachscrivena/simple-thesis-dissertation (1) Edit /home/main.tex (2) Compile LaTeX document Click on openGui It will compile the tex document and automatically update the PDF (3) Downloading your finished document Working Directory /home Default user docker Default password docker Default password4root pass /home/main.tex See More Options If you have to write down a document you will run your default text processor (probably MS Word) not even considering any other option. This processor probably fulfills all your needs. I would say that 95% of users out there have no idea what is LaTeX. And this is perfectly fine. However, it is a pity. Because LaTeX is one of the most successful and amazing free software projects ever done. It has been around for more than thirty years with two Turing awarded researchers directly participating in its design and implementation. LaTeX must have something special. Hopefully, after reading this post you will consider giving it a try. I will not showcase how to use LaTeX because there is a lot of wonderful tutorials around. I will only enumerate when you MUST, SHOULD, and SHOULD NOT use LaTeX. Donald Knuth (Turing Award 1974) published his first edition of The Art of Computer Programming in 1968 when he was thirty. By then, books were printed using monotype settings. Knuth was happy with the final print. However, the second edition in 1976 had to be typeset again because the original fonts were no longer available. When Knuth received the galley proofs he was disappointed. He found them inferior. He committed himself to design his typesetting system. We are talking about the late seventies, when digital typesetting itself was a problem to be solved. Steve Jobs himself contributed to this topic. Knuth planned to spend his sabbatical year in 1978 to finish the project. He underestimated the complexity of the task. The final solution was not ready until 1989! Knuth called this language TeX with each letter a capital Greek letters tau τ, epsilon ε and chi χ. TeX is the abbreviation for τέχνη (techne) which means “art” and “craft”. Knuth has always insisted that you should pronounce it /tɛk/. When Leslie Lamport (Turing Award 2013) started using Knuth’s TeX he started writing some macros for his own purposes. LaTeX is simply LAmport’s TeX, a collection of macros on top of TeX to make it easier. And this is the main collection we have today. What can I do with LaTeX? With LaTeX you can have a high quality typesetting (the best I would say) document with a low effort and no money. With no money because it is free. And with no effort. Yes with no effort. This claim is huge. EVERYBODY can get professional results writing plain text and using markups with a software that is free and can run virtually everywhere. That is why LaTeX is the standard in academia and engineering. This sounds fantastic… but as you can expect from the title of this article there are some drawbacks. The main one is the learning curve. LaTeX is not a WYSIWYG (What You See Is What You Get) solution and requires a learning period. Let me give you some guidelines about when you MUST, SHOULD and SHOULD NOT use it. Of course all this comes from my point of view and experience after using LaTeX for more than 15 years. You are in academia, particularly in any STEM discipline. In this scenario manuscripts are everything. Content is really important and requires a tremendous amount of work. In the case of Ph.D. manuscripts, you MUST consider spending some time learning LaTeX to make the difference in your final outcome. I have seen Ph.D. manuscripts written in MS Word and I have to say that somehow (for me) it diminishes the value of the manuscript. You work with abundant bibliography. Professional works may manage hundreds of citations. Citations must have a consistent format, otherwise your bibliography section will be a mess. To save time, you must go with LaTex + BibTeX. Fill your BibTex file with your citation entries, tag them, and use the tag in your latex document as a reference. The compiler will do the rest of the work. I know there are plugins and solutions for MS Word and other text processors. But remember, for thirty years, this problem has been solved with plain text. And from my experience, these plugins result cumbersome. You are using formulas. You expect figures using the best quality possible. Formats such as SVG cannot be available for your text processor. With LaTeX, you can generate PDF documents with embedded SVG figures. Not many solutions around can offer something like this. You want a free solution. You want it to be forward compatible. LaTeX has been around for more than thirty years. We can typeset old documents and see how they were intended to be. One entry point, several output formats. Because LaTeX is a typesetting system, you can get outputs in DVI, PDF, HTML, XML, etc. with a single document. Forget about the document layout. LaTeX is somehow like HTML + CSS. Once you define the document structure, you use a markup language, and the compiler will make everything coherent for you. No more paragraphs separated with double spacing instead of a single space. You are new to LaTeX, you have to start a new project and you are looking for all the advantages that it offers. You want your documents to stand out among others. And you will. LaTeX outcomes have a distinguishing quality everybody appreciates. You are considering writing a book, article, or manuscript and maybe self-publish it. This is a common situation nowadays with the adoption of platforms such as Amazon Self Publishing. With LaTeX, you can go from your raw text to a high quality .epub, .mobi ebook file. Your document is already written in another format. The content is probably easy to be moved to LaTeX. However, the document’s layout could be hard to get. You are doing collaborative work, and you are the only LaTeX practitioner. Do not move into LaTeX. Do not even consider it. My experience says that after starting a shared LaTeX project, your colleagues will complain, and you will finally move everything to a commonly understood format two hours before the deadline. The layout of your document means everything to you. You are thinking about a mesmerizing print with 30 types of fonts, text lines crossing the text body, images in every possible place across the document, etc. Then probably LaTeX is not your candidate. It is difficult. LaTeX has a much steeper learning curve when compared with MS Word that is true. However, getting a basic LaTeX (text, figures, titles, tables) document is not so difficult. There are a million examples out there. The complexity comes in understanding the concepts used by LaTeX, such as floating objects. I cannot see what I am doing. LaTeX is not a WYSIWYG solution. You have to compile and then check the output. Fortunately, there are some programs such as TeXMaker that offer a better user experience. Figures do not appear where I want. Well, this is a classic misconception about how figures placement works in LaTeX. LaTeX computes the best location for your figures in your document. However, the position can be changed using modifiers. I cannot easily change the layout of my document. This is true. If you want to set your own document structure you need to have a deeper understanding of the macros. There is a nice community to help you with it. However, this may require some time and effort. Fortunately, there is a vast number of templates already defined ready to be used. If you have read this far, thanks. I probably captured your interest. If so, you can start learning some basics here, and if you need some help check out the StackExchange. What about you? What is your experience using LaTeX? What are your pieces of advice for newbies or experienced users? A first version of this article was published at: https://jmtirado.net/why-you-should-learn-latex-or-at-least-give-it-a-try/ https://towardsdatascience.com/why-should-you-learn-latex-or-at-least-give-it-a-try-8d0f3218b8e https://typeset.io/resources/learn-latex-beginners-step-by-step-guide/ https://www.youtube.com/watch?v=21oADyhhX4I https://www.youtube.com/watch?v=ZmcOBdmImFs http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014.pdf Swarmlab services can be run in different ways. You can run them through the swarmlab hybrid environment (http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/hybrid/start-microservices.html) or use them individually at will on the command line of your system git clone …​ cd [DIRECTORY] make help make create make start make stop make list make clean","title":"LabInstance xelatexthesis!","component":"swarmlab_microservice-xelatexthesis","version":"docs","name":"index","url":"/swarmlab_microservice-xelatexthesis/docs/index.html","titles":[{"text":"Quickstart","id":"_quickstart"},{"text":"HowTo use it","id":"_howto_use_it"},{"text":"Default Configuration","id":"_default_configuration"},{"text":"Default xeLatex main file","id":"_default_xelatex_main_file"},{"text":"Backup xeLatex src files","id":"_backup_xelatex_src_files"},{"text":"Reasons why you must, should, and should not use LaTeX","id":"_reasons_why_you_must_should_and_should_not_use_latex"},{"text":"A bit of history","id":"_a_bit_of_history"},{"text":"When you MUST use LaTeX?","id":"_when_you_must_use_latex"},{"text":"When you SHOULD use LaTeX?","id":"_when_you_should_use_latex"},{"text":"When you SHOULD NOT use LaTeX?","id":"_when_you_should_not_use_latex"},{"text":"When people complain about LaTeX they say…","id":"_when_people_complain_about_latex_they_say"},{"text":"And now…","id":"_and_now"},{"text":"More info","id":"_more_info"},{"text":"RUN INSTANCE","id":"_run_instance"},{"text":"CLI","id":"_cli"},{"text":"help","id":"_help"},{"text":"create service","id":"_create_service"},{"text":"start service","id":"_start_service"},{"text":"stop service","id":"_stop_service"},{"text":"list service","id":"_list_service"},{"text":"clean service","id":"_clean_service"}]}}}) \ No newline at end of file diff --git a/docs/build/site/sitemap.xml b/docs/build/site/sitemap.xml new file mode 100644 index 0000000..304c669 --- /dev/null +++ b/docs/build/site/sitemap.xml @@ -0,0 +1,7 @@ + + + +http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab_microservice-xelatexthesis/docs/index.html +2022-02-19T20:13:46.712Z + + diff --git a/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/adhoc.png b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/adhoc.png new file mode 100644 index 0000000..6256678 Binary files /dev/null and b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/adhoc.png differ diff --git a/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/swarmlab.png b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/swarmlab.png new file mode 100644 index 0000000..d94ea42 Binary files /dev/null and b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/swarmlab.png differ diff --git a/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/trafic.png b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/trafic.png new file mode 100644 index 0000000..d7e160a Binary files /dev/null and b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/trafic.png differ diff --git a/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/vehigle.png b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/vehigle.png new file mode 100644 index 0000000..46d0c6b Binary files /dev/null and b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/_images/vehigle.png differ diff --git a/docs/build/site/swarmlab_microservice-xelatexthesis/docs/index.html b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/index.html new file mode 100644 index 0000000..632c45f --- /dev/null +++ b/docs/build/site/swarmlab_microservice-xelatexthesis/docs/index.html @@ -0,0 +1,487 @@ + + + + + + LabInstance xelatexthesis! :: Swarmlab microservice-xelatexthesis + + + + + + + +
+ +
+
+ +
+ +
+ +
+

LabInstance xelatexthesis!

+
+

Quickstart

+
+
+

This is a quickstart guide of howto use this LabInstance xelatex thesis

+
+
+
+
Click on openGui
+  Read  info
+
+- or -
+
+https://github.com/zachscrivena/simple-thesis-dissertation
+
+
+
+
+
+

HowTo use it

+
+
+
+
(1) Edit /home/main.tex
+
+
+
+
+
(2) Compile LaTeX document
+
+
+
+
+
Click on openGui
+
+ It will compile the tex document and automatically update the PDF
+
+
+
+
+
(3) Downloading your finished document
+
+
+
+

Default Configuration

+
+
    +
  • +

    Working Directory

    +
  • +
+
+
+
+
+

/home

+
+
+
+
+
    +
  • +

    Default user

    +
  • +
+
+
+
+
+

docker

+
+
+
+
+
    +
  • +

    Default password

    +
  • +
+
+
+
+
+

docker

+
+
+
+
+
    +
  • +

    Default password4root

    +
  • +
+
+
+
+
+

pass

+
+
+
+
+
+

Default xeLatex main file

+
+
+
+

/home/main.tex

+
+
+
+
+
+

Backup xeLatex src files

+
+
+
+

See More Options

+
+
+
+
+
+
+
+

Reasons why you must, should, and should not use LaTeX

+
+
+

If you have to write down a document you will run your default text processor (probably MS Word) not even considering any other option. This processor probably fulfills all your needs. I would say that 95% of users out there have no idea what is LaTeX. And this is perfectly fine. However, it is a pity. Because LaTeX is one of the most successful and amazing free software projects ever done. It has been around for more than thirty years with two Turing awarded researchers directly participating in its design and implementation. LaTeX must have something special. Hopefully, after reading this post you will consider giving it a try.

+
+
+

I will not showcase how to use LaTeX because there is a lot of wonderful tutorials around. I will only enumerate when you MUST, SHOULD, and SHOULD NOT use LaTeX.

+
+
+

A bit of history

+
+

Donald Knuth (Turing Award 1974) published his first edition of The Art of Computer Programming in 1968 when he was thirty. By then, books were printed using monotype settings. Knuth was happy with the final print. However, the second edition in 1976 had to be typeset again because the original fonts were no longer available. When Knuth received the galley proofs he was disappointed. He found them inferior.

+
+
+

He committed himself to design his typesetting system. We are talking about the late seventies, when digital typesetting itself was a problem to be solved. Steve Jobs himself contributed to this topic. Knuth planned to spend his sabbatical year in 1978 to finish the project. He underestimated the complexity of the task. The final solution was not ready until 1989! Knuth called this language TeX with each letter a capital Greek letters tau τ, epsilon ε and chi χ. TeX is the abbreviation for τέχνη (techne) which means “art” and “craft”. Knuth has always insisted that you should pronounce it /tɛk/.

+
+
+

When Leslie Lamport (Turing Award 2013) started using Knuth’s TeX he started writing some macros for his own purposes. LaTeX is simply LAmport’s TeX, a collection of macros on top of TeX to make it easier. And this is the main collection we have today. +What can I do with LaTeX?

+
+
+

With LaTeX you can have a high quality typesetting (the best I would say) document with a low effort and no money. With no money because it is free. And with no effort. Yes with no effort. This claim is huge. EVERYBODY can get professional results writing plain text and using markups with a software that is free and can run virtually everywhere. That is why LaTeX is the standard in academia and engineering.

+
+
+

This sounds fantastic… but as you can expect from the title of this article there are some drawbacks. The main one is the learning curve. LaTeX is not a WYSIWYG (What You See Is What You Get) solution and requires a learning period. Let me give you some guidelines about when you MUST, SHOULD and SHOULD NOT use it. Of course all this comes from my point of view and experience after using LaTeX for more than 15 years.

+
+
+
+

When you MUST use LaTeX?

+
+
    +
  • +

    You are in academia, particularly in any STEM discipline. In this scenario manuscripts are everything. Content is really important and requires a tremendous amount of work. In the case of Ph.D. manuscripts, you MUST consider spending some time learning LaTeX to make the difference in your final outcome. I have seen Ph.D. manuscripts written in MS Word and I have to say that somehow (for me) it diminishes the value of the manuscript.

    +
  • +
  • +

    You work with abundant bibliography. Professional works may manage hundreds of citations. Citations must have a consistent format, otherwise your bibliography section will be a mess. To save time, you must go with LaTex + BibTeX. Fill your BibTex file with your citation entries, tag them, and use the tag in your latex document as a reference. The compiler will do the rest of the work. I know there are plugins and solutions for MS Word and other text processors. But remember, for thirty years, this problem has been solved with plain text. And from my experience, these plugins result cumbersome.

    +
  • +
  • +

    You are using formulas.

    +
  • +
  • +

    You expect figures using the best quality possible. Formats such as SVG cannot be available for your text processor. With LaTeX, you can generate PDF documents with embedded SVG figures. Not many solutions around can offer something like this.

    +
  • +
  • +

    You want a free solution.

    +
  • +
  • +

    You want it to be forward compatible. LaTeX has been around for more than thirty years. We can typeset old documents and see how they were intended to be.

    +
  • +
  • +

    One entry point, several output formats. Because LaTeX is a typesetting system, you can get outputs in DVI, PDF, HTML, XML, etc. with a single document.

    +
  • +
  • +

    Forget about the document layout. LaTeX is somehow like HTML + CSS. Once you define the document structure, you use a markup language, and the compiler will make everything coherent for you. No more paragraphs separated with double spacing instead of a single space.

    +
  • +
+
+
+
+

When you SHOULD use LaTeX?

+
+
    +
  • +

    You are new to LaTeX, you have to start a new project and you are looking for all the advantages that it offers.

    +
  • +
  • +

    You want your documents to stand out among others. And you will. LaTeX outcomes have a distinguishing quality everybody appreciates.

    +
  • +
  • +

    You are considering writing a book, article, or manuscript and maybe self-publish it. This is a common situation nowadays with the adoption of platforms such as Amazon Self Publishing. With LaTeX, you can go from your raw text to a high quality .epub, .mobi ebook file.

    +
  • +
+
+
+
+

When you SHOULD NOT use LaTeX?

+
+
    +
  • +

    Your document is already written in another format. The content is probably easy to be moved to LaTeX. However, the document’s layout could be hard to get.

    +
  • +
  • +

    You are doing collaborative work, and you are the only LaTeX practitioner. Do not move into LaTeX. Do not even consider it. My experience says that after starting a shared LaTeX project, your colleagues will complain, and you will finally move everything to a commonly understood format two hours before the deadline.

    +
  • +
  • +

    The layout of your document means everything to you. You are thinking about a mesmerizing print with 30 types of fonts, text lines crossing the text body, images in every possible place across the document, etc. Then probably LaTeX is not your candidate.

    +
  • +
+
+
+
+

When people complain about LaTeX they say…

+
+
    +
  • +

    It is difficult. LaTeX has a much steeper learning curve when compared with MS Word that is true. However, getting a basic LaTeX (text, figures, titles, tables) document is not so difficult. There are a million examples out there. The complexity comes in understanding the concepts used by LaTeX, such as floating objects.

    +
  • +
  • +

    I cannot see what I am doing. LaTeX is not a WYSIWYG solution. You have to compile and then check the output. Fortunately, there are some programs such as TeXMaker that offer a better user experience.

    +
  • +
  • +

    Figures do not appear where I want. Well, this is a classic misconception about how figures placement works in LaTeX. LaTeX computes the best location for your figures in your document. However, the position can be changed using modifiers.

    +
  • +
  • +

    I cannot easily change the layout of my document. This is true. If you want to set your own document structure you need to have a deeper understanding of the macros. There is a nice community to help you with it. However, this may require some time and effort. Fortunately, there is a vast number of templates already defined ready to be used.

    +
  • +
+
+
+
+

And now…

+
+

If you have read this far, thanks. I probably captured your interest. If so, you can start learning some basics here, and if you need some help check out the StackExchange.

+
+
+

What about you? What is your experience using LaTeX? What are your pieces of advice for newbies or experienced users?

+
+
+

A first version of this article was published at:

+
+
+
+
https://jmtirado.net/why-you-should-learn-latex-or-at-least-give-it-a-try/
+
+
+
+
+
https://towardsdatascience.com/why-should-you-learn-latex-or-at-least-give-it-a-try-8d0f3218b8e
+
+
+
+
+
https://typeset.io/resources/learn-latex-beginners-step-by-step-guide/
+
+
+
+
+
+ +
+

RUN INSTANCE

+
+
+

Swarmlab services can be run in different ways.

+
+
+ +
+
+

CLI

+
+
+
+

git clone …​

+
+
+
+
+
+
+

cd [DIRECTORY]

+
+
+
+
+
+

help

+
+
+
+

make help

+
+
+
+
+

create service

+
+
+
+

make create

+
+
+
+
+
+
+

start service

+
+
+
+

make start

+
+
+
+
+
+

stop service

+
+
+
+

make stop

+
+
+
+
+
+

list service

+
+
+
+

make list

+
+
+
+
+
+

clean service

+
+
+
+

make clean

+
+
+
+
+
+
+
+
+
+
+
+

This page was built using the Antora default UI

+
+ + + + + + + diff --git a/docs/build/site/swarmlab_sidecar-firefox/docs/_images/adhoc.png b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/adhoc.png new file mode 100644 index 0000000..6256678 Binary files /dev/null and b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/adhoc.png differ diff --git a/docs/build/site/swarmlab_sidecar-firefox/docs/_images/swarmlab.png b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/swarmlab.png new file mode 100644 index 0000000..d94ea42 Binary files /dev/null and b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/swarmlab.png differ diff --git a/docs/build/site/swarmlab_sidecar-firefox/docs/_images/trafic.png b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/trafic.png new file mode 100644 index 0000000..d7e160a Binary files /dev/null and b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/trafic.png differ diff --git a/docs/build/site/swarmlab_sidecar-firefox/docs/_images/vehigle.png b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/vehigle.png new file mode 100644 index 0000000..46d0c6b Binary files /dev/null and b/docs/build/site/swarmlab_sidecar-firefox/docs/_images/vehigle.png differ diff --git a/docs/build/site/swarmlab_sidecar-firefox/docs/index.html b/docs/build/site/swarmlab_sidecar-firefox/docs/index.html new file mode 100644 index 0000000..01d189d --- /dev/null +++ b/docs/build/site/swarmlab_sidecar-firefox/docs/index.html @@ -0,0 +1,187 @@ + + + + + + Sidecar firefox! :: Swarmlab sidecar-firefox + + + + + + + +
+ +
+
+ +
+ +
+ +
+

Sidecar firefox!

+
+
+
+
+swarmlab +
+
+
+
+
+

What is a "sidecar"?

+
+
+

A Sidecar container is a container added to the a Network swarm.

+
+
+

Be placed it in a Network you can use the same resources being used by the main Network swarm.

+
+
+

With the Embedded container as a sicedar you are capable to access the resource.

+
+
+
+
+

Usage

+
+
+

run instance

+
+
    +
  • +

    Run "microservice-firefox"

    +
    +
      +
    • +

      Instances→running Containers→Actions [microservice-firefox_masterservice_1]

      +
    • +
    +
    +
  • +
+
+
+
+

Attach network

+
+
    +
  • +

    Instances→running Containers→Actions [microservice-firefox_masterservice_1]

    +
    +
      +
    • +

      Networks→"Select Network"

      +
    • +
    +
    +
  • +
+
+
+
+

open Gui

+
+
    +
  • +

    Instances→running Containers→Actions [microservice-firefox_masterservice_1]→openGui

    +
  • +
+
+
+
+
+
+
+
+
+
+

This page was built using the Antora default UI

+
+ + + + + + + diff --git a/docs/init-docs.sh b/docs/init-docs.sh new file mode 100755 index 0000000..1a1cabc --- /dev/null +++ b/docs/init-docs.sh @@ -0,0 +1,79 @@ +#!/bin/bash + + +SERVICE_URL=https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git +SERVICE_NAME=microservice-xelatexthesis +SERVICE_NAME_MENOU=xelatexthesis + + +SOURCE="${BASH_SOURCE[0]}" +while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink + TARGET="$(readlink "$SOURCE")" + if [[ $TARGET == /* ]]; then + SOURCE="$TARGET" + else + DIR="$( dirname "$SOURCE" )" + SOURCE="$DIR/$TARGET" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located + fi +done + +SRPATH="$( dirname "$SOURCE" )" +SFPATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )" +if [ "$SFPATH" != "$SRPATH" ]; then + RDIR=$SRPATH # relativ path directory +fi + +cwdir=$PWD +wdir=$SFPATH + +echo $cwdir + +echo $wdir + +cat << EOF > $wdir/antora.yml + + name: swarmlab_${SERVICE_NAME} + title: swarmlab_${SERVICE_NAME} + version: docs + nav: + - modules/ROOT/nav.adoc +EOF + + +cat << EOF > $wdir/site.yml +site: + title: Swarmlab ${SERVICE_NAME} + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + start_page: swarmlab_${SERVICE_NAME}::index.adoc +content: + sources: + - url: ${SERVICE_URL} + branches: master + start_path: docs +ui: + bundle: + url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip + snapshot: true + supplemental_files: ./supplemental-ui +asciidoc: + attributes: + :plantuml-server-url: http://www.plantuml.com/plantuml + extensions: + - '@djencks/asciidoctor-mathjax' + - asciidoctor-plantuml +EOF + +cat << EOF > $wdir/modules/ROOT/nav.adoc +* xref:index.adoc[${SERVICE_NAME_MENOU}] +EOF + + + + + + + + + + + diff --git a/docs/modules/ROOT/images/adhoc.png b/docs/modules/ROOT/images/adhoc.png new file mode 100644 index 0000000..6256678 Binary files /dev/null and b/docs/modules/ROOT/images/adhoc.png differ diff --git a/docs/modules/ROOT/images/swarmlab.png b/docs/modules/ROOT/images/swarmlab.png new file mode 100644 index 0000000..d94ea42 Binary files /dev/null and b/docs/modules/ROOT/images/swarmlab.png differ diff --git a/docs/modules/ROOT/images/trafic.png b/docs/modules/ROOT/images/trafic.png new file mode 100644 index 0000000..d7e160a Binary files /dev/null and b/docs/modules/ROOT/images/trafic.png differ diff --git a/docs/modules/ROOT/images/vehigle.png b/docs/modules/ROOT/images/vehigle.png new file mode 100644 index 0000000..46d0c6b Binary files /dev/null and b/docs/modules/ROOT/images/vehigle.png differ diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc new file mode 100644 index 0000000..b432e69 --- /dev/null +++ b/docs/modules/ROOT/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[xelatexthesis] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000..afa77d7 --- /dev/null +++ b/docs/modules/ROOT/pages/index.adoc @@ -0,0 +1,192 @@ += LabInstance xelatexthesis! + + +== Quickstart + +This is a quickstart guide of howto use this *LabInstance xelatex thesis* + +[source,sh] +---- +Click on openGui + Read info + +- or - + +https://github.com/zachscrivena/simple-thesis-dissertation +---- + +== HowTo use it + + (1) Edit /home/main.tex + + (2) Compile LaTeX document + +[source,sh] +---- + +Click on openGui + + It will compile the tex document and automatically update the PDF + +---- + + (3) Downloading your finished document + + +=== Default Configuration + +- Working Directory + +> /home + +- Default user + +> docker + +- Default password + +> docker + +- Default password4root + +> pass + +=== Default xeLatex main file + +> /home/main.tex + +=== Backup xeLatex src files + +> See More Options + +== Reasons why you must, should, and should not use LaTeX + +If you have to write down a document you will run your default text processor (probably MS Word) not even considering any other option. This processor probably fulfills all your needs. I would say that 95% of users out there have no idea what is **LaTeX.** And this is perfectly fine. However, it is a pity. Because LaTeX is one of the most successful and amazing free software projects ever done. It has been around for more than thirty years with two Turing awarded researchers directly participating in its design and implementation. LaTeX must have something special. Hopefully, after reading this post you will consider giving it a try. + +I will not showcase how to use LaTeX because there is a lot of wonderful tutorials around. I will only enumerate when you **MUST, SHOULD, and SHOULD NOT use LaTeX.** + +=== A bit of history + +**Donald Knuth** (Turing Award 1974) published his first edition of The Art of Computer Programming in 1968 when he was thirty. By then, books were printed using monotype settings. Knuth was happy with the final print. However, the second edition in 1976 had to be typeset again because the original fonts were no longer available. When Knuth received the galley proofs he was disappointed. He found them inferior. + +He committed himself to design his typesetting system. We are talking about the late seventies, when digital typesetting itself was a problem to be solved. Steve Jobs himself contributed to this topic. Knuth planned to spend his sabbatical year in 1978 to finish the project. He underestimated the complexity of the task. The final solution was not ready until 1989! Knuth called this language TeX with each letter a capital Greek letters tau τ, epsilon ε and chi χ. TeX is the abbreviation for τέχνη (techne) which means “art” and “craft”. Knuth has always insisted that you should pronounce it /tɛk/. + +When **Leslie Lamport** (Turing Award 2013) started using Knuth’s TeX he started writing some macros for his own purposes. LaTeX is simply LAmport’s TeX, a collection of macros on top of TeX to make it easier. And this is the main collection we have today. +What can I do with LaTeX? + +With LaTeX you can have a high quality typesetting (the best I would say) document with a low effort and no money. With no money because it is free. And with no effort. Yes with no effort. This claim is huge. EVERYBODY can get professional results writing plain text and using markups with a software that is free and can run virtually everywhere. That is why LaTeX is the standard in academia and engineering. + +This sounds fantastic… but as you can expect from the title of this article there are some drawbacks. The main one is the learning curve. LaTeX is not a WYSIWYG (What You See Is What You Get) solution and requires a learning period. Let me give you some guidelines about when you MUST, SHOULD and SHOULD NOT use it. Of course all this comes from my point of view and experience after using LaTeX for more than 15 years. + +=== When you MUST use LaTeX? + +- You are in academia, particularly in any STEM discipline. In this scenario manuscripts are everything. Content is really important and requires a tremendous amount of work. In the case of Ph.D. manuscripts, you MUST consider spending some time learning LaTeX to make the difference in your final outcome. I have seen Ph.D. manuscripts written in MS Word and I have to say that somehow (for me) it diminishes the value of the manuscript. +- You work with abundant bibliography. Professional works may manage hundreds of citations. Citations must have a consistent format, otherwise your bibliography section will be a mess. To save time, you must go with LaTex + BibTeX. Fill your BibTex file with your citation entries, tag them, and use the tag in your latex document as a reference. The compiler will do the rest of the work. I know there are plugins and solutions for MS Word and other text processors. But remember, for thirty years, this problem has been solved with plain text. And from my experience, these plugins result cumbersome. +- You are using formulas. +- You expect figures using the best quality possible. Formats such as SVG cannot be available for your text processor. With LaTeX, you can generate PDF documents with embedded SVG figures. Not many solutions around can offer something like this. +- You want a free solution. +- You want it to be forward compatible. LaTeX has been around for more than thirty years. We can typeset old documents and see how they were intended to be. +- One entry point, several output formats. Because LaTeX is a typesetting system, you can get outputs in DVI, PDF, HTML, XML, etc. with a single document. +- Forget about the document layout. LaTeX is somehow like HTML + CSS. Once you define the document structure, you use a markup language, and the compiler will make everything coherent for you. No more paragraphs separated with double spacing instead of a single space. + +=== When you SHOULD use LaTeX? + +- You are new to LaTeX, you have to start a new project and you are looking for all the advantages that it offers. +- You want your documents to stand out among others. And you will. LaTeX outcomes have a distinguishing quality everybody appreciates. +- You are considering writing a book, article, or manuscript and maybe self-publish it. This is a common situation nowadays with the adoption of platforms such as Amazon Self Publishing. With LaTeX, you can go from your raw text to a high quality .epub, .mobi ebook file. + +=== When you SHOULD NOT use LaTeX? + +- Your document is already written in another format. The content is probably easy to be moved to LaTeX. However, the document’s layout could be hard to get. +- You are doing collaborative work, and you are the only LaTeX practitioner. Do not move into LaTeX. Do not even consider it. My experience says that after starting a shared LaTeX project, your colleagues will complain, and you will finally move everything to a commonly understood format two hours before the deadline. +- The layout of your document means everything to you. You are thinking about a mesmerizing print with 30 types of fonts, text lines crossing the text body, images in every possible place across the document, etc. Then probably LaTeX is not your candidate. + +=== When people complain about LaTeX they say… + +- It is difficult. LaTeX has a much steeper learning curve when compared with MS Word that is true. However, getting a basic LaTeX (text, figures, titles, tables) document is not so difficult. There are a million examples out there. The complexity comes in understanding the concepts used by LaTeX, such as floating objects. +- I cannot see what I am doing. LaTeX is not a WYSIWYG solution. You have to compile and then check the output. Fortunately, there are some programs such as TeXMaker that offer a better user experience. +- Figures do not appear where I want. Well, this is a classic misconception about how figures placement works in LaTeX. LaTeX computes the best location for your figures in your document. However, the position can be changed using modifiers. +- I cannot easily change the layout of my document. This is true. If you want to set your own document structure you need to have a deeper understanding of the macros. There is a nice community to help you with it. However, this may require some time and effort. Fortunately, there is a vast number of templates already defined ready to be used. + +=== And now… + +If you have read this far, thanks. I probably captured your interest. If so, you can start learning some basics here, and if you need some help check out the StackExchange. + +What about you? What is your experience using LaTeX? What are your pieces of advice for newbies or experienced users? + + +**A first version of this article was published at:** + + https://jmtirado.net/why-you-should-learn-latex-or-at-least-give-it-a-try/ + + https://towardsdatascience.com/why-should-you-learn-latex-or-at-least-give-it-a-try-8d0f3218b8e + + https://typeset.io/resources/learn-latex-beginners-step-by-step-guide/ + + + + +== More info + +https://www.youtube.com/watch?v=21oADyhhX4I + +https://www.youtube.com/watch?v=ZmcOBdmImFs + +http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014.pdf + + + +== RUN INSTANCE + +Swarmlab services can be run in different ways. + +- You can run them **through the swarmlab hybrid environment** (http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/hybrid/start-microservices.html) +- or use them individually at will on the **command line of your system** + + + +=== CLI + +> git clone ... + +> cd [DIRECTORY] + + +=== help + +> make help + + +==== create service + +> make create + + +=== start service + +> make start + + +=== stop service + +> make stop + + +=== list service + +> make list + + +=== clean service + +> make clean + + + + + + + + + + diff --git a/docs/run/build-intro.sh b/docs/run/build-intro.sh new file mode 100755 index 0000000..af181d8 --- /dev/null +++ b/docs/run/build-intro.sh @@ -0,0 +1,4 @@ +antora --fetch /antora/site-intro.yml +antora /antora/site-intro.yml +ifconfig +http-server build/site -c-1 diff --git a/docs/run/build.sh b/docs/run/build.sh new file mode 100755 index 0000000..7122c21 --- /dev/null +++ b/docs/run/build.sh @@ -0,0 +1,4 @@ +antora --fetch /antora/site.yml +antora /antora/site.yml +ifconfig +http-server build/site -c-1 diff --git a/docs/site.yml b/docs/site.yml new file mode 100644 index 0000000..a979436 --- /dev/null +++ b/docs/site.yml @@ -0,0 +1,20 @@ +site: + title: Swarmlab microservice-xelatexthesis + url: http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs + start_page: swarmlab_microservice-xelatexthesis::index.adoc +content: + sources: + - url: https://git.swarmlab.io:3000/swarmlab/microservice-xelatexthesis.git + branches: master + start_path: docs +ui: + bundle: + url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip + snapshot: true + supplemental_files: ./supplemental-ui +asciidoc: + attributes: + :plantuml-server-url: http://www.plantuml.com/plantuml + extensions: + - '@djencks/asciidoctor-mathjax' + - asciidoctor-plantuml diff --git a/images/swarmlab-network.png b/images/swarmlab-network.png new file mode 100644 index 0000000..8a34610 Binary files /dev/null and b/images/swarmlab-network.png differ diff --git a/xelatex/.env b/xelatex/.env new file mode 100755 index 0000000..37de770 --- /dev/null +++ b/xelatex/.env @@ -0,0 +1,12 @@ +REGISTRY_ADDR=localhost +REGISTRY_PORT=5000 +IMAGE_NAME=microservice-xelatexthesis +SSH_PORT=60512 +WEB_PORT=65021 +WEB_PORT1=51868 +WEB_PORT2=52216 +R_PORT1=55764 +R_PORT2=63522 +R_PORT3=57499 +R_PORT4=64245 +R_PORT5=59053 diff --git a/xelatex/.vimrc b/xelatex/.vimrc new file mode 100755 index 0000000..7a2858b --- /dev/null +++ b/xelatex/.vimrc @@ -0,0 +1,15 @@ +map :NERDTreeToggle + +autocmd BufNewFile,BufRead *.vue,*.js set syntax=verilog tabstop=2|set shiftwidth=2|set noexpandtab autoindent +augroup remember_folds + autocmd! + autocmd BufWinLeave * mkview + autocmd BufWinEnter * silent! loadview +augroup END +" Useful for my Quick Notes feature in my tmuxrc +augroup QuickNotes + au BufWrite,VimLeave NOTES.otl mkview + au BufRead NOTES.otl silent loadview +augroup END +set swapfile +set dir=~/tmp diff --git a/xelatex/Dockerfile b/xelatex/Dockerfile new file mode 100755 index 0000000..2815502 --- /dev/null +++ b/xelatex/Dockerfile @@ -0,0 +1,26 @@ + FROM hub.swarmlab.io:5480/xelatex-basegui + # + USER root + + COPY sec_bootstrap /usr/bin + COPY get_hosts /usr/bin + COPY auto_update_hosts /usr/bin + COPY install-vim-plugin.sh . + + ENV NOTVISIBLE "in users profile" + ENV USER1 docker + ENV USER_HOME /home/docker + ENV SSHDIR ${USER_HOME}/.ssh + ENV PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/home/zeus/appl/docker/unilab/nvim-ide/mynvim/swarmlab-nvim:/home/zeus/.fzf/bin:/usr/local/texlive/bin/x86_64-linuxmusl:/usr/local/texlive/2020/bin/x86_64-linuxmusl + COPY ssh/ ${SSHDIR}/ + + RUN export DEBIAN_FRONTEND=noninteractive && rm -rf /usr/share/doc && rm -rf /usr/share/man && rm -rf /usr/share/locale && mkdir -p /var/run/sshd && addgroup -S docker && adduser -S docker -G docker && echo 'root:pass' | chpasswd && echo "export VISIBLE=now" >> /etc/profile && mkdir -p /home/docker/project && mkdir -p /etc/opt && echo "docker:docker" | chpasswd && echo "StrictHostKeyChecking no" > ${SSHDIR}/config && cat ${SSHDIR}/*.pub >> ${SSHDIR}/authorized_keys && chmod -R 600 ${SSHDIR}/* && chown -R ${USER1}:${USER1} ${SSHDIR} + + + COPY custom /tmp/bin + RUN /tmp/bin/setup.sh + + + COPY .vimrc /home/docker + EXPOSE 3787 + diff --git a/xelatex/Makefile b/xelatex/Makefile new file mode 100755 index 0000000..eb677b3 --- /dev/null +++ b/xelatex/Makefile @@ -0,0 +1,57 @@ + +DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))) +mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) +current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) +RHOST= + +SHELL := /bin/bash + +.PHONY: create help start stop list clean + +help: + @echo "" ; + @echo "" ; + @echo "--------------" ; + @echo " SwarmLab.io " ; + @echo "--------------" ; + @echo "" ; + @echo " USAGE: make [COMMAND]" ; + @echo "" ; + @echo " Examples of [COMMAND] can be:" ; + @echo "" ; + @echo " create: create service " ; + @echo "" ; + @echo " create-latex-docs: create latex docs " ; + @echo "" ; + @echo " start: start service " ; + @echo "" ; + @echo " stop: shutdown service" ; + @echo "" ; + @echo " clean: remove images in the system" ; + @echo "" ; + @echo " list: show running containers of instance" ; + @echo "" ; + @echo " help: show this message" ; + @echo "" ; + @echo "More info:" ; + @echo "http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/index.html" ; + @echo "" ; + @echo "" ; + +create: + @./install/usr/share/swarmlab.io/sec/swarmlab-sec create 2>/dev/null ; true + +create-latex-docs: + @cd docs; ./build.sh 2>/dev/null ; true + +start: + @./install/usr/share/swarmlab.io/sec/swarmlab-sec up 2>/dev/null ; true + +list: + @./install/usr/share/swarmlab.io/sec/swarmlab-sec list 2>/dev/null ; true + +stop: + @./install/usr/share/swarmlab.io/sec/swarmlab-sec down 2>/dev/null ; true + +clean: + @./install/usr/share/swarmlab.io/sec/swarmlab-sec clean 2>/dev/null ; true diff --git a/xelatex/ROOT_PASSWORD b/xelatex/ROOT_PASSWORD new file mode 100755 index 0000000..7f3a2ef --- /dev/null +++ b/xelatex/ROOT_PASSWORD @@ -0,0 +1 @@ +ROOT_PASSWORD="pass" diff --git a/xelatex/auto_update_hosts b/xelatex/auto_update_hosts new file mode 100755 index 0000000..53c8abe --- /dev/null +++ b/xelatex/auto_update_hosts @@ -0,0 +1,11 @@ +#!/bin/sh + +hosts=$(get_hosts) +printf "%s" "$hosts" > "$1" + +while sleep 2 +do + current_hosts=$(get_hosts) + [ "$hosts" != "$current_hosts" ] && printf "%s" "$current_hosts" > "$1" + hosts=$current_hosts +done diff --git a/xelatex/bin/debug.sh b/xelatex/bin/debug.sh new file mode 100755 index 0000000..2ae672e --- /dev/null +++ b/xelatex/bin/debug.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +xelatex=xelatex-masterservice-1 + docker exec $xelatex /bin/sh -c "cp -f metaptyxiako.bib metaptyxiako_bib.backup1" + docker exec $xelatex /bin/sh -c "latex-pdf -f main" + diff --git a/xelatex/bin/latex-clean.sh b/xelatex/bin/latex-clean.sh new file mode 100755 index 0000000..31648ac --- /dev/null +++ b/xelatex/bin/latex-clean.sh @@ -0,0 +1,8 @@ + +xelatex=xelatex-masterservice-1 +docker exec $(xelatex) /bin/bash -c "cp -f metaptyxiako.bib metaptyxiako_bib.backup1" +docker exec $(xelatex) /bin/bash -c "/usr/local/bin/latex-clean -f main" +docker exec $(xelatex) /bin/bash -c "ls -al metaptyxiako.bib" +docker exec $(xelatex) /bin/bash -c "cp -f metaptyxiako.bib.backup1 metaptyxiako_bib" +docker exec $(xelatex) /bin/bash -c "rm -f docs/main.lot" +docker exec $(xelatex) /bin/bash -c "rm -f docs/main.toc" diff --git a/xelatex/bin/make-all.sh b/xelatex/bin/make-all.sh new file mode 100755 index 0000000..b8d1bcd --- /dev/null +++ b/xelatex/bin/make-all.sh @@ -0,0 +1,33 @@ +#!/bin/bash + +SOURCE="${BASH_SOURCE[0]}" +while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink + TARGET="$(readlink "$SOURCE")" + if [[ $TARGET == /* ]]; then + #echo "SOURCE '$SOURCE' is an absolute symlink to '$TARGET'" + SOURCE="$TARGET" + else + DIR="$( dirname "$SOURCE" )" + #echo "SOURCE '$SOURCE' is a relative symlink to '$TARGET' (relative to '$DIR')" + SOURCE="$DIR/$TARGET" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located + fi +done + +SRPATH="$( dirname "$SOURCE" )" +SFPATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )" +if [ "$SFPATH" != "$SRPATH" ]; then + RDIR=$SRPATH # relativ path directory +fi + +cwdir=$PWD +wdir=$SFPATH + +if [ "$cwdir" != "$wdir" ]; then + cd $wdir +fi + +xelatex=xelatex-masterservice-1 +docker exec $xelatex /bin/bash -c "cp -f metaptyxiako.bib metaptyxiako_bib.backup1" +$cwdir/bin/debug.sh +$cwdir/bin/make-bib.sh +$cwdir/bin/debug.sh diff --git a/xelatex/bin/make-bib.sh b/xelatex/bin/make-bib.sh new file mode 100755 index 0000000..8dedb92 --- /dev/null +++ b/xelatex/bin/make-bib.sh @@ -0,0 +1,33 @@ +#!/bin/bash + +SOURCE="${BASH_SOURCE[0]}" +while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink + TARGET="$(readlink "$SOURCE")" + if [[ $TARGET == /* ]]; then + #echo "SOURCE '$SOURCE' is an absolute symlink to '$TARGET'" + SOURCE="$TARGET" + else + DIR="$( dirname "$SOURCE" )" + #echo "SOURCE '$SOURCE' is a relative symlink to '$TARGET' (relative to '$DIR')" + SOURCE="$DIR/$TARGET" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located + fi +done + +SRPATH="$( dirname "$SOURCE" )" +SFPATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )" +if [ "$SFPATH" != "$SRPATH" ]; then + RDIR=$SRPATH # relativ path directory +fi + +cwdir=$PWD +wdir=$SFPATH + +if [ "$cwdir" != "$wdir" ]; then + cd $wdir +fi + +xelatex=xelatex-masterservice-1 + +docker exec $xelatex /bin/bash -c "cp -f metaptyxiako.bib.backup1 metaptyxiako_bib" +docker exec -it $xelatex /bin/sh -c "biber main" + diff --git a/xelatex/bin/make-clean-ant-compile.sh b/xelatex/bin/make-clean-ant-compile.sh new file mode 100755 index 0000000..34c59fe --- /dev/null +++ b/xelatex/bin/make-clean-ant-compile.sh @@ -0,0 +1,37 @@ +#!/bin/bash +# +# +SOURCE="${BASH_SOURCE[0]}" +while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink + TARGET="$(readlink "$SOURCE")" + if [[ $TARGET == /* ]]; then + #echo "SOURCE '$SOURCE' is an absolute symlink to '$TARGET'" + SOURCE="$TARGET" + else + DIR="$( dirname "$SOURCE" )" + #echo "SOURCE '$SOURCE' is a relative symlink to '$TARGET' (relative to '$DIR')" + SOURCE="$DIR/$TARGET" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located + fi +done + +SRPATH="$( dirname "$SOURCE" )" +SFPATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )" +if [ "$SFPATH" != "$SRPATH" ]; then + RDIR=$SRPATH # relativ path directory +fi + +cwdir=$PWD +wdir=$SFPATH + +if [ "$cwdir" != "$wdir" ]; then + cd $wdir +fi + +#echo $cwdir +#echo $wdir + +cp -f $cwdir/docs/metaptyxiako.bib $cwdir/docs/metaptyxiako_bib.backup1 +$cwdir/bin/latex-clean.sh +$cwdir/bin/debug.sh +$cwdir/bin/make-bib.sh +$cwdir/bin/debug.sh diff --git a/xelatex/bin/swl-nvim b/xelatex/bin/swl-nvim new file mode 100755 index 0000000..a810766 --- /dev/null +++ b/xelatex/bin/swl-nvim @@ -0,0 +1,10 @@ +docker stop my-nvim-appl +docker rm my-nvim-appl +docker volume create my-nvim-volume + +echo $(pwd) +if [ $# -eq 0 ]; then + docker run -it -v my-nvim-volume:/root -v $(pwd):/home --name my-nvim-appl hub.swarmlab.io:5443/nvim /bin/bash -c "nvim" +else + docker run -it -v my-nvim-volume:/root -v $(pwd):/home --name my-nvim-appl hub.swarmlab.io:5443/nvim /bin/bash -c "nvim $1" +fi diff --git a/xelatex/bin/ttyd.x86_64 b/xelatex/bin/ttyd.x86_64 new file mode 100755 index 0000000..a28891c Binary files /dev/null and b/xelatex/bin/ttyd.x86_64 differ diff --git a/xelatex/cls/MastersDoctoralThesis.cls b/xelatex/cls/MastersDoctoralThesis.cls new file mode 100755 index 0000000..a10b74c --- /dev/null +++ b/xelatex/cls/MastersDoctoralThesis.cls @@ -0,0 +1,544 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Masters/Doctoral Thesis +% Class File +% Version 1.6 (27/8/17) +% +% This class was downloaded from: +% http://www.LaTeXTemplates.com +% +% Authors: +% Vel (vel@latextemplates.com) +% Johannes Böttcher +% +% Notes: +% 1) This class file defines the structure and layout of the template file (main.tex). +% 2) It has been written in such a way that under most circumstances you should not need +% to edit it; updating it to a newer version will be harder. If you do make changes, please change the name of +% the file and add comments to make your changes more visible. +% +% Class license: +% LPPL v1.3c (http://www.latex-project.org/lppl) +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% CLASS DEFINITION AND PARAMETERS +%---------------------------------------------------------------------------------------- + +\NeedsTeXFormat{LaTeX2e}[1996/12/01] +\newcommand{\classname}{MastersDoctoralThesis} +\ProvidesClass{\classname}[2017/08/27 v1.6 LaTeXTemplates.com] +\providecommand{\baseclass}{book} +\RequirePackage{etoolbox} +\RequirePackage{xparse} +\newbool{nolistspace} +\newbool{chapteroneline} +\newbool{listtoc} +\newbool{toctoc} +\newbool{parskip} +\newbool{hyperrefsupport} +\booltrue{hyperrefsupport} +\newbool{headsepline} +\newbool{consistentlayout} + +\DeclareOption{nohyperref}{\boolfalse{hyperrefsupport}} +\DeclareOption{nolistspacing}{\booltrue{nolistspace}} +\DeclareOption{liststotoc}{\booltrue{listtoc}} +\DeclareOption{chapterinoneline}{\booltrue{chapteroneline}} +\DeclareOption{toctotoc}{\booltrue{toctoc}} +\DeclareOption{parskip}{\booltrue{parskip}} +\DeclareOption{headsepline}{\booltrue{headsepline}} +\DeclareOption{consistentlayout}{\booltrue{consistentlayout}} +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{\baseclass}} + +\ProcessOptions\relax + +\LoadClass{\baseclass} + +% Simple interface for the user to customize the chapter titles +\ProvideDocumentCommand{\abovechapterskip}{}{\vspace*{20pt}} +\ProvideDocumentCommand{\chapterbelowskip}{}{\vspace*{40pt}} +\ProvideDocumentCommand{\chapterinbetweenskip}{}{\vspace*{20pt}} +\ProvideDocumentCommand{\autodot}{}{} +\ProvideDocumentCommand{\mdtChapapp}{}{} +\ProvideDocumentCommand{\chapteralign}{}{\raggedright} +\ProvideDocumentCommand{\chapterfont}{}{\Huge\bfseries} +\ProvideDocumentCommand{\chapterprefixfont}{}{\LARGE\bfseries} +\DeclareDocumentCommand{\@makechapterhead}{ m }{% + \abovechapterskip + {\parindent \z@ \chapteralign \normalfont + \ifnum \c@secnumdepth >\m@ne + \if@mainmatter + \ifbool{chapteroneline}{% + \chapterfont \mdtChapapp\thechapter\autodot\enspace + }{% + \chapterprefixfont \@chapapp\space \thechapter + \par\nobreak + \chapterinbetweenskip + }% + \fi + \fi + \interlinepenalty\@M% + \chapterfont #1\par\nobreak + \chapterbelowskip + } + \thispagestyle{\chapter@p@gestyle} +} +\def\@makeschapterhead#1{% + \abovechapterskip + {\parindent \z@ \chapteralign + \normalfont + \interlinepenalty\@M + \chapterfont #1\par\nobreak + \chapterbelowskip + } + \thispagestyle{\chapter@p@gestyle} +} + + +% Addchap provides unnumbered chapters with an entry in the table of contents as well as an updated header +\ProvideDocumentCommand{\addchap}{ s o m }{% + \chapter*{#3}% + \markboth{}{}% + \IfBooleanTF{#1}{% + }{% + \IfNoValueTF{#2}{% + \addchaptertocentry{#3}% + \markboth{\MakeMarkcase{#3}}{\MakeMarkcase{#3}}% + }{% + \addchaptertocentry{#2}% + \markboth{\MakeMarkcase{#2}}{\MakeMarkcase{#2}}% + }% + }% +}% + +\ProvideDocumentCommand{\addsec}{ s o m }{% + \section*{#3}% + \markright{}% + \IfBooleanTF{#1}{% + }{% + \IfNoValueTF{#2}{% + \addcontentsline{toc}{section}{#3}% + \markright{\MakeMarkcase{#3}}%% + }{% + \addcontentsline{toc}{section}{#2}% + \markright{\MakeMarkcase{#2}}% + }% + }% +}% + +%---------------------------------------------------------------------------------------- +% CLASS OPTIONS +%---------------------------------------------------------------------------------------- + +\ifbool{parskip}{\RequirePackage{parskip}} % If the parskip option is passed to the class, require the parskip package + + +\ifbool{listtoc}{% If the liststotoc option has been passed to the class, add the lists to the table of contents + \patchcmd{\listoftables}{\@starttoc{lot}}{% + \addchaptertocentry{\listtablename}\@starttoc{lot}% + }{}{}% + \patchcmd{\listoffigures}{\@starttoc{lof}}{% + \addchaptertocentry{\listfigurename}\@starttoc{lof}% + }{}{}% +} + +\ifbool{toctoc}{% If the toctotoc options has been passed to the class, add the table of contents to the table of contents + \patchcmd{\tableofcontents}{\@starttoc{toc}% +}{% + \addchaptertocentry{\contentsname}\@starttoc{toc}}{}{}% +} + +\patchcmd{\tableofcontents}{\MakeUppercase}{\MakeMarkcase}{}{} +\patchcmd{\tableofcontents}{\MakeUppercase}{\MakeMarkcase}{}{} +\patchcmd{\listoffigures}{\MakeUppercase}{\MakeMarkcase}{}{} +\patchcmd{\listoffigures}{\MakeUppercase}{\MakeMarkcase}{}{} +\patchcmd{\listoftables}{\MakeUppercase}{\MakeMarkcase}{}{} +\patchcmd{\listoftables}{\MakeUppercase}{\MakeMarkcase}{}{} + +% If the option `nolistspacing' is given, the spacing in the different lists is reduced to single spacing. This option is only useful, if the spacing of the document has been changed to onehalfspacing or doublespacing. +\ifbool{nolistspace}{ + \patchcmd{\listoffigures}{% + \@starttoc{lof} + }{% + \begingroup% + \singlespace\@starttoc{lof}\endgroup% + }{}{}% + \patchcmd{\listoftables}{% + \@starttoc{lot} + }{% + \begingroup% + \singlespace\@starttoc{lot}\endgroup% + }{}{}% + \patchcmd{\tableofcontents}{% + \@starttoc{toc} + }{% + \begingroup% + \singlespace\@starttoc{toc}\endgroup% + }{}{}% +}{} + + +%---------------------------------------------------------------------------------------- +% REQUIRED PACKAGES +%---------------------------------------------------------------------------------------- + +\RequirePackage{babel} % Required for automatically changing names of document elements to languages besides english + +\RequirePackage{scrbase} % Required for handling language-dependent names of sections/document elements + +\RequirePackage{scrhack} % Loads fixes for various packages + +\RequirePackage{setspace} % Required for changing line spacing + +\RequirePackage{longtable} % Required for tables that span multiple pages (used in the symbols, abbreviations and physical constants pages) + +\RequirePackage{siunitx} % Required for \SI commands + +\RequirePackage{graphicx} % Required to include images +\graphicspath{{Figures/}{./}} % Specifies where to look for included images + +\RequirePackage{booktabs} % Required for better table rules + +\RequirePackage{caption} % Required for customising the captions +\captionsetup{justification=centerlast,font=small,labelfont=sc,margin=50pt} + +%---------------------------------------------------------------------------------------- +% DEFINE CUSTOM THESIS INFORMATION COMMANDS +%---------------------------------------------------------------------------------------- + +\NewDocumentCommand{\thesistitle} { o m }{% + \IfValueTF{#1}{\def\shorttitle{#1}}{\def\shorttitle{#2}}% + \def\@title{#2}% + \def\ttitle{#2}% +} +\DeclareDocumentCommand{\author}{m}{\newcommand{\authorname}{#1}\renewcommand{\@author}{#1}} +\NewDocumentCommand{\supervisor}{m}{\newcommand{\supname}{#1}} +\NewDocumentCommand{\examiner}{m}{\newcommand{\examname}{#1}} +\NewDocumentCommand{\degree}{m}{\newcommand{\degreename}{#1}} +\NewDocumentCommand{\addresses}{m}{\newcommand{\addressname}{#1}} +\NewDocumentCommand{\university}{m}{\newcommand{\univname}{#1}} +\NewDocumentCommand{\department}{m}{\newcommand{\deptname}{#1}} +\NewDocumentCommand{\group}{m}{\newcommand{\groupname}{#1}} +\NewDocumentCommand{\faculty}{m}{\newcommand{\facname}{#1}} +\NewDocumentCommand{\subject}{m}{\newcommand{\subjectname}{#1}} +\NewDocumentCommand{\keywords}{m}{\newcommand{\keywordnames}{#1}} + +\newcommand{\checktoopen}{% New command to move content to the next page which prints to the next odd page if twosided mode is active + \if@openright\cleardoublepage\else\clearpage\fi + \ifdef{\phantomsection}{\phantomsection}{}% The \phantomsection command is necessary for hyperref to jump to the correct page +} + +\NewDocumentCommand{\bhrule}{}{\typeout{--------------------}} +\NewDocumentCommand{\tttypeout}{m}{\bhrule\typeout{\space #1}\bhrule} + +\newcommand{\HRule}{\rule{.9\linewidth}{.6pt}} % New command to make the lines in the title page +\newcommand{\decoRule}{\rule{.8\textwidth}{.4pt}} % New command for a rule to be used under figures + +\setcounter{tocdepth}{3} % The depth to which the document sections are printed to the table of contents +\ProvideDocumentCommand{\addchaptertocentry}{ m }{% + \addcontentsline{toc}{chapter}{#1}% +} + +%---------------------------------------------------------------------------------------- +% COLOURS +%---------------------------------------------------------------------------------------- + +\usepackage{xcolor} % Required for specifying custom colours + +\colorlet{mdtRed}{red!50!black} + +%---------------------------------------------------------------------------------------- +% MARGINS +%---------------------------------------------------------------------------------------- + +\RequirePackage{geometry} +\geometry{ + headheight=4ex, + includehead, + includefoot +} + +\raggedbottom + +%---------------------------------------------------------------------------------------- +% PENALTIES +%---------------------------------------------------------------------------------------- + +\doublehyphendemerits=10000 % No consecutive line hyphens +\brokenpenalty=10000 % No broken words across columns/pages +\widowpenalty=9999 % Almost no widows at bottom of page +\clubpenalty=9999 % Almost no orphans at top of page +\interfootnotelinepenalty=9999 % Almost never break footnotes + +%---------------------------------------------------------------------------------------- +% HEADERS AND FOOTERS +%---------------------------------------------------------------------------------------- + +\RequirePackage[markcase=used]{scrlayer-scrpage} +\providepairofpagestyles{thesisSimple}{% + \clearpairofpagestyles% + \automark[chapter]{chapter} + \ihead{\headmark}% Inner header + \ohead[\pagemark]{\pagemark}% Outer header +} +\ifoot{}% Inner footer +\ofoot{}% Outer footer +\pagestyle{thesisSimple} +\providepairofpagestyles[thesisSimple]{thesis}{% + \automark*[section]{}% +} +\providepairofpagestyles[thesisSimple]{review}{% + \ofoot[\shorttitle/\authorname]{\shorttitle/\authorname} + \ifoot[\today]{\today} +} +\pagestyle{thesis} +\ifbool{headsepline}{\KOMAoption{headsepline}{true}}{} +\PreventPackageFromLoading[\ClassError{\classname}{Package `fancyhdr' is +incompatible\MessageBreak with this class}{The pagesyles are defined + using package `scrlayer-scrpage', please consult the\MessageBreak +KOMA-script documentation for details.}]{fancyhdr} + + +\newcommand{\blank@p@gestyle}{empty} +\newcommand{\chapter@p@gestyle}{plain} +\NewDocumentCommand{\blankpagestyle}{ m }{% + \ClassWarning{\classname}{\string\blankpagestyle\space is + obsolete,\MessageBreak use \string\setblankpagestyle \space instead}\renewcommand{\blank@p@gestyle}{}{#1} +} +\NewDocumentCommand{\setblankpagestyle}{ m }{\renewcommand{\blank@p@gestyle}{#1}} +\NewDocumentCommand{\setchapterpagestyle}{ m }{\renewcommand{\chapter@p@gestyle}{#1}} + +\DeclareDocumentCommand\cleardoublepage{}{\clearpage\if@twoside \ifodd\c@page\else + \hbox{} + \thispagestyle{\blank@p@gestyle} + \newpage + \if@twocolumn\hbox{}\newpage\fi\fi\fi% +} + +%---------------------------------------------------------------------------------------- +% ABBREVIATIONS PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\newcommand{\abbrevname}{List of Abbreviations} +\providecaptionname{english,british,american}{\abbrevname}{List of Abbreviations} +\providecaptionname{ngerman,german,austrian,naustrian}{\abbrevname}{Abk\"urzungsverzeichnis} +\NewDocumentEnvironment{abbreviations}{ m }{% + \ifbool{nolistspace}{\begingroup\singlespacing}{} + \ifbool{listtoc}{\addchap{\abbrevname}}{\addchap*{\abbrevname}} + \begin{longtable}{#1} + }{% + \end{longtable} + \addtocounter{table}{-1}% Don't count this table as one of the document tables + \ifbool{nolistspace}{\endgroup}{} +} + +%---------------------------------------------------------------------------------------- +% ABSTRACT PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\DeclareDocumentCommand{\abstractauthorfont}{}{} +\DeclareDocumentCommand{\abstracttitlefont}{}{} +\newcommand{\byname}{by} +\newcommand{\abstractname}{Abstract} +\providecaptionname{german,ngerman,austrian,naustrian}{\byname}{von} +\providecaptionname{american,australian,british,canadian,english,newzealand,UKenglish,USenglish}{\byname}{by} +\ifbool{consistentlayout}{ + \DeclareDocumentEnvironment{abstract}{ O{} }{% + \addchap*{\abstractname}% + {\chapteralign\normalsize\abstractauthorfont \authorname \par}% Author name + \vspace{\baselineskip} + {\chapteralign\parbox{.7\linewidth}{\chapteralign\normalsize\itshape\abstracttitlefont\@title}\par}% Thesis title + \bigskip\noindent\ignorespaces + }% + {}%end alt-abstract +}{% + \DeclareDocumentEnvironment{abstract}{ O{\null\vfill} }{ + \checktoopen + \tttypeout{\abstractname} + #1%added to be able to have abstract more than one page long + \thispagestyle{plain} + \begin{center} + {\normalsize \MakeUppercase{\univname} \par}% University name in capitals + \bigskip + {\huge\textit{\abstractname} \par} + \bigskip + {\normalsize \facname \par}% Faculty name + {\normalsize \deptname \par}% Department name + \bigskip + {\normalsize \degreename\par}% Degree name + \bigskip + {\normalsize\bfseries \@title \par}% Thesis title + \medskip + {\normalsize \byname{} \authorname \par}% Author name + \bigskip + \end{center} + } + { + \vfill\null + } +} + +\DeclareDocumentEnvironment{extraAbstract}{ O{\null\vfill} }{ + \checktoopen + \tttypeout{\abstractname} + #1%added to be able to have abstract more than one page long + \thispagestyle{empty} + \begin{center} + {\normalsize \MakeUppercase{\univname} \par}% University name in capitals + \bigskip + {\huge\textit{\abstractname} \par} + \bigskip + {\normalsize \facname \par}% Faculty name + {\normalsize \deptname \par}% Department name + \bigskip + {\normalsize \degreename\par}% Degree name + \bigskip + {\normalsize\bfseries \@title \par}% Thesis title + \medskip + {\normalsize \byname{} \authorname \par}% Author name + \bigskip + \end{center} +} +{ + \vfill\null +} + +%---------------------------------------------------------------------------------------- +% ACKNOWLEDGEMENTS PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\usepackage{xcolor} +\colorlet{mdtRed}{red!50!black} +\newcommand{\acknowledgementname}{Acknowledgements} +\providecaptionname{american,australian,british,canadian,english,newzealand,UKenglish,USenglish} {\acknowledgementname}{Acknowledgements} % Acknowledgement text for English countries +\providecaptionname{german,ngerman,austrian,naustrian}{\acknowledgementname}{Danksagung} % Acknowledgement text for Germanic countries + +\ifbool{consistentlayout}{ + \DeclareDocumentEnvironment{acknowledgements}{}{% + \tttypeout{\acknowledgementname} + \addchap*{\acknowledgementname} + } +} +{ + \DeclareDocumentEnvironment{acknowledgements}{}{% + \checktoopen + \tttypeout{\acknowledgementname} + \thispagestyle{plain} + \begin{center}{\huge\textit{\acknowledgementname}\par}\end{center} + } + { + \vfil\vfil\null + } +} + +%---------------------------------------------------------------------------------------- +% DECLARATION PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\newcommand{\authorshipname}{Declaration of Authorship} +\providecaptionname{american,australian,british,canadian,english,newzealand,UKenglish,USenglish}{\authorshipname}{Declaration of Authorship} % Declaration of Authorship text for English countries +\providecaptionname{german,ngerman,austrian,naustrian}{\authorshipname}{Eidesstattliche Erkl\"arung} % Declaration of Authorship text for Germanic countries + +\ifbool{consistentlayout}{ + \DeclareDocumentEnvironment{declaration}{}{ + \addchap*{\authorshipname} + }{}% +}{ + \DeclareDocumentEnvironment{declaration}{}{ + \checktoopen + \tttypeout{\authorshipname} + \thispagestyle{plain} + \null\vfil + {\noindent\huge\bfseries\authorshipname\par\vspace{10pt}} + }{} +} + +%---------------------------------------------------------------------------------------- +% DEDICATION PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\ifbool{consistentlayout}{ + \DeclareDocumentCommand{\dedicatory}{ + m O{\vspace*{.7\textheight} } }{ + \checktoopen\tttypeout{Dedicatory} + \markboth{}{} + #2 + {\hfill\parbox{.4\textwidth}{\flushright#1\par}} + } +}{ + \newcommand\dedicatory[1]{ + \checktoopen + \tttypeout{Dedicatory} + \null\vfil + \thispagestyle{plain} + \begin{center}{\Large\slshape #1}\end{center} + \vfil\null + } +} + + +%---------------------------------------------------------------------------------------- +% PHYSICAL CONSTANTS PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\newcommand{\constantsname}{Physical Constants} +\providecaptionname{english,british,american}{\constantsname}{Physical Constants} +\providecaptionname{ngerman,german,austrian,naustrian}{\constantsname}{Physikalische Konstanten} + +\NewDocumentEnvironment{constants}{ m }{% + \ifbool{nolistspace}{\begingroup\singlespacing}{} + \ifbool{listtoc}{\addchap{\constantsname}}{\addchap*{\constantsname}} + \begin{longtable}{#1} + }{% + \end{longtable} + \addtocounter{table}{-1}% Don't count this table as one of the document tables + \ifbool{nolistspace}{\endgroup}{} +} + +%---------------------------------------------------------------------------------------- +% SYMBOLS PAGE DESIGN +%---------------------------------------------------------------------------------------- + +\newcommand{\symbolsname}{List of Symbols} +\providecaptionname{english,british,american}{\symbolsname}{List of Symbols} +\providecaptionname{ngerman,german,austrian,naustrian}{\symbolsname}{Symbolverzeichnis} + +\NewDocumentEnvironment{symbols}{ m }{% + \ifbool{nolistspace}{\begingroup\singlespacing}{} + \ifbool{listtoc}{\addchap{\symbolsname}}{\addchap*{\symbolsname}} + \begin{longtable}{#1} + }{% + \end{longtable} + \addtocounter{table}{-1}% Don't count this table as one of the document tables + \ifbool{nolistspace}{\endgroup}{} +} + +%---------------------------------------------------------------------------------------- + +\ifbool{hyperrefsupport}{% If the nohyperref class option has not been specified +\AtEndPreamble{\RequirePackage{hyperref} +\hypersetup{pdfpagemode={UseOutlines}, +bookmarksopen=true, +bookmarksopenlevel=0, +hypertexnames=false, +colorlinks=true,% Set to false to disable coloring links +citecolor=magenta,% The color of citations +linkcolor=red,% The color of references to document elements (sections, figures, etc) +urlcolor=mdtRed,% The color of hyperlinks (URLs) +pdfstartview={FitV}, +unicode, +breaklinks=true, +} + +\pdfstringdefDisableCommands{% If there is an explicit linebreak in a section heading (or anything printed to the pdf-bookmarks), it is replaced by a space + \let\\\space% +} + } +}{%nothing +} + +%---------------------------------------------------------------------------------------- + +\endinput +% lazyLizardTracer diff --git a/xelatex/cls/README b/xelatex/cls/README new file mode 100755 index 0000000..fbf5443 --- /dev/null +++ b/xelatex/cls/README @@ -0,0 +1,2 @@ +Write a new class from scratch +and save it here diff --git a/xelatex/container-stop.sh b/xelatex/container-stop.sh new file mode 100755 index 0000000..7a82511 --- /dev/null +++ b/xelatex/container-stop.sh @@ -0,0 +1,2 @@ +docker stop $1 +docker container rm $1 diff --git a/xelatex/custom/custom.sh b/xelatex/custom/custom.sh new file mode 100755 index 0000000..1a24852 --- /dev/null +++ b/xelatex/custom/custom.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/xelatex/custom/extrapackages b/xelatex/custom/extrapackages new file mode 100755 index 0000000..e69de29 diff --git a/xelatex/custom/setup.sh b/xelatex/custom/setup.sh new file mode 100755 index 0000000..0577c93 --- /dev/null +++ b/xelatex/custom/setup.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +echo "==> extra packages" + +extrap=/tmp/bin/extrapackages +if [ -f $extrap ]; then +sh $extrap +fi + +echo "==> exec custom" + +extrashell=/tmp/bin/custom.sh +if [ -f $extrashell ]; then +sh $extrashell +fi diff --git a/xelatex/docker-compose.yml b/xelatex/docker-compose.yml new file mode 100755 index 0000000..046e1ad --- /dev/null +++ b/xelatex/docker-compose.yml @@ -0,0 +1,53 @@ +version: "3" + +services: + + masterservice: + image: microservice-xelatexthesis + privileged: true + environment: + - NODENAME=microservice-xelatexthesis_masterservice_1.microservice-xelatexthesis_microservice-xelatexthesis + - NODENETWORK=microservice-xelatexthesis + - DISPLAY=${DISPLAY} + cap_add: + - NET_ADMIN + user: root + entrypoint: ["sec_bootstrap", "role=masterservice", "sec_master_service_name=masterservice", "sec_worker_service_name=workerservice"] + ports: + - "${R_PORT1}:3787" + # - "${R_PORT2}:443" + networks: + - microservice-xelatexthesis + volumes: + - /tmp/microservice-xelatexthesis/xelatex/project:/home/docker/project + - /tmp/microservice-xelatexthesis/xelatex/sec_bootstrap:/usr/bin/sec_bootstrap + - /tmp/microservice-xelatexthesis/xelatex/latex-all:/usr/local/bin/latex-all + - /tmp/microservice-xelatexthesis/xelatex/docs:/home + - /tmp/.X11-unix:/tmp/.X11-unix + - /tmp/microservice-xelatexthesis/xelatex/bin/ttyd.x86_64:/usr/bin/ttyd + + +# workerservice: +# image: microservice-xelatexthesis +# privileged: true +# environment: +# - NODENAME=microservice-xelatexthesis_masterservice_1.microservice-xelatexthesis_microservice-xelatexthesis +# - NODENETWORK=microservice-xelatexthesis +# - DISPLAY=${DISPLAY} +# cap_add: +# - NET_ADMIN +# user: root +# entrypoint: ["sec_bootstrap", "role=workerservice", "sec_master_service_name=masterservice", "sec_worker_service_name=workerservice"] +# #ports: +# # - "${SSH_PORT}:22" +# networks: +# - microservice-xelatexthesis +# volumes: +# - /tmp/microservice-xelatexthesis/xelatex/project:/home/docker/project +# - /tmp/microservice-xelatexthesis/xelatex/project/data-www:/data-www +# - /tmp/microservice-xelatexthesis/xelatex/project/config/nginx.conf:/etc/nginx/nginx.conf +# - /tmp/microservice-xelatexthesis/xelatex/project/config/default.conf:/etc/nginx/conf.d/default.conf +# - /tmp/microservice-xelatexthesis/xelatex/project/config/supervisord.conf:/etc/supervisor/supervisord.conf + +networks: + microservice-xelatexthesis: diff --git a/xelatex/docs/Appendices/.DS_Store b/xelatex/docs/Appendices/.DS_Store new file mode 100755 index 0000000..5008ddf Binary files /dev/null and b/xelatex/docs/Appendices/.DS_Store differ diff --git a/xelatex/docs/Appendices/AppendixA.aux b/xelatex/docs/Appendices/AppendixA.aux new file mode 100644 index 0000000..57d025d --- /dev/null +++ b/xelatex/docs/Appendices/AppendixA.aux @@ -0,0 +1,149 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {\MakeUppercase {α\anw@true \anw@print \relax }}Frequently Asked Questions}{11}{appendix.43}\protected@file@percent } +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }} +\newlabel{AppendixA}{{\MakeUppercase {α\anw@true \anw@print \relax }}{11}{Frequently Asked Questions}{appendix.43}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {\MakeUppercase {α\anw@true \anw@print \relax }.1}How do I change the colors of links?}{11}{section.44}\protected@file@percent } +\@setckpt{Appendices/AppendixA}{ +\setcounter{page}{12} +\setcounter{equation}{0} +\setcounter{enumi}{0} +\setcounter{enumii}{0} +\setcounter{enumiii}{0} +\setcounter{enumiv}{0} +\setcounter{footnote}{0} +\setcounter{mpfootnote}{0} +\setcounter{part}{0} +\setcounter{chapter}{1} +\setcounter{section}{1} +\setcounter{subsection}{0} +\setcounter{subsubsection}{0} +\setcounter{paragraph}{0} +\setcounter{subparagraph}{0} +\setcounter{figure}{0} +\setcounter{table}{0} +\setcounter{LT@tables}{3} +\setcounter{LT@chunks}{1} +\setcounter{caption@flags}{0} +\setcounter{continuedfloat}{0} +\setcounter{parentequation}{0} +\setcounter{tabx@nest}{0} +\setcounter{listtotal}{0} +\setcounter{listcount}{0} +\setcounter{liststart}{0} +\setcounter{liststop}{0} +\setcounter{citecount}{0} +\setcounter{citetotal}{0} +\setcounter{multicitecount}{0} +\setcounter{multicitetotal}{0} +\setcounter{instcount}{0} +\setcounter{maxnames}{3} +\setcounter{minnames}{1} +\setcounter{maxitems}{3} +\setcounter{minitems}{1} +\setcounter{citecounter}{0} +\setcounter{maxcitecounter}{0} +\setcounter{savedcitecounter}{0} +\setcounter{uniquelist}{0} +\setcounter{uniquename}{0} +\setcounter{refsection}{0} +\setcounter{refsegment}{0} +\setcounter{maxextratitle}{0} +\setcounter{maxextratitleyear}{0} +\setcounter{maxextraname}{0} +\setcounter{maxextradate}{0} +\setcounter{maxextraalpha}{0} +\setcounter{abbrvpenalty}{50} +\setcounter{highnamepenalty}{50} +\setcounter{lownamepenalty}{25} +\setcounter{maxparens}{3} +\setcounter{parenlevel}{0} +\setcounter{mincomprange}{10} +\setcounter{maxcomprange}{100000} +\setcounter{mincompwidth}{1} +\setcounter{afterword}{0} +\setcounter{savedafterword}{0} +\setcounter{annotator}{0} +\setcounter{savedannotator}{0} +\setcounter{author}{0} +\setcounter{savedauthor}{0} +\setcounter{bookauthor}{0} +\setcounter{savedbookauthor}{0} +\setcounter{commentator}{0} +\setcounter{savedcommentator}{0} +\setcounter{editor}{0} +\setcounter{savededitor}{0} +\setcounter{editora}{0} +\setcounter{savededitora}{0} +\setcounter{editorb}{0} +\setcounter{savededitorb}{0} +\setcounter{editorc}{0} +\setcounter{savededitorc}{0} +\setcounter{foreword}{0} +\setcounter{savedforeword}{0} +\setcounter{holder}{0} +\setcounter{savedholder}{0} +\setcounter{introduction}{0} +\setcounter{savedintroduction}{0} +\setcounter{namea}{0} +\setcounter{savednamea}{0} +\setcounter{nameb}{0} +\setcounter{savednameb}{0} +\setcounter{namec}{0} +\setcounter{savednamec}{0} +\setcounter{translator}{0} +\setcounter{savedtranslator}{0} +\setcounter{shortauthor}{0} +\setcounter{savedshortauthor}{0} +\setcounter{shorteditor}{0} +\setcounter{savedshorteditor}{0} +\setcounter{labelname}{0} +\setcounter{savedlabelname}{0} +\setcounter{institution}{0} +\setcounter{savedinstitution}{0} +\setcounter{lista}{0} +\setcounter{savedlista}{0} +\setcounter{listb}{0} +\setcounter{savedlistb}{0} +\setcounter{listc}{0} +\setcounter{savedlistc}{0} +\setcounter{listd}{0} +\setcounter{savedlistd}{0} +\setcounter{liste}{0} +\setcounter{savedliste}{0} +\setcounter{listf}{0} +\setcounter{savedlistf}{0} +\setcounter{location}{0} +\setcounter{savedlocation}{0} +\setcounter{organization}{0} +\setcounter{savedorganization}{0} +\setcounter{origlocation}{0} +\setcounter{savedoriglocation}{0} +\setcounter{origpublisher}{0} +\setcounter{savedorigpublisher}{0} +\setcounter{publisher}{0} +\setcounter{savedpublisher}{0} +\setcounter{language}{0} +\setcounter{savedlanguage}{0} +\setcounter{origlanguage}{0} +\setcounter{savedoriglanguage}{0} +\setcounter{pageref}{0} +\setcounter{savedpageref}{0} +\setcounter{textcitecount}{0} +\setcounter{textcitetotal}{0} +\setcounter{textcitemaxnames}{0} +\setcounter{biburlbigbreakpenalty}{100} +\setcounter{biburlbreakpenalty}{200} +\setcounter{biburlnumpenalty}{0} +\setcounter{biburlucpenalty}{0} +\setcounter{biburllcpenalty}{0} +\setcounter{smartand}{1} +\setcounter{bbx:relatedcount}{0} +\setcounter{bbx:relatedtotal}{0} +\setcounter{Item}{0} +\setcounter{Hfootnote}{1} +\setcounter{Hy@AnnotLevel}{0} +\setcounter{bookmark@seq@number}{35} +\setcounter{section@level}{1} +} diff --git a/xelatex/docs/Appendices/AppendixA.tex b/xelatex/docs/Appendices/AppendixA.tex new file mode 100755 index 0000000..320c019 --- /dev/null +++ b/xelatex/docs/Appendices/AppendixA.tex @@ -0,0 +1,25 @@ +% Appendix A + +\chapter{Frequently Asked Questions} % Main appendix title + +\label{AppendixA} % For referencing this appendix elsewhere, use \ref{AppendixA} + +\section{How do I change the colors of links?} + +The color of links can be changed to your liking using: + +{\small\verb!\hypersetup{urlcolor=red}!}, or + +{\small\verb!\hypersetup{citecolor=green}!}, or + +{\small\verb!\hypersetup{allcolor=blue}!}. + +\noindent If you want to completely hide the links, you can use: + +{\small\verb!\hypersetup{allcolors=.}!}, or even better: + +{\small\verb!\hypersetup{hidelinks}!}. + +\noindent If you want to have obvious links in the PDF but not the printed text, use: + +{\small\verb!\hypersetup{colorlinks=false}!}. diff --git a/xelatex/docs/Appendices/AppendixTemplate.tex b/xelatex/docs/Appendices/AppendixTemplate.tex new file mode 100755 index 0000000..19a7f0a --- /dev/null +++ b/xelatex/docs/Appendices/AppendixTemplate.tex @@ -0,0 +1,7 @@ +% Appendix Template + +\chapter{Appendix Title Here} % Main appendix title + +\label{AppendixX} % Change X to a consecutive letter; for referencing this appendix elsewhere, use \ref{AppendixX} + +Write your Appendix content here. \ No newline at end of file diff --git a/xelatex/docs/Chapters/.DS_Store b/xelatex/docs/Chapters/.DS_Store new file mode 100755 index 0000000..5008ddf Binary files /dev/null and b/xelatex/docs/Chapters/.DS_Store differ diff --git a/xelatex/docs/Chapters/Chapter1.aux b/xelatex/docs/Chapters/Chapter1.aux new file mode 100644 index 0000000..d824ac3 --- /dev/null +++ b/xelatex/docs/Chapters/Chapter1.aux @@ -0,0 +1,179 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {1}Πρώτο}{1}{chapter.14}\protected@file@percent } +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }} +\newlabel{Chapter1}{{1}{1}{Πρώτο}{chapter.14}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.1}Welcome and Thank You}{1}{section.15}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.2}Learning \LaTeX {}}{1}{section.17}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.1}A (not so short) Introduction to \LaTeX {}}{1}{subsection.18}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.2}A Short Math Guide for \LaTeX {}}{1}{subsection.19}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.3}Common \LaTeX {} Math Symbols}{2}{subsection.20}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.4}\LaTeX {} on a Mac}{2}{subsection.21}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.3}Getting Started with this Template}{2}{section.22}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.3.1}About this Template}{2}{subsection.23}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.4}What this Template Includes}{3}{section.24}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.4.1}Folders}{3}{subsection.25}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.4.2}Files}{3}{subsection.26}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.5}Filling in Your Information in the \texttt {\bfseries main.tex} File}{4}{section.27}\protected@file@percent } +\newlabel{FillingFile}{{1.5}{4}{Filling in Your Information in the \file {main.tex} File}{section.27}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.6}The \texttt {main.tex} File Explained}{5}{section.28}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.7}Thesis Features and Conventions}{6}{section.29}\protected@file@percent } +\newlabel{ThesisConventions}{{1.7}{6}{Thesis Features and Conventions}{section.29}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.7.1}Printing Format}{6}{subsection.30}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.7.2}Using US Letter Paper}{6}{subsection.31}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.7.3}References}{6}{subsection.32}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{A Note on bibtex}{7}{section*.34}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.7.4}Tables}{7}{subsection.35}\protected@file@percent } +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {1.1}{\ignorespaces The effects of treatments X and Y on the four groups studied.\relax }}{8}{table.caption.36}\protected@file@percent } +\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} +\newlabel{tab:treatments}{{1.1}{8}{The effects of treatments X and Y on the four groups studied.\relax }{table.caption.36}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.7.5}Figures}{8}{subsection.37}\protected@file@percent } +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces An Electron}}{8}{figure.caption.38}\protected@file@percent } +\newlabel{fig:Electron}{{1.1}{8}{An Electron}{figure.caption.38}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.7.6}Typesetting mathematics}{9}{subsection.39}\protected@file@percent } +\newlabel{eqn:Einstein}{{1.2}{9}{Typesetting mathematics}{equation.40}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.8}Sectioning and Subsectioning}{9}{section.41}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.9}In Closing}{10}{section.42}\protected@file@percent } +\@setckpt{Chapters/Chapter1}{ +\setcounter{page}{11} +\setcounter{equation}{2} +\setcounter{enumi}{0} +\setcounter{enumii}{0} +\setcounter{enumiii}{0} +\setcounter{enumiv}{0} +\setcounter{footnote}{1} +\setcounter{mpfootnote}{0} +\setcounter{part}{0} +\setcounter{chapter}{1} +\setcounter{section}{9} +\setcounter{subsection}{0} +\setcounter{subsubsection}{0} +\setcounter{paragraph}{0} +\setcounter{subparagraph}{0} +\setcounter{figure}{1} +\setcounter{table}{1} +\setcounter{LT@tables}{3} +\setcounter{LT@chunks}{1} +\setcounter{caption@flags}{0} +\setcounter{continuedfloat}{0} +\setcounter{parentequation}{0} +\setcounter{tabx@nest}{0} +\setcounter{listtotal}{0} +\setcounter{listcount}{0} +\setcounter{liststart}{0} +\setcounter{liststop}{0} +\setcounter{citecount}{0} +\setcounter{citetotal}{0} +\setcounter{multicitecount}{0} +\setcounter{multicitetotal}{0} +\setcounter{instcount}{0} +\setcounter{maxnames}{3} +\setcounter{minnames}{1} +\setcounter{maxitems}{3} +\setcounter{minitems}{1} +\setcounter{citecounter}{0} +\setcounter{maxcitecounter}{0} +\setcounter{savedcitecounter}{0} +\setcounter{uniquelist}{0} +\setcounter{uniquename}{0} +\setcounter{refsection}{0} +\setcounter{refsegment}{0} +\setcounter{maxextratitle}{0} +\setcounter{maxextratitleyear}{0} +\setcounter{maxextraname}{0} +\setcounter{maxextradate}{0} +\setcounter{maxextraalpha}{0} +\setcounter{abbrvpenalty}{50} +\setcounter{highnamepenalty}{50} +\setcounter{lownamepenalty}{25} +\setcounter{maxparens}{3} +\setcounter{parenlevel}{0} +\setcounter{mincomprange}{10} +\setcounter{maxcomprange}{100000} +\setcounter{mincompwidth}{1} +\setcounter{afterword}{0} +\setcounter{savedafterword}{0} +\setcounter{annotator}{0} +\setcounter{savedannotator}{0} +\setcounter{author}{0} +\setcounter{savedauthor}{0} +\setcounter{bookauthor}{0} +\setcounter{savedbookauthor}{0} +\setcounter{commentator}{0} +\setcounter{savedcommentator}{0} +\setcounter{editor}{0} +\setcounter{savededitor}{0} +\setcounter{editora}{0} +\setcounter{savededitora}{0} +\setcounter{editorb}{0} +\setcounter{savededitorb}{0} +\setcounter{editorc}{0} +\setcounter{savededitorc}{0} +\setcounter{foreword}{0} +\setcounter{savedforeword}{0} +\setcounter{holder}{0} +\setcounter{savedholder}{0} +\setcounter{introduction}{0} +\setcounter{savedintroduction}{0} +\setcounter{namea}{0} +\setcounter{savednamea}{0} +\setcounter{nameb}{0} +\setcounter{savednameb}{0} +\setcounter{namec}{0} +\setcounter{savednamec}{0} +\setcounter{translator}{0} +\setcounter{savedtranslator}{0} +\setcounter{shortauthor}{0} +\setcounter{savedshortauthor}{0} +\setcounter{shorteditor}{0} +\setcounter{savedshorteditor}{0} +\setcounter{labelname}{0} +\setcounter{savedlabelname}{0} +\setcounter{institution}{0} +\setcounter{savedinstitution}{0} +\setcounter{lista}{0} +\setcounter{savedlista}{0} +\setcounter{listb}{0} +\setcounter{savedlistb}{0} +\setcounter{listc}{0} +\setcounter{savedlistc}{0} +\setcounter{listd}{0} +\setcounter{savedlistd}{0} +\setcounter{liste}{0} +\setcounter{savedliste}{0} +\setcounter{listf}{0} +\setcounter{savedlistf}{0} +\setcounter{location}{0} +\setcounter{savedlocation}{0} +\setcounter{organization}{0} +\setcounter{savedorganization}{0} +\setcounter{origlocation}{0} +\setcounter{savedoriglocation}{0} +\setcounter{origpublisher}{0} +\setcounter{savedorigpublisher}{0} +\setcounter{publisher}{0} +\setcounter{savedpublisher}{0} +\setcounter{language}{0} +\setcounter{savedlanguage}{0} +\setcounter{origlanguage}{0} +\setcounter{savedoriglanguage}{0} +\setcounter{pageref}{0} +\setcounter{savedpageref}{0} +\setcounter{textcitecount}{0} +\setcounter{textcitetotal}{0} +\setcounter{textcitemaxnames}{0} +\setcounter{biburlbigbreakpenalty}{100} +\setcounter{biburlbreakpenalty}{200} +\setcounter{biburlnumpenalty}{0} +\setcounter{biburlucpenalty}{0} +\setcounter{biburllcpenalty}{0} +\setcounter{smartand}{1} +\setcounter{bbx:relatedcount}{0} +\setcounter{bbx:relatedtotal}{0} +\setcounter{Item}{0} +\setcounter{Hfootnote}{1} +\setcounter{Hy@AnnotLevel}{0} +\setcounter{bookmark@seq@number}{33} +\setcounter{section@level}{1} +} diff --git a/xelatex/docs/Chapters/Chapter1.tex b/xelatex/docs/Chapters/Chapter1.tex new file mode 100755 index 0000000..09568e7 --- /dev/null +++ b/xelatex/docs/Chapters/Chapter1.tex @@ -0,0 +1,343 @@ +% Chapter 1 + +\chapter{Πρώτο} % Main chapter title + +\label{Chapter1} % For referencing the chapter elsewhere, use \ref{Chapter1} + +%---------------------------------------------------------------------------------------- + +% Define some commands to keep the formatting separated from the content +\newcommand{\keyword}[1]{\textbf{#1}} +\newcommand{\tabhead}[1]{\textbf{#1}} +\newcommand{\code}[1]{\texttt{#1}} +\newcommand{\file}[1]{\texttt{\bfseries#1}} +\newcommand{\option}[1]{\texttt{\itshape#1}} + +%---------------------------------------------------------------------------------------- + +\section{Welcome and Thank You} + + +\begin{equation} +α^2 + β^2 = γ^2 +\end{equation} + +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο +Κείμενο κείμενο Greek +Κείμενο κείμενο + +%---------------------------------------------------------------------------------------- + +\section{Learning \LaTeX{}} + +\LaTeX{} is not a \textsc{wysiwyg} (What You See is What You Get) program, unlike word processors such as Microsoft Word or Apple's Pages. Instead, a document written for \LaTeX{} is actually a simple, plain text file that contains \emph{no formatting}. You tell \LaTeX{} how you want the formatting in the finished document by writing in simple commands amongst the text, for example, if I want to use \emph{italic text for emphasis}, I write the \verb|\emph{text}| command and put the text I want in italics in between the curly braces. This means that \LaTeX{} is a \enquote{mark-up} language, very much like HTML. + +\subsection{A (not so short) Introduction to \LaTeX{}} + +If you are new to \LaTeX{}, there is a very good eBook -- freely available online as a PDF file -- called, \enquote{The Not So Short Introduction to \LaTeX{}}. The book's title is typically shortened to just \emph{lshort}. You can download the latest version (as it is occasionally updated) from here: +\url{http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf} + +It is also available in several other languages. Find yours from the list on this page: \url{http://www.ctan.org/tex-archive/info/lshort/} + +It is recommended to take a little time out to learn how to use \LaTeX{} by creating several, small `test' documents, or having a close look at several templates on:\\ +\url{http://www.LaTeXTemplates.com}\\ +Making the effort now means you're not stuck learning the system when what you \emph{really} need to be doing is writing your thesis. + +\subsection{A Short Math Guide for \LaTeX{}} + +If you are writing a technical or mathematical thesis, then you may want to read the document by the AMS (American Mathematical Society) called, \enquote{A Short Math Guide for \LaTeX{}}. It can be found online here: +\url{http://www.ams.org/tex/amslatex.html} +under the \enquote{Additional Documentation} section towards the bottom of the page. + +\subsection{Common \LaTeX{} Math Symbols} +There are a multitude of mathematical symbols available for \LaTeX{} and it would take a great effort to learn the commands for them all. The most common ones you are likely to use are shown on this page: +\url{http://www.sunilpatel.co.uk/latex-type/latex-math-symbols/} + +You can use this page as a reference or crib sheet, the symbols are rendered as large, high quality images so you can quickly find the \LaTeX{} command for the symbol you need. + +\subsection{\LaTeX{} on a Mac} + +The \LaTeX{} distribution is available for many systems including Windows, Linux and Mac OS X. The package for OS X is called MacTeX and it contains all the applications you need -- bundled together and pre-customized -- for a fully working \LaTeX{} environment and work flow. + +MacTeX includes a custom dedicated \LaTeX{} editor called TeXShop for writing your `\file{.tex}' files and BibDesk: a program to manage your references and create your bibliography section just as easily as managing songs and creating playlists in iTunes. + +%---------------------------------------------------------------------------------------- + +\section{Getting Started with this Template} + +If you are familiar with \LaTeX{}, then you should explore the directory structure of the template and then proceed to place your own information into the \emph{THESIS INFORMATION} block of the \file{main.tex} file. You can then modify the rest of this file to your unique specifications based on your degree/university. Section \ref{FillingFile} on page \pageref{FillingFile} will help you do this. Make sure you also read section \ref{ThesisConventions} about thesis conventions to get the most out of this template. + +If you are new to \LaTeX{} it is recommended that you carry on reading through the rest of the information in this document. + +Before you begin using this template you should ensure that its style complies with the thesis style guidelines imposed by your institution. In most cases this template style and layout will be suitable. If it is not, it may only require a small change to bring the template in line with your institution's recommendations. These modifications will need to be done on the \file{MastersDoctoralThesis.cls} file. + +\subsection{About this Template} + +This \LaTeX{} Thesis Template is originally based and created around a \LaTeX{} style file created by Steve R.\ Gunn from the University of Southampton (UK), department of Electronics and Computer Science. You can find his original thesis style file at his site, here: +\url{http://www.ecs.soton.ac.uk/~srg/softwaretools/document/templates/} + +Steve's \file{ecsthesis.cls} was then taken by Sunil Patel who modified it by creating a skeleton framework and folder structure to place the thesis files in. The resulting template can be found on Sunil's site here: +\url{http://www.sunilpatel.co.uk/thesis-template} + +Sunil's template was made available through \url{http://www.LaTeXTemplates.com} where it was modified many times based on user requests and questions. Version 2.0 and onwards of this template represents a major modification to Sunil's template and is, in fact, hardly recognisable. The work to make version 2.0 possible was carried out by \href{mailto:vel@latextemplates.com}{Vel} and Johannes Böttcher. + +%---------------------------------------------------------------------------------------- + +\section{What this Template Includes} + +\subsection{Folders} + +This template comes as a single zip file that expands out to several files and folders. The folder names are mostly self-explanatory: + +\keyword{Appendices} -- this is the folder where you put the appendices. Each appendix should go into its own separate \file{.tex} file. An example and template are included in the directory. + +\keyword{Chapters} -- this is the folder where you put the thesis chapters. A thesis usually has about six chapters, though there is no hard rule on this. Each chapter should go in its own separate \file{.tex} file and they can be split as: +\begin{itemize} +\item Chapter 1: Introduction to the thesis topic + \SubItem{test SubItem} +\item Chapter 2: Background information and theory + \SubItem{test SubItem} +\item Chapter 3: (Laboratory) experimental setup + \SubItem{test SubItem} +\item Chapter 4: Details of experiment 1 +\item Chapter 5: Details of experiment 2 +\item Chapter 6: Discussion of the experimental results +\item Chapter 7: Conclusion and future directions +\end{itemize} +This chapter layout is specialised for the experimental sciences, your discipline may be different. + +\keyword{Figures} -- this folder contains all figures for the thesis. These are the final images that will go into the thesis document. + +\subsection{Files} + +Included are also several files, most of them are plain text and you can see their contents in a text editor. After initial compilation, you will see that more auxiliary files are created by \LaTeX{} or BibTeX and which you don't need to delete or worry about: + +\keyword{example.bib} -- this is an important file that contains all the bibliographic information and references that you will be citing in the thesis for use with BibTeX. You can write it manually, but there are reference manager programs available that will create and manage it for you. Bibliographies in \LaTeX{} are a large subject and you may need to read about BibTeX before starting with this. Many modern reference managers will allow you to export your references in BibTeX format which greatly eases the amount of work you have to do. + +\keyword{MastersDoctoralThesis.cls} -- this is an important file. It is the class file that tells \LaTeX{} how to format the thesis. + +\keyword{main.pdf} -- this is your beautifully typeset thesis (in the PDF file format) created by \LaTeX{}. It is supplied in the PDF with the template and after you compile the template you should get an identical version. + +\keyword{main.tex} -- this is an important file. This is the file that you tell \LaTeX{} to compile to produce your thesis as a PDF file. It contains the framework and constructs that tell \LaTeX{} how to layout the thesis. It is heavily commented so you can read exactly what each line of code does and why it is there. After you put your own information into the \emph{THESIS INFORMATION} block -- you have now started your thesis! + +Files that are \emph{not} included, but are created by \LaTeX{} as auxiliary files include: + +\keyword{main.aux} -- this is an auxiliary file generated by \LaTeX{}, if it is deleted \LaTeX{} simply regenerates it when you run the main \file{.tex} file. + +\keyword{main.bbl} -- this is an auxiliary file generated by BibTeX, if it is deleted, BibTeX simply regenerates it when you run the \file{main.aux} file. Whereas the \file{.bib} file contains all the references you have, this \file{.bbl} file contains the references you have actually cited in the thesis and is used to build the bibliography section of the thesis. + +\keyword{main.blg} -- this is an auxiliary file generated by BibTeX, if it is deleted BibTeX simply regenerates it when you run the main \file{.aux} file. + +\keyword{main.lof} -- this is an auxiliary file generated by \LaTeX{}, if it is deleted \LaTeX{} simply regenerates it when you run the main \file{.tex} file. It tells \LaTeX{} how to build the \emph{List of Figures} section. + +\keyword{main.log} -- this is an auxiliary file generated by \LaTeX{}, if it is deleted \LaTeX{} simply regenerates it when you run the main \file{.tex} file. It contains messages from \LaTeX{}, if you receive errors and warnings from \LaTeX{}, they will be in this \file{.log} file. + +\keyword{main.lot} -- this is an auxiliary file generated by \LaTeX{}, if it is deleted \LaTeX{} simply regenerates it when you run the main \file{.tex} file. It tells \LaTeX{} how to build the \emph{List of Tables} section. + +\keyword{main.out} -- this is an auxiliary file generated by \LaTeX{}, if it is deleted \LaTeX{} simply regenerates it when you run the main \file{.tex} file. + +So from this long list, only the files with the \file{.bib}, \file{.cls} and \file{.tex} extensions are the most important ones. The other auxiliary files can be ignored or deleted as \LaTeX{} and BibTeX will regenerate them. + +%---------------------------------------------------------------------------------------- + +\section{Filling in Your Information in the \file{main.tex} File}\label{FillingFile} + +You will need to personalise the thesis template and make it your own by filling in your own information. This is done by editing the \file{main.tex} file in a text editor or your favourite LaTeX environment. + +Open the file and scroll down to the third large block titled \emph{THESIS INFORMATION} where you can see the entries for \emph{University Name}, \emph{Department Name}, etc \ldots + +Fill out the information about yourself, your group and institution. You can also insert web links, if you do, make sure you use the full URL, including the \code{http://} for this. If you don't want these to be linked, simply remove the \verb|\href{url}{name}| and only leave the name. + +When you have done this, save the file and recompile \code{main.tex}. All the information you filled in should now be in the PDF, complete with web links. You can now begin your thesis proper! + +%---------------------------------------------------------------------------------------- + +\section{The \code{main.tex} File Explained} + +The \file{main.tex} file contains the structure of the thesis. There are plenty of written comments that explain what pages, sections and formatting the \LaTeX{} code is creating. Each major document element is divided into commented blocks with titles in all capitals to make it obvious what the following bit of code is doing. Initially there seems to be a lot of \LaTeX{} code, but this is all formatting, and it has all been taken care of so you don't have to do it. + +Begin by checking that your information on the title page is correct. For the thesis declaration, your institution may insist on something different than the text given. If this is the case, just replace what you see with what is required in the \emph{DECLARATION PAGE} block. + +Then comes a page which contains a funny quote. You can put your own, or quote your favourite scientist, author, person, and so on. Make sure to put the name of the person who you took the quote from. + +Following this is the abstract page which summarises your work in a condensed way and can almost be used as a standalone document to describe what you have done. The text you write will cause the heading to move up so don't worry about running out of space. + +Next come the acknowledgements. On this page, write about all the people who you wish to thank (not forgetting parents, partners and your advisor/supervisor). + +The contents pages, list of figures and tables are all taken care of for you and do not need to be manually created or edited. The next set of pages are more likely to be optional and can be deleted since they are for a more technical thesis: insert a list of abbreviations you have used in the thesis, then a list of the physical constants and numbers you refer to and finally, a list of mathematical symbols used in any formulae. Making the effort to fill these tables means the reader has a one-stop place to refer to instead of searching the internet and references to try and find out what you meant by certain abbreviations or symbols. + +The list of symbols is split into the Roman and Greek alphabets. Whereas the abbreviations and symbols ought to be listed in alphabetical order (and this is \emph{not} done automatically for you) the list of physical constants should be grouped into similar themes. + +The next page contains a one line dedication. Who will you dedicate your thesis to? + +Finally, there is the block where the chapters are included. Uncomment the lines (delete the \code{\%} character) as you write the chapters. Each chapter should be written in its own file and put into the \emph{Chapters} folder and named \file{Chapter1}, \file{Chapter2}, etc\ldots Similarly for the appendices, uncomment the lines as you need them. Each appendix should go into its own file and placed in the \emph{Appendices} folder. + +After the preamble, chapters and appendices finally comes the bibliography. The bibliography style (called \option{authoryear}) is used for the bibliography and is a fully featured style that will even include links to where the referenced paper can be found online. Do not underestimate how grateful your reader will be to find that a reference to a paper is just a click away. Of course, this relies on you putting the URL information into the BibTeX file in the first place. + +%---------------------------------------------------------------------------------------- + +\section{Thesis Features and Conventions}\label{ThesisConventions} + +To get the best out of this template, there are a few conventions that you may want to follow. + +One of the most important (and most difficult) things to keep track of in such a long document as a thesis is consistency. Using certain conventions and ways of doing things (such as using a Todo list) makes the job easier. Of course, all of these are optional and you can adopt your own method. + +\subsection{Printing Format} + +This thesis template is designed for double sided printing (i.e. content on the front and back of pages) as most theses are printed and bound this way. Switching to one sided printing is as simple as uncommenting the \option{oneside} option of the \code{documentclass} command at the top of the \file{main.tex} file. You may then wish to adjust the margins to suit specifications from your institution. + +The headers for the pages contain the page number on the outer side (so it is easy to flick through to the page you want) and the chapter name on the inner side. + +The text is set to 11 point by default with single line spacing, again, you can tune the text size and spacing should you want or need to using the options at the very start of \file{main.tex}. The spacing can be changed similarly by replacing the \option{singlespacing} with \option{onehalfspacing} or \option{doublespacing}. + +\subsection{Using US Letter Paper} + +The paper size used in the template is A4, which is the standard size in Europe. If you are using this thesis template elsewhere and particularly in the United States, then you may have to change the A4 paper size to the US Letter size. This can be done in the margins settings section in \file{main.tex}. + +Due to the differences in the paper size, the resulting margins may be different to what you like or require (as it is common for institutions to dictate certain margin sizes). If this is the case, then the margin sizes can be tweaked by modifying the values in the same block as where you set the paper size. Now your document should be set up for US Letter paper size with suitable margins. + +\subsection{References} + +The \code{biblatex} package is used to format the bibliography and inserts references such as this one \parencite{Reference1}. The options used in the \file{main.tex} file mean that the in-text citations of references are formatted with the author(s) listed with the date of the publication. Multiple references are separated by semicolons (e.g. \parencite{Reference2, Reference1}) and references with more than three authors only show the first author with \emph{et al.} indicating there are more authors (e.g. \parencite{Reference3}). This is done automatically for you. To see how you use references, have a look at the \file{Chapter1.tex} source file. Many reference managers allow you to simply drag the reference into the document as you type. + +Scientific references should come \emph{before} the punctuation mark if there is one (such as a comma or period). The same goes for footnotes\footnote{Such as this footnote, here down at the bottom of the page.}. You can change this but the most important thing is to keep the convention consistent throughout the thesis. Footnotes themselves should be full, descriptive sentences (beginning with a capital letter and ending with a full stop). The APA6 states: \enquote{Footnote numbers should be superscripted, [...], following any punctuation mark except a dash.} The Chicago manual of style states: \enquote{A note number should be placed at the end of a sentence or clause. The number follows any punctuation mark except the dash, which it precedes. It follows a closing parenthesis.} + +The bibliography is typeset with references listed in alphabetical order by the first author's last name. This is similar to the APA referencing style. To see how \LaTeX{} typesets the bibliography, have a look at the very end of this document (or just click on the reference number links in in-text citations). + +\subsubsection{A Note on bibtex} + +The bibtex backend used in the template by default does not correctly handle unicode character encoding (i.e. "international" characters). You may see a warning about this in the compilation log and, if your references contain unicode characters, they may not show up correctly or at all. The solution to this is to use the biber backend instead of the outdated bibtex backend. This is done by finding this in \file{main.tex}: \option{backend=bibtex} and changing it to \option{backend=biber}. You will then need to delete all auxiliary BibTeX files and navigate to the template directory in your terminal (command prompt). Once there, simply type \code{biber main} and biber will compile your bibliography. You can then compile \file{main.tex} as normal and your bibliography will be updated. An alternative is to set up your LaTeX editor to compile with biber instead of bibtex, see \href{http://tex.stackexchange.com/questions/154751/biblatex-with-biber-configuring-my-editor-to-avoid-undefined-citations/}{here} for how to do this for various editors. + +\subsection{Tables} + +Tables are an important way of displaying your results, below is an example table which was generated with this code: + +{\small +\begin{verbatim} +\begin{table} +\caption{The effects of treatments X and Y on the four groups studied.} +\label{tab:treatments} +\centering +\begin{tabular}{l l l} +\toprule +\tabhead{Groups} & \tabhead{Treatment X} & \tabhead{Treatment Y} \\ +\midrule +1 & 0.2 & 0.8\\ +2 & 0.17 & 0.7\\ +3 & 0.24 & 0.75\\ +4 & 0.68 & 0.3\\ +\bottomrule\\ +\end{tabular} +\end{table} +\end{verbatim} +} + +\begin{table} +\caption{The effects of treatments X and Y on the four groups studied.} +\label{tab:treatments} +\centering +\begin{tabular}{l l l} +\toprule +\tabhead{Groups} & \tabhead{Treatment X} & \tabhead{Treatment Y} \\ +\midrule +1 & 0.2 & 0.8\\ +2 & 0.17 & 0.7\\ +3 & 0.24 & 0.75\\ +4 & 0.68 & 0.3\\ +\bottomrule\\ +\end{tabular} +\end{table} + +You can reference tables with \verb|\ref{