diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 23:32:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 23:32:53 +0000 |
commit | f155681c16a9cd956036dcfa53ab51e417f4d736 (patch) | |
tree | 98536e9d99036e07fe651d1dc1a7539607e359f8 | |
parent | dfd69edaf8a3365f902030b877eb52931ea2974f (diff) |
top level files
git-svn-id: svn://tug.org/texlive/trunk@1478 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/00INST.TL | 4 | ||||
-rw-r--r-- | Master/00LIVE.TL | 7 | ||||
-rw-r--r-- | Master/COPYING | 340 | ||||
-rw-r--r-- | Master/LICENSE.CTAN | 42 | ||||
-rw-r--r-- | Master/LICENSE.TL | 117 | ||||
-rw-r--r-- | Master/README.CS | 129 | ||||
-rw-r--r-- | Master/README.DE | 171 | ||||
-rw-r--r-- | Master/README.EN | 132 | ||||
-rw-r--r-- | Master/README.FR | 138 | ||||
-rw-r--r-- | Master/README.PL | 137 | ||||
-rw-r--r-- | Master/README.RU | 101 | ||||
-rw-r--r-- | Master/README.usergroups | 4 | ||||
-rw-r--r-- | Master/autorun.inf | 2 | ||||
-rwxr-xr-x | Master/common.sh | 1384 | ||||
-rwxr-xr-x | Master/config.guess | 1465 | ||||
-rwxr-xr-x | Master/config.sub | 1579 | ||||
-rw-r--r-- | Master/doc.html | 3782 | ||||
-rw-r--r-- | Master/index.html | 23 | ||||
-rwxr-xr-x | Master/install-compr.sh | 209 | ||||
-rwxr-xr-x | Master/install-live.sh | 336 | ||||
-rwxr-xr-x | Master/install-pkg-compr.sh | 242 | ||||
-rwxr-xr-x | Master/install-pkg-live.sh | 244 | ||||
-rw-r--r-- | Master/readme.cs.html | 118 | ||||
-rw-r--r-- | Master/readme.de.html | 170 | ||||
-rw-r--r-- | Master/readme.en.html | 141 | ||||
-rw-r--r-- | Master/readme.fr.html | 180 | ||||
-rw-r--r-- | Master/readme.pl.html | 185 | ||||
-rw-r--r-- | Master/readme.ru.html | 159 | ||||
-rwxr-xr-x | Master/utils.sh | 438 |
29 files changed, 11979 insertions, 0 deletions
diff --git a/Master/00INST.TL b/Master/00INST.TL new file mode 100644 index 00000000000..336a11f8d77 --- /dev/null +++ b/Master/00INST.TL @@ -0,0 +1,4 @@ +$Id: //depot/Master/00INST.TL#1 $ $Date: 2003/06/24 $ $Author: karl $ + +This is the TeX Live `inst' distribution. You can *not* run programs +directly from it, you must install it to disk. It includes all packages. diff --git a/Master/00LIVE.TL b/Master/00LIVE.TL new file mode 100644 index 00000000000..9006997fd5d --- /dev/null +++ b/Master/00LIVE.TL @@ -0,0 +1,7 @@ +$Id: //depot/Master/00LIVE.TL#2 $ $Date: 2003/06/26 $ $Author: karl $ + +This is the TeX Live `live' distribution. You can run programs directly +from it, or install it to disk, and all packages are present. It is too +large to fit on a standard CD. + +Release date: 20051027.14 diff --git a/Master/COPYING b/Master/COPYING new file mode 100644 index 00000000000..3912109b5cd --- /dev/null +++ b/Master/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE 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. + + 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 +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Master/LICENSE.CTAN b/Master/LICENSE.CTAN new file mode 100644 index 00000000000..4fec5d952a4 --- /dev/null +++ b/Master/LICENSE.CTAN @@ -0,0 +1,42 @@ +$Id: //depot/Master/LICENSE.CTAN#2 $ $Date: 2003/09/22 $ $Author: karl $ + +COPYING CONDITIONS FOR CTAN SNAPSHOT: + +A snapshot of the Comprehensive TeX Archive Network (CTAN) holdings is +taken from time to time and distributed on physical media. It may be +bundled with the TeX Live system, or distributed separately. + +In any case, the licensing conditions of the packages in the CTAN +snapshot vary widely. In particular (and in contrast to TeX Live), not +all the software meets free software or open source criteria: some are +available only as binaries, others have restrictions on commercial +resale, and so on. + +Furthermore, the creators of the CTAN snapshot have explicitly received +permission from some authors of software to include their material; this +software is in the ctan/nonfree/ subdirectory. (The nonfree area on the +CTAN servers, http://www.ctan.org/tex-archive/nonfree, contains much +more software that is not included here.) This permission does not +extend to any redistributors; you yourself must also contact such +authors with regards to your own distribution, or refrain from including +such software. + +Thus, when redistributing the CTAN snapshot, you must be very careful +that you are not violating any license conditions. Since each situation +is different, we cannot offer any general advice. + +To learn redistribution requirements, we suggest checking the TeX +Catalogue: http://www.ctan.org/tex-archive/help/Catalogue/catalogue.html +(or any CTAN mirror). The Catalogue is also included in the CTAN +snapshot in ctan/help/Catalogue, but the online version will have +updates. Of course the licensing files within the packages themselves +are the final authority. + +If you believe any files have been included erroneously, please contact +us (references are given below). + +If you have any questions or comments, please contact us. +Thanks for your interest in TeX. + +CTAN maintainers mailing list: ctan@dante.de +CTAN home page: http://www.ctan.org/ diff --git a/Master/LICENSE.TL b/Master/LICENSE.TL new file mode 100644 index 00000000000..bc3f2c1161b --- /dev/null +++ b/Master/LICENSE.TL @@ -0,0 +1,117 @@ +$Id: //depot/Master/LICENSE.TL#12 $ $Date: 2005/09/17 $ $Author: karl $ + +COPYING CONDITIONS FOR TeX Live: + +To the best of our knowledge, all software in this distribution is +freely redistributable (libre, that is, not necessarily gratis), within +the Free Software Foundation's definition and Debian Free Software +Guidelines. If you find any non-free files included, please contact us +(references given below). + +That said, TeX Live has neither a single copyright holder nor a single +license covering its entire contents, since it is a collection of many +disparate packages. Therefore, you may copy, modify, and/or +redistribute software from TeX Live only if you comply with the +requirements placed thereon by the owners of the respective packages. + +To most easily learn these requirements, we suggest checking the TeX +Catalogue at: http://www.ctan.org/tex-archive/help/Catalogue/ (or any +CTAN mirror). The Catalogue is also included in TeX Live in +./texmf/doc/html/catalogue/, but the online version will have updates. +Of course the legal statements within the packages themselves are the +final authority. + +In some cases, TeX Live is distributed with a snapshot of the CTAN +archive, which is entirely independent of and separable from TeX Live +itself. (The "live" DVD in the TeX Collection is one example of this.) +Please be aware that the CTAN snapshot contains many files which are +*not* freely redistributable; see LICENSE.CTAN for more information. + + +GUIDELINES FOR REDISTRIBUTION: + +In general, you may redistribute TeX Live, with or without modification, +for profit or not, according to the usual free software tenets. Here +are some general guidelines for doing this: + +- If you make any changes to the TeX Live distribution or any +package it contains, besides complying with any licensing requirements, +you must prominently mention such changes in your modified distribution +so that users do not take your work for ours, and know to contact you, +not us, in case of questions or problems. A new top-level +README.<yourwork> file is a good place to describe the general situation. + +- Especially (but not necessarily) if changes or additions are made, we +recommend a clearly different title, such as "<your work> demo CD", +based on TeX Live YYYY demo (with updates)", where YYYY is the year of +TeX Live you are publishing. This credits both our work and yours. + +- You absolutely may *not* place your own copyright on the entire +distribution, since it is not your work (as stated above, TeX Live is +not created by any single person or entity). Statements such as "all +rights reserved" and "may not be reproduced" are especially +reprehensible, since they are antithetical to the free software +principles under which TeX Live is produced. + +- You may use any cover or media label designs that you wish. Such +packaging and marketing details are not covered by any TeX Live license. + +- Finally, we make the following requests (not legal requirements): + +a) Acknowledging that TeX Live is developed as a joint effort by all TeX + user groups, and encouraging the user/reader to join their user group + of choice. + + The web page http://www.tug.org/usergroups.html may be referenced as + a list of TeX user groups. We also appreciate your explicitly + listing all the user groups as given on that page, space permitting. + +b) Referencing the TeX Live home page: http://www.tug.org/tex-live/. + +c) Crediting the editor of the original TeX Live: Sebastian Rahtz. + +Such credits may be placed on the label of your media, your cover, +and/or in accompanying text (for instance, in the acknowledgements +section of a book). + +Finally, although it is certainly not a requirement, we'd like to invite +any redistributors to make a donation to the project, whether cash or +in-kind, for example via https://www.tug.org/donate.html. Thanks. + + +If you have any questions or comments, *please* contact us. In general, +we appreciate being given the chance to review any TeX Live-related +material in advance of publication, simply to avoid mistakes. It is +much better to correct text on a CD label or in a book before thousands +of copies are made! + +We are also happy to keep anyone planning a publication informed as to +our deadlines and progress. Just let us know. However, you should be +aware that TeX Live is produced entirely by volunteers, and no dates can +be guaranteed. + + +LICENSING FOR NEW PACKAGES: + +Finally, we are often asked what license to use for new work. To be +considered for inclusion on TeX Live, a package must use a free software +license, such as the LaTeX Project Public License, the GNU Public +License, the X Window System license, the modified BSD license, etc., or +be put into the public domain. Please see the url's below for more +discussion of this. + +Thanks for your interest in TeX. + +- Sebastian Rahtz, editor, for the TeX Live team + + +TeX Live mailing list: texlive@tug.org +TeX Live home page: http://www.tug.org/tex-live/ + +The FSF's free software definition: http://www.gnu.org/philosophy/free-sw.html +Debian Free Software Guidelines: http://www.debian.org/intro/free +FSF commentary on existing licenses: + http://www.gnu.org/licenses/license-list.html + +LPPL: http://latex-project.org/lppl.html or texmf/doc/latex/base/lppl.txt +LPPL rationale: texmf/doc/latex/base/modguide.pdf diff --git a/Master/README.CS b/Master/README.CS new file mode 100644 index 00000000000..6085ae4d42f --- /dev/null +++ b/Master/README.CS @@ -0,0 +1,129 @@ +Vita Vas TeX Live! + + Distribucia softveru TeX Live ponuka uplny system TeX pre siroku paletu + platforiem, ako su Unix, Macintosh, Windows a ine. Zahrna programy na + editaciu, sadzbu, prehliadanie a tlac TeXovskych dokumentov + v mnohych roznych jazykoch, ako aj obsirnu kolekciu TeXovskych makier + a kniznic fontov. + + Distribucia obsahuje aj rozsiahlu celkovu dokumentaciu o TeXu, + rovnako ako sprievodnu dokumentaciu k dodanym softverovym balikom. + + Informaciu o licenciach najdete, prosim, v textovych suboroch + [1]LICENSE.TL a [2]LICENSE.CTAN korenoveho adresara. + + Kde zacat + + Vrele Vam odporucame, aby ste si predtym, nez zacnete instalovat, + precitali prirucku ku TeX Live. Obsahuje postupnost navodov, + popis korenovych adresarov a dalsie veci. + + Anglicke verzie prirucky su v hierarchii [3]texmf-doc/doc/english/ + vo formatoch [4]html aj [5]pdf. Aj preklady do viacerych jazykov + sa daju najst v [6]texmf-doc/doc/*. + + Na konci dokumentacie v oddieli "Trocha historie" najdete zoznam + najdolezitjsich zmien v tohtorocnom vydani TeX live. + + Instalacia + + Priestorove ohranicenia formatu CD-ROM nas donutili rozdelit TeX Live + na niekolko distribucii. Nahliadnutim do suboru 00type.TL v tomto + korenovom adresari zistite, s ktorou mate prave do cinenia. + + live + Uplny system na DVD; pre CD je prilis rozsiahla. Programy + mozete spustat priamo z DVD mechaniky; pre podrobnosti pozri + dokumentaciu. Druhou moznostou je nainstalovat TeX live na + disk spustenim skriptu install-tl.sh v adresari texlive + pod Unixom, vratane MacOSX. V adresari setup-win32 najdete + tiez Windowsovsky instalator nazvany tlpmgui. + + Live DVD obsahuje aj dalsie distribucie: proTeXt (pozri nizsie); + MacTeX pre MacOSX; a archiv CTAN. Kazda z tychto distribucii je + uplne nezavisla od distribucie TeX Live, s roznymi licencnymi + podmienkami. + + inst(allable) + Uplny system na CD, na instalaciu pre Unix (vratane MacOSX) + alebo pre Windows; aby bol system v poriadku, museli sme + skomprimovat vsetko, co sme mohli. Preto nie je mozne spustat + TeX priamo z instalacneho CD; musite ho najskor nainstalovat + na disk (odtial vyplyva jeho nazov). Vykonate to spustenim + ./install-tl.sh pod Unixom alebo MacOSX, alebo spustenim + setup-win32/tlpmgui pod Windows. + + protext + Windowsovska distribucia proTeXt je rozsirenim MiKTeXu: + pridava niekolko doplnkovych nastrojov a podstatne zjednodusuje + instalaciu. Je uplne nezavisla na instalacii TeX Live a ma + svoje vlastne instalacne postupy. Da sa spustat nazivo (live) + alebo instalovat na disk. ProTeXt sa dodava na live DVD, pripadne + (pre niektore zdruzenia pouzivatelov) na vlastnom CD. + + Prirodzene, kazde zdruzenie pouzivatelov sa podla vlastneho uvazenia rozhodne, + co bude distribuovat. (TUG zasiela vsetky tri vyssie uvedene disky vsetkym + svojim clenom.) + + Podrobnosti formatu CD: CD pre Unix a Mac pouzivaju rozsirenie Rock Ridge + standardneho formatu ISO-9660. Pre Windows sa pouzivaju rozsirenia Microsoft + Joliet. V kazdom pripade by ste mali po namontovani vidiet uplne nazvy. + Ak vidite neuplne odrezane nazvy, nemozete spustat programy priamo. + Ak mate dobru siet a viete, ako sa napaluju disky, mozete ziskat online + obrazy [7]ISO. Na prezeranie je dostupny aj obsah [8]. + + Dokumentacia + + Vacsina dokumentacie sa da prezerat online pred instalaciou systemu TeX. + Na co najprijemnejsie citanie budete potrebovat prehliadac + (ako napr. [9]Mozilla, volna verzia programu Netscape) dokumentov HTML + a citac PDF (napr. [10]gv alebo [11]xpdf, oba su volne + alternativy Acrobatu) pre dokumenty PDF. + * [12]dokumentacia TeX Live (html). + * [13]linky na vsetku dodanu PDF a HTML dokumentaciu. + * TeX FAQ v tejto distribucii: [14]cesko/slovenske, [15]anglicke + (pdf), [16]francuzske, [17]nemecke. + + Na zaver niekolko pribuznych web-stranok, pre Vas prehlad. Tieto nie su + sucastou TeX Live: + * [18]http://tug.org/begin.html - ak ste TeXovsky zaciatocnik a/alebo + mate zaujem o uvodne materialy. + * [19]http://tug.org/interest.html - vseobecny zoznam TeXovskych zdrojov + na webe, vratane dokumentacie, systemov, balikov, fontov a dalsich veci. + * [20]http://tug.org/ctan.html - jeden zo vstupnych bodov na + Comprehensive TeX Archive Network (CTAN), ktory je online skladiskom + vsetkych TeXovskych veci. + * [21]http://tug.org/usergroups.html - celosvetovy zoznam zdruzeni + pouzivatelov TeXu, obsahujuci kontaktne informacie. Nevahajte a pripojte + sa k Vami zvolenemu zdruzeniu pouzivatelov, podporite tak TeX Live + a ine TeXovske aktivity. + + Stastne TeXovanie! + _________________________________________________________________ + + [22]domovska stranka TeX Live. + +Odkazy + + 1. LICENSE.TL + 2. LICENSE.CTAN + 3. texmf-doc/doc/english + 4. texmf-doc/doc/english/texlive-en/live.html + 5. texmf-doc/doc/english/texlive-en/live.pdf + 6. texmf-doc/doc/ + 7. http://tug.org/ftp/texlive/Images/ + 8. http://tug.org/ftp/texlive/Contents/ + 9. http://www.mozilla.org/ + 10. http://tug.org/applications/gv/ + 11. http://www.foolabs.com/xpdf/ + 12. texmf-doc/doc/english/texlive-en/live.html + 13. doc.html + 14. texmf-doc/doc/czechslovak/cstug/csfaq/ + 15. texmf-doc/doc/english/FAQ-en/newfaq.pdf + 16. texmf-doc/doc/french/FAQ-fr/ + 17. texmf-doc/doc/german/FAQ-ge/ + 18. http://tug.org/begin.html + 19. http://tug.org/interest.html + 20. http://tug.org/ctan.html + 21. http://tug.org/usergroups.html + 22. http://tug.org/tex-live/ diff --git a/Master/README.DE b/Master/README.DE new file mode 100644 index 00000000000..b484cc7b608 --- /dev/null +++ b/Master/README.DE @@ -0,0 +1,171 @@ + + Willkommen zu TeX Live in der TeX Collection 2005 + + Die TeX Live Distribution bietet Ihnen ein komplettes TeX-System fr + eine Vielzahl von Unix, Macintosh, Microsoft Windows, und anderen + Plattformen. Dies beinhaltet Programme zum Editieren, zum Satz, zur + Bildschirmdarstellung, und zum Ausdruck von TeX-Dokumenten in vielen + Sprachen, sowie eine groe Sammlung von TeX-Makros und eine abermals + vergrerte Anzahl von Fonts. + + Wir haben eine Menge allgemeiner Dokumentation zu TeX beigefgt sowie + detaillierte Anleitungen zu spezifischen Programmpaketen. Diese sollen + Ihnen den Einstieg in die Anwendung von TeX erleichtern. + + Informationen ber Lizenzbedingungen finden Sie jeweils im + Wurzelverzeichnis der DVD/CDs in den Textdateien [1]LICENSE.TL und + [2]LICENSE.CTAN. + +Zum Einstieg + + Wir empfehlen, da Sie zunchst die "Anleitung zum TeX Live-System" + ausdrucken und lesen, bevor Sie mit der Installation beginnen. Diese + Anleitung enthlt Schritt fr Schritt alle notwendigen Informationen + zur Benutzung der DVD und CDs sowie zur Installation selbst. Darber + hinaus enthlt sie eine Erluterung der Verzeichnisstruktur auf der + DVD. + + Sie finden die Anleitung in verschiedenen Dateiformaten im Verzeichnis + [3]texmf-doc/doc/german/texlive-ge/: + * HTML: [4]live.html + * PDF: [5]live.pdf + + bersetzungen in andere Sprachen finden Sie in weiteren + Unterverzeichnissen von [6]texmf-doc/doc/. Die wichtigsten Neuerungen + der diesjhrigen Ausgabe knnen Sie im Abschnitt "Geschichtliches" am + Ende der Anleitung nachlesen. + +Installation + + Auch im Jahr 2005 ist der Umfang von Programmen, Paketen und Fonts, + aus denen TeX Live besteht, so gro, da nicht mehr alles auf eine + einzelne CD passt. In der diesjhrigen Kollektion sind daher mehrere + Distributionen von TeX Live auf unterschiedlichen Medien (DVD/CD) + enthalten. Sie knnen leicht feststellen, welches Medium Sie vor sich + haben: Schauen Sie nach einer Datei namens 00Typ.TL im + Wurzelverzeichnis. Hierbei ist Typ eines der folgenden Wrter: + + live + Diese DVD enthlt ein vollstndiges lauffhiges TeX Live-System + (es ist mit mehr als einem GB zu gro fr eine CD). Sie knnen + die Programme direkt von der gemounteten DVD ausfhren; + Informationen hierzu finden Sie in der genannten "Anleitung zum + TeX Live-System". Alternativ knnen Sie das komplette System + auch auf Festplatte installieren. Fr Unix und MacOSX gibt es + hierzu das Skript ./install-tl.sh im Verzeichnis texlive; fr + Windows finden Sie das graphische Installationsprogramm + tlpmgui.exe im Verzeichnis setup-win32. + + Weiterhin enthlt die DVD ein Abbild des CTAN-Archivs, sowie + die Distributionen ProTeXt fr Windows (siehe unten) und MacTeX + fr MacOSX. Diese Pakete sind komplett unabhngig vom TeX + Live-System, mit zum Teil von TeX Live abweichenden + Lizenzbedingungen. + + inst(allierbar) + Dies ist ein TeX Live Komplettsystem auf einer CD zur + Installation unter Unix (einschlielich MacOSX) oder Windows. + Um dies zu ermglichen, wurden fast alle Dateien auf dieser CD + komprimiert. Daher kann man TeX von dieser CD auch nicht direkt + ausfhren, sondern mu die gewnschten Dateien zunchst auf der + Festplatte *inst*allieren (daher der Name). Zur Installation + unter Unix/MacOSX dient das Skript ./install-tl.sh; die + Installation unter Windows erfolgt mit dem Programm tlpmgui.exe + im Verzeichnis setup-win32. + + protext + Diese CD enthlt ProTeXt, eine TeX-Distribution speziell fr + Microsoft Windows, welche auf der [7]MiKTeX Distribution + basiert. ProTeXt erweitert MiKTeX um mehrere Programme, hat + eine vereinfachte Installation, und kommt mit eigenen + Installationsanweisungen. ProTeXt kann direkt von der CD + ausgefhrt werden; es lt sich ebenso auf Festplatte + installieren. + + ProTeXt befindet sich sowohl im Wurzelverzeichnis der TeX Live + DVD als auch auf seiner eigenen CD (fr alle, die keine DVD + nutzen knnen). + + Die ProTeXt Distribution ist vollstndig unabhngig von TeX + Live. Sie ist aus der TeX-Distribution des + Universittsrechenzentrums der FernUniversitt Hagen + hervorgegangen, + + DANTE-Mitglieder erhalten die TeX Collection DVD automatisch. Die + beiden genannten CDs sind jeweils auf Anfrage erhltlich. + + Details zum CD- und DVD-Format: Fr Unix und MacOSX-Benutzer verwenden + die CDs und die DVD die "Rock Ridge" Erweiterungen (z. B. lange + Dateinamen) zum standardisierten ISO-9660-Format. Unter Angabe dieses + Formats lassen sie sich einfach "mounten". Windows + 9X/ME/NT/2K/XP-Benutzer sollten auf der CD und DVD ebenfalls lange + Dateinamen sehen knnen, da auch die Microsoft "Joliet" Erweiterungen + untersttzt werden. Falls Sie nur verkrzte Namen sehen, knnen Sie + die Programme leider nicht direkt starten. + + Fr alle, die eine TeX Live DVD oder CD selber brennen mchten (und + die ber einen Breitband-Internetanschluss verfgen), sind die + [8]ISO-Images online verfgbar. Weiterhin kann man [9]online durch den + Inhalt blttern. + +Die Dokumentation + + Ein Groteil der Dokumentation kann "online" gelesen werden (noch + bevor ein TeX-System tatschlich installiert wurde). Diese Dokumente + liegen normalerweise im HTML- und/oder im PDF-Format vor. Zum Lesen + der HTML-Dateien bentigen Sie einen Browser (z. B. [10]Mozilla). Die + PDF-Dateien knnen Sie mit dem Adobe Reader betrachten (oder mit + freien Alternativen wie z. B. [11]gv oder [12]xpdf). + * [13]TeX Live Dokumentation (HTML). + * [14]Links zur gesamten in TeX Live enthaltenen PDF und HTML + Dokumentation. + * TeX FAQ's (Hufig gestellte Fragen) in der Distribution: + [15]Englisch (PDF), [16]Franzsisch, [17]Deutsch. + + Schlielich ein paar interessante Links zu Informationen, welche nicht + in TeX Live enthalten sind: + * [18]http://tug.org/begin.html - (englisch) fr alle, die neu mit + TeX beginnen oder die sich fr einfhrende Literatur + interessieren. + * [19]http://www.dante.de - die Deutschsprachige Anwendervereinigung + TeX e. V. + * [20]http://tug.org/interest.html - eine allgemeine Liste von TeX + Ressourcen im Internet. Verweise zu Dokumentation, Systemen, + Paketen, Fonts, und mehr... + * [21]http://dante.ctan.org/CTAN/ - Einstiegspunkt zum + "Comprehensive TeX Archive Network" (CTAN), dem zentralen + Umschlagplatz fr alle TeX betreffenden Dinge. + * [22]http://tug.org/usergroups.html - Liste der weltweiten TeX + Benutzergruppen mit Kontaktinformationen. Wir empfehlen wrmstens, + einer TeX Benutzergruppe Ihrer Wahl beizutreten. + + Happy TeXing! - Viel Spa mit TeX! + _________________________________________________________________ + + $Date: 2005/10/11 18:46:18 $; [23]contact tex-live@tug.org. + +Verweise + + 1. LICENSE.TL + 2. LICENSE.CTAN + 3. texmf-doc/doc/german/texlive-ge/ + 4. texmf-doc/doc/german/texlive-ge/live.html + 5. texmf-doc/doc/german/texlive-ge/live.pdf + 6. texmf-doc/doc/ + 7. http://www.miktex.org/ + 8. http://tug.org/ftp/texlive/Images/ + 9. http://tug.org/ftp/texlive/Contents/ + 10. http://www.mozilla.org/ + 11. http://tug.org/applications/gv/ + 12. http://www.foolabs.com/xpdf/ + 13. texmf-doc/doc/german/texlive-ge/live.html + 14. doc.html + 15. texmf-doc/doc/english/FAQ-en/newfaq.pdf + 16. texmf-doc/doc/french/FAQ-fr/ + 17. texmf-doc/doc/german/FAQ-ge/de-tex-faq.pdf + 18. http://tug.org/begin.html + 19. http://www.dante.de/ + 20. http://tug.org/interest.html + 21. http://dante.ctan.org/CTAN/ + 22. http://tug.org/usergroups.html + 23. mailto:tex-live@tug.org diff --git a/Master/README.EN b/Master/README.EN new file mode 100644 index 00000000000..414f2556df0 --- /dev/null +++ b/Master/README.EN @@ -0,0 +1,132 @@ + +Welcome to TeX Live + + The TeX Live software distribution offers a complete TeX system for a + variety of Unix, Macintosh, Windows and other platforms. It + encompasses programs for editing, typesetting, previewing and printing + of TeX documents in many different languages, and a large collection + of TeX macros and font libraries. + + The distribution also includes extensive general documentation about + TeX, as well as the documentation accompanying the included software + packages. + + For licensing information, please see the top-level [1]LICENSE.TL and + [2]LICENSE.CTAN text files. + + Where to start + + We strongly recommend that you read the TeX Live Guide before + undertaking the installation. It includes step-by-step instructions, a + description of the top-level directories, and more. + + English versions of the Guide are in the [3]texmf-doc/doc/english/ + hierarchy, in both [4]html and [5]pdf formats. Translations to other + languages are also available under [6]texmf-doc/doc/*. + + For a list of the most important changes in this year's release, see + the "Release history" section at the end of the documentation. + + Installation + + Space limitations of CD-ROM format have forced us to divide TeX Live + into several distributions. You can tell which one you're in by + looking for a 00type.TL file in this top-level directory. + + live + A complete system on DVD; it is too large for CD. You can run + programs directly from the mounted DVD; see the documentation + for details. Or you can install to disk by executing the script + install-tl.sh in the texlive directory under Unix, including + MacOSX. A Windows installer named tlpmgui is also available, in + the setup-win32 directory. + + The live DVD also contains other distributions: proTeXt (see + below); MacTeX, for MacOSX; and a snapshot of CTAN. Each of + these are completely independent from TeX Live, with different + licensing conditions. + + inst(allable) + A complete system on CD, for installing on Unix (including + MacOSX) or Windows; in order to make it fit, we had to compress + everything we could. Therefore, it is not possible to run TeX + directly from the installable CD; you have to install it to + disk (hence its name). Do this by running ./install-tl.sh on + Unix or MacOSX, or setup-win32/tlpmgui on Windows. + + protext + The proTeXt distribution for Windows is an enhancement of + MiKTeX: it adds a few extra tools, and simplifies installation + considerably. It is completely independent of TeX Live, and has + its own installation instructions. It can be run live or + installed to disk. proTeXt is provided on the live DVD, and + (for some user groups) its own CD. + + Naturally, each user group chooses what to distribute, at its own + discretion. (TUG is sending all three discs above to all of its + members.) + + CD format details: For Unix and Mac, the CD's use the Rock Ridge + extensions to the standard ISO-9660 format. For Windows, Microsoft + Joliet extensions are used. In any case, you should see the full names + after mounting. If you see truncated names, you cannot run programs + directly. If you have plenty of bandwidth and know how to burn discs, + the [7]ISO images are available online. The [8]contents are also + available for browsing. + + Documentation + + Most of the documentation can be viewed online, before the TeX system + is installed. To read it most conveniently, you will need to have a + browser (such as [9]Mozilla, the free version of Netscape) for HTML + documents, and a PDF reader (such as [10]gv or [11]xpdf, both free + alternatives to Acrobat) for PDF documents. + * [12]TeX Live documentation (html). + * [13]Links to all included PDF and HTML documentation. + * TeX FAQ's in the distribution: [14]Czech/Slovak, [15]English + (pdf), [16]French, [17]German, + + Finally, some related web pages, for your reference. These are not + included in TeX Live: + * [18]http://tug.org/begin.html - if you are new to TeX and/or want + introductory material. + * [19]http://tug.org/interest.html - general list of TeX web + resources, including documentation, systems, packages, fonts, and + more. + * [20]http://tug.org/ctan.html - one entry point into the + Comprehensive TeX Archive Network (CTAN), which is an online + repository of all things TeX. + * [21]http://tug.org/usergroups.html - list of TeX user groups + around the world, with contact information. We strongly encourage + you to join the user group of your choice, to support TeX Live and + other TeX activities. + + Happy TeXing! + _________________________________________________________________ + + [22]TeX Live home page. + +References + + 1. LICENSE.TL + 2. LICENSE.CTAN + 3. texmf-doc/doc/english + 4. texmf-doc/doc/english/texlive-en/live.html + 5. texmf-doc/doc/english/texlive-en/live.pdf + 6. texmf-doc/doc/ + 7. http://tug.org/ftp/texlive/Images/ + 8. http://tug.org/ftp/texlive/Contents/ + 9. http://www.mozilla.org/ + 10. http://tug.org/applications/gv/ + 11. http://www.foolabs.com/xpdf/ + 12. texmf-doc/doc/english/texlive-en/live.html + 13. doc.html + 14. texmf-doc/doc/czechslovak/cstug/csfaq/ + 15. texmf-doc/doc/english/FAQ-en/newfaq.pdf + 16. texmf-doc/doc/french/FAQ-fr/ + 17. texmf-doc/doc/german/FAQ-ge/ + 18. http://tug.org/begin.html + 19. http://tug.org/interest.html + 20. http://tug.org/ctan.html + 21. http://tug.org/usergroups.html + 22. http://tug.org/tex-live/ diff --git a/Master/README.FR b/Master/README.FR new file mode 100644 index 00000000000..b16bca8c557 --- /dev/null +++ b/Master/README.FR @@ -0,0 +1,138 @@ + +Bienvenue sur le TeX Live + + La distribution logicielle TeX Live propose un systme TeX complet pour un + large choix de plates-formes : Unix, MacOSX, Windows (32 bits) et autres. + Ce systme inclut des programmes de mise en page, de visualisation et + d'impression de documents TeX, une large gamme de macros TeX et de + bibliothques de polices. + + Nous avons inclus dans la distribution une grande quantit de guides + gnraux sur TeX, ainsi que les documentations qui accompagnent chacun + des paquetages spcifiques. + + La licence d'utilisation et de redistribution est contenue dans les + fichiers [1]LICENSE.TL et [2]LICENSE.CTAN situs la racine. + +O commencer ? +============== + + Nous vous suggrons d'imprimer et de lire le guide du TeX Live avant + d'entreprendre toute installation. Le guide vous fournira une description + pas pas de l'installation du systme ainsi que l'information ncessaire + son utilisation. + + Des versions franaises du guide sont disponibles dans le rpertoire + texmf-doc/doc/french, aux formats [4]html et [5]pdf. + Des traductions dans d'autres langues sont galement disponibles dans + [6]texmf-doc/doc/*. + + Une liste des principaux changements intervenus depuis l'an dernier + est disponible la fin des fichiers de documentation (HTML et PDF). + +Installation +============ + + Depuis 2003, l'espace limit disponible sur un CD-ROM nous a oblig + diviser le TeX Live en plusieurs distributions. Elles sont identifiables + par le fichier 00type.TL disponible la racine. + + + live + C'est un systme complet sur DVD, beaucoup trop gros pour tenir sur un + CD-ROM. Vous pouvez utiliser les programmes directement depuis le DVD - + reportez vous la documentation pour les dtails - ou vous pouvez + installer les programmes sur votre disque dur en excutant le script + install-tl.sh qui se trouve dans le rpertoire texlive (Unix y compris + MacOSX). Un nouvel installeur pour Windows, appel tlpmgui, + est disponible dans le rpertoire setup-win32. + Le DVD contient galement d'autres distributions : proTeXt pour Windows + (voir ci-dessous), MacTeX pour MacOSX, ainsi qu'une image complte de + CTAN dans le rpertoire ctan. Ces complments sont totalement + indpendants de TeX Live, attention, leurs licences sont ventuellement + plus restrictives. + + inst(allable) + C'est un systme complet sur CD-ROM permettant l'installation sous Unix + (y compris MacOSX) et sous Windows. Pour le faire tenir sur un CD-ROM, + nous avons d compresser tous les fichiers sous forme d'archives ZIP. Il + n'est donc pas possible d'excuter les programmes directement depuis ce + CD-ROM, vous devez les installer sur votre disque dur (d'o le nom du + CD-ROM). L'installation se fait en excutant install-tl.sh sous Unix + (y compris MacOSX) ou setup-win32/tlpmgui sous Windows. + + protext + Ce CD-ROM contient la distribution ProTeXt pour Windows, qui est + une extension de MiKTeX. Cette distribution, non base sur Web2C, + est totalement indpendante de TeX Live, la procdure d'installation + est spcifique. Il est aussi possible d'utiliser les programmes + directement partir du CD-ROM, sans installation pralable. + ProTeXt est fourni la fois sur le DVD et sur CD-ROM + pour ceux qui ne peuvent lire les DVD. + + + Quelques dtails propos des formats de CD : pour Unix et MacOSX, + les disques utilisent les extensions RockRidge au format ISO-9660. Pour + Windows, les extensions Microsoft Joliet sont utilises. Dans tous les + cas, vous devriez voir les noms complets des fichiers aprs montage du + disque. Si vous voyez des noms tronqus, vous ne pourrez pas utiliser + directement les programmes. + + Enfin, pour ceux qui ont un accs trs rapide Internet et qui + savent graver les CD-ROM ou DVD, les images [7]ISO sont disponibles + en ligne. La description complte du [8]contenu de + la distribution TeX Live est aussi disponible. + +Documentation +============= + + La plus grande partie de la documentation peut tre consulte en ligne, + avant toute installation. Pour y accder de la manire la + plus pratique, vous aurez besoin d'un navigateur (tel que [9]Mozilla, + la version libre de Netscape) pour les documents HTML, et un lecteur PDF + (tel que Acrobat Reader ou [10]gv ou [11]xpdf) pour les documents PDF. + * [12]Documentation TeX Live (html). + * [13]Liens vers la documentation HTML et PDF. + * FAQ TeX dans la distribution : [14]en anglais et [15]en franais. + + + Autres pages de rfrence sur Internet, pour votre information. Elles ne + sont pas incluses sur le TeX Live : + * [16]http://tug.org/begin.html - si vous tes un nouvel utilisateur + de TeX et si vous avez besoin de tutoriels. + * [17]http://tug.org/interest.html - liste gnrale de ressources TeX + sur le Web : documentation, systmes, paquetages, polices, et plus + encore. + * [18]http://tug.org/ctan.html - un point d'entre vers le + Comprehensive TeX Archive Network (CTAN), + qui est un dpt en ligne pour tout ce qui concerne TeX. + * [19]http://tug.org/usergroups.html - une liste de tous les groupes + d'utilisateurs TeX travers le monde, avec leurs contacts. + + Bienvenue dans le monde TeX ! + _______________________________________________________________________ + + [20]Page d'accueil TeX Live. + +Rfrences +========== + 1. LICENSE.TL + 2. LICENSE.CTAN + 3. texmf-doc/doc/english + 4. texmf-doc/doc/english/texlive-en/live.html + 5. texmf-doc/doc/english/texlive-en/live.pdf + 6. texmf-doc/doc/ + 7. http://tug.org/ftp/texlive/Images/ + 8. http://tug.org/ftp/texlive/Contents/ + 9. http://www.mozilla.org/ + 10. http://tug.org/applications/gv/ + 11. http://www.foolabs.com/xpdf/ + 12. texmf-doc/doc/english/texlive-en/live.html + 13. doc.html + 14. texmf-doc/doc/english/FAQ-en/newfaq.pdf + 15. texmf-doc/doc/french/FAQ-fr/ + 16. http://tug.org/begin.html + 17. http://tug.org/interest.html + 18. http://tug.org/ctan.html + 19. http://tug.org/usergroups.html + 20. http://tug.org/tex-live/ diff --git a/Master/README.PL b/Master/README.PL new file mode 100644 index 00000000000..a6c86fb6c15 --- /dev/null +++ b/Master/README.PL @@ -0,0 +1,137 @@ +%% iso8859-2 + + TeX Live zaprasza + +TeX Live oferuje peny system TeX dla wielu odmian systemu Unix, MacOSX +i Windows (w wersji 32-bitowej). Znajduj si tu programy do skadu +tekstw, programy do przegldania i drukowania dokumentw TeX-owych +oraz bogate kolekcje makr i fontw. + +Na pytce znalazy si dokumentacje dotyczce oglnie TeX-a, a take +dokumentacje towarzyszce poszczeglnym pakietom oprogramowania. +Wikszo programw posiada opcj uruchamiania --help, ktra moe +uatwi rozpoczcie pracy. + +Informacje licencyjne (w jzyku angielskim) dotyczce redystrybucji +mona znale w plikach tekstowych: LICENSE.TL oraz LICENSE.CTAN. + +Jak zacz + +Przed rozpoczciem instalowania warto wydrukowa i przeczyta +Przewodnik (The TeX Live Guide). Zawiera on informacje niezbdne do +korzystania z dystrybucji i prawidowej instalacji systemu TeX. Wersje +Przewodnika w kilku jzykach dostpne s w formatach HTML i PDF. + +Przewodnik po TeX Live (polskie tumaczenie): + PDF: texmf-doc/doc/polish/texlive-pl/live.pdf + HTML: texmf-doc/doc/polish/texlive-pl/live.html + +The TeX Live Guide (w jzyku angielskim): + PDF: texmf-doc/doc/english/texlive-en/live.pdf + HTML: texmf-doc/doc/english/texlive-en/live.html + +Lista najwaniejszych zmian znajduje si na kocu +dokumentacji w rozdziale ,,Edycja 2005''. + +Instalacja + +Ograniczenia pojemnoci formatu CD-ROM zmusiy nas do wykonania +kilku dystrybucji. S one rozpoznawalne po nazwie pliku `00typ', ktry +znajdziemy w gwnym katalogu pytki. + +* live (TeX Collection) - kompletny system na DVD, ktry nie mieci si + na CD-ROM; pozwala na uruchamianie programw bezporednio z pyty + (szczegy zawiera dokumentacja) lub na zainstalowanie programw + na twardym dysku po uruchomieniu skryptu install-tl.sh, ktry + znajdziemy w katalogu texlive/ (systemy Unix) bd programu + texlive/setup-win32/tlpmgui.exe (Windows). + + Pozostae katalogi DVD zawieraj cakowicie niezalene od TeX Live + dystrybucje: ProTeXt dla Windows, MacTeX dla MacOSX, ponadto zrzut + zawartoci archiww CTAN (w katalogu ctan/). + +* inst-alowany - kompletny system na CD-ROM w plikach skompresowanych; + zgodnie z nazw pozwala jedynie zainstalowa system po + uruchomieniu skryptu ./install-tl.sh (Linux, Unix, MacOSX) bd + setup-win32/tlpmgui.exe (Windows). + +* protext - dystrybucja ProTeXt dla Windows, oparta na rozszerzonej + o dodatkowe narzdzia dystrybucji MiKTeX, cakowicie niezalena + od TeX Live. ProTeXt dostpny jest te na pycie DVD. + +Kada z grup uytkownikw systemu TeX moe rozpowszechnia dowoln +pytk wedle wasnych potrzeb i~uznania. + +Detale formatu CD: dla systemw Unix i Mac uyto rozszerze Rock Ridge +standardowego formatu ISO-9660; dla systemw Windows uyto rozszerzenia +Microsoft Joliet. W kadym wypadku powinny by widoczne dugie nazwy +plikw, w przeciwnym razie nie da si uruchomi programw bezporednio +z pytki. + +Gdy posiadamy szybkie cze, dostpne s w sieci obrazy pyt, patrz: +ftp://tug.org/texlive/Images. + +Dokumentacje + +Wikszo dokumentacji na tej pytce moe by przegldana bez koniecznoci +uprzedniego instalowania systemu TeX. Zazwyczaj s to pliki w formatach HTML +i/lub PDF. Do czytania dokumentw HTML potrzebna jest odpowiednia +przegldarka - np. Mozilla lub Internet Explorer, za w przypadku +PDF - program Acrobat Reader, Ghostscript lub xpdf. Przegldarki umoliwiaja +wydrukowanie zawartoci plikw. + texmf/doc/english/texlive-en/live.html Oryginalna dokumentacja TeX Live + doc.html Katalog dostpnych na pytce dokumentacji w formatach PDF i HTML + texmf-doc/doc/english/FAQ-en/newfaq.pdf TeX Frequently Asked Questions + (odpowiedzi na czsto zadawane pytania) + +Wybrane strony, dostpne w sieci: + http://tug.org/begin.html Strona TeX Users Group dla pocztkujcych; + zawiera odesania do podstawowych + podrcznikw; + http://tug.org/interest.html TeX w Sieci, obszerny wybr odsyaczy + do stron WWW dotyczcych TeX-a; + http://tug.org/ctan.html Dostp do wiatowych archiww TeX-owych CTAN + (Comprehensive TeX Archive Network; + http://tug.org/usegroups.html Informacje nt. TeX Users Group i lokalnych + grup uytkownikw systemu TeX. + +Polskie pakiety i dokumentacje + +Pytka TeX Live zawiera wikszo dostpnego polskiego oprogramowania +TeX-owego i reprezentatywny wybr dokumentacji. Wirtualna Akademia TeX-owa, +prowadzona w ramach polskiej Grupy Uytkownikw Systemu TeX GUST, +przedstawia system TeX, a ponadto zawiera opisy wielu praktycznych makr +i programw. Pocztkujcym polecamy szczeglnie Przewodnik po systemie +TeX (texmf-doc/doc/polish/tex-virtual-academy-pl/cototex.html). + +W formacie PDF przygotowano Podrczniki TeX-a i LaTeX-a dla pocztkujcych +(texmf-doc/doc/polish/guides-pl/index.html). + +Pytka TeX Live zawiera ponadto gotowe do uycia formaty MeX (polski +odpowiednik formatu Plain) i PLaTeX (format LaTeX2e przystosowany do obsugi +jzyka polskiego); dostpne s oczywicie pliki rdowe pakietw MeX +i PLaTeX oraz fonty przygotowane specjalnie do uycia w polskojzycznym +TeX-u. + +W katalogach texmf-dist/doc/mex/base/ oraz texmf-dist/doc/latex/platex/ +umieszczono przykadowe pliki dla, odpowiednio, formatu MeX i formatu +PLaTeX. Pocztkujcy uytkownik powinien je uwanie przestudiowa. + +Dodatkowe programy, przydatne dla polskich uytkownikw, umieszczone +zostay w katalogu support/polish/gustprog/ (patrz README). +Wybr przy datnych makr dla uytkownikw przede wszystkim formatu +Plain/MeX oraz makra i style do tworzenia polskich skorowidzw +i bibliografii mona znale w katalogu texmf-dist/tex/plain/gustlib +(patrz README). + +Warto te zajrze na stron WWW polskiej Grupy Uytkownikw Systemu TeX GUST: +http://www.gust.org.pl +Oprcz informacji o dziaalnoci grupy, mona tam znale sporo materiaw, +ktre powinny zainteresowa polskojzycznych uytkownikw TeX-a. + +Miego TeX-owania! + +Strona projektu TeX Live: http://tug.org/tex-live. + +1 listopada 2005 + diff --git a/Master/README.RU b/Master/README.RU new file mode 100644 index 00000000000..53ec55598ef --- /dev/null +++ b/Master/README.RU @@ -0,0 +1,101 @@ + + TeX Live + + TeX Live TeX , + , , Windows. + , ף, TeX + , . + + TeX + , ޣ . + + : LICENSE.TL + LICENSE.CTAN. + + + + TeX Live Guide + . , + . + + + texmf-doc/doc/english/, html pdf. + texmf-doc/doc/*. + + + "" . + + + + CD-ROM TeX Live + . , , + 00type.TL . + + live + DVD; , + CD-ROM. DVD; + . . + , install-tl.sh + texlive ( Unix, MacOSX). + Windows, tlpmgui, setup-win32. + + DVD live : + proTeXt (. ). MacTeX MacOSX CTAN. + TeX Live + . + + inst(allable) + CD Unix ( + MacOSX) Windows; ţ CD, ӣ, + . CD TeX , + ( + ). ./install-tl.sh + Unix MacOSX setup-win32/tlpmgui + Windows. + + protext + proTeXt, + MikTeX. MikTeX + . TeX Live, + . + CD . + proTeXt live DVD ( + ) . + + , TeX , + ( TUG ). + + CD: + Rock Ridge ISO-9660. Windows + Microsoft Joliet. , + . , + . + , ISO. , + . + + + + online, + the TeX. ţ, (, + , Netscape) + HTML, PDF (, gv xpdf, + Acrobat Reader) + PDF. + * TeX Live (html). + * . < + * : /, (pdf), , + , + + , ޣ TeX Live: + * http://tug.org/begin.html - + * http://tug.org/interest.html - TeXa, + , , , . + * http://tug.org/ctan.html - Comprehensive TeX Archive Network + (CTAN), , TeX. + * http://tug.org/usergroups.html - + TeX, . + , TeX Live + TeX . + + Happy TeX'ing! + diff --git a/Master/README.usergroups b/Master/README.usergroups new file mode 100644 index 00000000000..a70e9085f48 --- /dev/null +++ b/Master/README.usergroups @@ -0,0 +1,4 @@ +$Id: //depot/Master/usergrps/README#1 $ $Date: 2003/06/26 $ $Author: karl $ + +Please see http://tug.org/usergroups.html for a list of TeX user groups. +There are many active user groups in existence, all over the world. diff --git a/Master/autorun.inf b/Master/autorun.inf new file mode 100644 index 00000000000..9bf24fdd699 --- /dev/null +++ b/Master/autorun.inf @@ -0,0 +1,2 @@ +[autorun] +OPEN=setup-win32\tlpmgui.exe diff --git a/Master/common.sh b/Master/common.sh new file mode 100755 index 00000000000..42c04d37bcd --- /dev/null +++ b/Master/common.sh @@ -0,0 +1,1384 @@ +#!/bin/sh +# $Id: //depot/Master/common.sh#63 $ $Date: 2005/09/27 $ $Author: karl $ +# +# common.sh -- common routines for the installation procedures. +# Do not call directly. +# +# Copyright (c) Sebastian Rahtz, 2003, 2004, 2005. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Send bug reports or suggestions to tex-live@tug.org. + +# We only do English, and we don't want different locales to mess up the +# output of, e.g., ls. +LC_ALL=C; export LC_ALL + +setvars() +{ + # These names correspond to the texmf/lists/bin-tex.* files, with - + # changed to _. + p_alpha_linux_n='DEC Alpha with GNU/Linux' + p_alphaev5_osf_n='DEC Alphaev5 OSF' + p_i386_darwin_n='Intel x86 with MacOSX/Darwin' + p_i386_freebsd_n='Intel x86 with FreeBSD' + p_i386_linux_n='Intel x86 with GNU/Linux' + p_mips_irix_n='SGI IRIX' + p_powerpc_aix_n='Power PC AIX' + p_powerpc_darwin_n='Mac OSX/Darwin 5.3 or 6.*' + p_sparc_linux_n='Sun Sparc with GNU/Linux' + p_sparc_solaris_n='Sun Sparc Solaris' + p_win32_n='Windows' + p_x86_64_linux_n='Intel x86_64 with GNU/Linux' + + + iden_1=a + iden_2=b + iden_3=c + iden_4=d + iden_5=e + iden_6=f + iden_7=g + iden_8=h + iden_9=i + iden_10=j + iden_11=k + iden_12=l + iden_13=m + iden_14=n + iden_15=o + iden_16=p + iden_17=s + iden_18=t + iden_19=u + iden_20=v + iden_21=w + iden_22=x + iden_23=y + iden_24=z + iden_25=A + iden_26=B + iden_27=C + iden_28=D + iden_29=E + iden_30=F + iden_31=G + iden_32=H + iden_33=I + iden_34=J + iden_35=K + iden_36=L + iden_37=M + iden_38=N + iden_39=O + iden_40=P + iden_41=T + iden_42=U + iden_43=V + iden_44=W + iden_45=X + iden_46=Y + iden_47=Z + iden_48=1 + iden_49=2 + iden_50=3 + iden_51=4 + iden_52=5 + iden_53=6 + iden_54=7 + iden_55=8 + iden_56=0 + iden_57=@ +} + + +series_select_level() +{ + p=$1 + l=$2 + case $l in + 0) eval p_${p}_s=false + eval p_${p}_level=\'[ ]\' + eval p_${p}_dus=0;; + 1) eval p_${p}_s=true + eval p_${p}_level=\'[X]\' + eval p_${p}_dus=\$p_${p}_du;; + 2) eval S=\$p_${p}_s + if test "$S" = "true"; then + eval p_${p}_s=false + eval p_${p}_level=\'[ ]\' + eval p_${p}_dus=0 + else + eval p_${p}_s=true + eval p_${p}_level=\'[X]\' + eval p_${p}_dus=\$p_${p}_du + fi + ;; + esac + setlength p_${p}_dus 6 +} + +scheme_select() +{ + S=`echo $1 | sed -e 's/_/-/g' ` + series_lang_allnone + series_allnone + for i in `grep "^-collection-" $LISTS/$S.scheme | sed -e 's/^-//' -e 's/-/_/g'` + do + series_select_level $i 1 + done + selected_packages=`grep "^[+\-]" $LISTS/$S.scheme | grep -v collection- | sed -e 's/^.//' -e 's/-/_/'` + selected_collections=`grep "^-collection-" $LISTS/$S.scheme | sed -e 's/^-collection-//'` +} + +system_selectall() +{ + size=0 + for s in $all_systems; do + eval p_${p}_s=false + eval size=\`expr $size + \$p_${s}_du\` + eval p_${s}_s=true + done + all_systems_ns=$all_systems_anz + setlength all_systems_ns 2 +} + +system_deselectall() +{ + for s in $all_systems; do + series_select_level $s 0 + done + all_systems_ns=0 + setlength all_systems_ns 2 +} + +series_lang_allnone() +{ + for s in $all_lang_collections; do + series_select_level $s 0 + done + series_select_level tex_basic 1 + total_stat +} + +series_lang_allall() +{ + for s in $all_lang_collections; do + series_select_level $s 1 + done + total_stat +} + +series_allnone() +{ + for s in $all_collections; do + series_select_level $s 0 + done + series_select_level tex_basic 1 + total_stat +} + +series_allall() +{ + for s in $all_collections; do + series_select_level $s 1 + done + total_stat +} + + +systems_init () { + $echon "Initializing system packages... " + all_systems= + anz=0 + for s in $systems; do + anz=`expr $anz + 1` + t=`echo $s | sed 's@-@_@g; s@\.@@g'` + all_systems="$all_systems $t" + eval p_${t}_fn=$s + eval p_${t}_s=false + done + echo "done." + + all_systems_anz=$anz + platform_guess + if test -n "$this_system"; then + eval p_${this_system}_s=true + eval this_platform_n=\$p_${this_system}_n + eval this_platform_fn=\$p_${this_system}_fn + all_systems_ns=1 + fi + setlength all_systems_anz 2 + setlength all_systems_ns 2 + total_stat +} + +select_platforms() +{ + changed=false + cls + echo "Available sets of binaries: "; + for p in $all_systems; do eval name=\"\$p_${p}_n\"; echo " $p: $name" ;done + echo "You can now choose to install some of these " + echo "Possible answers: <Y>es, <N>o, <R>eturn to main menu, <Q>uit." + echo "" + for p in $all_systems; do + eval name=\"\$p_${p}_n\" + case `getopt YNRQ "Install binaries for system [$p] $name"` in + Y) eval p_${p}_s=true; changed=true;; + N) eval p_${p}_s=false; changed=true;; + R) break;; + Q) exit_on_confirm;; + esac + done + $changed && { system_stat; total_stat; } +} + +system_stat() +{ + $echon "Counting selected system packages... " + anz=0 + for i in $all_systems; do + eval \$p_${i}_s && anz=`expr $anz + 1` + done + all_systems_ns=$anz + setlength all_systems_ns 2 + echo "done." +} + +nobinstat() +{ + $echon "Counting selected collections... " + anz=0 + for i in $all_collections; do + eval \$p_${i}_s && anz=`expr $anz + 1` + done + for i in $all_lang_collections; do + eval \$p_${i}_s && anz=`expr $anz + 1` + done + all_collections_ns=$anz + setlength all_collections_ns 2 + echo "done." + + $echon "Calculating disk space requirements for collections..." + size=0 + for i in $all_collections; do + eval \$p_${i}_s && eval size=\`expr $size + \$p_${i}_du\` + done + for i in $all_lang_collections; do + eval \$p_${i}_s && eval size=\`expr $size + \$p_${i}_du\` + done + all_collections_dus=$size + setlength all_collections_dus 6 + echo "done." +} + +total_stat() +{ + nobinstat + total_dus=`expr $all_collections_dus` + setlength total_dus 6 +} + +this_platform_set() +{ + system_deselectall + if test -n "$this_system"; then + eval p_${this_system}_s=true + size=0 + eval size=\`expr $size + \$p_${this_system}_du\` + eval this_platform_n=\$p_${this_system}_n + eval this_platform_fn=\$p_${this_system}_fn + all_systems_ns=1 + fi + +} + +TEXMFCNF__fix_texmf() +{ + #test "$TEXDIR/texmf" = "$TEXMF" && return + #test -w "$TEXMFCNF_DIR/texmf.cnf" || return + cd $work_dir || exit 1 + # + LOCAL=$TEXMFLOCAL + if test "x$LOCAL_CHANGE" = "x1"; then + : # explicitly set by user. + elif test "x$LOCAL_CHANGE" = "x2"; then + # implicitly set by changing TEXDIR + LOCAL="\$SELFAUTOPARENT/texmf-local" + else + # no changes, meaning they took the default of /usr/local/texlive/2005, + # meaning we want /usr/local/texlive/texmf-local ... one level up. + LOCAL="\$SELFAUTOPARENT/../texmf-local" + fi + echo "Setting local tree (TEXMFLOCAL) to $LOCAL in $TEXMFCNF_DIR/texmf.cnf... " >&2 + sed "s@^TEXMFLOCAL.*@TEXMFLOCAL=$LOCAL@" $TEXMFCNF_DIR/texmf.cnf \ + >.sed_tmp.$$ + # + VAR=$TEXMFSYSVAR + test "x$VAR_CHANGE" = "x" && VAR="\$SELFAUTOPARENT/texmf-var" + echo "Setting system var tree (TEXMFSYSVAR) to $VAR in $TEXMFCNF_DIR/texmf.cnf... " >&2 + sed "s@^TEXMFSYSVAR.*@TEXMFSYSVAR=$VAR@" \ + <.sed_tmp.$$ >$TEXMFCNF_DIR/texmf.cnf + rm .sed_tmp.$$ + # + echo Done fixing texmf.cnf. >&2 +} + + +TEXMFCNF__fix_fmtutil() +{ + echo "Configuring fmtutil.cnf from $TEXMFCNF_DIR into $TEXMFSYSVAR/web2c... " >&2 + cd $work_dir + mkdirhier $TEXMFSYSVAR/web2c + sed "s@^\#!\#@@" $TEXMFCNF_DIR/fmtutil.cnf > $TEXMFSYSVAR/web2c/fmtutil.cnf +} + + + +prepare_dirs() +{ + $echon "Preparing destination directories... " >&2 + unset TEXMFCNF + unset TEXMFMAIN + test -d "$CDDIR" \ + || fatal "$CDDIR does not seem to be the TeX Live distribution!" + + work_dir=${TMP-/tmp}/.tmp_tlinst.$$ + ERRLOG=$work_dir/.errlog.$$ + + trap "cd /; rm -rf $work_dir $TEXDIR/texmf/.tmp_testfile.$$;trap '' 0; exit 0" 0 1 2 15 + + alldirs="$TMPDIR $TEXDIR $TEXMFSYSVAR $TEXMF $work_dir $opt_symlinks_bin $opt_symlinks_info" + test -z "$TEXMFSYSVAR" || + alldirs="$alldirs $TEXMFSYSVAR/fonts/pk $TEXMFSYSVAR/fonts/tfm" + test -z "$opt_varfonts_dir" || + alldirs="$alldirs $opt_varfonts_dir/pk $opt_varfonts_dir/tfm" + for dir in $alldirs; do + while test ! -d $dir || test ! -w $dir; do + mkdirhier $dir + test -d $dir || { warn "could not make directory '$dir'"; continue; } + test -w $dir || { warn "cannot write to directory '$dir'"; continue; } + done + done + test -z "$TEXMFSYSVAR" || chmod -R a+w $TEXMFSYSVAR || + warn "command 'chmod -R a+w $TEXMFSYSVAR' failed" + test -z "$opt_varfonts_dir" || + chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm || + warn "command 'chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm' failed" + + echo "done preparing." >&2 + if test $all_systems_ns = 1; then + cls + textvar_show screen_6 + echo + fi +} + +make_var_skeleton () +{ + mkdirhier $TEXMFSYSVAR/tex/generic/config + mkdirhier $TEXMFSYSVAR/dvipdfm/config + mkdirhier $TEXMFSYSVAR/tex/plain/config + mkdirhier $TEXMFSYSVAR/dvips/config + mkdirhier $TEXMFSYSVAR/fonts/map/dvipdfm/updmap + mkdirhier $TEXMFSYSVAR/fonts/map/dvips/updmap + mkdirhier $TEXMFSYSVAR/fonts/map/pdftex/updmap + mkdirhier $TEXMFSYSVAR/web2c + mkdirhier $TEXMFSYSVAR/xdvi + mkdirhier $TEXMFSYSVAR/tex/context/config +} + +make_local_skeleton () +{ + # skeleton local hierarchy + mkdirhier $TEXMFLOCAL/tex/latex/local + mkdirhier $TEXMFLOCAL/tex/plain/local + mkdirhier $TEXMFLOCAL/dvips/local + mkdirhier $TEXMFLOCAL/bibtex/bib/local + mkdirhier $TEXMFLOCAL/bibtex/bst/local + mkdirhier $TEXMFLOCAL/fonts/tfm/local + mkdirhier $TEXMFLOCAL/fonts/vf/local + mkdirhier $TEXMFLOCAL/fonts/source/local + mkdirhier $TEXMFLOCAL/fonts/type1/local + mkdirhier $TEXMFLOCAL/metapost/local + mkdirhier $TEXMFLOCAL/web2c +} + + +maketex_setoptfonts() +{ + test -w "$TEXMFCNF_DIR/texmf.cnf" || return + test "$opt_varfonts" = X || return + $echon "Setting VARFONTS in texmf.cnf... " >&2 + ed "$TEXMFCNF_DIR/texmf.cnf" >$ERRLOG 2>&1 <<eof +/^VARTEXFONTS.*=/ +c +VARTEXFONTS = $opt_varfonts_dir +. +w +q +eof + show_error + echo "Done setting varfonts." >&2 + + mtsite=$TEXMFCNF_DIR/mktex.cnf + chmod u+w $mtsite + test -w "$mtsite" || return + show_error + $echon "Adding varfonts feature in $mtsite... " >&2 + ed "$mtsite" >$ERRLOG 2>&1 <<'eof' +/MT_FEATURES=appendonlydir/ +s/dir/dir:varfonts/ +w +q +eof + show_error + echo "Done adding varfonts." >&2 +} + +greetings() +{ + cat <<ENDG + +See ./index.html for links to documentation. +The TeX Live web site (http://tug.org/texlive/) +contains any updates and corrections. + +TeX Live is a joint project of the TeX user groups around the world; +please consider supporting it by joining the group best for you. +The list of groups is available on the web at +http://tug.org/usergroups.html. + +Welcome to TeX Live! + +ENDG +} + +opt_do_symlinks() +{ + test "$opt_symlinks" = X || return + + $echon 'Creating symbolic links...' + texdocdir=$TEXDIR/texmf/doc + + # Dynamically see which man sections we have. + mans=`(cd $texdocdir/man && echo *)` + test -z "$mans" && return # unlikely but possible + # + for m in $mans; do + mandir=$texdocdir/man/$m + test -d $mandir || continue # in case a README or something sneaks in. + + mkdirhier $opt_symlinks_man/$m + test ! -w $opt_symlinks_man/$m && continue + + $echon " $m" + cd $opt_symlinks_man/$m || continue + rm -f `ls $mandir` + ln -s $mandir/* . + done + + # no subdirs for info. + infodir=$texdocdir/info + if test -w "$opt_symlinks_info"; then + $echon " info" + if cd $opt_symlinks_info; then + rm -f `ls $infodir` + ln -s $infodir/*info* . + fi + fi + + this_platform_bin= + if test -x $TEXDIR/bin/tex; then + this_platform_bin=$TEXDIR/bin + elif test -x $TEXDIR/bin/$this_platform_fn/tex; then + this_platform_bin=$TEXDIR/bin/$this_platform_fn + fi + if test -n "$this_platform_bin"; then + $echon " binaries" + $debug && echo " (target $this_platform_bin)" + if cd $opt_symlinks_bin; then + rm -f `ls $this_platform_bin` + ln -s $this_platform_bin/* . + fi + fi + + echo ' ... done linking.' +} + +################################################################ +# menus: +################################################################ +menu_main() +{ + while true; do + cls + opt_savespace_man=X + echo; textvar_show screen_1; echo + case `getopt BCSDLOIHPQR 'Enter command'` in + C) menu_series_customize;; + L) menu_lang_series_customize;; + D) menu_directories;; + H) helpme help_1;; + I) install_now;; + O) menu_options;; + P) menu_this_platform;; + Q) exit_on_confirm;; + R) install_cd;; + B) select_platforms;; + S) menu_schemes;; + esac + done +} + + +# NEW PLATFORM: change getopt call and add a new case. +menu_this_platform() +{ + while true; do + cls + textvar_show screen_5; echo + case `getopt NABCDEFGHIJRQ 'Select the platform you are currently on'` in + N) this_system=''; this_platform_set ;; + A) this_system=i386_linux; this_platform_set ;; + B) this_system=win32; this_platform_set ;; + C) this_system=powerpc_darwin; this_platform_set ;; + D) this_system=i386_darwin; this_platform_set ;; + E) this_system=alpha_linux; this_platform_set ;; + F) this_system=mips_irix; this_platform_set ;; + G) this_system=powerpc_aix; this_platform_set ;; + H) this_system=sparc_solaris; this_platform_set ;; + I) this_system=i386_freebsd; this_platform_set ;; + J) this_system=x86_64_linux; this_platform_set ;; + K) this_system=sparc_linux; this_platform_set ;; + R) total_stat; return ;; + Q) exit_on_confirm ;; + esac + done +} + + +# This run for scheme selection <S>. +menu_schemes() +{ + while true; do + cls + for i in $all_schemes + do + eval key=\"\$schemes_${i}_ident\" + eval name=\"\$schemes_${i}_n\" + echo $key $name + done | pr -t -2 - + echo + echo Current scheme is [$selected_scheme]. + echo "[Collections: $selected_collections]" | sed 's/tex_//g' | fmt + echo "[Packages: $selected_packages]" | sed 's/tex_//g' | fmt + echo + echo ' Press <R> to return to main menu, <Q> to quit' + K=`getopt ABCDEFGHIJKLMNOPQRSTUVWXYZ ' or press key to select a scheme'` + case $K in + R) total_stat; return ;; + Q) exit_on_confirm;; + *) eval W=\"\$SCHEMES_${K}\" + selected_scheme=$W + scheme_select $W + total_stat; return;; + esac + done +} + +menu_series_customize() +{ + while true; do + cls + for i in $all_collections + do + eval status=\"\$p_${i}_level\" + eval key=\"\$p_${i}_ident\" + eval name=\"\$p_${i}_n\" + echo $key $status $name + done | pr -t -3 - + textvar_show screen_customize; echo + K=`getoptallcase -+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890@ 'Press key to toggle status of collection'` + case $K in + +) series_allall;; + -) series_allnone;; + R) total_stat; return ;; + Q) exit_on_confirm;; + r) total_stat; return ;; + q) exit_on_confirm;; + *) eval W=\"\$P_${K}\" + series_select_level $W 2; + esac + done +} + +menu_lang_series_customize() +{ + while true; do + cls + for i in $all_lang_collections + do + eval status=\"\$p_${i}_level\" + eval key=\"\$p_${i}_ident\" + eval name=\"\$p_${i}_n\" + echo $key $status $name + done | pr -t -2 - + textvar_show screen_customize; echo + K=`getoptallcase -+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890@ 'Press key to toggle status of collection'` + case $K in + +) series_lang_allall;; + -) series_lang_allnone;; + R) total_stat; return ;; + Q) exit_on_confirm;; + r) total_stat; return ;; + q) exit_on_confirm;; + *) eval W=\"\$LP_${K}\" + series_select_level $W 2; + esac + done +} + + +menu_directories() +{ + while true; do + cls + textvar_show screen_2; echo + case `getopt 123RQ 'Enter command'` in + 1) gets TEXDIR; TEXDIR=`dirname "$TEXDIR/x" | sed 's@//*@/@g'` + TEXMF=`echo $TEXDIR/texmf | sed 's@//*@/@g'` + TEXMFLOCAL=`echo $TEXDIR/texmf-local` + LOCAL_CHANGE=2 + TEXMFSYSVAR=`echo $TEXDIR/texmf-var` + ;; + 2) gets TEXMFLOCAL + TEXMFLOCAL=`dirname "$TEXMFLOCAL/x" | sed 's@//*@/@g'` + LOCAL_CHANGE=1 + ;; + 3) gets TEXMFSYSVAR; VAR_CHANGE=1; TEXMFSYSVAR=`dirname "$TEXMFSYSVAR/x" | sed 's@//*@/@g'`;; + R) return;; + Q) exit_on_confirm;; + esac + done +} + +menu_options() +{ + while true; do + cls + textvar_show screen_3; echo + case `getopt ADFLRSQ 'Enter command'` in + A) toggle opt_varfonts + if test "$opt_varfonts" = X; then + cls; textvar_show screen_3; echo + opt_varfonts_dir=$opt_varfonts_dir_last + test -z "$opt_varfonts_dir" && opt_varfonts_dir=/tmp/texfonts + gets opt_varfonts_dir 'alternate directory' + else + opt_varfonts_dir_last=$opt_varfonts_dir + opt_varfonts_dir='' + fi + ;; + S) toggle opt_source + if test "$opt_source" = X; then + cls; textvar_show screen_3; echo + fi + ;; + D) toggle opt_doc + if test "$opt_doc" = X; then + cls; textvar_show screen_3; echo + fi + ;; + L) toggle opt_symlinks + if test "$opt_symlinks" = X; then + cls; textvar_show screen_3; echo + opt_symlinks_bin=$opt_symlinks_bin_last + test -z "$opt_symlinks_bin" && opt_symlinks_bin=/usr/bin + gets opt_symlinks_bin 'binary directory' + opt_symlinks_man=$opt_symlinks_man_last + test -z "$opt_symlinks_man" && opt_symlinks_man=`dirname $opt_symlinks_bin`/man + gets opt_symlinks_man 'man directory ' + opt_symlinks_info=$opt_symlinks_info_last + test -z "$opt_symlinks_info" && opt_symlinks_info=`dirname $opt_symlinks_bin`/info + gets opt_symlinks_info 'info directory ' + else + opt_symlinks_bin_last=$opt_symlinks_bin + opt_symlinks_man_last=$opt_symlinks_man + opt_symlinks_info_last=$opt_symlinks_info + opt_symlinks_bin=''; opt_symlinks_man=''; opt_symlinks_info='' + fi + ;; + R) return;; + Q) exit_on_confirm;; + esac + done +} + +exit_on_confirm() +{ + cls + yesno 'Really quit' && exit +} + +################################################################ +# global variables +################################################################ +: ${PAGER=more} +envvars=' +BIBINPUTS BSTINPUTS DVIPSHEADERS GFFONTS GLYPHFONTS MFBASES MFINPUTS +MFPOOL PKFONTS TEXCONFIG TEXFONTS TEXFORMATS TEXINPUTS TEXMFCNF TEXPICTS +TEXPKS TEXPOOL TFMFONTS VFFONTS DVIPSFONTS XDVIVFS XDVIFONTS DVILJFONTS +' +TARPROG=tar +TAROPT="" +varprefix='/var' +usrprefix='/usr' +opt_varfonts=' ' +opt_vartexmf=' ' +opt_source=' ' +opt_doc=' ' +opt_varfonts_dir='' +opt_vartexmf_dir='' +opt_varfonts_dir_last='' +opt_vartexmf_dir_last='' +opt_symlinks=' ' +opt_symlinks_bin='' +opt_symlinks_man='' +opt_symlinks_info='' +opt_symlinks_bin_last='' +opt_symlinks_man_last='' +opt_symlinks_info_last='' + +this_platform= + +################################################################ +# screens: +################################################################ + +screen_2='Current directories setup: +============================================================================== + + <1> TEXDIR: $TEXDIR + support tree: $TEXMF + + <2> TEXMFLOCAL: $TEXMFLOCAL + + <3> TEXMFSYSVAR: $TEXMFSYSVAR + +Other options: +============================================================================== + <R> return to main menu + <Q> quit +' + +screen_3='Current options setup: +============================================================================== + + <A> alternate directory for automatically generated fonts: [$opt_varfonts] + directory name: $opt_varfonts_dir + <L> create symlinks in standard directories: [$opt_symlinks] + binaries to: $opt_symlinks_bin + manpages to: $opt_symlinks_man + info to: $opt_symlinks_info + <D> do not install font/macro doc tree: [$opt_doc] + <S> do not install font/macro source tree: [$opt_source] + +Other options: +============================================================================== + <R> return to main menu + <Q> quit +' + +screen_5='Current platform: $this_platform_n +============================================================================== + <N> none of the entries below + <A> $p_i386_linux_n + <B> $p_win32_n + <C> $p_powerpc_darwin_n + <D> $p_i386_darwin_n + <E> $p_alpha_linux_n + <F> $p_mips_irix_n + <G> $p_powerpc_aix_n + <H> $p_sparc_solaris_n + <I> $p_i386_freebsd_n + <J> $p_x86_64_linux_n + <K> $p_sparc_linux_n + + <R> return to main menu + <Q> quit +' + + +screen_6='TeX Live can be used on multiple systems +as a separate subdirectory is used for each +installed binary package in $TEXDIR/bin.' + +screen_customize=' + <-> deselect all <+> select all <R> return to main menu <Q> quit +' + +system_screen='System setup section +============================================================================== +Current selection: $all_systems_ns out of $all_systems_anz + +============================================================================== + <R> return to platform menu + <Q> quit +' + +help_1=' +This is the installation program of the TeX Live distribution. + +The installation procedure is simple: just go through the +menus until you are happy with the way all options are set up, +and then do <I> (start installation). + +To select a menu item (a letter or a number marked with brackets) +just enter the corresponding letter or number and press return +(the letters are case insensitive except when collections +are being selected). Do not enter the +angle brackets <> themselves. + +We will now consider each menu item in more detail: + +====================================================================== + The collections menu (<C>) +====================================================================== + +The collections menu allows you to select and deselect standard +collections. Each collection --- TeX macro files, Metafont font +families, and so on --- consists of several packages. + +====================================================================== + The language collections menu (<L>) +====================================================================== + +The language collections menu allows you to select and deselect +language support collections. Each collection consists of several +packages, which provide features like hyphenation files and fonts. + +====================================================================== + The binary systems menu (<B>) +====================================================================== + +The systems menu allows you to select and deselect +the binary packages for various different platforms. + +====================================================================== + The directories menu (<D>) +====================================================================== + +The TeX Live distribution will be installed in a single directory tree +(TEXDIR). You may choose any directory you like +since there are no absolute paths compiled into the binaries. Instead, +the Kpathsea library selfdir feature ensures that all +paths are relative to the location of the binaries. + +The platform independent files are stored in a directory tree in +TEXDIR/texmf. There is also an extra directory for performing +administrative tasks like change of configuration and languages. This +is where all format files are stored. It defaults to TEXDIR/texmf-var. + +This system allows you to mount your +TEXDIR/texmf tree read-only. + +====================================================================== + The options menu (<O>) +====================================================================== + +The options are not applicable to all installations. Set them as +appropriate for yours. + +====================================================================== + The schemes menu (<S>) +====================================================================== + +You can choose from a number of different installation +schemes for TeX Live. Selecting one of these selects +some collections in the Collections and Languages lists. +which you can subsequently modify. + +"alternate fonts directory": +============================ + +You can choose an alternate directory for automatically generated fonts; +the default is TEXMFSYSVAR/fonts + +One disadvantage may be that new fonts are not shared. I.e., if you +set this to /tmp, and users on two different machines need the same +font, it will be built twice, once on each machine. + +"symlinks in standard directories" +================================== + +You can make the binaries, man pages, and info files available on your +system in either (or both) of two ways: + 1) install them in "standard places" that are searched for these files + 2) change your search paths to include the new directories + +If you select the "symlinks" option, symbolic links will be installed in +the directories you choose. Note that if you share the TeX Live installation +accross several machines across NFS and if the chosen "standard places" are +not shared, you need to create the symbolic links on each client, too +(or use method 2 on your clients). + +If you do not use the "symlinks" option, you probably need to set up +your search paths (PATH, MANPATH, INFOPATH). + +"do not install doc or source trees" +==================================== +These options are not recommended, but you can use them to save space. +Normally all packages are installed with the source and/or documentation, +but these are not needed to actually run the software. If you +are installing a system for other people, it would be unfriendly to +select these options; if you know what you are doing and need a +minimal disk footprint, go ahead + + +====================================================================== + Other commands (<I>, <H>, <R> and <Q> +====================================================================== + +Well, this is easy to explain: + <R> does not install the system, but sets you to run off the CD + <I> starts the installation after you are happy with the setup + <H> displays this help + <Q> quits the installation program +' + +init() +{ + #$debug && set -x + echo "Welcome to TeX Live installation. (`date`)"; echo + locate_binaries + bad_sh + find_echo + find_tar + series_init + bindir= + tex_prefix=/usr/local/texlive + TEXDIR=$tex_prefix/2005 # manually update each year! + TEXMFSYSVAR=$TEXDIR/texmf-var + TEXMF=$TEXDIR/texmf + TEXMFLOCAL=$tex_prefix/texmf-local + VAR_CHANGE="" + LOCAL_CHANGE="" + +screen_1=' ===================> TeX Live installation procedure <================== + +===> Note: Letters/digits in <angle brackets> indicate menu items <=== +===> for commands or configurable options <=== + + Proposed platform: $this_platform_n + <P> override system detection and choose platform + <B> binary systems: $all_systems_ns out of $all_systems_anz + <S> Installation scheme ($selected_scheme) + [to customize within installation scheme: + <C> standard collections <L> language collections] + $all_collections_ns out of $all_collections_anz, disk space required: $all_collections_dus kB + <D> directories: + TEXDIR (main TeX directory) : $TEXDIR + TEXMFLOCAL (for local styles etc.): $TEXMFLOCAL + TEXMFSYSVAR (for local config) : $TEXMFSYSVAR + <O> options: + [$opt_varfonts] alternate directory for generated fonts ($opt_varfonts_dir) + [$opt_symlinks] create symlinks in standard directories + [$opt_doc] do not install macro/font doc tree + [$opt_source] do not install macro/font source tree + <R> do not install files, set up to run off CD or DVD + <I> start installation + <H> help, <Q> quit +' + +} + +list_zipped_files() +{ + col=`echo $1 | sed 's/_/-/g'` + $debug && echo " -> collection $col" >&2 + morecols=`grep -- "^-" $LISTS/$col | sed 's/.//'` + packages=`grep "^+" $LISTS/$col | sed 's/.//'` + :>$work_dir/tmp.text + :>$work_dir/$col.jobs + echo "$col.zip" >> $work_dir/tmp.text + eval sort < $LISTS/$col | grep '^\!' | tr ' ' '=' >> $work_dir/$col.jobs + if test "x$packages" != "x" + then + for i in $packages + do + expand_package $i $col + done + fi + eval sort -u $work_dir/tmp.text >> $work_dir/$col.list.text + + + rm $work_dir/tmp.text + + if test "x$morecols" != "x" + then + for p in $morecols + do + list_zipped_files $p + done + fi + +} + +expand_package () +{ + pack=$1 + col=$2 + $debug && echo " expand package $pack" >&2 + echo "$pack.zip" >> $work_dir/tmp.text + eval sort < $LISTS/$pack | grep '^\!' | tr ' ' '=' >> $work_dir/$col.jobs + more=`grep "^+" $LISTS/$pack | sed 's/.//'` + if test "x$more" != "x" + then + for i in $more + do + expand_package $i $col + done + fi +} + + +# at the beginning of the end ... called at the beginning of install_new. +# the caller must set list_file_func and list_package_func. +# +common_start_install() +{ + prepare_dirs + make_local_skeleton + make_var_skeleton + + skip_systemstuff=false + TEXMFCNF_DIR=$TEXDIR/texmf/web2c + test -f $TEXMFCNF_DIR/texmf.cnf && skip_systemstuff=true + + # + cat >$TEXMFSYSVAR/web2c/updmap.cfg <<OAF +# created during TeX Live installation, `date`. +################################################################ +# OPTIONS +################################################################ +# +# dvipsPreferOutline +# +# Should dvips (by default) prefer bitmap fonts or outline fonts +# if both are available? Independent of this setting, outlines +# can be forced by putting "p psfonts_t1.map" into a config file +# that dvips reads. Bitmaps (for the fonts in question) can +# be forced by putting "p psfonts_pk.map" into a config file. +# We provide such config files which can be enabled via +# dvips -Poutline ... resp. dvips -Ppk ... +# +# Valid settings for dvipsPreferOutline are true / false: +dvipsPreferOutline true + +# +# LW35 +# +# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and +# how are the filenames chosen? Valid settings: +# URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb) +# URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb) +# ADOBE: Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb) +# ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb) +LW35 URWkb + +# +# dvipsDownloadBase35 +# +# Should dvips (by default) download the standard 35 LaserWriter fonts +# with the document (then set dvipsDownloadBase35 true) or should these +# fonts be used from the ps interpreter / printer? +# Whatever the default is, the user can override it by specifying +# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download +# the LW35 fonts resp. use the built-in fonts. +# +# Valid settings are true / false: +dvipsDownloadBase35 false + +# +# pdftexDownloadBase14 +# +# Should pdftex download the base 14 pdf fonts? Since some configurations +# (ps / pdf tools / printers) use bad default fonts, it is safer to download +# the fonts. The pdf files will get bigger, though. +# Valid settings are true (download the fonts) or false (don't download +# the fonts). Adobe recomments to embed all fonts. +pdftexDownloadBase14 true + +# +# dvipdfmDownloadBase14 +# +# Should dvipdfm download the base 14 pdf fonts? Since some configurations +# (ps / pdf tools / printers) use bad default fonts, it is safer to download +# the fonts. The pdf files will get bigger, though. +# Valid settings are true (download the fonts) or false (don't download +# the fonts). +dvipdfmDownloadBase14 true + +################################################################ +# Map files. +################################################################ +# +# There are two possible entries: Map and MixedMap. Both have one additional +# argument: the filename of the map file. MixedMap ("mixed" means that +# the font is available as bitmap and as outline) lines will not be used +# in the default map of dvips if dvipsPreferOutline is false. Inactive +# Map files should be marked by "#! " (without the quotes), not just #. +# +# (comments on a few map files from the teTeX updmap.cfg; for TeX Live, +# the actual Map lines are created during installation.) +# +# AntykwaPoltawskiego; CTAN:fonts/psfonts/polish/antp/ +# +# AntykwaTorunska; CTAN:fonts/antt/ +# +# "quasi" fonts derived from URW and enhanced (from the Polish TeX users); +# CTAN:fonts/psfonts/polish/qfonts/ +# +# Bitstream Charter text font +# +# Computer Modern fonts extended with Russian letters; +# CTAN:fonts/cyrillic/cmcyr/ +# +# symbols for ConTeXt macro package +# +# latin modern; CTAN:fonts/lm. +# +# a symbol font; CTAN:fonts/psfonts/marvosym/ +# +# two font map entries for the mathpple package +# +# for Omega +# +# the pazo fonts; CTAN:fonts/mathpazo +# +# pxfonts (palatino extension); CTAN:fonts/pxfonts +# +# txfonts (times extension); CTAN:fonts/txfonts +# +# XY-pic fonts; CTAN:macros/generic/diagrams/xypic +# +# 7-8-9 sizes for cmex taken from TeXtrace2001 different implementation +# for font entries found in ams-cmex-bsr-interpolated.map and +# cmother-bsr-interpolated.map. +# +# ps-type1 versions for ams; CTAN:fonts/amsfonts/ps-type1 +# +# ps-type1 versions for cm; CTAN:fonts/cm/ps-type1/bluesky +# +# CSTeX; http://math.feld.cvut.cz/olsak/cstex/ +# +# mf -> type1 converted fonts by Taco Hoekwater +# +# Polish version of Computer Modern; CTAN:language/polish/plpsfont +# +# Polish version of Computer Concrete; CTAN:fonts/psfonts/polish/cc-pl +# +# See comments in doc/fonts/belleek/README about using mt-belleek.map +# instead of mt-yy.map: +# +# Euro Symbol fonts by Henrik Theiling; CTAN:fonts/eurosym +# +# vntex support, see http://vntex.org/ +# +# Doublestroke, based on Knuth's Computer Modern Roman; CTAN:fonts/doublestroke +# +# FPL, free substitutes for the commercial Palatino SC/OsF fonts +# are available from CTAN:fonts/fpl; used by psnfss 9.2. +OAF + ( + echo "Preparing list of files to be installed..." >&2 + $debug && echo "debug:for selected systems:" >&2 + for p in $all_systems; do + $debug && echo "debug: checking system $p_${p}_s..." + eval \$p_${p}_s || continue + eval name=\"\$p_${p}_n\" + echo " $name" >&2 + done + echo >&2 + + $debug && echo "debug:for selected collections:" >&2 + for p in $all_collections; do + $debug && echo "debug: checking coll $p_${p}_s..." + eval \$p_${p}_s || continue + eval name=\"\$p_${p}_n\" + echo " $name ">&2 + $list_file_func $p + done + echo >&2 + + $debug && echo "debug:for selected language collections:" >&2 + for p in $all_lang_collections; do + $debug && echo "debug: checking lang coll $p_${p}_s..." + eval \$p_${p}_s || continue + eval name=\"\$p_${p}_n\" + echo " $name ">&2 + $list_file_func $p + done + + # e.g., GUST scheme depends on some individual packages, not just + # collections. Write info for those to a special .list file. + # (Ignored for compressed installation.) + $debug && echo "debug:for selected packages:" >&2 + :>$work_dir/PKGONLY.list + for p in $selected_packages; do + $list_package_func $p PKGONLY + done + ) +} + + +# at the end of the end ... this routine does not return. +# +common_end_install() +{ + test -n "$platform_subdir_strip_d" && rm -f $TEXDIR/bin/$platform_subdir_strip_d 2>/dev/null + + if test "x$TEXMF" != "x$TEXDIR/texmf"; then + $echon "Fixing permissions in $TEXMF... " >&2 + chmod -R a+r,u+w,go-w $TEXMF 2>/dev/null + rm -f $TEXDIR/texmf + echo "done." >&2 + fi + $echon "Fixing permissions in $TEXDIR... " >&2 + chmod -R a+r,u+w,go-w $TEXDIR 2>/dev/null + test -z "$TEXMFSYSVAR" || + chmod -R a+w $TEXMFSYSVAR || + warn "command 'chmod 1777 $TEXMFSYSVAR' failed" + echo "done." >&2 + + if test "$opt_varfonts" = X; then + $echon "$opt_varfonts_dir will be used for font creation... " >&2 + else + $echon "Setting up directories for automatic font creation... " >&2 + find "$TEXMF/fonts/pk" "$TEXMF/fonts/tfm" "$TEXMF/fonts/source/jknappen" -type d \ + -print 2>/dev/null | $XARGS chmod 1777 2>/dev/null + fi + find "$TEXMF/fonts/source/jknappen" -type d -print 2>/dev/null | $XARGS chmod 1777 2>/dev/null + echo "done." >&2 + + $skip_systemstuff || maketex_setoptfonts + $skip_systemstuff || TEXMFCNF__fix_fmtutil + $skip_systemstuff || TEXMFCNF__fix_texmf + pd=$this_platform_fn + bindir= + have_system=false + echo Testing for $TEXDIR/bin/$pd/texconfig.... >&2 + if test -x $TEXDIR/bin/$pd/texconfig; then + have_system=true + bindir=$TEXDIR/bin/$pd + elif test -x $TEXDIR/bin/texconfig; then + have_system=true + bindir=$TEXDIR/bin + fi + $skip_systemstuff && have_system=false + $skip_systemstuff || opt_do_symlinks + $skip_systemstuff && echo "System updated successfully." >&2 + if $have_system; then + runsetup + echo + echo "Add $bindir" >&2 + echo " to your PATH for current and future sessions." >&2 + fi + + $skip_systemstuff || greetings + + if $skip_systemstuff; then + echo Since you already had files in $TEXDIR/texmf-dist/web2c + echo We have not touched anything there. Please review your setup. + fi + exit +} + + +# called from runsetup. +# +post_install_jobs () +{ + $debug && echo "debug:do post_install_jobs " >&2 + for j in `sort -u $work_dir/*.jobs` + do + command=`echo $j | sed 's/.\(.*\)=.*/\1/'` + parameter=`echo $j | sed 's/.*=\(.*\)/\1/'` + echo " EXECUTE $j: $command on $parameter" >&2 + case $command in + addMap) + echo "Map $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;; + addMixedMap) + echo "MixedMap $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;; + addDvipsMap) + echo "p +$parameter" >> $TEXMFSYSVAR/dvips/config/config.ps;; + addDvipdfmMap) + test -f $TEXMFSYSVAR/dvipdfm/config/config && echo "f $parameter" >> $TEXMFSYSVAR/dvipdfm/config/config; + ;; + esac +done +} + + +# subroutine called from common_end_setup. +# +runsetup() +{ + PATH=$bindir:/bin:/usr/bin + export PATH + if test -f $TEXMFSYSVAR/tex/generic/config/language.dat + then + echo Using language.dat from TeX Live distribution. >&2 + else + echo Making language.dat in $TEXMFSYSVAR/tex/generic/config >&2 + echo " from your language selections..." >&2 + # if lang.dat's installed (basic scheme), don't mention missing files. + langsel=$TEXDIR/texmf/tex/generic/config/language.*.dat + test -n "`ls $langsel 2>/dev/null`" || langsel= + mkdirhier $TEXMFSYSVAR/tex/generic/config + cat $TEXDIR/texmf/tex/generic/config/language.us $langsel \ + >$TEXMFSYSVAR/tex/generic/config/language.dat + fi + + # Update ls-R before running texconfig, or modes.mf et al. may not be found. + echo Updating filename database with mktexlsr... >&2 + $bindir/mktexlsr + + echo "Doing post-install jobs from the packages..." + post_install_jobs + + echo "Making map files for dvips, pdftex, dvipdfm with updmap..." >&2 + $bindir/updmap-sys --nohash --quiet \ + --cnffile=$TEXMFSYSVAR/web2c/updmap.cfg \ + --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap \ + --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap \ + --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap + + echo "Re-updating filename database with mktexlsr..." >&2 + $bindir/mktexlsr + + cat <<ENDC + +========================= +Installation is finished. (`date`) + +For future global configuration, edit files in $TEXMFSYSVAR +(or run texconfig or texconfig-sys). + +ENDC +} diff --git a/Master/config.guess b/Master/config.guess new file mode 100755 index 00000000000..d0d57f6945f --- /dev/null +++ b/Master/config.guess @@ -0,0 +1,1465 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2005-09-19' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner <per@bothner.com>. +# Please send patches to <config-patches@gnu.org>. Submit a context +# diff and a properly formatted ChangeLog entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# The plan is that this can be called by configure scripts if you +# don't specify an explicit build system type. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to <config-patches@gnu.org>." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:SunOS:5.*:*) + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include <stdio.h> /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include <sys/systemcfg.h> + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include <stdlib.h> + #include <unistd.h> + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include <unistd.h> + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + i*:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + x86:Interix*:[34]*) + echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + exit ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so + # first see if it will tell us. cd to the root directory to prevent + # problems with other programs or directories called `ld' in the path. + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d + s/[ ][ ]*/ /g + s/.*supported targets: *// + s/ .*// + p'` + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" + ;; + a.out-i386-linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit ;; + coff-i386) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit ;; + esac + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include <features.h> + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #ifdef __INTEL_COMPILER + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name` + echo ${UNAME_MACHINE}-pc-isc$UNAME_REL + elif /bin/uname -X 2>/dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says <Richard.M.Bartel@ccMail.Census.GOV> + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes <hewes@openmarket.com>. + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c <<EOF +#ifdef _SEQUENT_ +# include <sys/types.h> +# include <sys/utsname.h> +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include <sys/param.h> + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include <sys/param.h> +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 <<EOF +$0: unable to guess system type + +This script, last modified $timestamp, has failed to recognize +the operating system you are using. It is advised that you +download the most up to date version of the config scripts from + + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess +and + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + +If the version you run ($0) is already up to date, please +send the following data and any information you think might be +pertinent to <config-patches@gnu.org> in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/Master/config.sub b/Master/config.sub new file mode 100755 index 00000000000..1c366dfde9a --- /dev/null +++ b/Master/config.sub @@ -0,0 +1,1579 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2005-07-08' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to <config-patches@gnu.org>. Submit a context +# diff and a properly formatted ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to <config-patches@gnu.org>." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ + kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray) + os= + basic_machine=$1 + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | ms1 \ + | msp430 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ + | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m32c) + basic_machine=$basic_machine-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | ms1-* \ + | msp430-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + m32c-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc) basic_machine=powerpc-unknown + ;; + ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/Master/doc.html b/Master/doc.html new file mode 100644 index 00000000000..bba229bc0cd --- /dev/null +++ b/Master/doc.html @@ -0,0 +1,3782 @@ +<html> +<body> +<h1>TeX Live documentation</h2> + +<a name="packagedoc"></a> +<h2>1. Package documentation</h2> + +<p>This section lists links to all HTML and PDF files for packages (in +the <a href="texmf/">texmf</a> and <a href="texmf-dist/">texmf-dist</a> +directories), sorted by package name. + +<p><a href="#guidedoc">Jump to guide documentation</a>. + +<ol> +<li><b><a href="texmf-dist/doc/latex/12many">latex/12many</a>:</b><small> + <a href="texmf-dist/doc/latex/12many/12many.pdf">12many.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/8a.html">8a.html</a> + <a href="texmf-dist/doc/fontname/8r.html">8r.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/a0poster">latex/a0poster</a>:</b><small> + <a href="texmf-dist/doc/latex/a0poster/a0.pdf">a0.pdf</a> + <a href="texmf-dist/doc/latex/a0poster/a0_eng.pdf">a0_eng.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/aastex">latex/aastex</a>:</b><small> + <a href="texmf-dist/doc/latex/aastex/aasguide.pdf">aasguide.pdf</a> + <a href="texmf-dist/doc/latex/aastex/aassymbols.pdf">aassymbols.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/abstract">latex/abstract</a>:</b><small> + <a href="texmf-dist/doc/latex/abstract/abstract.pdf">abstract.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/acmtrans">latex/acmtrans</a>:</b><small> + <a href="texmf-dist/doc/latex/acmtrans/acmtr2e.pdf">acmtr2e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/acronym">latex/acronym</a>:</b><small> + <a href="texmf-dist/doc/latex/acronym/acronym.pdf">acronym.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Adobe-fonts.html">Adobe-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/adrconv">latex/adrconv</a>:</b><small> + <a href="texmf-dist/doc/latex/adrconv/adrguide.pdf">adrguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/aiaa">latex/aiaa</a>:</b><small> + <a href="texmf-dist/doc/latex/aiaa/aiaa.pdf">aiaa.pdf</a> + <a href="texmf-dist/doc/latex/aiaa/author_guide.pdf">author_guide.pdf</a> + <a href="texmf-dist/doc/latex/aiaa/figure_magnet.pdf">figure_magnet.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/aiaa/pre2004">latex/aiaa/pre2004</a>:</b><small> + <a href="texmf-dist/doc/latex/aiaa/pre2004/aiaa.pdf">aiaa.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/aiaa">latex/aiaa</a>:</b><small> + <a href="texmf-dist/doc/latex/aiaa/template_advanced.pdf">template_advanced.pdf</a> + <a href="texmf-dist/doc/latex/aiaa/template_basic.pdf">template_basic.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/akletter">latex/akletter</a>:</b><small> + <a href="texmf-dist/doc/latex/akletter/letterdoc.pdf">letterdoc.pdf</a> + <a href="texmf-dist/doc/latex/akletter/lettereng.pdf">lettereng.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/algorithm2e">latex/algorithm2e</a>:</b><small> + <a href="texmf-dist/doc/latex/algorithm2e/algorithm2e.pdf">algorithm2e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/algorithmicx">latex/algorithmicx</a>:</b><small> + <a href="texmf-dist/doc/latex/algorithmicx/algorithmicx.pdf">algorithmicx.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/algorithms">latex/algorithms</a>:</b><small> + <a href="texmf-dist/doc/latex/algorithms/algorithms.pdf">algorithms.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/allrunes">fonts/allrunes</a>:</b><small> + <a href="texmf-dist/doc/fonts/allrunes/allrunes.pdf">allrunes.pdf</a> + <a href="texmf-dist/doc/fonts/allrunes/ar_demo.pdf">ar_demo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/amsfonts">fonts/amsfonts</a>:</b><small> + <a href="texmf-dist/doc/fonts/amsfonts/amsfndoc.pdf">amsfndoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/amslatex">latex/amslatex</a>:</b><small> + <a href="texmf-dist/doc/latex/amslatex/amsldoc.pdf">amsldoc.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/amsrdoc.pdf">amsrdoc.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/amsrefs.pdf">amsrefs.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/amsthdoc.pdf">amsthdoc.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/changes.pdf">changes.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/instr-l.pdf">instr-l.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/mathscinet.pdf">mathscinet.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/subeqn.pdf">subeqn.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/technote.pdf">technote.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/testmath.pdf">testmath.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/textcmds.pdf">textcmds.pdf</a> + <a href="texmf-dist/doc/latex/amslatex/thmtest.pdf">thmtest.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/lambda/antomega">lambda/antomega</a>:</b><small> + <a href="texmf-dist/doc/lambda/antomega/antomega.pdf">antomega.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/antt">fonts/antt</a>:</b><small> + <a href="texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-en-2_03.pdf">AntykwaTorunska-doc-en-2_03.pdf</a> + <a href="texmf-dist/doc/fonts/antt/AntykwaTorunska-doc-pl-2_03.pdf">AntykwaTorunska-doc-pl-2_03.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/apacite">latex/apacite</a>:</b><small> + <a href="texmf-dist/doc/latex/apacite/apacite.pdf">apacite.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/appendix">latex/appendix</a>:</b><small> + <a href="texmf-dist/doc/latex/appendix/appendix.pdf">appendix.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Apple-fonts.html">Apple-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/archaic">fonts/archaic</a>:</b><small> + <a href="texmf-dist/doc/fonts/archaic/aramaic.pdf">aramaic.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/cypriot.pdf">cypriot.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/etruscan.pdf">etruscan.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/greek4cbc-trygivbc.pdf">greek4cbc-trygivbc.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/greek4cbc.pdf">greek4cbc.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/greek6cbc-trygvibc.pdf">greek6cbc-trygvibc.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/greek6cbc.pdf">greek6cbc.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/hieroglf-trypmhg.pdf">hieroglf-trypmhg.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/hieroglf.pdf">hieroglf.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/linearb.pdf">linearb.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/nabatean.pdf">nabatean.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/oands.pdf">oands.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/oldprsn.pdf">oldprsn.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/phoenician-tryphnc.pdf">phoenician-tryphnc.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/phoenician.pdf">phoenician.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/protosem.pdf">protosem.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/runic.pdf">runic.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryaramaic.pdf">tryaramaic.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/trycypriot.pdf">trycypriot.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryetruscan.pdf">tryetruscan.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/trylinearb.pdf">trylinearb.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/trynabatean.pdf">trynabatean.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryoands.pdf">tryoands.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryoldprsn.pdf">tryoldprsn.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryprotosem.pdf">tryprotosem.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryrunic.pdf">tryrunic.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/tryugarite.pdf">tryugarite.pdf</a> + <a href="texmf-dist/doc/fonts/archaic/ugarite.pdf">ugarite.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/arcs">latex/arcs</a>:</b><small> + <a href="texmf-dist/doc/latex/arcs/arcs.pdf">arcs.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/arev">fonts/arev</a>:</b><small> + <a href="texmf-dist/doc/fonts/arev/arevdoc.pdf">arevdoc.pdf</a> + <a href="texmf-dist/doc/fonts/arev/mathtesty.pdf">mathtesty.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/arrayjob">generic/arrayjob</a>:</b><small> + <a href="texmf-dist/doc/generic/arrayjob/arrayjob.pdf">arrayjob.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/arydshln">latex/arydshln</a>:</b><small> + <a href="texmf-dist/doc/latex/arydshln/arydshln-man.pdf">arydshln-man.pdf</a> + <a href="texmf-dist/doc/latex/arydshln/arydshln.pdf">arydshln.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ascelike">latex/ascelike</a>:</b><small> + <a href="texmf-dist/doc/latex/ascelike/ascexmpl.pdf">ascexmpl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/assignment">latex/assignment</a>:</b><small> + <a href="texmf-dist/doc/latex/assignment/assignment.pdf">assignment.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/attachfile">latex/attachfile</a>:</b><small> + <a href="texmf-dist/doc/latex/attachfile/attachfile.pdf">attachfile.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/aurical">fonts/aurical</a>:</b><small> + <a href="texmf-dist/doc/fonts/aurical/aurical.pdf">aurical.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/babel">generic/babel</a>:</b><small> + <a href="texmf-dist/doc/generic/babel/babel.pdf">babel.pdf</a> + <a href="texmf-dist/doc/generic/babel/user.pdf">user.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/babelbib">latex/babelbib</a>:</b><small> + <a href="texmf-dist/doc/latex/babelbib/babelbib.pdf">babelbib.pdf</a> + <a href="texmf-dist/doc/latex/babelbib/babelbibtest.pdf">babelbibtest.pdf</a> + <a href="texmf-dist/doc/latex/babelbib/tugboat-babelbib.pdf">tugboat-babelbib.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/amstex/base">amstex/base</a>:</b><small> + <a href="texmf-dist/doc/amstex/base/amsguide.pdf">amsguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/bibtex/base">bibtex/base</a>:</b><small> + <a href="texmf-dist/doc/bibtex/base/btxdoc.pdf">btxdoc.pdf</a> + <a href="texmf-dist/doc/bibtex/base/btxhak.pdf">btxhak.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/base">latex/base</a>:</b><small> + <a href="texmf-dist/doc/latex/base/cfgguide.pdf">cfgguide.pdf</a> + <a href="texmf-dist/doc/latex/base/clsguide.pdf">clsguide.pdf</a> + <a href="texmf-dist/doc/latex/base/cyrguide.pdf">cyrguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/eplain/base">eplain/base</a>:</b><small> + <a href="texmf-dist/doc/eplain/base/eplain.html">eplain.html</a> + <a href="texmf-dist/doc/eplain/base/eplain.pdf">eplain.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/etex/base">etex/base</a>:</b><small> + <a href="texmf-dist/doc/etex/base/etex.html">etex.html</a> + <a href="texmf-dist/doc/etex/base/etex_man.pdf">etex_man.pdf</a> + <a href="texmf-dist/doc/etex/base/etex_ref.html">etex_ref.html</a> + <a href="texmf-dist/doc/etex/base/etex_src.html">etex_src.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/base">latex/base</a>:</b><small> + <a href="texmf-dist/doc/latex/base/fntguide.pdf">fntguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/base">metapost/base</a>:</b><small> + <a href="texmf-dist/doc/metapost/base/grdemo.pdf">grdemo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/startex/base">startex/base</a>:</b><small> + <a href="texmf-dist/doc/startex/base/guide.pdf">guide.pdf</a> + <a href="texmf-dist/doc/startex/base/ideas.pdf">ideas.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/jadetex/base">jadetex/base</a></b><small> + </small> + +<li><b><a href="texmf-dist/doc/metapost/base">metapost/base</a></b><small> + </small> + +<li><b><a href="texmf-dist/doc/jadetex/base">jadetex/base</a>:</b><small> + <a href="texmf-dist/doc/jadetex/base/install.pdf">install.pdf</a> + </small> + +<li><b><a href="texmf/doc/latex/base">latex/base</a>:</b><small> + <a href="texmf/doc/latex/base/latex.html">latex.html</a> + <a href="texmf/doc/latex/base/latex.pdf">latex.pdf</a> + <a href="texmf/doc/latex/base/latex2e.html">latex2e.html</a> + <a href="texmf/doc/latex/base/latex2e.pdf">latex2e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/etex/base">etex/base</a>:</b><small> + <a href="texmf-dist/doc/etex/base/legal.html">legal.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/base">latex/base</a>:</b><small> + <a href="texmf-dist/doc/latex/base/ltnews01.pdf">ltnews01.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews02.pdf">ltnews02.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews03.pdf">ltnews03.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews04.pdf">ltnews04.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews05.pdf">ltnews05.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews06.pdf">ltnews06.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews07.pdf">ltnews07.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews08.pdf">ltnews08.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews09.pdf">ltnews09.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews10.pdf">ltnews10.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews11.pdf">ltnews11.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews12.pdf">ltnews12.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews13.pdf">ltnews13.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews14.pdf">ltnews14.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews15.pdf">ltnews15.pdf</a> + <a href="texmf-dist/doc/latex/base/ltnews16.pdf">ltnews16.pdf</a> + <a href="texmf-dist/doc/latex/base/ltpictur.pdf">ltpictur.pdf</a> + <a href="texmf-dist/doc/latex/base/ltx3info.pdf">ltx3info.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/xmltex/base">xmltex/base</a>:</b><small> + <a href="texmf-dist/doc/xmltex/base/manual.html">manual.html</a> + </small> + +<li><b><a href="texmf-dist/doc/fontinst/base/manual">fontinst/base/manual</a>:</b><small> + <a href="texmf-dist/doc/fontinst/base/manual/fontinst.pdf">fontinst.pdf</a> + <a href="texmf-dist/doc/fontinst/base/manual/intro98.pdf">intro98.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/mex/base">mex/base</a>:</b><small> + <a href="texmf-dist/doc/mex/base/mex.html">mex.html</a> + </small> + +<li><b><a href="texmf-dist/doc/context/base">context/base</a>:</b><small> + <a href="texmf-dist/doc/context/base/minstall.pdf">minstall.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/base">latex/base</a>:</b><small> + <a href="texmf-dist/doc/latex/base/modguide.pdf">modguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/base">metapost/base</a>:</b><small> + <a href="texmf-dist/doc/metapost/base/mpgraph.pdf">mpgraph.pdf</a> + <a href="texmf-dist/doc/metapost/base/mpintro.pdf">mpintro.pdf</a> + <a href="texmf-dist/doc/metapost/base/mpman.pdf">mpman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/context/base">context/base</a>:</b><small> + <a href="texmf-dist/doc/context/base/mreadme.pdf">mreadme.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/etex/base">etex/base</a>:</b><small> + <a href="texmf-dist/doc/etex/base/nts-group.html">nts-group.html</a> + </small> + +<li><b><a href="texmf-dist/doc/jadetex/base">jadetex/base</a>:</b><small> + <a href="texmf-dist/doc/jadetex/base/releasenotes.html">releasenotes.html</a> + <a href="texmf-dist/doc/jadetex/base/releasenotes.pdf">releasenotes.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/startex/base">startex/base</a>:</b><small> + <a href="texmf-dist/doc/startex/base/startex.pdf">startex.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontinst/base/talks">fontinst/base/talks</a>:</b><small> + <a href="texmf-dist/doc/fontinst/base/talks/et99-font-tables.pdf">et99-font-tables.pdf</a> + <a href="texmf-dist/doc/fontinst/base/talks/et99-font-tutorial.pdf">et99-font-tutorial.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/base">latex/base</a>:</b><small> + <a href="texmf-dist/doc/latex/base/usrguide.pdf">usrguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/beamer">latex/beamer</a>:</b><small> + <a href="texmf-dist/doc/latex/beamer/beameruserguide.pdf">beameruserguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/beamer/examples">latex/beamer/examples</a>:</b><small> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample1.pdf">beamerexample1.pdf</a> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample2.article.pdf">beamerexample2.article.pdf</a> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample2.beamer.pdf">beamerexample2.beamer.pdf</a> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample3.pdf">beamerexample3.pdf</a> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample4.pdf">beamerexample4.pdf</a> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample5.pdf">beamerexample5.pdf</a> + <a href="texmf-dist/doc/latex/beamer/examples/beamerexample6.pdf">beamerexample6.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/beamer/lyx/examples">latex/beamer/lyx/examples</a>:</b><small> + <a href="texmf-dist/doc/latex/beamer/lyx/examples/beamer-icsi-logo.pdf">beamer-icsi-logo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/bera">fonts/bera</a>:</b><small> + <a href="texmf-dist/doc/fonts/bera/bera.pdf">bera.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/betababel">latex/betababel</a>:</b><small> + <a href="texmf-dist/doc/latex/betababel/betatest.pdf">betatest.pdf</a> + </small> + +<li><b><a href="texmf/doc/bg5conv">bg5conv</a>:</b><small> + <a href="texmf/doc/bg5conv/bg5conv.pdf">bg5conv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/bibhtml">latex/bibhtml</a>:</b><small> + <a href="texmf-dist/doc/latex/bibhtml/bibhtml.html">bibhtml.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/bibleref">latex/bibleref</a>:</b><small> + <a href="texmf-dist/doc/latex/bibleref/bibleref.pdf">bibleref.pdf</a> + <a href="texmf-dist/doc/latex/bibleref/sample.pdf">sample.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/bibtopic">latex/bibtopic</a>:</b><small> + <a href="texmf-dist/doc/latex/bibtopic/bibtopic.pdf">bibtopic.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/bibunits">latex/bibunits</a>:</b><small> + <a href="texmf-dist/doc/latex/bibunits/bibunits.pdf">bibunits.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Bitstream-fonts.html">Bitstream-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/blacklettert1">fonts/blacklettert1</a>:</b><small> + <a href="texmf-dist/doc/fonts/blacklettert1/blacklettert1.pdf">blacklettert1.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/blindtext">latex/blindtext</a>:</b><small> + <a href="texmf-dist/doc/latex/blindtext/blindtext.pdf">blindtext.pdf</a> + <a href="texmf-dist/doc/latex/blindtext/ClassesEn.pdf">ClassesEn.pdf</a> + <a href="texmf-dist/doc/latex/blindtext/ClassesGe.pdf">ClassesGe.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/booklet">latex/booklet</a>:</b><small> + <a href="texmf-dist/doc/latex/booklet/booklet.pdf">booklet.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/booktabs">latex/booktabs</a>:</b><small> + <a href="texmf-dist/doc/latex/booktabs/booktabs.pdf">booktabs.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/braille">latex/braille</a>:</b><small> + <a href="texmf-dist/doc/latex/braille/braille.html">braille.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/breakurl">latex/breakurl</a>:</b><small> + <a href="texmf-dist/doc/latex/breakurl/breakurl.pdf">breakurl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/burmese">fonts/burmese</a>:</b><small> + <a href="texmf-dist/doc/fonts/burmese/burmguide.pdf">burmguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/bytefield">latex/bytefield</a>:</b><small> + <a href="texmf-dist/doc/latex/bytefield/bytefield.pdf">bytefield.pdf</a> + <a href="texmf-dist/doc/latex/bytefield/example.pdf">example.pdf</a> + </small> + +<li><b><a href="texmf/doc/bzip2">bzip2</a>:</b><small> + <a href="texmf/doc/bzip2/bzip2.html">bzip2.html</a> + <a href="texmf/doc/bzip2/bzip2.pdf">bzip2.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/caption">latex/caption</a>:</b><small> + <a href="texmf-dist/doc/latex/caption/anleitung.pdf">anleitung.pdf</a> + <a href="texmf-dist/doc/latex/caption/caption.pdf">caption.pdf</a> + <a href="texmf-dist/doc/latex/caption/caption2.pdf">caption2.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/carlisle">latex/carlisle</a>:</b><small> + <a href="texmf-dist/doc/latex/carlisle/fix2col.pdf">fix2col.pdf</a> + <a href="texmf-dist/doc/latex/carlisle/ltxtable.pdf">ltxtable.pdf</a> + <a href="texmf-dist/doc/latex/carlisle/pspicture.pdf">pspicture.pdf</a> + <a href="texmf-dist/doc/latex/carlisle/typehtml.pdf">typehtml.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/cbcoptic">latex/cbcoptic</a>:</b><small> + <a href="texmf-dist/doc/latex/cbcoptic/coptfont.pdf">coptfont.pdf</a> + <a href="texmf-dist/doc/latex/cbcoptic/testcopOK.pdf">testcopOK.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ccaption">latex/ccaption</a>:</b><small> + <a href="texmf-dist/doc/latex/ccaption/ccaption.pdf">ccaption.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/cd">latex/cd</a>:</b><small> + <a href="texmf-dist/doc/latex/cd/cd.pdf">cd.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/cdpbundl">latex/cdpbundl</a>:</b><small> + <a href="texmf-dist/doc/latex/cdpbundl/overview.pdf">overview.pdf</a> + </small> + +<li><b><a href="texmf/doc/cef5conv">cef5conv</a>:</b><small> + <a href="texmf/doc/cef5conv/cef5conv.pdf">cef5conv.pdf</a> + </small> + +<li><b><a href="texmf/doc/cefconv">cefconv</a>:</b><small> + <a href="texmf/doc/cefconv/cefconv.pdf">cefconv.pdf</a> + </small> + +<li><b><a href="texmf/doc/cefsconv">cefsconv</a>:</b><small> + <a href="texmf/doc/cefsconv/cefsconv.pdf">cefsconv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/changebar">latex/changebar</a>:</b><small> + <a href="texmf-dist/doc/latex/changebar/cbtest1-ltx.pdf">cbtest1-ltx.pdf</a> + <a href="texmf-dist/doc/latex/changebar/cbtest1-pdf.pdf">cbtest1-pdf.pdf</a> + <a href="texmf-dist/doc/latex/changebar/cbtest2-ltx.pdf">cbtest2-ltx.pdf</a> + <a href="texmf-dist/doc/latex/changebar/cbtest2-pdf.pdf">cbtest2-pdf.pdf</a> + <a href="texmf-dist/doc/latex/changebar/changebar.pdf">changebar.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/chapterfolder">latex/chapterfolder</a>:</b><small> + <a href="texmf-dist/doc/latex/chapterfolder/documentation.pdf">documentation.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/chemcompounds">latex/chemcompounds</a>:</b><small> + <a href="texmf-dist/doc/latex/chemcompounds/chemcompounds.pdf">chemcompounds.pdf</a> + </small> + +<li><b><a href="texmf/doc/chktex">chktex</a>:</b><small> + <a href="texmf/doc/chktex/ChkTeX.html">ChkTeX.html</a> + <a href="texmf/doc/chktex/ChkTeX.pdf">ChkTeX.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/cirth">fonts/cirth</a>:</b><small> + <a href="texmf-dist/doc/fonts/cirth/cirth.pdf">cirth.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/cjhebrew">fonts/cjhebrew</a>:</b><small> + <a href="texmf-dist/doc/fonts/cjhebrew/manual.pdf">manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/CJK/doc/pdf">latex/CJK/doc/pdf</a>:</b><small> + <a href="texmf-dist/doc/latex/CJK/doc/pdf/c90.pdf">c90.pdf</a> + <a href="texmf-dist/doc/latex/CJK/doc/pdf/READMEb5.pdf">READMEb5.pdf</a> + <a href="texmf-dist/doc/latex/CJK/doc/pdf/READMEgb.pdf">READMEgb.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/CJK/examples/pdf">latex/CJK/examples/pdf</a>:</b><small> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/Big5.pdf">Big5.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/Big5vert.pdf">Big5vert.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/CEF_test.pdf">CEF_test.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/CJKbabel.pdf">CJKbabel.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/CJKfntef.pdf">CJKfntef.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/CJKmixed.pdf">CJKmixed.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/CJKutf8.pdf">CJKutf8.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/GB.pdf">GB.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/JIS.pdf">JIS.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/KS.pdf">KS.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/muletest.pdf">muletest.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/pytest.pdf">pytest.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/py_test.pdf">py_test.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/rubytest.pdf">rubytest.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/SJIS.pdf">SJIS.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/thai.pdf">thai.pdf</a> + <a href="texmf-dist/doc/latex/CJK/examples/pdf/UTF8.pdf">UTF8.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/clefval">latex/clefval</a>:</b><small> + <a href="texmf-dist/doc/latex/clefval/clefval.pdf">clefval.pdf</a> + <a href="texmf-dist/doc/latex/clefval/example.pdf">example.pdf</a> + <a href="texmf-dist/doc/latex/clefval/exemple.pdf">exemple.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/clock">latex/clock</a>:</b><small> + <a href="texmf-dist/doc/latex/clock/clockdoc.pdf">clockdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/clrscode">latex/clrscode</a>:</b><small> + <a href="texmf-dist/doc/latex/clrscode/clrscode.pdf">clrscode.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/colortbl">latex/colortbl</a>:</b><small> + <a href="texmf-dist/doc/latex/colortbl/colortbl.pdf">colortbl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/commath">latex/commath</a>:</b><small> + <a href="texmf-dist/doc/latex/commath/commath.pdf">commath.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/complexity">latex/complexity</a>:</b><small> + <a href="texmf-dist/doc/latex/complexity/complexity.pdf">complexity.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/computational-complexity">latex/computational-complexity</a>:</b><small> + <a href="texmf-dist/doc/latex/computational-complexity/cc.pdf">cc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/context/context-omega">context/context-omega</a>:</b><small> + <a href="texmf-dist/doc/context/context-omega/20_42.pdf">20_42.pdf</a> + <a href="texmf-dist/doc/context/context-omega/context-help.html">context-help.html</a> + <a href="texmf-dist/doc/context/context-omega/LaTeX2ConTeXt.pdf">LaTeX2ConTeXt.pdf</a> + <a href="texmf-dist/doc/context/context-omega/omega-example.html">omega-example.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/contour">latex/contour</a>:</b><small> + <a href="texmf-dist/doc/latex/contour/contour.pdf">contour.pdf</a> + <a href="texmf-dist/doc/latex/contour/contourtest.pdf">contourtest.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/coordsys">latex/coordsys</a>:</b><small> + <a href="texmf-dist/doc/latex/coordsys/coordsys.pdf">coordsys.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/cork.html">cork.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/courier-scaled">latex/courier-scaled</a>:</b><small> + <a href="texmf-dist/doc/latex/courier-scaled/Couriers.pdf">Couriers.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/crop">latex/crop</a>:</b><small> + <a href="texmf-dist/doc/latex/crop/crop.pdf">crop.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/csquotes">latex/csquotes</a>:</b><small> + <a href="texmf-dist/doc/latex/csquotes/csquotes.pdf">csquotes.pdf</a> + <a href="texmf-dist/doc/latex/csquotes/tutorial.pdf">tutorial.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/csvtools">latex/csvtools</a>:</b><small> + <a href="texmf-dist/doc/latex/csvtools/csvtools.html">csvtools.html</a> + <a href="texmf-dist/doc/latex/csvtools/csvtools.pdf">csvtools.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ctable">latex/ctable</a>:</b><small> + <a href="texmf-dist/doc/latex/ctable/ctable.pdf">ctable.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ctib">latex/ctib</a>:</b><small> + <a href="texmf-dist/doc/latex/ctib/ctib4tex.pdf">ctib4tex.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/curve">latex/curve</a>:</b><small> + <a href="texmf-dist/doc/latex/curve/curve.pdf">curve.pdf</a> + <a href="texmf-dist/doc/latex/curve/cv.pdf">cv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/cyrillic">latex/cyrillic</a>:</b><small> + <a href="texmf-dist/doc/latex/cyrillic/cyinpenc.pdf">cyinpenc.pdf</a> + <a href="texmf-dist/doc/latex/cyrillic/cyoutenc.pdf">cyoutenc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/datetime">latex/datetime</a>:</b><small> + <a href="texmf-dist/doc/latex/datetime/datetime.pdf">datetime.pdf</a> + <a href="texmf-dist/doc/latex/datetime/manual.html">manual.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/dcpic">latex/dcpic</a>:</b><small> + <a href="texmf-dist/doc/latex/dcpic/man4.0-pt.pdf">man4.0-pt.pdf</a> + <a href="texmf-dist/doc/latex/dcpic/man4.0.pdf">man4.0.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/devanagr">fonts/devanagr</a>:</b><small> + <a href="texmf-dist/doc/fonts/devanagr/examples.pdf">examples.pdf</a> + <a href="texmf-dist/doc/fonts/devanagr/manual.pdf">manual.pdf</a> + <a href="texmf-dist/doc/fonts/devanagr/misspaal.pdf">misspaal.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/diagnose">latex/diagnose</a>:</b><small> + <a href="texmf-dist/doc/latex/diagnose/diagnose.pdf">diagnose.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/dictsym">fonts/dictsym</a>:</b><small> + <a href="texmf-dist/doc/fonts/dictsym/dictsym.pdf">dictsym.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/dinat">latex/dinat</a></b><small> + </small> + +<li><b><a href="texmf-dist/doc/latex/dingbat">latex/dingbat</a>:</b><small> + <a href="texmf-dist/doc/latex/dingbat/dingbat.pdf">dingbat.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/directory">latex/directory</a>:</b><small> + <a href="texmf-dist/doc/latex/directory/directory.pdf">directory.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/dk-bib">latex/dk-bib</a>:</b><small> + <a href="texmf-dist/doc/latex/dk-bib/dk-bib.pdf">dk-bib.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/doipubmed">latex/doipubmed</a>:</b><small> + <a href="texmf-dist/doc/latex/doipubmed/doipubmed.pdf">doipubmed.pdf</a> + <a href="texmf-dist/doc/latex/doipubmed/sample.pdf">sample.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/dottex">latex/dottex</a>:</b><small> + <a href="texmf-dist/doc/latex/dottex/dottex.pdf">dottex.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/dramatist">latex/dramatist</a>:</b><small> + <a href="texmf-dist/doc/latex/dramatist/dramatist.pdf">dramatist.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/DTC-fonts.html">DTC-fonts.html</a> + </small> + +<li><b><a href="texmf/doc/dvipdfm">dvipdfm</a>:</b><small> + <a href="texmf/doc/dvipdfm/dvipdfm.pdf">dvipdfm.pdf</a> + </small> + +<li><b><a href="texmf/doc/dvipng">dvipng</a>:</b><small> + <a href="texmf/doc/dvipng/dvipng.html">dvipng.html</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/dvips.html">dvips.html</a> + </small> + +<li><b><a href="texmf/doc/dvips">dvips</a>:</b><small> + <a href="texmf/doc/dvips/dvips.html">dvips.html</a> + <a href="texmf/doc/dvips/dvips.pdf">dvips.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ebezier">latex/ebezier</a>:</b><small> + <a href="texmf-dist/doc/latex/ebezier/ebezier.pdf">ebezier.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/eCards">latex/eCards</a>:</b><small> + <a href="texmf-dist/doc/latex/eCards/eCardsman.pdf">eCardsman.pdf</a> + <a href="texmf-dist/doc/latex/eCards/eCardsman_p.pdf">eCardsman_p.pdf</a> + <a href="texmf-dist/doc/latex/eCards/eCardstst.pdf">eCardstst.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/eCards/graphics">latex/eCards/graphics</a>:</b><small> + <a href="texmf-dist/doc/latex/eCards/graphics/uakron.pdf">uakron.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/eCards/presidents">latex/eCards/presidents</a>:</b><small> + <a href="texmf-dist/doc/latex/eCards/presidents/gw1.pdf">gw1.pdf</a> + <a href="texmf-dist/doc/latex/eCards/presidents/ja2.pdf">ja2.pdf</a> + <a href="texmf-dist/doc/latex/eCards/presidents/ja6.pdf">ja6.pdf</a> + <a href="texmf-dist/doc/latex/eCards/presidents/jm4.pdf">jm4.pdf</a> + <a href="texmf-dist/doc/latex/eCards/presidents/jm5.pdf">jm5.pdf</a> + <a href="texmf-dist/doc/latex/eCards/presidents/tj3.pdf">tj3.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ednotes">latex/ednotes</a>:</b><small> + <a href="texmf-dist/doc/latex/ednotes/ednotes.pdf">ednotes.pdf</a> + <a href="texmf-dist/doc/latex/ednotes/ednotugb.pdf">ednotugb.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/egameps">latex/egameps</a>:</b><small> + <a href="texmf-dist/doc/latex/egameps/egameps.pdf">egameps.pdf</a> + </small> + +<li><b><a href="texmf/doc/generic/elhyphen">generic/elhyphen</a>:</b><small> + <a href="texmf/doc/generic/elhyphen/anc-test.pdf">anc-test.pdf</a> + <a href="texmf/doc/generic/elhyphen/ancient.pdf">ancient.pdf</a> + <a href="texmf/doc/generic/elhyphen/compound.pdf">compound.pdf</a> + <a href="texmf/doc/generic/elhyphen/modern.pdf">modern.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ellipsis">latex/ellipsis</a>:</b><small> + <a href="texmf-dist/doc/latex/ellipsis/ellipsis.pdf">ellipsis.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/elmath">latex/elmath</a>:</b><small> + <a href="texmf-dist/doc/latex/elmath/elmath.pdf">elmath.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/elpres">latex/elpres</a>:</b><small> + <a href="texmf-dist/doc/latex/elpres/elpres-example.pdf">elpres-example.pdf</a> + <a href="texmf-dist/doc/latex/elpres/elpres-manual.pdf">elpres-manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/elsevier">latex/elsevier</a>:</b><small> + <a href="texmf-dist/doc/latex/elsevier/instraut.pdf">instraut.pdf</a> + <a href="texmf-dist/doc/latex/elsevier/model-harv.pdf">model-harv.pdf</a> + <a href="texmf-dist/doc/latex/elsevier/model-num.pdf">model-num.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Encodings.html">Encodings.html</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/enctex">generic/enctex</a>:</b><small> + <a href="texmf-dist/doc/generic/enctex/encdoc-e.pdf">encdoc-e.pdf</a> + <a href="texmf-dist/doc/generic/enctex/encdoc.pdf">encdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/endheads">latex/endheads</a>:</b><small> + <a href="texmf-dist/doc/latex/endheads/endheads.pdf">endheads.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/engpron">latex/engpron</a>:</b><small> + <a href="texmf-dist/doc/latex/engpron/engpron.pdf">engpron.pdf</a> + <a href="texmf-dist/doc/latex/engpron/exemple.pdf">exemple.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/engrec">latex/engrec</a>:</b><small> + <a href="texmf-dist/doc/latex/engrec/engrec.pdf">engrec.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/enumitem">latex/enumitem</a>:</b><small> + <a href="texmf-dist/doc/latex/enumitem/enumitem.pdf">enumitem.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/epiolmec">latex/epiolmec</a>:</b><small> + <a href="texmf-dist/doc/latex/epiolmec/GlyphAccessCommands.pdf">GlyphAccessCommands.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/eqparbox">latex/eqparbox</a>:</b><small> + <a href="texmf-dist/doc/latex/eqparbox/eqparbox.pdf">eqparbox.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/esint-type1">latex/esint-type1</a>:</b><small> + <a href="texmf-dist/doc/latex/esint-type1/table.pdf">table.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/eskd">latex/eskd</a>:</b><small> + <a href="texmf-dist/doc/latex/eskd/eskd.pdf">eskd.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/eso-pic">latex/eso-pic</a>:</b><small> + <a href="texmf-dist/doc/latex/eso-pic/eso-ex1.pdf">eso-ex1.pdf</a> + <a href="texmf-dist/doc/latex/eso-pic/eso-ex2.pdf">eso-ex2.pdf</a> + <a href="texmf-dist/doc/latex/eso-pic/eso-ex3.pdf">eso-ex3.pdf</a> + <a href="texmf-dist/doc/latex/eso-pic/eso-ex4.pdf">eso-ex4.pdf</a> + <a href="texmf-dist/doc/latex/eso-pic/eso-ex5.pdf">eso-ex5.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/etaremune">latex/etaremune</a>:</b><small> + <a href="texmf-dist/doc/latex/etaremune/etaremune.pdf">etaremune.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/euro">latex/euro</a>:</b><small> + <a href="texmf-dist/doc/latex/euro/euro.pdf">euro.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/eurofont">fonts/eurofont</a>:</b><small> + <a href="texmf-dist/doc/fonts/eurofont/eurosamp.pdf">eurosamp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/europecv">latex/europecv</a>:</b><small> + <a href="texmf-dist/doc/latex/europecv/europecv.pdf">europecv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/europecv/examples">latex/europecv/examples</a>:</b><small> + <a href="texmf-dist/doc/latex/europecv/examples/cv_template_de.pdf">cv_template_de.pdf</a> + <a href="texmf-dist/doc/latex/europecv/examples/cv_template_en.pdf">cv_template_en.pdf</a> + <a href="texmf-dist/doc/latex/europecv/examples/cv_template_it.pdf">cv_template_it.pdf</a> + <a href="texmf-dist/doc/latex/europecv/examples/cv_template_pl.pdf">cv_template_pl.pdf</a> + <a href="texmf-dist/doc/latex/europecv/examples/minimal.pdf">minimal.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/exam">latex/exam</a>:</b><small> + <a href="texmf-dist/doc/latex/exam/examdoc.pdf">examdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/examplep">latex/examplep</a>:</b><small> + <a href="texmf-dist/doc/latex/examplep/eurotex_2005_examplep.pdf">eurotex_2005_examplep.pdf</a> + <a href="texmf-dist/doc/latex/examplep/houses.pdf">houses.pdf</a> + <a href="texmf-dist/doc/latex/examplep/pexaminipage.pdf">pexaminipage.pdf</a> + <a href="texmf-dist/doc/latex/examplep/shorthyp_t1xtts.pdf">shorthyp_t1xtts.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/exercise">latex/exercise</a>:</b><small> + <a href="texmf-dist/doc/latex/exercise/exercise.pdf">exercise.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/expressg">latex/expressg</a>:</b><small> + <a href="texmf-dist/doc/latex/expressg/aamfigs.pdf">aamfigs.pdf</a> + <a href="texmf-dist/doc/latex/expressg/expeg.pdf">expeg.pdf</a> + <a href="texmf-dist/doc/latex/expressg/expressg.pdf">expressg.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/extarrows">latex/extarrows</a>:</b><small> + <a href="texmf-dist/doc/latex/extarrows/extarrows-test.pdf">extarrows-test.pdf</a> + </small> + +<li><b><a href="texmf/doc/extconv">extconv</a>:</b><small> + <a href="texmf/doc/extconv/extconv.pdf">extconv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/exteps">metapost/exteps</a>:</b><small> + <a href="texmf-dist/doc/metapost/exteps/exteps.pdf">exteps.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/extract">latex/extract</a>:</b><small> + <a href="texmf-dist/doc/latex/extract/extract.pdf">extract.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/facsimile">latex/facsimile</a>:</b><small> + <a href="texmf-dist/doc/latex/facsimile/facsimile.pdf">facsimile.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fancyhdr">latex/fancyhdr</a>:</b><small> + <a href="texmf-dist/doc/latex/fancyhdr/fancyhdr.pdf">fancyhdr.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fancyvrb">latex/fancyvrb</a>:</b><small> + <a href="texmf-dist/doc/latex/fancyvrb/fancyvrb.pdf">fancyvrb.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/featpost/doc">metapost/featpost/doc</a>:</b><small> + <a href="texmf-dist/doc/metapost/featpost/doc/featexamples.html">featexamples.html</a> + <a href="texmf-dist/doc/metapost/featpost/doc/tug2004.pdf">tug2004.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/feyn">latex/feyn</a>:</b><small> + <a href="texmf-dist/doc/latex/feyn/feyn.pdf">feyn.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/figbib">latex/figbib</a>:</b><small> + <a href="texmf-dist/doc/latex/figbib/figbib_doc.pdf">figbib_doc.pdf</a> + <a href="texmf-dist/doc/latex/figbib/figbib_sample.pdf">figbib_sample.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/figsize">latex/figsize</a>:</b><small> + <a href="texmf-dist/doc/latex/figsize/figsize.pdf">figsize.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/filecontents">latex/filecontents</a>:</b><small> + <a href="texmf-dist/doc/latex/filecontents/filecontents.pdf">filecontents.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Filenames-for-fonts.html">Filenames-for-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fixme">latex/fixme</a>:</b><small> + <a href="texmf-dist/doc/latex/fixme/fixme.pdf">fixme.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/flagderiv">latex/flagderiv</a>:</b><small> + <a href="texmf-dist/doc/latex/flagderiv/flagderiv.pdf">flagderiv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/flashcards">latex/flashcards</a>:</b><small> + <a href="texmf-dist/doc/latex/flashcards/flashcards.pdf">flashcards.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/floatrow">latex/floatrow</a>:</b><small> + <a href="texmf-dist/doc/latex/floatrow/floatrow.pdf">floatrow.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/flowfram">latex/flowfram</a>:</b><small> + <a href="texmf-dist/doc/latex/flowfram/ffuserguide.pdf">ffuserguide.pdf</a> + <a href="texmf-dist/doc/latex/flowfram/flowfram.pdf">flowfram.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/flowfram/samples">latex/flowfram/samples</a>:</b><small> + <a href="texmf-dist/doc/latex/flowfram/samples/brochure.pdf">brochure.pdf</a> + <a href="texmf-dist/doc/latex/flowfram/samples/poster.pdf">poster.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fltpoint">latex/fltpoint</a>:</b><small> + <a href="texmf-dist/doc/latex/fltpoint/fltpoint.pdf">fltpoint.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fmp">latex/fmp</a>:</b><small> + <a href="texmf-dist/doc/latex/fmp/fmp.pdf">fmp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fmtcount">latex/fmtcount</a>:</b><small> + <a href="texmf-dist/doc/latex/fmtcount/fc-samp.pdf">fc-samp.pdf</a> + <a href="texmf-dist/doc/latex/fmtcount/fmtcount.pdf">fmtcount.pdf</a> + <a href="texmf-dist/doc/latex/fmtcount/manual.html">manual.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fncychap">latex/fncychap</a>:</b><small> + <a href="texmf-dist/doc/latex/fncychap/fncychap.pdf">fncychap.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Font-legalities.html">Font-legalities.html</a> + <a href="texmf-dist/doc/fontname/Font-name-lists.html">Font-name-lists.html</a> + <a href="texmf-dist/doc/fontname/fontname.html">fontname.html</a> + <a href="texmf-dist/doc/fontname/fontname.pdf">fontname.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/fontspec">latex/fontspec</a>:</b><small> + <a href="texmf-dist/doc/latex/fontspec/fontspec.pdf">fontspec.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/footmisc">latex/footmisc</a>:</b><small> + <a href="texmf-dist/doc/latex/footmisc/footmisc.pdf">footmisc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/formular">latex/formular</a>:</b><small> + <a href="texmf-dist/doc/latex/formular/formular.pdf">formular.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/fourier">fonts/fourier</a>:</b><small> + <a href="texmf-dist/doc/fonts/fourier/fourier-doc-en.pdf">fourier-doc-en.pdf</a> + <a href="texmf-dist/doc/fonts/fourier/fourier-orns.pdf">fourier-orns.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/functan">latex/functan</a>:</b><small> + <a href="texmf-dist/doc/latex/functan/functan.pdf">functan.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/geometry">latex/geometry</a>:</b><small> + <a href="texmf-dist/doc/latex/geometry/manual.pdf">manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/geomsty">latex/geomsty</a>:</b><small> + <a href="texmf-dist/doc/latex/geomsty/manual.pdf">manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/glossary">latex/glossary</a>:</b><small> + <a href="texmf-dist/doc/latex/glossary/glossary.pdf">glossary.pdf</a> + <a href="texmf-dist/doc/latex/glossary/manual.html">manual.html</a> + </small> + +<li><b><a href="texmf-dist/doc/bibtex/gost">bibtex/gost</a>:</b><small> + <a href="texmf-dist/doc/bibtex/gost/gost71.pdf">gost71.pdf</a> + <a href="texmf-dist/doc/bibtex/gost/gost780.pdf">gost780.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/graphics">latex/graphics</a>:</b><small> + <a href="texmf-dist/doc/latex/graphics/grfguide.pdf">grfguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/graphicx-psmin">latex/graphicx-psmin</a>:</b><small> + <a href="texmf-dist/doc/latex/graphicx-psmin/graphicx-psmin.pdf">graphicx-psmin.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/greektex">latex/greektex</a>:</b><small> + <a href="texmf-dist/doc/latex/greektex/greektexdoc.pdf">greektexdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/GuIT">latex/GuIT</a>:</b><small> + <a href="texmf-dist/doc/latex/GuIT/guit.pdf">guit.pdf</a> + <a href="texmf-dist/doc/latex/GuIT/guittest.pdf">guittest.pdf</a> + </small> + +<li><b><a href="texmf/doc/gzip">gzip</a>:</b><small> + <a href="texmf/doc/gzip/gzip.html">gzip.html</a> + <a href="texmf/doc/gzip/gzip.pdf">gzip.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/HA-prosper">latex/HA-prosper</a>:</b><small> + <a href="texmf-dist/doc/latex/HA-prosper/HA-prosper.pdf">HA-prosper.pdf</a> + </small> + +<li><b><a href="texmf/doc/hbf2gf">hbf2gf</a>:</b><small> + <a href="texmf/doc/hbf2gf/hbf2gf.pdf">hbf2gf.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/hepparticles">latex/hepparticles</a>:</b><small> + <a href="texmf-dist/doc/latex/hepparticles/hepparticles.pdf">hepparticles.pdf</a> + <a href="texmf-dist/doc/latex/hepparticles/testhepparticles.pdf">testhepparticles.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/hfoldsty">fonts/hfoldsty</a>:</b><small> + <a href="texmf-dist/doc/fonts/hfoldsty/hfoldsty.pdf">hfoldsty.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/hieroglf">fonts/hieroglf</a>:</b><small> + <a href="texmf-dist/doc/fonts/hieroglf/tryfont.pdf">tryfont.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/History.html">History.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/hitec">latex/hitec</a>:</b><small> + <a href="texmf-dist/doc/latex/hitec/hitec_doc.pdf">hitec_doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/hpsdiss">latex/hpsdiss</a>:</b><small> + <a href="texmf-dist/doc/latex/hpsdiss/hpsdiss.pdf">hpsdiss.pdf</a> + </small> + +<li><b><a href="texmf/doc/generic/huhyphen">generic/huhyphen</a>:</b><small> + <a href="texmf/doc/generic/huhyphen/huhyphn.pdf">huhyphn.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/hvfloat">latex/hvfloat</a>:</b><small> + <a href="texmf-dist/doc/latex/hvfloat/hvfloat.pdf">hvfloat.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/hyperref">latex/hyperref</a>:</b><small> + <a href="texmf-dist/doc/latex/hyperref/manual.html">manual.html</a> + <a href="texmf-dist/doc/latex/hyperref/manual.pdf">manual.pdf</a> + <a href="texmf-dist/doc/latex/hyperref/manual2.html">manual2.html</a> + <a href="texmf-dist/doc/latex/hyperref/manual3.html">manual3.html</a> + <a href="texmf-dist/doc/latex/hyperref/paper.pdf">paper.pdf</a> + <a href="texmf-dist/doc/latex/hyperref/slides.pdf">slides.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/hyperref/test">latex/hyperref/test</a>:</b><small> + <a href="texmf-dist/doc/latex/hyperref/test/hog.pdf">hog.pdf</a> + <a href="texmf-dist/doc/latex/hyperref/test/picture.pdf">picture.pdf</a> + <a href="texmf-dist/doc/latex/hyperref/test/test7.pdf">test7.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ibycus-babel">latex/ibycus-babel</a>:</b><small> + <a href="texmf-dist/doc/latex/ibycus-babel/ibycus-babel.pdf">ibycus-babel.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ibygrk">latex/ibygrk</a>:</b><small> + <a href="texmf-dist/doc/latex/ibygrk/ibycus4.pdf">ibycus4.pdf</a> + <a href="texmf-dist/doc/latex/ibygrk/psibycus.pdf">psibycus.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/IEEEconf">latex/IEEEconf</a>:</b><small> + <a href="texmf-dist/doc/latex/IEEEconf/IEEEconf.pdf">IEEEconf.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/IEEEtran">latex/IEEEtran</a>:</b><small> + <a href="texmf-dist/doc/latex/IEEEtran/bare_conf.pdf">bare_conf.pdf</a> + <a href="texmf-dist/doc/latex/IEEEtran/bare_jrnl.pdf">bare_jrnl.pdf</a> + <a href="texmf-dist/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf">IEEEtran_bst_HOWTO.pdf</a> + <a href="texmf-dist/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf">IEEEtran_HOWTO.pdf</a> + <a href="texmf-dist/doc/latex/IEEEtran/testflow_ctl_A4.pdf">testflow_ctl_A4.pdf</a> + <a href="texmf-dist/doc/latex/IEEEtran/testflow_ctl_LTR.pdf">testflow_ctl_LTR.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ifacmtg">latex/ifacmtg</a>:</b><small> + <a href="texmf-dist/doc/latex/ifacmtg/instraut.pdf">instraut.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ifmslide">latex/ifmslide</a>:</b><small> + <a href="texmf-dist/doc/latex/ifmslide/ifmman.pdf">ifmman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a></b><small> + </small> + +<li><b><a href="texmf-dist/doc/latex/index">latex/index</a>:</b><small> + <a href="texmf-dist/doc/latex/index/index.pdf">index.pdf</a> + </small> + +<li><b><a href="texmf/doc/texinfo">texinfo</a>:</b><small> + <a href="texmf/doc/texinfo/info-stnd.html">info-stnd.html</a> + <a href="texmf/doc/texinfo/info-stnd.pdf">info-stnd.pdf</a> + <a href="texmf/doc/texinfo/info.html">info.html</a> + <a href="texmf/doc/texinfo/info.pdf">info.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/interactiveworkbook/documentation">latex/interactiveworkbook/documentation</a>:</b><small> + <a href="texmf-dist/doc/latex/interactiveworkbook/documentation/interactiveworkbookmanual.pdf">interactiveworkbookmanual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/interactiveworkbook/samplefiles">latex/interactiveworkbook/samplefiles</a>:</b><small> + <a href="texmf-dist/doc/latex/interactiveworkbook/samplefiles/check.pdf">check.pdf</a> + <a href="texmf-dist/doc/latex/interactiveworkbook/samplefiles/field.pdf">field.pdf</a> + <a href="texmf-dist/doc/latex/interactiveworkbook/samplefiles/ndex.pdf">ndex.pdf</a> + <a href="texmf-dist/doc/latex/interactiveworkbook/samplefiles/popup.pdf">popup.pdf</a> + <a href="texmf-dist/doc/latex/interactiveworkbook/samplefiles/radio.pdf">radio.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Introduction.html">Introduction.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/invoice">latex/invoice</a>:</b><small> + <a href="texmf-dist/doc/latex/invoice/invoice.pdf">invoice.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/iopart-num">latex/iopart-num</a>:</b><small> + <a href="texmf-dist/doc/latex/iopart-num/example-article.pdf">example-article.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/iso">latex/iso</a>:</b><small> + <a href="texmf-dist/doc/latex/iso/isoman.pdf">isoman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/iso10303">latex/iso10303</a>:</b><small> + <a href="texmf-dist/doc/latex/iso10303/stepman.pdf">stepman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/isodate">latex/isodate</a>:</b><small> + <a href="texmf-dist/doc/latex/isodate/isodate.pdf">isodate.pdf</a> + <a href="texmf-dist/doc/latex/isodate/isodateo.pdf">isodateo.pdf</a> + <a href="texmf-dist/doc/latex/isodate/testdate.pdf">testdate.pdf</a> + <a href="texmf-dist/doc/latex/isodate/testisodate_without_babel.pdf">testisodate_without_babel.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/isorot">latex/isorot</a>:</b><small> + <a href="texmf-dist/doc/latex/isorot/rotman.pdf">rotman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/ITC-fonts.html">ITC-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/juraabbrev">latex/juraabbrev</a>:</b><small> + <a href="texmf-dist/doc/latex/juraabbrev/juraabbrev.pdf">juraabbrev.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/juramisc/doc">latex/juramisc/doc</a>:</b><small> + <a href="texmf-dist/doc/latex/juramisc/doc/jmgerdoc.pdf">jmgerdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/jurarsp">latex/jurarsp</a>:</b><small> + <a href="texmf-dist/doc/latex/jurarsp/jurarsp.pdf">jurarsp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/kerkis">latex/kerkis</a>:</b><small> + <a href="texmf-dist/doc/latex/kerkis/README.html">README.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/kerntest">latex/kerntest</a>:</b><small> + <a href="texmf-dist/doc/latex/kerntest/kerntest.pdf">kerntest.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/keystroke">latex/keystroke</a>:</b><small> + <a href="texmf-dist/doc/latex/keystroke/key-test.pdf">key-test.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/kixfont">fonts/kixfont</a>:</b><small> + <a href="texmf-dist/doc/fonts/kixfont/kixtable.pdf">kixtable.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/koma-script">latex/koma-script</a>:</b><small> + <a href="texmf-dist/doc/latex/koma-script/koma-script.pdf">koma-script.pdf</a> + <a href="texmf-dist/doc/latex/koma-script/komascr.pdf">komascr.pdf</a> + <a href="texmf-dist/doc/latex/koma-script/komascript.pdf">komascript.pdf</a> + <a href="texmf-dist/doc/latex/koma-script/scrguide.pdf">scrguide.pdf</a> + <a href="texmf-dist/doc/latex/koma-script/scrguien.pdf">scrguien.pdf</a> + </small> + +<li><b><a href="texmf/doc/kpathsea">kpathsea</a>:</b><small> + <a href="texmf/doc/kpathsea/kpathsea.html">kpathsea.html</a> + <a href="texmf/doc/kpathsea/kpathsea.pdf">kpathsea.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/kuvio">latex/kuvio</a>:</b><small> + <a href="texmf-dist/doc/latex/kuvio/examples.pdf">examples.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/latexmp">metapost/latexmp</a>:</b><small> + <a href="texmf-dist/doc/metapost/latexmp/examples.pdf">examples.pdf</a> + <a href="texmf-dist/doc/metapost/latexmp/latexmp.pdf">latexmp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/layouts">latex/layouts</a>:</b><small> + <a href="texmf-dist/doc/latex/layouts/layman.pdf">layman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/lcd">latex/lcd</a>:</b><small> + <a href="texmf-dist/doc/latex/lcd/example.pdf">example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/le">latex/le</a>:</b><small> + <a href="texmf-dist/doc/latex/le/FAQ.pdf">FAQ.pdf</a> + <a href="texmf-dist/doc/latex/le/frenchle.pdf">frenchle.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/leaflet">latex/leaflet</a>:</b><small> + <a href="texmf-dist/doc/latex/leaflet/leaflet-manual.pdf">leaflet-manual.pdf</a> + <a href="texmf-dist/doc/latex/leaflet/leaflet.pdf">leaflet.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/leawood">fonts/leawood</a>:</b><small> + <a href="texmf-dist/doc/fonts/leawood/leawood.pdf">leawood.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ledmac">latex/ledmac</a>:</b><small> + <a href="texmf-dist/doc/latex/ledmac/ledarab.pdf">ledarab.pdf</a> + <a href="texmf-dist/doc/latex/ledmac/ledmac.pdf">ledmac.pdf</a> + <a href="texmf-dist/doc/latex/ledmac/ledpar.pdf">ledpar.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/lettrine">latex/lettrine</a>:</b><small> + <a href="texmf-dist/doc/latex/lettrine/demo-de.pdf">demo-de.pdf</a> + <a href="texmf-dist/doc/latex/lettrine/demo.pdf">demo.pdf</a> + <a href="texmf-dist/doc/latex/lettrine/lettrine.pdf">lettrine.pdf</a> + <a href="texmf-dist/doc/latex/lettrine/W.pdf">W.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/lfb">fonts/lfb</a>:</b><small> + <a href="texmf-dist/doc/fonts/lfb/example.pdf">example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/lhelp">latex/lhelp</a>:</b><small> + <a href="texmf-dist/doc/latex/lhelp/lhelp.pdf">lhelp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/lineno">latex/lineno</a>:</b><small> + <a href="texmf-dist/doc/latex/lineno/lineno.pdf">lineno.pdf</a> + <a href="texmf-dist/doc/latex/lineno/lnosuppl.pdf">lnosuppl.pdf</a> + <a href="texmf-dist/doc/latex/lineno/ulineno.pdf">ulineno.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Linotype-fonts.html">Linotype-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/lipsum">latex/lipsum</a>:</b><small> + <a href="texmf-dist/doc/latex/lipsum/lipsum.pdf">lipsum.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/listings">latex/listings</a>:</b><small> + <a href="texmf-dist/doc/latex/listings/listings.pdf">listings.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/listliketab">latex/listliketab</a>:</b><small> + <a href="texmf-dist/doc/latex/listliketab/listliketab.pdf">listliketab.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/lm">fonts/lm</a>:</b><small> + <a href="texmf-dist/doc/fonts/lm/tstlmqx.pdf">tstlmqx.pdf</a> + <a href="texmf-dist/doc/fonts/lm/tstlmt1.pdf">tstlmt1.pdf</a> + <a href="texmf-dist/doc/fonts/lm/tstlmts1.pdf">tstlmts1.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/logpap">latex/logpap</a>:</b><small> + <a href="texmf-dist/doc/latex/logpap/example.pdf">example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Long-names.html">Long-names.html</a> + <a href="texmf-dist/doc/fontname/Long-naming-scheme.html">Long-naming-scheme.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mailing">latex/mailing</a>:</b><small> + <a href="texmf-dist/doc/latex/mailing/mailing.pdf">mailing.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/makebox">latex/makebox</a>:</b><small> + <a href="texmf-dist/doc/latex/makebox/makebox.pdf">makebox.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/makecell">latex/makecell</a>:</b><small> + <a href="texmf-dist/doc/latex/makecell/makecell-rus.pdf">makecell-rus.pdf</a> + <a href="texmf-dist/doc/latex/makecell/makecell.pdf">makecell.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/makecirc">latex/makecirc</a>:</b><small> + <a href="texmf-dist/doc/latex/makecirc/ejemplos.pdf">ejemplos.pdf</a> + <a href="texmf-dist/doc/latex/makecirc/MakeCirc-en.pdf">MakeCirc-en.pdf</a> + <a href="texmf-dist/doc/latex/makecirc/MakeCirc.pdf">MakeCirc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/makedtx">latex/makedtx</a>:</b><small> + <a href="texmf-dist/doc/latex/makedtx/makedtx.pdf">makedtx.pdf</a> + <a href="texmf-dist/doc/latex/makedtx/manual.html">manual.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/makeglos">latex/makeglos</a>:</b><small> + <a href="texmf-dist/doc/latex/makeglos/makeglos.pdf">makeglos.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/makeplot">latex/makeplot</a>:</b><small> + <a href="texmf-dist/doc/latex/makeplot/makeplot.pdf">makeplot.pdf</a> + </small> + +<li><b><a href="texmf/doc/bg5conv/man/pdf">bg5conv/man/pdf</a>:</b><small> + <a href="texmf/doc/bg5conv/man/pdf/bg5conv.pdf">bg5conv.pdf</a> + </small> + +<li><b><a href="texmf/doc/cef5conv/man/pdf">cef5conv/man/pdf</a>:</b><small> + <a href="texmf/doc/cef5conv/man/pdf/cef5conv.pdf">cef5conv.pdf</a> + </small> + +<li><b><a href="texmf/doc/cefconv/man/pdf">cefconv/man/pdf</a>:</b><small> + <a href="texmf/doc/cefconv/man/pdf/cefconv.pdf">cefconv.pdf</a> + </small> + +<li><b><a href="texmf/doc/cefsconv/man/pdf">cefsconv/man/pdf</a>:</b><small> + <a href="texmf/doc/cefsconv/man/pdf/cefsconv.pdf">cefsconv.pdf</a> + </small> + +<li><b><a href="texmf/doc/extconv/man/pdf">extconv/man/pdf</a>:</b><small> + <a href="texmf/doc/extconv/man/pdf/extconv.pdf">extconv.pdf</a> + </small> + +<li><b><a href="texmf/doc/hbf2gf/man/pdf">hbf2gf/man/pdf</a>:</b><small> + <a href="texmf/doc/hbf2gf/man/pdf/hbf2gf.pdf">hbf2gf.pdf</a> + </small> + +<li><b><a href="texmf/doc/sjisconv/man/pdf">sjisconv/man/pdf</a>:</b><small> + <a href="texmf/doc/sjisconv/man/pdf/sjisconv.pdf">sjisconv.pdf</a> + </small> + +<li><b><a href="texmf/doc/bzip2">bzip2</a>:</b><small> + <a href="texmf/doc/bzip2/manual.html">manual.html</a> + </small> + +<li><b><a href="texmf/doc/pdftex/manual">pdftex/manual</a>:</b><small> + <a href="texmf/doc/pdftex/manual/pdftex-a.pdf">pdftex-a.pdf</a> + <a href="texmf/doc/pdftex/manual/pdftex-l.pdf">pdftex-l.pdf</a> + <a href="texmf/doc/pdftex/manual/pdftex-s.pdf">pdftex-s.pdf</a> + <a href="texmf/doc/pdftex/manual/pdftex-w.pdf">pdftex-w.pdf</a> + </small> + +<li><b><a href="texmf/doc/pdftex/manual/samplepdf">pdftex/manual/samplepdf</a>:</b><small> + <a href="texmf/doc/pdftex/manual/samplepdf/pic.pdf">pic.pdf</a> + <a href="texmf/doc/pdftex/manual/samplepdf/tmp.pdf">tmp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/marvosym">latex/marvosym</a>:</b><small> + <a href="texmf-dist/doc/latex/marvosym/marvodoc.pdf">marvodoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mathpazo">latex/mathpazo</a>:</b><small> + <a href="texmf-dist/doc/latex/mathpazo/pazotest.pdf">pazotest.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/maybemath">latex/maybemath</a>:</b><small> + <a href="texmf-dist/doc/latex/maybemath/maybemath.pdf">maybemath.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mcaption">latex/mcaption</a>:</b><small> + <a href="texmf-dist/doc/latex/mcaption/mcaption.pdf">mcaption.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mceinleger">latex/mceinleger</a>:</b><small> + <a href="texmf-dist/doc/latex/mceinleger/mceinleger.pdf">mceinleger.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/memoir">latex/memoir</a>:</b><small> + <a href="texmf-dist/doc/latex/memoir/memman.pdf">memman.pdf</a> + <a href="texmf-dist/doc/latex/memoir/memmanadd.pdf">memmanadd.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mentis">latex/mentis</a>:</b><small> + <a href="texmf-dist/doc/latex/mentis/mentis.pdf">mentis.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/metaobj">latex/metaobj</a>:</b><small> + <a href="texmf-dist/doc/latex/metaobj/momanual.pdf">momanual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/metaplot">latex/metaplot</a>:</b><small> + <a href="texmf-dist/doc/latex/metaplot/metaplot_preprint.pdf">metaplot_preprint.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/plain/metatex">plain/metatex</a>:</b><small> + <a href="texmf-dist/doc/plain/metatex/mtpaper.pdf">mtpaper.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/metre">latex/metre</a>:</b><small> + <a href="texmf-dist/doc/latex/metre/demo.pdf">demo.pdf</a> + <a href="texmf-dist/doc/latex/metre/metre.pdf">metre.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/mfpic">generic/mfpic</a>:</b><small> + <a href="texmf-dist/doc/generic/mfpic/mfpguide.pdf">mfpguide.pdf</a> + <a href="texmf-dist/doc/generic/mfpic/mfpman.pdf">mfpman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mftinc">latex/mftinc</a>:</b><small> + <a href="texmf-dist/doc/latex/mftinc/mftinc.pdf">mftinc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mh">latex/mh</a>:</b><small> + <a href="texmf-dist/doc/latex/mh/empheq.pdf">empheq.pdf</a> + <a href="texmf-dist/doc/latex/mh/empheq07.pdf">empheq07.pdf</a> + <a href="texmf-dist/doc/latex/mh/mathtools.pdf">mathtools.pdf</a> + <a href="texmf-dist/doc/latex/mh/mhsetup.pdf">mhsetup.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mhchem">latex/mhchem</a>:</b><small> + <a href="texmf-dist/doc/latex/mhchem/mhchem.pdf">mhchem.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/microtype">latex/microtype</a>:</b><small> + <a href="texmf-dist/doc/latex/microtype/microtype.pdf">microtype.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/miller">latex/miller</a>:</b><small> + <a href="texmf-dist/doc/latex/miller/miller.pdf">miller.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/minitoc">latex/minitoc</a>:</b><small> + <a href="texmf-dist/doc/latex/minitoc/add.pdf">add.pdf</a> + <a href="texmf-dist/doc/latex/minitoc/fminitoc.pdf">fminitoc.pdf</a> + <a href="texmf-dist/doc/latex/minitoc/mini-art.pdf">mini-art.pdf</a> + <a href="texmf-dist/doc/latex/minitoc/minitoc-ex.pdf">minitoc-ex.pdf</a> + <a href="texmf-dist/doc/latex/minitoc/minitoc.pdf">minitoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/minutes">latex/minutes</a>:</b><small> + <a href="texmf-dist/doc/latex/minutes/ClassesEn.pdf">ClassesEn.pdf</a> + <a href="texmf-dist/doc/latex/minutes/ClassesGe.pdf">ClassesGe.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/modroman">latex/modroman</a>:</b><small> + <a href="texmf-dist/doc/latex/modroman/modroman.pdf">modroman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Monotype-fonts.html">Monotype-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/montex">latex/montex</a>:</b><small> + <a href="texmf-dist/doc/latex/montex/fontlist.pdf">fontlist.pdf</a> + <a href="texmf-dist/doc/latex/montex/mlsquick.pdf">mlsquick.pdf</a> + <a href="texmf-dist/doc/latex/montex/montex.pdf">montex.pdf</a> + <a href="texmf-dist/doc/latex/montex/zanabazr.pdf">zanabazr.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/movie15">latex/movie15</a>:</b><small> + <a href="texmf-dist/doc/latex/movie15/3dsystem.pdf">3dsystem.pdf</a> + <a href="texmf-dist/doc/latex/movie15/movie15.pdf">movie15.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/mp3d">metapost/mp3d</a>:</b><small> + <a href="texmf-dist/doc/metapost/mp3d/gut2001.pdf">gut2001.pdf</a> + <a href="texmf-dist/doc/metapost/mp3d/paper1997corrected.pdf">paper1997corrected.pdf</a> + <a href="texmf-dist/doc/metapost/mp3d/tb57roeg.pdf">tb57roeg.pdf</a> + <a href="texmf-dist/doc/metapost/mp3d/tugboat-geometry-space.pdf">tugboat-geometry-space.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/msg">latex/msg</a>:</b><small> + <a href="texmf-dist/doc/latex/msg/msg.pdf">msg.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/multibbl">latex/multibbl</a>:</b><small> + <a href="texmf-dist/doc/latex/multibbl/multibbl.pdf">multibbl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/multido">generic/multido</a>:</b><small> + <a href="texmf-dist/doc/generic/multido/multido.pdf">multido.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/musixtex">generic/musixtex</a>:</b><small> + <a href="texmf-dist/doc/generic/musixtex/musixdoc.pdf">musixdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/mwcls">latex/mwcls</a>:</b><small> + <a href="texmf-dist/doc/latex/mwcls/mwclsdoc.pdf">mwclsdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/nag">latex/nag</a>:</b><small> + <a href="texmf-dist/doc/latex/nag/nag.pdf">nag.pdf</a> + <a href="texmf-dist/doc/latex/nag/nagdemo.pdf">nagdemo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Name-mapping-file.html">Name-mapping-file.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/namespc">latex/namespc</a>:</b><small> + <a href="texmf-dist/doc/latex/namespc/namespc.pdf">namespc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/nath">latex/nath</a>:</b><small> + <a href="texmf-dist/doc/latex/nath/nathguide.pdf">nathguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ncclatex">latex/ncclatex</a>:</b><small> + <a href="texmf-dist/doc/latex/ncclatex/ncclatex.pdf">ncclatex.pdf</a> + <a href="texmf-dist/doc/latex/ncclatex/nccnews.pdf">nccnews.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ncctools">latex/ncctools</a>:</b><small> + <a href="texmf-dist/doc/latex/ncctools/dcounter.pdf">dcounter.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/desclist.pdf">desclist.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/extdash.pdf">extdash.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/manyfoot.pdf">manyfoot.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/mboxfill.pdf">mboxfill.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccbbb.pdf">nccbbb.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccboxes.pdf">nccboxes.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/ncccomma.pdf">ncccomma.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/ncccropbox.pdf">ncccropbox.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/ncccropmark.pdf">ncccropmark.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccdashrule.pdf">nccdashrule.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccfancyhdr.pdf">nccfancyhdr.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccfloats.pdf">nccfloats.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccfoots.pdf">nccfoots.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccmath.pdf">nccmath.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccparskip.pdf">nccparskip.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccpic.pdf">nccpic.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccrules.pdf">nccrules.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccsect.pdf">nccsect.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccstretch.pdf">nccstretch.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/nccthm.pdf">nccthm.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/ncctools.pdf">ncctools.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/tocenter.pdf">tocenter.pdf</a> + <a href="texmf-dist/doc/latex/ncctools/watermark.pdf">watermark.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/newlfm">latex/newlfm</a>:</b><small> + <a href="texmf-dist/doc/latex/newlfm/draft.pdf">draft.pdf</a> + <a href="texmf-dist/doc/latex/newlfm/lvb.pdf">lvb.pdf</a> + <a href="texmf-dist/doc/latex/newlfm/manual.pdf">manual.pdf</a> + <a href="texmf-dist/doc/latex/newlfm/newlfm.pdf">newlfm.pdf</a> + <a href="texmf-dist/doc/latex/newlfm/palm.pdf">palm.pdf</a> + <a href="texmf-dist/doc/latex/newlfm/wine.pdf">wine.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/nkarta">fonts/nkarta</a>:</b><small> + <a href="texmf-dist/doc/fonts/nkarta/figtable.pdf">figtable.pdf</a> + <a href="texmf-dist/doc/fonts/nkarta/fonttable.pdf">fonttable.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/nomencl">latex/nomencl</a>:</b><small> + <a href="texmf-dist/doc/latex/nomencl/nomencl.pdf">nomencl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/nomentbl">latex/nomentbl</a>:</b><small> + <a href="texmf-dist/doc/latex/nomentbl/nomentbl.pdf">nomentbl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/nrc">latex/nrc</a>:</b><small> + <a href="texmf-dist/doc/latex/nrc/userguide.pdf">userguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ntgclass">latex/ntgclass</a>:</b><small> + <a href="texmf-dist/doc/latex/ntgclass/a4.pdf">a4.pdf</a> + <a href="texmf-dist/doc/latex/ntgclass/artdoc.pdf">artdoc.pdf</a> + <a href="texmf-dist/doc/latex/ntgclass/brief.pdf">brief.pdf</a> + <a href="texmf-dist/doc/latex/ntgclass/briefdoc.pdf">briefdoc.pdf</a> + <a href="texmf-dist/doc/latex/ntgclass/classdoc.pdf">classdoc.pdf</a> + <a href="texmf-dist/doc/latex/ntgclass/ntgclass.pdf">ntgclass.pdf</a> + <a href="texmf-dist/doc/latex/ntgclass/rapdoc.pdf">rapdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/numprint">latex/numprint</a>:</b><small> + <a href="texmf-dist/doc/latex/numprint/nbaseprt.pdf">nbaseprt.pdf</a> + <a href="texmf-dist/doc/latex/numprint/nbaseprttest.pdf">nbaseprttest.pdf</a> + <a href="texmf-dist/doc/latex/numprint/numprint.pdf">numprint.pdf</a> + <a href="texmf-dist/doc/latex/numprint/numprinttest.pdf">numprinttest.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/oberdiek">latex/oberdiek</a>:</b><small> + <a href="texmf-dist/doc/latex/oberdiek/alphalph.pdf">alphalph.pdf</a> + <a href="texmf-dist/doc/latex/oberdiek/hypbmsec.pdf">hypbmsec.pdf</a> + <a href="texmf-dist/doc/latex/oberdiek/hypcap.pdf">hypcap.pdf</a> + <a href="texmf-dist/doc/latex/oberdiek/pagesel.pdf">pagesel.pdf</a> + <a href="texmf-dist/doc/latex/oberdiek/twoopt.pdf">twoopt.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/lambda/ocherokee">lambda/ocherokee</a>:</b><small> + <a href="texmf-dist/doc/lambda/ocherokee/cherokee.pdf">cherokee.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/octavo">latex/octavo</a>:</b><small> + <a href="texmf-dist/doc/latex/octavo/octavo.pdf">octavo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/ofs">generic/ofs</a>:</b><small> + <a href="texmf-dist/doc/generic/ofs/eurotex2003-ofs.pdf">eurotex2003-ofs.pdf</a> + <a href="texmf-dist/doc/generic/ofs/ofs-slt.pdf">ofs-slt.pdf</a> + <a href="texmf-dist/doc/generic/ofs/ofsdoc-e.pdf">ofsdoc-e.pdf</a> + <a href="texmf-dist/doc/generic/ofs/ofsdoc.pdf">ofsdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/osa/journals">latex/osa/journals</a>:</b><small> + <a href="texmf-dist/doc/latex/osa/journals/OSAstyle_pdf.pdf">OSAstyle_pdf.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/osa/optics_express">latex/osa/optics_express</a>:</b><small> + <a href="texmf-dist/doc/latex/osa/optics_express/PDF_OpEx_style.pdf">PDF_OpEx_style.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/osa/optics_letters/mac">latex/osa/optics_letters/mac</a>:</b><small> + <a href="texmf-dist/doc/latex/osa/optics_letters/mac/OSAstyle_pdf.pdf">OSAstyle_pdf.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/osa/optics_letters">latex/osa/optics_letters</a>:</b><small> + <a href="texmf-dist/doc/latex/osa/optics_letters/OSAstyle_pdf.pdf">OSAstyle_pdf.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pagenote">latex/pagenote</a>:</b><small> + <a href="texmf-dist/doc/latex/pagenote/pagenote.pdf">pagenote.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/paresse">latex/paresse</a>:</b><small> + <a href="texmf-dist/doc/latex/paresse/english-paresse.pdf">english-paresse.pdf</a> + <a href="texmf-dist/doc/latex/paresse/example-fourier.pdf">example-fourier.pdf</a> + <a href="texmf-dist/doc/latex/paresse/example.pdf">example.pdf</a> + <a href="texmf-dist/doc/latex/paresse/exemple.pdf">exemple.pdf</a> + <a href="texmf-dist/doc/latex/paresse/paresse.pdf">paresse.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/parrun">latex/parrun</a>:</b><small> + <a href="texmf-dist/doc/latex/parrun/parrun.pdf">parrun.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/xmltex/passivetex">xmltex/passivetex</a></b><small> + </small> + +<li><b><a href="texmf-dist/doc/latex/pbsheet">latex/pbsheet</a>:</b><small> + <a href="texmf-dist/doc/latex/pbsheet/pbsheet.pdf">pbsheet.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pbsheet/xpl/img">latex/pbsheet/xpl/img</a>:</b><small> + <a href="texmf-dist/doc/latex/pbsheet/xpl/img/simbin.pdf">simbin.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pbsheet/xpl">latex/pbsheet/xpl</a>:</b><small> + <a href="texmf-dist/doc/latex/pbsheet/xpl/xpl-fr.pdf">xpl-fr.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pdf-trans">generic/pdf-trans</a>:</b><small> + <a href="texmf-dist/doc/generic/pdf-trans/example.pdf">example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pdfpages">latex/pdfpages</a>:</b><small> + <a href="texmf-dist/doc/latex/pdfpages/dummy-l.pdf">dummy-l.pdf</a> + <a href="texmf-dist/doc/latex/pdfpages/dummy.pdf">dummy.pdf</a> + <a href="texmf-dist/doc/latex/pdfpages/pdf-ex.pdf">pdf-ex.pdf</a> + <a href="texmf-dist/doc/latex/pdfpages/pdf-hyp.pdf">pdf-hyp.pdf</a> + <a href="texmf-dist/doc/latex/pdfpages/pdf-toc.pdf">pdf-toc.pdf</a> + <a href="texmf-dist/doc/latex/pdfpages/pdfpages.pdf">pdfpages.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pdfscreen">latex/pdfscreen</a>:</b><small> + <a href="texmf-dist/doc/latex/pdfscreen/logo.pdf">logo.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/manual-print.pdf">manual-print.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/manual-screen.pdf">manual-screen.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/nopanel.pdf">nopanel.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/portrait.pdf">portrait.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/print.pdf">print.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/slide.pdf">slide.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/square.pdf">square.pdf</a> + <a href="texmf-dist/doc/latex/pdfscreen/widepanel.pdf">widepanel.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pdfslide">latex/pdfslide</a>:</b><small> + <a href="texmf-dist/doc/latex/pdfslide/demo.pdf">demo.pdf</a> + <a href="texmf-dist/doc/latex/pdfslide/manual.pdf">manual.pdf</a> + <a href="texmf-dist/doc/latex/pdfslide/mpgraph.pdf">mpgraph.pdf</a> + </small> + +<li><b><a href="texmf/doc/pdftex/pdftex-pdfkeys">pdftex/pdftex-pdfkeys</a>:</b><small> + <a href="texmf/doc/pdftex/pdftex-pdfkeys/pdftex-pdfkeys.pdf">pdftex-pdfkeys.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pdftricks">latex/pdftricks</a>:</b><small> + <a href="texmf-dist/doc/latex/pdftricks/manual.pdf">manual.pdf</a> + <a href="texmf-dist/doc/latex/pdftricks/test.pdf">test.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pdfwin">latex/pdfwin</a>:</b><small> + <a href="texmf-dist/doc/latex/pdfwin/BucResampling.pdf">BucResampling.pdf</a> + <a href="texmf-dist/doc/latex/pdfwin/BucSystem1.pdf">BucSystem1.pdf</a> + <a href="texmf-dist/doc/latex/pdfwin/BucSystem2.pdf">BucSystem2.pdf</a> + <a href="texmf-dist/doc/latex/pdfwin/BucSystem3.pdf">BucSystem3.pdf</a> + <a href="texmf-dist/doc/latex/pdfwin/BucSystem4.pdf">BucSystem4.pdf</a> + <a href="texmf-dist/doc/latex/pdfwin/BucSystem5.pdf">BucSystem5.pdf</a> + <a href="texmf-dist/doc/latex/pdfwin/BucSystem6.pdf">BucSystem6.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pecha">latex/pecha</a>:</b><small> + <a href="texmf-dist/doc/latex/pecha/example.pdf">example.pdf</a> + <a href="texmf-dist/doc/latex/pecha/pecha_docu.pdf">pecha_docu.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/perltex">latex/perltex</a>:</b><small> + <a href="texmf-dist/doc/latex/perltex/perltex.pdf">perltex.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/petri-nets">latex/petri-nets</a>:</b><small> + <a href="texmf-dist/doc/latex/petri-nets/pndoc.pdf">pndoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pgf/version-for-pdftex/en">generic/pgf/version-for-pdftex/en</a>:</b><small> + <a href="texmf-dist/doc/generic/pgf/version-for-pdftex/en/pgfmanual.pdf">pgfmanual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en">generic/pgf/version-for-tex4ht/en</a>:</b><small> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanual.html">pgfmanual.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse1.html">pgfmanualse1.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse10.html">pgfmanualse10.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse11.html">pgfmanualse11.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse12.html">pgfmanualse12.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse13.html">pgfmanualse13.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse14.html">pgfmanualse14.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse15.html">pgfmanualse15.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse16.html">pgfmanualse16.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse17.html">pgfmanualse17.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse18.html">pgfmanualse18.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse19.html">pgfmanualse19.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse2.html">pgfmanualse2.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse20.html">pgfmanualse20.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse21.html">pgfmanualse21.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse22.html">pgfmanualse22.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse23.html">pgfmanualse23.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse24.html">pgfmanualse24.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse25.html">pgfmanualse25.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse26.html">pgfmanualse26.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse27.html">pgfmanualse27.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse28.html">pgfmanualse28.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse29.html">pgfmanualse29.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse3.html">pgfmanualse3.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse30.html">pgfmanualse30.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse31.html">pgfmanualse31.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse32.html">pgfmanualse32.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse33.html">pgfmanualse33.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse34.html">pgfmanualse34.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse35.html">pgfmanualse35.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse36.html">pgfmanualse36.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse4.html">pgfmanualse4.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse5.html">pgfmanualse5.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse6.html">pgfmanualse6.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse7.html">pgfmanualse7.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse8.html">pgfmanualse8.html</a> + <a href="texmf-dist/doc/generic/pgf/version-for-tex4ht/en/pgfmanualse9.html">pgfmanualse9.html</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/phaistos">fonts/phaistos</a>:</b><small> + <a href="texmf-dist/doc/fonts/phaistos/glyphTable.pdf">glyphTable.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/photo">latex/photo</a>:</b><small> + <a href="texmf-dist/doc/latex/photo/photo.pdf">photo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pict2e">latex/pict2e</a>:</b><small> + <a href="texmf-dist/doc/latex/pict2e/p2e-drivers.pdf">p2e-drivers.pdf</a> + <a href="texmf-dist/doc/latex/pict2e/pict2e.pdf">pict2e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/piechartmp/examples">metapost/piechartmp/examples</a>:</b><small> + <a href="texmf-dist/doc/metapost/piechartmp/examples/wec-mfun.pdf">wec-mfun.pdf</a> + <a href="texmf-dist/doc/metapost/piechartmp/examples/wec.pdf">wec.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/metapost/piechartmp">metapost/piechartmp</a>:</b><small> + <a href="texmf-dist/doc/metapost/piechartmp/piechartmp.pdf">piechartmp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pittetd">latex/pittetd</a>:</b><small> + <a href="texmf-dist/doc/latex/pittetd/pittetd.pdf">pittetd.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/plates">latex/plates</a>:</b><small> + <a href="texmf-dist/doc/latex/plates/plates.pdf">plates.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/platex/base">latex/platex/base</a>:</b><small> + <a href="texmf-dist/doc/latex/platex/base/platex.html">platex.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/poemscol">latex/poemscol</a>:</b><small> + <a href="texmf-dist/doc/latex/poemscol/poemscol.pdf">poemscol.pdf</a> + <a href="texmf-dist/doc/latex/poemscol/poemscolcheatsheet.pdf">poemscolcheatsheet.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/polynom">latex/polynom</a>:</b><small> + <a href="texmf-dist/doc/latex/polynom/polydemo.pdf">polydemo.pdf</a> + <a href="texmf-dist/doc/latex/polynom/polynom.pdf">polynom.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/powerdot-doc-vn/exa">latex/powerdot-doc-vn/exa</a>:</b><small> + <a href="texmf-dist/doc/latex/powerdot-doc-vn/exa/example-1.pdf">example-1.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/powerdot-doc-vn">latex/powerdot-doc-vn</a>:</b><small> + <a href="texmf-dist/doc/latex/powerdot-doc-vn/powerdot-doc-vi-print.pdf">powerdot-doc-vi-print.pdf</a> + <a href="texmf-dist/doc/latex/powerdot-doc-vn/powerdot-doc-vi.pdf">powerdot-doc-vi.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/powerdot">latex/powerdot</a>:</b><small> + <a href="texmf-dist/doc/latex/powerdot/powerdot.pdf">powerdot.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ppower4">latex/ppower4</a>:</b><small> + <a href="texmf-dist/doc/latex/ppower4/bericht.pdf">bericht.pdf</a> + <a href="texmf-dist/doc/latex/ppower4/extension.pdf">extension.pdf</a> + <a href="texmf-dist/doc/latex/ppower4/index.html">index.html</a> + <a href="texmf-dist/doc/latex/ppower4/levelo.pdf">levelo.pdf</a> + <a href="texmf-dist/doc/latex/ppower4/manual.pdf">manual.pdf</a> + <a href="texmf-dist/doc/latex/ppower4/odemo.pdf">odemo.pdf</a> + <a href="texmf-dist/doc/latex/ppower4/oedemo.pdf">oedemo.pdf</a> + <a href="texmf-dist/doc/latex/ppower4/report.pdf">report.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ppr-prv">latex/ppr-prv</a>:</b><small> + <a href="texmf-dist/doc/latex/ppr-prv/ppr-prv.pdf">ppr-prv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/preprint">latex/preprint</a>:</b><small> + <a href="texmf-dist/doc/latex/preprint/authblk.pdf">authblk.pdf</a> + <a href="texmf-dist/doc/latex/preprint/balance.pdf">balance.pdf</a> + <a href="texmf-dist/doc/latex/preprint/figcaps.pdf">figcaps.pdf</a> + <a href="texmf-dist/doc/latex/preprint/fullpage.pdf">fullpage.pdf</a> + <a href="texmf-dist/doc/latex/preprint/sublabel.pdf">sublabel.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/preview">latex/preview</a>:</b><small> + <a href="texmf-dist/doc/latex/preview/preview.pdf">preview.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/probsoln">latex/probsoln</a>:</b><small> + <a href="texmf-dist/doc/latex/probsoln/probsoln.html">probsoln.html</a> + <a href="texmf-dist/doc/latex/probsoln/probsoln.pdf">probsoln.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/procIAGssymp">latex/procIAGssymp</a>:</b><small> + <a href="texmf-dist/doc/latex/procIAGssymp/TestPaper.pdf">TestPaper.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/progress">latex/progress</a>:</b><small> + <a href="texmf-dist/doc/latex/progress/progress20030701.html">progress20030701.html</a> + <a href="texmf-dist/doc/latex/progress/progress20030714.html">progress20030714.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/proof">latex/proof</a>:</b><small> + <a href="texmf-dist/doc/latex/proof/proofeg.pdf">proofeg.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/prosper">latex/prosper</a>:</b><small> + <a href="texmf-dist/doc/latex/prosper/prosper-doc.pdf">prosper-doc.pdf</a> + <a href="texmf-dist/doc/latex/prosper/prosper-tour.pdf">prosper-tour.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pseudocode">latex/pseudocode</a>:</b><small> + <a href="texmf-dist/doc/latex/pseudocode/pseudocode.pdf">pseudocode.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/psfragx">latex/psfragx</a>:</b><small> + <a href="texmf-dist/doc/latex/psfragx/psfragx.pdf">psfragx.pdf</a> + <a href="texmf-dist/doc/latex/psfragx/psfragx_example.pdf">psfragx_example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/psnfss">latex/psnfss</a>:</b><small> + <a href="texmf-dist/doc/latex/psnfss/psnfss2e.pdf">psnfss2e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pst-3d">latex/pst-3d</a>:</b><small> + <a href="texmf-dist/doc/latex/pst-3d/pst-3d.pdf">pst-3d.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-3dplot/doc">generic/pst-3dplot/doc</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-3dplot/doc/pst-3dplot-doc.pdf">pst-3dplot-doc.pdf</a> + <a href="texmf-dist/doc/generic/pst-3dplot/doc/tb72voss3d.pdf">tb72voss3d.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-3dplot/examples">generic/pst-3dplot/examples</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-3dplot/examples/3d0.pdf">3d0.pdf</a> + <a href="texmf-dist/doc/generic/pst-3dplot/examples/3d1.pdf">3d1.pdf</a> + <a href="texmf-dist/doc/generic/pst-3dplot/examples/3d2.pdf">3d2.pdf</a> + <a href="texmf-dist/doc/generic/pst-3dplot/examples/3DLine.pdf">3DLine.pdf</a> + <a href="texmf-dist/doc/generic/pst-3dplot/examples/polar2.pdf">polar2.pdf</a> + <a href="texmf-dist/doc/generic/pst-3dplot/examples/spherCoor.pdf">spherCoor.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-bar">generic/pst-bar</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-bar/pst-bar-doc.pdf">pst-bar-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pst-barcode">latex/pst-barcode</a>:</b><small> + <a href="texmf-dist/doc/latex/pst-barcode/barcode.pdf">barcode.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-blur">generic/pst-blur</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-blur/pst-blur.pdf">pst-blur.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-circ">generic/pst-circ</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-circ/logic.pdf">logic.pdf</a> + <a href="texmf-dist/doc/generic/pst-circ/poti.pdf">poti.pdf</a> + <a href="texmf-dist/doc/generic/pst-circ/pst-circ-doc.pdf">pst-circ-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-eucl">generic/pst-eucl</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-eucl/euclide.pdf">euclide.pdf</a> + <a href="texmf-dist/doc/generic/pst-eucl/euclide_english.pdf">euclide_english.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-fr3d">generic/pst-fr3d</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-fr3d/pst-fr3d.pdf">pst-fr3d.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-func">generic/pst-func</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-func/pst-func-doc.pdf">pst-func-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-ghsb">generic/pst-ghsb</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-ghsb/t-ghsb.pdf">t-ghsb.pdf</a> + <a href="texmf-dist/doc/generic/pst-ghsb/t2-ghsb.pdf">t2-ghsb.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-gr3d">generic/pst-gr3d</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-gr3d/pst-gr3d.pdf">pst-gr3d.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-infixplot">generic/pst-infixplot</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-infixplot/pst-infixplot.pdf">pst-infixplot.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-jftree">generic/pst-jftree</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-jftree/pst-jftree-doc.pdf">pst-jftree-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/pst-labo">latex/pst-labo</a>:</b><small> + <a href="texmf-dist/doc/latex/pst-labo/pst-labo-docDE.pdf">pst-labo-docDE.pdf</a> + <a href="texmf-dist/doc/latex/pst-labo/pst-labo-docEN.pdf">pst-labo-docEN.pdf</a> + <a href="texmf-dist/doc/latex/pst-labo/pst-labo-docFR.pdf">pst-labo-docFR.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-lens">generic/pst-lens</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-lens/pst-lens.pdf">pst-lens.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-light3d">generic/pst-light3d</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-light3d/pst-light3d-doc.pdf">pst-light3d-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-math">generic/pst-math</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-math/pst-math.pdf">pst-math.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-optic">generic/pst-optic</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-optic/pst-optic-doc.pdf">pst-optic-doc.pdf</a> + <a href="texmf-dist/doc/generic/pst-optic/pst-optic-examples.pdf">pst-optic-examples.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-poly">generic/pst-poly</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-poly/pst-poly.pdf">pst-poly.pdf</a> + <a href="texmf-dist/doc/generic/pst-poly/tst-poly.pdf">tst-poly.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-slpe">generic/pst-slpe</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-slpe/pst-slpe.pdf">pst-slpe.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-uml">generic/pst-uml</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-uml/doc_pst-uml.pdf">doc_pst-uml.pdf</a> + <a href="texmf-dist/doc/generic/pst-uml/exemplesUml.pdf">exemplesUml.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-vue3d/examples">generic/pst-vue3d/examples</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/ChaiseDemo.pdf">ChaiseDemo.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/CoorDemo.pdf">CoorDemo.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/FrameDemo.pdf">FrameDemo.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/Line3d.pdf">Line3d.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/PontDemo.pdf">PontDemo.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/PontDemo2.pdf">PontDemo2.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/PontDemo3.pdf">PontDemo3.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/PyramidDemo.pdf">PyramidDemo.pdf</a> + <a href="texmf-dist/doc/generic/pst-vue3d/examples/SphereDemo0.pdf">SphereDemo0.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pst-vue3d">generic/pst-vue3d</a>:</b><small> + <a href="texmf-dist/doc/generic/pst-vue3d/vue3d-e.pdf">vue3d-e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pstricks-add/examples">generic/pstricks-add/examples</a>:</b><small> + <a href="texmf-dist/doc/generic/pstricks-add/examples/doppellog.pdf">doppellog.pdf</a> + <a href="texmf-dist/doc/generic/pstricks-add/examples/HookArrow.pdf">HookArrow.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pstricks-add">generic/pstricks-add</a>:</b><small> + <a href="texmf-dist/doc/generic/pstricks-add/pstricks-add-doc.pdf">pstricks-add-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pstricks">generic/pstricks</a>:</b><small> + <a href="texmf-dist/doc/generic/pstricks/pst-fill-doc.pdf">pst-fill-doc.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/pstnews1-10.pdf">pstnews1-10.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/pstnews1-11.pdf">pstnews1-11.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/pstnews1-12.pdf">pstnews1-12.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/pstnews97-15.pdf">pstnews97-15.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/test-pst.pdf">test-pst.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/pstricks/voss">generic/pstricks/voss</a>:</b><small> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp00.pdf">bsp00.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp01.pdf">bsp01.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp02.pdf">bsp02.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp03.pdf">bsp03.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp04.pdf">bsp04.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp05.pdf">bsp05.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp06.pdf">bsp06.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp07.pdf">bsp07.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp08.pdf">bsp08.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp09.pdf">bsp09.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp10.pdf">bsp10.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp100.pdf">bsp100.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp101.pdf">bsp101.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp102.pdf">bsp102.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp103.pdf">bsp103.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp104.pdf">bsp104.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp105.pdf">bsp105.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp106.pdf">bsp106.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp107.pdf">bsp107.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp108.pdf">bsp108.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp109.pdf">bsp109.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp11.pdf">bsp11.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp110.pdf">bsp110.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp111.pdf">bsp111.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp112.pdf">bsp112.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp113.pdf">bsp113.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp114.pdf">bsp114.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp115.pdf">bsp115.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp116.pdf">bsp116.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp12.pdf">bsp12.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp13.pdf">bsp13.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp14.pdf">bsp14.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp15.pdf">bsp15.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp16.pdf">bsp16.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp17.pdf">bsp17.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp18.pdf">bsp18.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp19.pdf">bsp19.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp20.pdf">bsp20.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp21.pdf">bsp21.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp22.pdf">bsp22.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp23.pdf">bsp23.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp24.pdf">bsp24.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp25.pdf">bsp25.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp26.pdf">bsp26.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp27.pdf">bsp27.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp28.pdf">bsp28.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp29.pdf">bsp29.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp30.pdf">bsp30.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp31.pdf">bsp31.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp32.pdf">bsp32.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp33.pdf">bsp33.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp34.pdf">bsp34.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp35.pdf">bsp35.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp36.pdf">bsp36.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp37.pdf">bsp37.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp38.pdf">bsp38.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp39.pdf">bsp39.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp40.pdf">bsp40.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp41.pdf">bsp41.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp42.pdf">bsp42.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp43.pdf">bsp43.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp44.pdf">bsp44.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp45.pdf">bsp45.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp46.pdf">bsp46.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp47.pdf">bsp47.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp48.pdf">bsp48.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp49.pdf">bsp49.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp50.pdf">bsp50.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp51.pdf">bsp51.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp52.pdf">bsp52.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp53.pdf">bsp53.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp54.pdf">bsp54.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp55.pdf">bsp55.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp56.pdf">bsp56.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp57.pdf">bsp57.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp58.pdf">bsp58.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp59.pdf">bsp59.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp60.pdf">bsp60.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp61.pdf">bsp61.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp62.pdf">bsp62.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp63.pdf">bsp63.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp64.pdf">bsp64.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp65.pdf">bsp65.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp66.pdf">bsp66.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp67.pdf">bsp67.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp68.pdf">bsp68.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp69.pdf">bsp69.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp70.pdf">bsp70.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp71.pdf">bsp71.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp72.pdf">bsp72.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp73.pdf">bsp73.pdf</a> + <a href="texmf-dist/doc/generic/pstricks/voss/bsp74.pdf">bsp74.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ptptex">latex/ptptex</a>:</b><small> + <a href="texmf-dist/doc/latex/ptptex/manptp.pdf">manptp.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/pxfonts">fonts/pxfonts</a>:</b><small> + <a href="texmf-dist/doc/fonts/pxfonts/pxfontsdoc.pdf">pxfontsdoc.pdf</a> + <a href="texmf-dist/doc/fonts/pxfonts/pxfontsdocA4.pdf">pxfontsdocA4.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/qcm">latex/qcm</a>:</b><small> + <a href="texmf-dist/doc/latex/qcm/qcm.pdf">qcm.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/quotchap">latex/quotchap</a>:</b><small> + <a href="texmf-dist/doc/latex/quotchap/document.pdf">document.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/rccol">latex/rccol</a>:</b><small> + <a href="texmf-dist/doc/latex/rccol/rccol.pdf">rccol.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/rcsinfo">latex/rcsinfo</a>:</b><small> + <a href="texmf-dist/doc/latex/rcsinfo/rcsinfo.pdf">rcsinfo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/refcheck">latex/refcheck</a>:</b><small> + <a href="texmf-dist/doc/latex/refcheck/refdemo.pdf">refdemo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/References.html">References.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/refman">latex/refman</a>:</b><small> + <a href="texmf-dist/doc/latex/refman/layout_d.pdf">layout_d.pdf</a> + <a href="texmf-dist/doc/latex/refman/layout_e.pdf">layout_e.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/refstyle">latex/refstyle</a>:</b><small> + <a href="texmf-dist/doc/latex/refstyle/refstyle.pdf">refstyle.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/repeatindex">latex/repeatindex</a>:</b><small> + <a href="texmf-dist/doc/latex/repeatindex/testrepeatindex.pdf">testrepeatindex.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/revtex">latex/revtex</a>:</b><small> + <a href="texmf-dist/doc/latex/revtex/ltxdocext.pdf">ltxdocext.pdf</a> + <a href="texmf-dist/doc/latex/revtex/ltxgrid.pdf">ltxgrid.pdf</a> + <a href="texmf-dist/doc/latex/revtex/ltxutil.pdf">ltxutil.pdf</a> + <a href="texmf-dist/doc/latex/revtex/revtex4.pdf">revtex4.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/robustindex">latex/robustindex</a>:</b><small> + <a href="texmf-dist/doc/latex/robustindex/robustindex.html">robustindex.html</a> + <a href="texmf-dist/doc/latex/robustindex/robustsample.pdf">robustsample.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/rotpages/Examples">latex/rotpages/Examples</a>:</b><small> + <a href="texmf-dist/doc/latex/rotpages/Examples/rotpages-doublecolumn-ex.pdf">rotpages-doublecolumn-ex.pdf</a> + <a href="texmf-dist/doc/latex/rotpages/Examples/rotpages-fancy-ex.pdf">rotpages-fancy-ex.pdf</a> + <a href="texmf-dist/doc/latex/rotpages/Examples/rotpages-singlecolumn-ex.pdf">rotpages-singlecolumn-ex.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/rotpages">latex/rotpages</a>:</b><small> + <a href="texmf-dist/doc/latex/rotpages/rotpages-doc.pdf">rotpages-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/rst">latex/rst</a>:</b><small> + <a href="texmf-dist/doc/latex/rst/rst-package.pdf">rst-package.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sae">latex/sae</a>:</b><small> + <a href="texmf-dist/doc/latex/sae/example.pdf">example.pdf</a> + <a href="texmf-dist/doc/latex/sae/index.html">index.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sanskrit">latex/sanskrit</a>:</b><small> + <a href="texmf-dist/doc/latex/sanskrit/sktdoc.pdf">sktdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sauerj">latex/sauerj</a>:</b><small> + <a href="texmf-dist/doc/latex/sauerj/collect.pdf">collect.pdf</a> + <a href="texmf-dist/doc/latex/sauerj/metainfo.pdf">metainfo.pdf</a> + <a href="texmf-dist/doc/latex/sauerj/optparams.pdf">optparams.pdf</a> + <a href="texmf-dist/doc/latex/sauerj/parcolumns.pdf">parcolumns.pdf</a> + <a href="texmf-dist/doc/latex/sauerj/processkv.pdf">processkv.pdf</a> + <a href="texmf-dist/doc/latex/sauerj/zahl2string.pdf">zahl2string.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/savetrees">latex/savetrees</a>:</b><small> + <a href="texmf-dist/doc/latex/savetrees/savetrees.pdf">savetrees.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/scalebar">latex/scalebar</a>:</b><small> + <a href="texmf-dist/doc/latex/scalebar/scalebar_examples.pdf">scalebar_examples.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sciposter/sciposterexample">latex/sciposter/sciposterexample</a>:</b><small> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.pdf">blocks1.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks1a.pdf">blocks1a.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks1mx.pdf">blocks1mx.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks1vx.pdf">blocks1vx.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks2.pdf">blocks2.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks2mx.pdf">blocks2mx.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks3.pdf">blocks3.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks3mx.pdf">blocks3mx.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks3op.pdf">blocks3op.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks3rec.pdf">blocks3rec.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocks3vx.pdf">blocks3vx.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3a.pdf">blocksopen3a.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vx.pdf">blocksopen3vx.pdf</a> + <a href="texmf-dist/doc/latex/sciposter/sciposterexample/blocksopen3vy.pdf">blocksopen3vy.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sciposter">latex/sciposter</a>:</b><small> + <a href="texmf-dist/doc/latex/sciposter/scipostermanual.pdf">scipostermanual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sectionbox">latex/sectionbox</a>:</b><small> + <a href="texmf-dist/doc/latex/sectionbox/sectionboxmanual.pdf">sectionboxmanual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/semaphor">latex/semaphor</a>:</b><small> + <a href="texmf-dist/doc/latex/semaphor/example.pdf">example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/seminar">latex/seminar</a>:</b><small> + <a href="texmf-dist/doc/latex/seminar/sem-user.pdf">sem-user.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/semioneside">latex/semioneside</a>:</b><small> + <a href="texmf-dist/doc/latex/semioneside/semioneside.pdf">semioneside.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sf298">latex/sf298</a>:</b><small> + <a href="texmf-dist/doc/latex/sf298/sample298.pdf">sample298.pdf</a> + <a href="texmf-dist/doc/latex/sf298/sf298.pdf">sf298.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sffms">latex/sffms</a>:</b><small> + <a href="texmf-dist/doc/latex/sffms/sffms_manual.pdf">sffms_manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sgame">latex/sgame</a>:</b><small> + <a href="texmf-dist/doc/latex/sgame/sgame.pdf">sgame.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/showlabels">latex/showlabels</a>:</b><small> + <a href="texmf-dist/doc/latex/showlabels/showlabels.pdf">showlabels.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sides">latex/sides</a>:</b><small> + <a href="texmf-dist/doc/latex/sides/sides-sample.pdf">sides-sample.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/SIstyle">latex/SIstyle</a>:</b><small> + <a href="texmf-dist/doc/latex/SIstyle/SIstyle.pdf">SIstyle.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/SIunits">latex/SIunits</a>:</b><small> + <a href="texmf-dist/doc/latex/SIunits/SIunits.pdf">SIunits.pdf</a> + </small> + +<li><b><a href="texmf/doc/sjisconv">sjisconv</a>:</b><small> + <a href="texmf/doc/sjisconv/sjisconv.pdf">sjisconv.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/skaknew">latex/skaknew</a>:</b><small> + <a href="texmf-dist/doc/latex/skaknew/SkakNew.pdf">SkakNew.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/slideshow">latex/slideshow</a>:</b><small> + <a href="texmf-dist/doc/latex/slideshow/sshowex.pdf">sshowex.pdf</a> + <a href="texmf-dist/doc/latex/slideshow/sshowex2.pdf">sshowex2.pdf</a> + <a href="texmf-dist/doc/latex/slideshow/sshowex3.pdf">sshowex3.pdf</a> + <a href="texmf-dist/doc/latex/slideshow/sshowintro.pdf">sshowintro.pdf</a> + </small> + +<li><b><a href="texmf/doc/dvipdfm">dvipdfm</a>:</b><small> + <a href="texmf/doc/dvipdfm/something.pdf">something.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/songbook/contrib/CarolBook">latex/songbook/contrib/CarolBook</a>:</b><small> + <a href="texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBookOH.pdf">CarolBookOH.pdf</a> + <a href="texmf-dist/doc/latex/songbook/contrib/CarolBook/CarolBookWB.pdf">CarolBookWB.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/songbook">latex/songbook</a>:</b><small> + <a href="texmf-dist/doc/latex/songbook/sampleCBK.pdf">sampleCBK.pdf</a> + <a href="texmf-dist/doc/latex/songbook/sampleCSBK.pdf">sampleCSBK.pdf</a> + <a href="texmf-dist/doc/latex/songbook/sampleKdx.pdf">sampleKdx.pdf</a> + <a href="texmf-dist/doc/latex/songbook/sampleOH.pdf">sampleOH.pdf</a> + <a href="texmf-dist/doc/latex/songbook/sampleTdx.pdf">sampleTdx.pdf</a> + <a href="texmf-dist/doc/latex/songbook/sampleToc.pdf">sampleToc.pdf</a> + <a href="texmf-dist/doc/latex/songbook/sampleWBK.pdf">sampleWBK.pdf</a> + <a href="texmf-dist/doc/latex/songbook/songbook.pdf">songbook.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/soul">latex/soul</a>:</b><small> + <a href="texmf-dist/doc/latex/soul/soul.pdf">soul.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sparklines">latex/sparklines</a>:</b><small> + <a href="texmf-dist/doc/latex/sparklines/sparklines.pdf">sparklines.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/spie">latex/spie</a>:</b><small> + <a href="texmf-dist/doc/latex/spie/article.pdf">article.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/splitbib">latex/splitbib</a>:</b><small> + <a href="texmf-dist/doc/latex/splitbib/splitbib.pdf">splitbib.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/srcltx">latex/srcltx</a>:</b><small> + <a href="texmf-dist/doc/latex/srcltx/srcltx.pdf">srcltx.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sseq">latex/sseq</a>:</b><small> + <a href="texmf-dist/doc/latex/sseq/sseq.pdf">sseq.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/stage">latex/stage</a>:</b><small> + <a href="texmf-dist/doc/latex/stage/stage-documentation.pdf">stage-documentation.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Standard-PostScript-fonts.html">Standard-PostScript-fonts.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/stdpage">latex/stdpage</a>:</b><small> + <a href="texmf-dist/doc/latex/stdpage/stdpage.pdf">stdpage.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/struktex">latex/struktex</a>:</b><small> + <a href="texmf-dist/doc/latex/struktex/struktex-test-1.pdf">struktex-test-1.pdf</a> + <a href="texmf-dist/doc/latex/struktex/struktex-test-2.pdf">struktex-test-2.pdf</a> + <a href="texmf-dist/doc/latex/struktex/struktex-test-3.pdf">struktex-test-3.pdf</a> + <a href="texmf-dist/doc/latex/struktex/struktex.de.pdf">struktex.de.pdf</a> + <a href="texmf-dist/doc/latex/struktex/struktex.en.pdf">struktex.en.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sttools">latex/sttools</a>:</b><small> + <a href="texmf-dist/doc/latex/sttools/index.html">index.html</a> + <a href="texmf-dist/doc/latex/sttools/presfull.pdf">presfull.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/subeqn">latex/subeqn</a>:</b><small> + <a href="texmf-dist/doc/latex/subeqn/subeqn.pdf">subeqn.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/subeqnarray">latex/subeqnarray</a>:</b><small> + <a href="texmf-dist/doc/latex/subeqnarray/subeqnarray.pdf">subeqnarray.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/subfig">latex/subfig</a>:</b><small> + <a href="texmf-dist/doc/latex/subfig/subfig.pdf">subfig.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test1.pdf">test1.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test2.pdf">test2.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test3.pdf">test3.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test4.pdf">test4.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test5.pdf">test5.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test6.pdf">test6.pdf</a> + <a href="texmf-dist/doc/latex/subfig/test7.pdf">test7.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/subfigure">latex/subfigure</a>:</b><small> + <a href="texmf-dist/doc/latex/subfigure/test4.pdf">test4.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/sudoku">latex/sudoku</a>:</b><small> + <a href="texmf-dist/doc/latex/sudoku/sudoku.pdf">sudoku.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/supertabular">latex/supertabular</a>:</b><small> + <a href="texmf-dist/doc/latex/supertabular/supertabular.pdf">supertabular.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Suppliers.html">Suppliers.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/svn">latex/svn</a>:</b><small> + <a href="texmf-dist/doc/latex/svn/svn-new.pdf">svn-new.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/svninfo">latex/svninfo</a>:</b><small> + <a href="texmf-dist/doc/latex/svninfo/svninfo.pdf">svninfo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/swimgraf">latex/swimgraf</a>:</b><small> + <a href="texmf-dist/doc/latex/swimgraf/100br1.pdf">100br1.pdf</a> + <a href="texmf-dist/doc/latex/swimgraf/100br2.pdf">100br2.pdf</a> + <a href="texmf-dist/doc/latex/swimgraf/swimgraf.pdf">swimgraf.pdf</a> + <a href="texmf-dist/doc/latex/swimgraf/text1.pdf">text1.pdf</a> + <a href="texmf-dist/doc/latex/swimgraf/text2.pdf">text2.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/synttree">latex/synttree</a>:</b><small> + <a href="texmf-dist/doc/latex/synttree/synttree.pdf">synttree.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tabulary">latex/tabulary</a>:</b><small> + <a href="texmf-dist/doc/latex/tabulary/tabulary.pdf">tabulary.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tabvar">latex/tabvar</a>:</b><small> + <a href="texmf-dist/doc/latex/tabvar/demo.pdf">demo.pdf</a> + <a href="texmf-dist/doc/latex/tabvar/tabvar.pdf">tabvar.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/talk">latex/talk</a>:</b><small> + <a href="texmf-dist/doc/latex/talk/talkdoc.pdf">talkdoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tapir">latex/tapir</a>:</b><small> + <a href="texmf-dist/doc/latex/tapir/readme.pdf">readme.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tensor">latex/tensor</a>:</b><small> + <a href="texmf-dist/doc/latex/tensor/tensor.pdf">tensor.pdf</a> + </small> + +<li><b><a href="texmf/doc/tetex">tetex</a>:</b><small> + <a href="texmf/doc/tetex/TETEXDOC.pdf">TETEXDOC.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/teubner">latex/teubner</a>:</b><small> + <a href="texmf-dist/doc/latex/teubner/teubner-doc.pdf">teubner-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/tex-ps/cmyk-hax">generic/tex-ps/cmyk-hax</a>:</b><small> + <a href="texmf-dist/doc/generic/tex-ps/cmyk-hax/cmyk-doc.pdf">cmyk-doc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/tex4ht">generic/tex4ht</a></b><small> + </small> + +<li><b><a href="texmf-dist/doc/texdraw">texdraw</a>:</b><small> + <a href="texmf-dist/doc/texdraw/texdraw.pdf">texdraw.pdf</a> + <a href="texmf-dist/doc/texdraw/texdraw_1.html">texdraw_1.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_10.html">texdraw_10.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_11.html">texdraw_11.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_2.html">texdraw_2.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_3.html">texdraw_3.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_4.html">texdraw_4.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_5.html">texdraw_5.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_6.html">texdraw_6.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_7.html">texdraw_7.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_8.html">texdraw_8.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_9.html">texdraw_9.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_foot.html">texdraw_foot.html</a> + <a href="texmf-dist/doc/texdraw/texdraw_toc.html">texdraw_toc.html</a> + </small> + +<li><b><a href="texmf/doc/texi2html">texi2html</a>:</b><small> + <a href="texmf/doc/texi2html/texi2html.html">texi2html.html</a> + </small> + +<li><b><a href="texmf/doc/texinfo">texinfo</a>:</b><small> + <a href="texmf/doc/texinfo/texinfo.html">texinfo.html</a> + <a href="texmf/doc/texinfo/texinfo.pdf">texinfo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/texmate">latex/texmate</a>:</b><small> + <a href="texmf-dist/doc/latex/texmate/texmate.pdf">texmate.pdf</a> + <a href="texmf-dist/doc/latex/texmate/texmatesample.pdf">texmatesample.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/texmext.html">texmext.html</a> + <a href="texmf-dist/doc/fontname/texmital.html">texmital.html</a> + <a href="texmf-dist/doc/fontname/texmsym.html">texmsym.html</a> + <a href="texmf-dist/doc/fontname/texnansi.html">texnansi.html</a> + <a href="texmf-dist/doc/fontname/texnansx.html">texnansx.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/texpower">latex/texpower</a>:</b><small> + <a href="texmf-dist/doc/latex/texpower/manual.pdf">manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/texpower/tpslifonts">latex/texpower/tpslifonts</a>:</b><small> + <a href="texmf-dist/doc/latex/texpower/tpslifonts/tpslifonts.pdf">tpslifonts.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/texshade">latex/texshade</a>:</b><small> + <a href="texmf-dist/doc/latex/texshade/texshade.pdf">texshade.pdf</a> + <a href="texmf-dist/doc/latex/texshade/tsfaq.pdf">tsfaq.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/textcase">latex/textcase</a>:</b><small> + <a href="texmf-dist/doc/latex/textcase/textcase.pdf">textcase.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/textopo">latex/textopo</a>:</b><small> + <a href="texmf-dist/doc/latex/textopo/textopo.pdf">textopo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/textpos">latex/textpos</a>:</b><small> + <a href="texmf-dist/doc/latex/textpos/textpos.html">textpos.html</a> + <a href="texmf-dist/doc/latex/textpos/textpos.pdf">textpos.pdf</a> + </small> + +<li><b><a href="texmf/doc/pdftex/thanh">pdftex/thanh</a>:</b><small> + <a href="texmf/doc/pdftex/thanh/thesis-png.pdf">thesis-png.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/ticket">latex/ticket</a>:</b><small> + <a href="texmf-dist/doc/latex/ticket/ex_file.pdf">ex_file.pdf</a> + <a href="texmf-dist/doc/latex/ticket/ex_pin.pdf">ex_pin.pdf</a> + <a href="texmf-dist/doc/latex/ticket/ex_vcard.pdf">ex_vcard.pdf</a> + <a href="texmf-dist/doc/latex/ticket/manual.pdf">manual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/tipa">fonts/tipa</a>:</b><small> + <a href="texmf-dist/doc/fonts/tipa/tipaman.pdf">tipaman.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/titlesec">latex/titlesec</a>:</b><small> + <a href="texmf-dist/doc/latex/titlesec/titlesec.pdf">titlesec.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/titling">latex/titling</a>:</b><small> + <a href="texmf-dist/doc/latex/titling/titling.pdf">titling.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tocbibind">latex/tocbibind</a>:</b><small> + <a href="texmf-dist/doc/latex/tocbibind/tocbibind.pdf">tocbibind.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tocloft">latex/tocloft</a>:</b><small> + <a href="texmf-dist/doc/latex/tocloft/tocloft.pdf">tocloft.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tokenizer">latex/tokenizer</a>:</b><small> + <a href="texmf-dist/doc/latex/tokenizer/tokenizer.pdf">tokenizer.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tools">latex/tools</a>:</b><small> + <a href="texmf-dist/doc/latex/tools/afterpage.pdf">afterpage.pdf</a> + <a href="texmf-dist/doc/latex/tools/array.pdf">array.pdf</a> + <a href="texmf-dist/doc/latex/tools/bm.pdf">bm.pdf</a> + <a href="texmf-dist/doc/latex/tools/calc.pdf">calc.pdf</a> + <a href="texmf-dist/doc/latex/tools/dcolumn.pdf">dcolumn.pdf</a> + <a href="texmf-dist/doc/latex/tools/delarray.pdf">delarray.pdf</a> + <a href="texmf-dist/doc/latex/tools/enumerate.pdf">enumerate.pdf</a> + <a href="texmf-dist/doc/latex/tools/fileerr.pdf">fileerr.pdf</a> + <a href="texmf-dist/doc/latex/tools/fontsmpl.pdf">fontsmpl.pdf</a> + <a href="texmf-dist/doc/latex/tools/ftnright.pdf">ftnright.pdf</a> + <a href="texmf-dist/doc/latex/tools/hhline.pdf">hhline.pdf</a> + <a href="texmf-dist/doc/latex/tools/indentfirst.pdf">indentfirst.pdf</a> + <a href="texmf-dist/doc/latex/tools/layout.pdf">layout.pdf</a> + <a href="texmf-dist/doc/latex/tools/longtable.pdf">longtable.pdf</a> + <a href="texmf-dist/doc/latex/tools/multicol.pdf">multicol.pdf</a> + <a href="texmf-dist/doc/latex/tools/rawfonts.pdf">rawfonts.pdf</a> + <a href="texmf-dist/doc/latex/tools/showkeys.pdf">showkeys.pdf</a> + <a href="texmf-dist/doc/latex/tools/somedefs.pdf">somedefs.pdf</a> + <a href="texmf-dist/doc/latex/tools/tabularx.pdf">tabularx.pdf</a> + <a href="texmf-dist/doc/latex/tools/theorem.pdf">theorem.pdf</a> + <a href="texmf-dist/doc/latex/tools/trace.pdf">trace.pdf</a> + <a href="texmf-dist/doc/latex/tools/varioref.pdf">varioref.pdf</a> + <a href="texmf-dist/doc/latex/tools/verbatim.pdf">verbatim.pdf</a> + <a href="texmf-dist/doc/latex/tools/xr.pdf">xr.pdf</a> + <a href="texmf-dist/doc/latex/tools/xspace.pdf">xspace.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/totpages">latex/totpages</a>:</b><small> + <a href="texmf-dist/doc/latex/totpages/totpages.pdf">totpages.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/trajan">latex/trajan</a>:</b><small> + <a href="texmf-dist/doc/latex/trajan/trajan.pdf">trajan.pdf</a> + <a href="texmf-dist/doc/latex/trajan/trytrajan.pdf">trytrajan.pdf</a> + </small> + +<li><b><a href="texmf/doc/dvipdfm">dvipdfm</a>:</b><small> + <a href="texmf/doc/dvipdfm/transistor.pdf">transistor.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tugboat">latex/tugboat</a>:</b><small> + <a href="texmf-dist/doc/latex/tugboat/ltubguid.pdf">ltubguid.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/plain/tugboat">plain/tugboat</a>:</b><small> + <a href="texmf-dist/doc/plain/tugboat/tubguide.pdf">tubguide.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/tugboat">latex/tugboat</a>:</b><small> + <a href="texmf-dist/doc/latex/tugboat/tugboat.pdf">tugboat.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/twoup">latex/twoup</a>:</b><small> + <a href="texmf-dist/doc/latex/twoup/twoup.pdf">twoup.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/txfonts">fonts/txfonts</a>:</b><small> + <a href="texmf-dist/doc/fonts/txfonts/txfontsdoc.pdf">txfontsdoc.pdf</a> + <a href="texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdf">txfontsdocA4.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Typefaces.html">Typefaces.html</a> + </small> + +<li><b><a href="texmf-dist/doc/plain/typespec">plain/typespec</a>:</b><small> + <a href="texmf-dist/doc/plain/typespec/TypeSpec.pdf">TypeSpec.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/uiucthesis">latex/uiucthesis</a>:</b><small> + <a href="texmf-dist/doc/latex/uiucthesis/thesis-ex.pdf">thesis-ex.pdf</a> + <a href="texmf-dist/doc/latex/uiucthesis/uiucthesis.pdf">uiucthesis.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/ukrhyph">generic/ukrhyph</a>:</b><small> + <a href="texmf-dist/doc/generic/ukrhyph/rules60.pdf">rules60.pdf</a> + <a href="texmf-dist/doc/generic/ukrhyph/rules90.pdf">rules90.pdf</a> + <a href="texmf-dist/doc/generic/ukrhyph/rules_ph.pdf">rules_ph.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/unitsdef">latex/unitsdef</a>:</b><small> + <a href="texmf-dist/doc/latex/unitsdef/unitsdef.pdf">unitsdef.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/URW-fonts.html">URW-fonts.html</a> + <a href="texmf-dist/doc/fontname/Variants.html">Variants.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/verse">latex/verse</a>:</b><small> + <a href="texmf-dist/doc/latex/verse/verse.pdf">verse.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/vhistory">latex/vhistory</a>:</b><small> + <a href="texmf-dist/doc/latex/vhistory/vh_sets_de.pdf">vh_sets_de.pdf</a> + <a href="texmf-dist/doc/latex/vhistory/vh_sets_en.pdf">vh_sets_en.pdf</a> + <a href="texmf-dist/doc/latex/vhistory/vh_set_example.pdf">vh_set_example.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/vmargin">latex/vmargin</a>:</b><small> + <a href="texmf-dist/doc/latex/vmargin/vmargin.pdf">vmargin.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/volumes">latex/volumes</a>:</b><small> + <a href="texmf-dist/doc/latex/volumes/volumes.pdf">volumes.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/wallpaper">latex/wallpaper</a>:</b><small> + <a href="texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf">wallpapermanual.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fonts/wasy">fonts/wasy</a>:</b><small> + <a href="texmf-dist/doc/fonts/wasy/wasydoc.pdf">wasydoc.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/wasysym">latex/wasysym</a>:</b><small> + <a href="texmf-dist/doc/latex/wasysym/wasysym.pdf">wasysym.pdf</a> + </small> + +<li><b><a href="texmf/doc/web2c">web2c</a>:</b><small> + <a href="texmf/doc/web2c/web2c.html">web2c.html</a> + <a href="texmf/doc/web2c/web2c.pdf">web2c.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/webeq">latex/webeq</a>:</b><small> + <a href="texmf-dist/doc/latex/webeq/eformman.pdf">eformman.pdf</a> + <a href="texmf-dist/doc/latex/webeq/eformman_p.pdf">eformman_p.pdf</a> + <a href="texmf-dist/doc/latex/webeq/eq2dbman.pdf">eq2dbman.pdf</a> + <a href="texmf-dist/doc/latex/webeq/eq2dbman_p.pdf">eq2dbman_p.pdf</a> + <a href="texmf-dist/doc/latex/webeq/indexofex.pdf">indexofex.pdf</a> + <a href="texmf-dist/doc/latex/webeq/webeqman.pdf">webeqman.pdf</a> + <a href="texmf-dist/doc/latex/webeq/webeqman_p.pdf">webeqman_p.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/Weights.html">Weights.html</a> + <a href="texmf-dist/doc/fontname/Widths.html">Widths.html</a> + </small> + +<li><b><a href="texmf/doc/windvi">windvi</a>:</b><small> + <a href="texmf/doc/windvi/windvi.html">windvi.html</a> + <a href="texmf/doc/windvi/windvi.pdf">windvi.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/xcolor">latex/xcolor</a>:</b><small> + <a href="texmf-dist/doc/latex/xcolor/xcolor.pdf">xcolor.pdf</a> + <a href="texmf-dist/doc/latex/xcolor/xcolor2.pdf">xcolor2.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/xdoc">latex/xdoc</a>:</b><small> + <a href="texmf-dist/doc/latex/xdoc/docindex.pdf">docindex.pdf</a> + <a href="texmf-dist/doc/latex/xdoc/xdoc2.pdf">xdoc2.pdf</a> + <a href="texmf-dist/doc/latex/xdoc/xdocdemo.pdf">xdocdemo.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/xfrac">latex/xfrac</a>:</b><small> + <a href="texmf-dist/doc/latex/xfrac/xfrac.pdf">xfrac.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/xkeyval">latex/xkeyval</a>:</b><small> + <a href="texmf-dist/doc/latex/xkeyval/xkeyval.pdf">xkeyval.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/xl2.html">xl2.html</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/xmpincl">latex/xmpincl</a>:</b><small> + <a href="texmf-dist/doc/latex/xmpincl/xmpincl.pdf">xmpincl.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/fontname">fontname</a>:</b><small> + <a href="texmf-dist/doc/fontname/xt2.html">xt2.html</a> + </small> + +<li><b><a href="texmf-dist/doc/generic/xypic">generic/xypic</a>:</b><small> + <a href="texmf-dist/doc/generic/xypic/xyguide.pdf">xyguide.pdf</a> + <a href="texmf-dist/doc/generic/xypic/xyrefer.pdf">xyrefer.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/yhmath">latex/yhmath</a>:</b><small> + <a href="texmf-dist/doc/latex/yhmath/yhmath.pdf">yhmath.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/york-thesis/sample-thesis">latex/york-thesis/sample-thesis</a>:</b><small> + <a href="texmf-dist/doc/latex/york-thesis/sample-thesis/sample-thesis.pdf">sample-thesis.pdf</a> + </small> + +<li><b><a href="texmf-dist/doc/latex/york-thesis">latex/york-thesis</a>:</b><small> + <a href="texmf-dist/doc/latex/york-thesis/york-thesis.pdf">york-thesis.pdf</a> + </small> + + +</ol> +<a name="guidedoc"></a> +<h2>2. Guide documentation</h2> + +<p>This section lists links to all guides, that is, packages consisting +only of documentation (in the <a href="texmf-doc/">texmf-doc</a> +directory), sorted by language. + +<p><a href="#packagedoc">Jump to package documentation</a>. + +<p>Languages: +<ul> +<li><a href="#bulgarian">bulgarian</a> +<li><a href="#czechslovak">czechslovak</a> +<li><a href="#dutch">dutch</a> +<li><a href="#english">english</a> +<li><a href="#finnish">finnish</a> +<li><a href="#french">french</a> +<li><a href="#german">german</a> +<li><a href="#greek">greek</a> +<li><a href="#italian">italian</a> +<li><a href="#japanese">japanese</a> +<li><a href="#korean">korean</a> +<li><a href="#mongolian">mongolian</a> +<li><a href="#polish">polish</a> +<li><a href="#portuguese">portuguese</a> +<li><a href="#russian">russian</a> +<li><a href="#slovak">slovak</a> +<li><a href="#spanish">spanish</a> +<li><a href="#thai">thai</a> +<li><a href="#ukrainian">ukrainian</a> +<li><a href="#vietnamese">vietnamese</a> +</ul> +<a name="#bulgarian"></a> +<h3>2.1 <a href="texmf-doc/doc/bulgarian/">bulgarian</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/bulgarian/lshort-bulgarian">bulgarian/lshort-bulgarian</a>:</b><small> + <a href="texmf-doc/doc/bulgarian/lshort-bulgarian/lshort-bg.pdf">lshort-bg.pdf</a> + </small> + + +</ol> +<a name="#czechslovak"></a> +<h3>2.2 <a href="texmf-doc/doc/czechslovak/">czechslovak</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/czechslovak/cstug/aktivity/1999">czechslovak/cstug/aktivity/1999</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/aktivity/1999/hagen1312.pdf">hagen1312.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/aktivity/1999/nts1112hagen.pdf">nts1112hagen.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/aktivity/1999/nts1112skoupy.pdf">nts1112skoupy.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/aktivity/2000">czechslovak/cstug/aktivity/2000</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/aktivity/2000/001209catt.pdf">001209catt.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/aktivity/2000/001209vh.pdf">001209vh.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/aktivity/2000/hagen2103.pdf">hagen2103.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/aktivity">czechslovak/cstug/aktivity</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/bulletin/igscstug">czechslovak/cstug/bulletin/igscstug</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/bulletin">czechslovak/cstug/bulletin</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/clenstvi">czechslovak/cstug/clenstvi</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/csfaq">czechslovak/cstug/csfaq</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/cslatex">czechslovak/cstug/cslatex</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/ctan">czechslovak/cstug/ctan</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/documentation">czechslovak/cstug/documentation</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/flash">czechslovak/cstug/flash</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/flash/logo.html">logo.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/flash/quiz.html">quiz.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug">czechslovak/cstug</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/info">czechslovak/cstug/info</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/kreslime">czechslovak/cstug/kreslime</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex/lm">czechslovak/cstug/latex/lm</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/boxes.html">boxes.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/breaking.html">breaking.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/characters.html">characters.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/commands.html">commands.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/contents.html">contents.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/counters.html">counters.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/cslatex.html">cslatex.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/definitions.html">definitions.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/environments.html">environments.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/exp.html">exp.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/footnotes.html">footnotes.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/frames.html">frames.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/input.html">input.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/latex-info.html">latex-info.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/latex.html">latex.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lengths.html">lengths.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/letters-dec.html">letters-dec.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/letters.html">letters.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm001.html">lm001.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm002.html">lm002.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm003.html">lm003.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm004.html">lm004.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm005.html">lm005.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm006.html">lm006.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm007.html">lm007.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm008.html">lm008.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm009.html">lm009.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm010.html">lm010.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm011.html">lm011.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm012.html">lm012.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm013.html">lm013.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm014.html">lm014.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm015.html">lm015.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm016.html">lm016.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm017.html">lm017.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm018.html">lm018.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm019.html">lm019.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm020.html">lm020.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm021.html">lm021.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm022.html">lm022.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm023.html">lm023.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm024.html">lm024.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm025.html">lm025.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm026.html">lm026.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm027.html">lm027.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm028.html">lm028.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm029.html">lm029.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm030.html">lm030.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm031.html">lm031.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm032.html">lm032.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm033.html">lm033.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm034.html">lm034.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm035.html">lm035.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm036.html">lm036.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm037.html">lm037.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm038.html">lm038.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm039.html">lm039.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm040.html">lm040.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm041.html">lm041.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm042.html">lm042.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm043.html">lm043.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm044.html">lm044.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm045.html">lm045.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm046.html">lm046.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm047.html">lm047.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm048.html">lm048.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm049.html">lm049.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm050.html">lm050.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm051.html">lm051.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm052.html">lm052.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm053.html">lm053.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm054.html">lm054.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm055.html">lm055.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm056.html">lm056.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm057.html">lm057.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm058.html">lm058.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm059.html">lm059.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm060.html">lm060.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm061.html">lm061.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm062.html">lm062.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm063.html">lm063.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm064.html">lm064.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm065.html">lm065.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm066.html">lm066.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm067.html">lm067.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm068.html">lm068.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm069.html">lm069.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm070.html">lm070.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm071.html">lm071.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm072.html">lm072.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm073.html">lm073.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm074.html">lm074.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm075.html">lm075.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm076.html">lm076.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm077.html">lm077.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm078.html">lm078.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm079.html">lm079.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm080.html">lm080.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm081.html">lm081.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm082.html">lm082.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm083.html">lm083.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm084.html">lm084.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm085.html">lm085.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm086.html">lm086.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm087.html">lm087.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm088.html">lm088.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm089.html">lm089.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm090.html">lm090.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm091.html">lm091.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm092.html">lm092.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm093.html">lm093.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm094.html">lm094.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm095.html">lm095.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm096.html">lm096.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm097.html">lm097.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm098.html">lm098.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm099.html">lm099.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm100.html">lm100.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm101.html">lm101.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm102.html">lm102.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm103.html">lm103.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm104.html">lm104.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm105.html">lm105.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm106.html">lm106.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm107.html">lm107.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm108.html">lm108.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm109.html">lm109.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm110.html">lm110.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm111.html">lm111.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm112.html">lm112.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm113.html">lm113.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm114.html">lm114.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm115.html">lm115.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm116.html">lm116.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm117.html">lm117.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm118.html">lm118.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm119.html">lm119.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm120.html">lm120.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm121.html">lm121.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm122.html">lm122.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm123.html">lm123.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm124.html">lm124.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm125.html">lm125.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm126.html">lm126.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm127.html">lm127.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm128.html">lm128.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm129.html">lm129.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm130.html">lm130.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm131.html">lm131.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm132.html">lm132.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm133.html">lm133.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm134.html">lm134.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm135.html">lm135.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm136.html">lm136.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm137.html">lm137.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm138.html">lm138.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm139.html">lm139.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm140.html">lm140.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm141.html">lm141.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm142.html">lm142.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm143.html">lm143.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm144.html">lm144.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm145.html">lm145.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm146.html">lm146.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm147.html">lm147.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm148.html">lm148.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm149.html">lm149.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm150.html">lm150.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm151.html">lm151.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm152.html">lm152.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm153.html">lm153.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm154.html">lm154.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm155.html">lm155.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm156.html">lm156.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm157.html">lm157.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm158.html">lm158.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm159.html">lm159.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm160.html">lm160.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm161.html">lm161.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm162.html">lm162.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm163.html">lm163.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm164.html">lm164.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm165.html">lm165.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm166.html">lm166.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm167.html">lm167.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm168.html">lm168.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm169.html">lm169.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm170.html">lm170.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm171.html">lm171.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm172.html">lm172.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm173.html">lm173.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm174.html">lm174.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm175.html">lm175.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm176.html">lm176.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm177.html">lm177.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm178.html">lm178.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm179.html">lm179.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm180.html">lm180.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm181.html">lm181.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm182.html">lm182.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/lm183.html">lm183.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/math.html">math.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/mathakcent.html">mathakcent.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/mathmix.html">mathmix.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/mathspaces.html">mathspaces.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/mathswitch.html">mathswitch.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/mathsymbols.html">mathsymbols.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/menu.html">menu.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/modes.html">modes.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/openning.html">openning.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/pagestyles.html">pagestyles.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/paragraphs.html">paragraphs.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/parameters.html">parameters.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/references.html">references.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/sectioning.html">sectioning.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/styles.html">styles.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/tinput.html">tinput.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/typefaces.html">typefaces.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/typefacesizes.html">typefacesizes.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/typefacesnew.html">typefacesnew.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/typefacestyles.html">typefacestyles.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/lm/typefaceswitch.html">typefaceswitch.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig">czechslovak/cstug/latex/ltnavig</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/bibdex.html">bibdex.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/classes.html">classes.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/distributions.html">distributions.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/divers.html">divers.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/fontes.html">fontes.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/formats.html">formats.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/general.html">general.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/general">czechslovak/cstug/latex/ltnavig/general</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/general/latex2e.html">latex2e.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/general/maps.html">maps.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/general/mil.html">mil.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/general/tex-source.html">tex-source.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig">czechslovak/cstug/latex/ltnavig</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/historique.html">historique.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/historique">czechslovak/cstug/latex/ltnavig/historique</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig/historique/old-tex-files.html">old-tex-files.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex/ltnavig">czechslovak/cstug/latex/ltnavig</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/latex_related">czechslovak/cstug/latex_related</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/literatura">czechslovak/cstug/literatura</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/lugs">czechslovak/cstug/lugs</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/novinky">czechslovak/cstug/novinky</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/novinky/bienale.html">bienale.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/pdftex">czechslovak/cstug/pdftex</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/people_related">czechslovak/cstug/people_related</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/pointer_related">czechslovak/cstug/pointer_related</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/sidlo">czechslovak/cstug/sidlo</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/slt/01">czechslovak/cstug/slt/01</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/index.html">index.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/pozvanka.pdf">pozvanka.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/rambouskova.pdf">rambouskova.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/slt2001bib.pdf">slt2001bib.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/sltprocai.pdf">sltprocai.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/sltprocpreface.pdf">sltprocpreface.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/01/sltproctoc.pdf">sltproctoc.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/slt/98">czechslovak/cstug/slt/98</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/slt/98/index.html">index.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/slt/98/slt98.pdf">slt98.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/stanovy">czechslovak/cstug/stanovy</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/stanovy/index.html">index.html</a> + <a href="texmf-doc/doc/czechslovak/cstug/stanovy/stanovy.pdf">stanovy.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/stormtype">czechslovak/cstug/stormtype</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/tex_related">czechslovak/cstug/tex_related</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/tricka">czechslovak/cstug/tricka</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/cstug/zapisy_schuze">czechslovak/cstug/zapisy_schuze</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/cstug/zapisy_schuze/011208VHZapis.pdf">011208VHZapis.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/zapisy_schuze/991112vhrep.pdf">991112vhrep.pdf</a> + <a href="texmf-doc/doc/czechslovak/cstug/zapisy_schuze/index.html">index.html</a> + </small> + +<li><b><a href="texmf-doc/doc/czechslovak/texlive-cz">czechslovak/texlive-cz</a>:</b><small> + <a href="texmf-doc/doc/czechslovak/texlive-cz/live.html">live.html</a> + <a href="texmf-doc/doc/czechslovak/texlive-cz/live.pdf">live.pdf</a> + </small> + + +</ol> +<a name="#dutch"></a> +<h3>2.3 <a href="texmf-doc/doc/dutch/">dutch</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/dutch/lkort">dutch/lkort</a>:</b><small> + <a href="texmf-doc/doc/dutch/lkort/lkort.pdf">lkort.pdf</a> + <a href="texmf-doc/doc/dutch/lkort/lktitle.pdf">lktitle.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/dutch/lshort-dutch">dutch/lshort-dutch</a>:</b><small> + <a href="texmf-doc/doc/dutch/lshort-dutch/lshort-nl-1.3.pdf">lshort-nl-1.3.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/dutch/ntg/amazon">dutch/ntg/amazon</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/dutch/ntg">dutch/ntg</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/dutch/ntg/maps">dutch/ntg/maps</a>:</b><small> + <a href="texmf-doc/doc/dutch/ntg/maps/100faq.html">100faq.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/electromaps.html">electromaps.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/eurotex95.html">eurotex95.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps-bib.html">maps-bib.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps1.html">maps1.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps10.html">maps10.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps11.html">maps11.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps12.html">maps12.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps13.html">maps13.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps14.html">maps14.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps15.html">maps15.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps16.html">maps16.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps17.html">maps17.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps2.html">maps2.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps3.html">maps3.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps4.html">maps4.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps5.html">maps5.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps6.html">maps6.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps7.html">maps7.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps8.html">maps8.html</a> + <a href="texmf-doc/doc/dutch/ntg/maps/maps9.html">maps9.html</a> + </small> + +<li><b><a href="texmf-doc/doc/dutch/ntg">dutch/ntg</a>:</b><small> + <a href="texmf-doc/doc/dutch/ntg/mfmp.html">mfmp.html</a> + <a href="texmf-doc/doc/dutch/ntg/newmember.html">newmember.html</a> + <a href="texmf-doc/doc/dutch/ntg/nieuws.html">nieuws.html</a> + <a href="texmf-doc/doc/dutch/ntg/publicaties.html">publicaties.html</a> + <a href="texmf-doc/doc/dutch/ntg/statuten.html">statuten.html</a> + <a href="texmf-doc/doc/dutch/ntg/tex-nl.html">tex-nl.html</a> + <a href="texmf-doc/doc/dutch/ntg/texprog.html">texprog.html</a> + <a href="texmf-doc/doc/dutch/ntg/watistex.html">watistex.html</a> + <a href="texmf-doc/doc/dutch/ntg/werkgroepen.html">werkgroepen.html</a> + </small> + + +</ol> +<a name="#english"></a> +<h3>2.4 <a href="texmf-doc/doc/english/">english</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/english/catalogue">english/catalogue</a>:</b><small> + <a href="texmf-doc/doc/english/catalogue/alpha.html">alpha.html</a> + <a href="texmf-doc/doc/english/catalogue/brief.html">brief.html</a> + <a href="texmf-doc/doc/english/catalogue/bytopic.html">bytopic.html</a> + <a href="texmf-doc/doc/english/catalogue/catalogue.html">catalogue.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/catalogue/entries">english/catalogue/entries</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/catalogue">english/catalogue</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/comprehensive">english/comprehensive</a>:</b><small> + <a href="texmf-doc/doc/english/comprehensive/symbols-a4.pdf">symbols-a4.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/dtxtut">english/dtxtut</a>:</b><small> + <a href="texmf-doc/doc/english/dtxtut/dtxtut.pdf">dtxtut.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/FAQ-en/html">english/FAQ-en/html</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/FAQ-en">english/FAQ-en</a>:</b><small> + <a href="texmf-doc/doc/english/FAQ-en/newfaq.pdf">newfaq.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/guide-to-latex">english/guide-to-latex</a>:</b><small> + <a href="texmf-doc/doc/english/guide-to-latex/demo.pdf">demo.pdf</a> + <a href="texmf-doc/doc/english/guide-to-latex/demodoc.pdf">demodoc.pdf</a> + <a href="texmf-doc/doc/english/guide-to-latex/palette.pdf">palette.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/help">english/help</a>:</b><small> + <a href="texmf-doc/doc/english/help/usergrps.html">usergrps.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/impatient">english/impatient</a>:</b><small> + <a href="texmf-doc/doc/english/impatient/book.pdf">book.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/knuth/errata">english/knuth/errata</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/knuth">english/knuth</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/l2tabu-english">english/l2tabu-english</a>:</b><small> + <a href="texmf-doc/doc/english/l2tabu-english/l2tabuen.pdf">l2tabuen.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/apa">english/latex-web-companion/apa</a>:</b><small> + <a href="texmf-doc/doc/english/latex-web-companion/apa/teched.html">teched.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/apc">english/latex-web-companion/apc</a>:</b><small> + <a href="texmf-doc/doc/english/latex-web-companion/apc/utf8.html">utf8.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/ex30">english/latex-web-companion/ch3bis/ex30</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/ex31">english/latex-web-companion/ch3bis/ex31</a>:</b><small> + <a href="texmf-doc/doc/english/latex-web-companion/ch3bis/ex31/ex31.html">ex31.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/ex32">english/latex-web-companion/ch3bis/ex32</a>:</b><small> + <a href="texmf-doc/doc/english/latex-web-companion/ch3bis/ex32/ex32.html">ex32.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/l2hexa">english/latex-web-companion/ch3bis/l2hexa</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/sampleAMS">english/latex-web-companion/ch3bis/sampleAMS</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/sampleMath">english/latex-web-companion/ch3bis/sampleMath</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/sampleMathImages">english/latex-web-companion/ch3bis/sampleMathImages</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/ch3bis/sampleMathThumb">english/latex-web-companion/ch3bis/sampleMathThumb</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/latex-web-companion/xmlstyle">english/latex-web-companion/xmlstyle</a>:</b><small> + <a href="texmf-doc/doc/english/latex-web-companion/xmlstyle/invfop.pdf">invfop.pdf</a> + <a href="texmf-doc/doc/english/latex-web-companion/xmlstyle/invitation2.html">invitation2.html</a> + <a href="texmf-doc/doc/english/latex-web-companion/xmlstyle/invptex.pdf">invptex.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/latex2e-html">english/latex2e-html</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/lshort-english">english/lshort-english</a>:</b><small> + <a href="texmf-doc/doc/english/lshort-english/lshort.pdf">lshort.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/make-tex-work/html">english/make-tex-work/html</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/english/mathmode">english/mathmode</a>:</b><small> + <a href="texmf-doc/doc/english/mathmode/colArray.pdf">colArray.pdf</a> + <a href="texmf-doc/doc/english/mathmode/exscale.pdf">exscale.pdf</a> + <a href="texmf-doc/doc/english/mathmode/Mathmode.pdf">Mathmode.pdf</a> + <a href="texmf-doc/doc/english/mathmode/node.pdf">node.pdf</a> + <a href="texmf-doc/doc/english/mathmode/styles.pdf">styles.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/metafp">english/metafp</a>:</b><small> + <a href="texmf-doc/doc/english/metafp/metafp.pdf">metafp.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/pstricks-tutorial">english/pstricks-tutorial</a>:</b><small> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap1-figures.pdf">chap1-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap1-src.tar.gz.pdf">chap1-src.tar.gz.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap1.pdf">chap1.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap2-figures.pdf">chap2-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap2-src.tar.gz.pdf">chap2-src.tar.gz.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap2.pdf">chap2.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap3-figures.pdf">chap3-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap3-src.tar.gz.pdf">chap3-src.tar.gz.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap3.pdf">chap3.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap4-figures.pdf">chap4-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap4.pdf">chap4.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap5-figures.pdf">chap5-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap5-src.tar.gz.pdf">chap5-src.tar.gz.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap5.pdf">chap5.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap6-figures.pdf">chap6-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap6-src.tar.gz.pdf">chap6-src.tar.gz.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap6.pdf">chap6.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap7-figures.pdf">chap7-figures.pdf</a> + <a href="texmf-doc/doc/english/pstricks-tutorial/chap7.pdf">chap7.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/tamethebeast">english/tamethebeast</a>:</b><small> + <a href="texmf-doc/doc/english/tamethebeast/ttb_en.pdf">ttb_en.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/tds">english/tds</a>:</b><small> + <a href="texmf-doc/doc/english/tds/index.html">index.html</a> + <a href="texmf-doc/doc/english/tds/tds.pdf">tds.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/tex-refs">english/tex-refs</a>:</b><small> + <a href="texmf-doc/doc/english/tex-refs/tex-refs.html">tex-refs.html</a> + </small> + +<li><b><a href="texmf-doc/doc/english/texlive-en">english/texlive-en</a>:</b><small> + <a href="texmf-doc/doc/english/texlive-en/live.html">live.html</a> + <a href="texmf-doc/doc/english/texlive-en/live.pdf">live.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/truetype">english/truetype</a>:</b><small> + <a href="texmf-doc/doc/english/truetype/index.html">index.html</a> + <a href="texmf-doc/doc/english/truetype/sample_eps.pdf">sample_eps.pdf</a> + <a href="texmf-doc/doc/english/truetype/ttf-tetex.pdf">ttf-tetex.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/Type1fonts">english/Type1fonts</a>:</b><small> + <a href="texmf-doc/doc/english/Type1fonts/fontinstallationguide.pdf">fontinstallationguide.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/webguide">english/webguide</a>:</b><small> + <a href="texmf-doc/doc/english/webguide/webguide.html">webguide.html</a> + <a href="texmf-doc/doc/english/webguide/webguide.pdf">webguide.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/english/wp-conv">english/wp-conv</a></b><small> + </small> + + +</ol> +<a name="#finnish"></a> +<h3>2.5 <a href="texmf-doc/doc/finnish/">finnish</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/finnish/lshort-finnish">finnish/lshort-finnish</a>:</b><small> + <a href="texmf-doc/doc/finnish/lshort-finnish/lyhyt2e.pdf">lyhyt2e.pdf</a> + </small> + + +</ol> +<a name="#french"></a> +<h3>2.6 <a href="texmf-doc/doc/french/">french</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/french/impatient-fr">french/impatient-fr</a>:</b><small> + <a href="texmf-doc/doc/french/impatient-fr/fbook.pdf">fbook.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/french/l2tabu-french">french/l2tabu-french</a>:</b><small> + <a href="texmf-doc/doc/french/l2tabu-french/l2tabufr-heavy.pdf">l2tabufr-heavy.pdf</a> + <a href="texmf-doc/doc/french/l2tabu-french/l2tabufr-light.pdf">l2tabufr-light.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/french/lshort-french">french/lshort-french</a>:</b><small> + <a href="texmf-doc/doc/french/lshort-french/flshort-3.20.pdf">flshort-3.20.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/french/texlive-fr">french/texlive-fr</a>:</b><small> + <a href="texmf-doc/doc/french/texlive-fr/live.html">live.html</a> + <a href="texmf-doc/doc/french/texlive-fr/live.pdf">live.pdf</a> + </small> + + +</ol> +<a name="#german"></a> +<h3>2.7 <a href="texmf-doc/doc/german/">german</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/german/FAQ-ge">german/FAQ-ge</a>:</b><small> + <a href="texmf-doc/doc/german/FAQ-ge/de-tex-faq.pdf">de-tex-faq.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/german/FAQ-ge/html">german/FAQ-ge/html</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/german/FAQ-ge">german/FAQ-ge</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/german/FAQ-ge/txt">german/FAQ-ge/txt</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/german/l2tabu">german/l2tabu</a>:</b><small> + <a href="texmf-doc/doc/german/l2tabu/l2tabu.pdf">l2tabu.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/german/lshort-german">german/lshort-german</a>:</b><small> + <a href="texmf-doc/doc/german/lshort-german/l2kurz.pdf">l2kurz.pdf</a> + <a href="texmf-doc/doc/german/lshort-german/l2kurz2.pdf">l2kurz2.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/german/texlive-ge">german/texlive-ge</a>:</b><small> + <a href="texmf-doc/doc/german/texlive-ge/live.html">live.html</a> + <a href="texmf-doc/doc/german/texlive-ge/live.pdf">live.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/german/voss-de/gauss">german/voss-de/gauss</a>:</b><small> + <a href="texmf-doc/doc/german/voss-de/gauss/gauss.pdf">gauss.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/german/voss-de/InlineMath">german/voss-de/InlineMath</a>:</b><small> + <a href="texmf-doc/doc/german/voss-de/InlineMath/InlineMath.pdf">InlineMath.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/german/voss-de/mathCol">german/voss-de/mathCol</a>:</b><small> + <a href="texmf-doc/doc/german/voss-de/mathCol/mathCol.pdf">mathCol.pdf</a> + </small> + + +</ol> +<a name="#greek"></a> +<h3>2.8 <a href="texmf-doc/doc/greek/">greek</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/greek/gtf">greek/gtf</a>:</b><small> + <a href="texmf-doc/doc/greek/gtf/eutupon.pdf">eutupon.pdf</a> + <a href="texmf-doc/doc/greek/gtf/eutupon2.pdf">eutupon2.pdf</a> + </small> + + +</ol> +<a name="#italian"></a> +<h3>2.9 <a href="texmf-doc/doc/italian/">italian</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/italian/amsldoc-it">italian/amsldoc-it</a>:</b><small> + <a href="texmf-doc/doc/italian/amsldoc-it/amsldoc.pdf">amsldoc.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/italian/amsthdoc-it">italian/amsthdoc-it</a>:</b><small> + <a href="texmf-doc/doc/italian/amsthdoc-it/amsthdoc_it.pdf">amsthdoc_it.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/italian/fancyhdr-it">italian/fancyhdr-it</a>:</b><small> + <a href="texmf-doc/doc/italian/fancyhdr-it/itfancyhdr.pdf">itfancyhdr.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/italian/l2tabu-it">italian/l2tabu-it</a>:</b><small> + <a href="texmf-doc/doc/italian/l2tabu-it/l2tabuit.pdf">l2tabuit.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/italian/lshort-italian">italian/lshort-italian</a>:</b><small> + <a href="texmf-doc/doc/italian/lshort-italian/itlshort.pdf">itlshort.pdf</a> + </small> + + +</ol> +<a name="#japanese"></a> +<h3>2.10 <a href="texmf-doc/doc/japanese/">japanese</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/japanese/lshort-japanese">japanese/lshort-japanese</a>:</b><small> + <a href="texmf-doc/doc/japanese/lshort-japanese/jlshort.pdf">jlshort.pdf</a> + </small> + + +</ol> +<a name="#korean"></a> +<h3>2.11 <a href="texmf-doc/doc/korean/">korean</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/korean/lshort-korean">korean/lshort-korean</a>:</b><small> + <a href="texmf-doc/doc/korean/lshort-korean/lshort-kr.pdf">lshort-kr.pdf</a> + </small> + + +</ol> +<a name="#mongolian"></a> +<h3>2.12 <a href="texmf-doc/doc/mongolian/">mongolian</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/mongolian/lshort-mongolian">mongolian/lshort-mongolian</a>:</b><small> + <a href="texmf-doc/doc/mongolian/lshort-mongolian/bogino.pdf">bogino.pdf</a> + </small> + + +</ol> +<a name="#polish"></a> +<h3>2.13 <a href="texmf-doc/doc/polish/">polish</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/polish/guides-pl">polish/guides-pl</a>:</b><small> + <a href="texmf-doc/doc/polish/guides-pl/gentl-pl.pdf">gentl-pl.pdf</a> + <a href="texmf-doc/doc/polish/guides-pl/grafika.pdf">grafika.pdf</a> + <a href="texmf-doc/doc/polish/guides-pl/index.html">index.html</a> + <a href="texmf-doc/doc/polish/guides-pl/mpint-pl.pdf">mpint-pl.pdf</a> + <a href="texmf-doc/doc/polish/guides-pl/pedeefy.pdf">pedeefy.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/lshort-polish">polish/lshort-polish</a>:</b><small> + <a href="texmf-doc/doc/polish/lshort-polish/lshort2e.pdf">lshort2e.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/context">polish/tex-virtual-academy-pl/context</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/context/cont-ins.html">cont-ins.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/context/context.html">context.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/context/tytuly.html">tytuly.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl">polish/tex-virtual-academy-pl</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/cototex.html">cototex.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/fonty">polish/tex-virtual-academy-pl/fonty</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/idx">polish/tex-virtual-academy-pl/idx</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl">polish/tex-virtual-academy-pl</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/kuchnia">polish/tex-virtual-academy-pl/kuchnia</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/kuchnia/hist.html">hist.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/kuchnia/tex.html">tex.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e">polish/tex-virtual-academy-pl/latex2e</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/latex2e.html">latex2e.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy">polish/tex-virtual-academy-pl/latex2e/listy</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/description.html">description.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/enumerate.html">enumerate.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/itemize.html">itemize.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/klopoty.html">klopoty.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/list.html">list.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/porzadek.html">porzadek.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/listy/standard.html">standard.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro">polish/tex-virtual-academy-pl/latex2e/macro</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/pagina">polish/tex-virtual-academy-pl/latex2e/pagina</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/pagina/pagina.html">pagina.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/popolsku">polish/tex-virtual-academy-pl/latex2e/popolsku</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/popolsku/platexte.html">platexte.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy">polish/tex-virtual-academy-pl/latex2e/spisy</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html">chap.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/l_chap.html">l_chap.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/l_sec.html">l_sec.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/spis.html">spis.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly">polish/tex-virtual-academy-pl/latex2e/tytuly</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/chapter.html">chapter.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/count.html">count.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/liczniki.html">liczniki.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/num.html">num.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/p3.html">p3.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/p4.html">p4.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/p5.html">p5.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/p6.html">p6.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/p7.html">p7.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/part.html">part.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/poziom.html">poziom.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/s.html">s.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/sect.html">sect.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/tc.html">tc.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/tl.html">tl.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/tr.html">tr.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/tx.html">tx.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/txx.html">txx.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl">polish/tex-virtual-academy-pl</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/manifest.html">manifest.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/poczatki">polish/tex-virtual-academy-pl/poczatki</a></b><small> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy">polish/tex-virtual-academy-pl/podstawy</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/2-0wst1.html">2-0wst1.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/2-1coto.html">2-1coto.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/2-1kazio.html">2-1kazio.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/2-1przyg.html">2-1przyg.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/2-1zece.html">2-1zece.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/bib.html">bib.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/spis.html">spis.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/tex.html">tex.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/podstawy/title.html">title.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog">polish/tex-virtual-academy-pl/prog</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/auctex.html">auctex.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex">polish/tex-virtual-academy-pl/prog/bibtex</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-1.html">bibtex-1.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-2.html">bibtex-2.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-3.html">bibtex-3.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-4.html">bibtex-4.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-5.html">bibtex-5.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-6.html">bibtex-6.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-7.html">bibtex-7.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex-8.html">bibtex-8.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/bibtex/bibtex.html">bibtex.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog">polish/tex-virtual-academy-pl/prog</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/dvidvi.html">dvidvi.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/hyph.html">hyph.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/prog/prog.html">prog.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl">polish/tex-virtual-academy-pl</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/TeX-pub.html">TeX-pub.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/tex-virtual-academy-pl/tex">polish/tex-virtual-academy-pl/tex</a>:</b><small> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/tex/odsylacze.html">odsylacze.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/tex/tex.html">tex.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/tex/tex_key.html">tex_key.html</a> + <a href="texmf-doc/doc/polish/tex-virtual-academy-pl/tex/tryby.html">tryby.html</a> + </small> + +<li><b><a href="texmf-doc/doc/polish/texlive-pl">polish/texlive-pl</a>:</b><small> + <a href="texmf-doc/doc/polish/texlive-pl/live.html">live.html</a> + <a href="texmf-doc/doc/polish/texlive-pl/live.pdf">live.pdf</a> + </small> + + +</ol> +<a name="#portuguese"></a> +<h3>2.14 <a href="texmf-doc/doc/portuguese/">portuguese</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/portuguese/lshort-portuguese">portuguese/lshort-portuguese</a>:</b><small> + <a href="texmf-doc/doc/portuguese/lshort-portuguese/ptlshort.pdf">ptlshort.pdf</a> + </small> + + +</ol> +<a name="#russian"></a> +<h3>2.15 <a href="texmf-doc/doc/russian/">russian</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/russian/lshort-russian">russian/lshort-russian</a>:</b><small> + <a href="texmf-doc/doc/russian/lshort-russian/lshortru.pdf">lshortru.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/russian/texlive-ru">russian/texlive-ru</a>:</b><small> + <a href="texmf-doc/doc/russian/texlive-ru/live.html">live.html</a> + <a href="texmf-doc/doc/russian/texlive-ru/live.pdf">live.pdf</a> + </small> + + +</ol> +<a name="#slovak"></a> +<h3>2.16 <a href="texmf-doc/doc/slovak/">slovak</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/slovak/lshort-slovak">slovak/lshort-slovak</a>:</b><small> + <a href="texmf-doc/doc/slovak/lshort-slovak/slshorte.pdf">slshorte.pdf</a> + </small> + + +</ol> +<a name="#spanish"></a> +<h3>2.17 <a href="texmf-doc/doc/spanish/">spanish</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/spanish/lshort-spanish">spanish/lshort-spanish</a>:</b><small> + <a href="texmf-doc/doc/spanish/lshort-spanish/ldesc2e.pdf">ldesc2e.pdf</a> + </small> + + +</ol> +<a name="#thai"></a> +<h3>2.18 <a href="texmf-doc/doc/thai/">thai</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/thai/lshort-thai">thai/lshort-thai</a>:</b><small> + <a href="texmf-doc/doc/thai/lshort-thai/lsh132.pdf">lsh132.pdf</a> + </small> + + +</ol> +<a name="#ukrainian"></a> +<h3>2.19 <a href="texmf-doc/doc/ukrainian/">ukrainian</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/ukrainian/lshort-ukrainian">ukrainian/lshort-ukrainian</a>:</b><small> + <a href="texmf-doc/doc/ukrainian/lshort-ukrainian/lshort-ukr.pdf">lshort-ukr.pdf</a> + </small> + + +</ol> +<a name="#vietnamese"></a> +<h3>2.20 <a href="texmf-doc/doc/vietnamese/">vietnamese</a></h3> + +<ol> +<li><b><a href="texmf-doc/doc/vietnamese/amsldoc-vn">vietnamese/amsldoc-vn</a>:</b><small> + <a href="texmf-doc/doc/vietnamese/amsldoc-vn/amsldoc-print-vi.pdf">amsldoc-print-vi.pdf</a> + <a href="texmf-doc/doc/vietnamese/amsldoc-vn/amsldoc-vi.pdf">amsldoc-vi.pdf</a> + </small> + +<li><b><a href="texmf-doc/doc/vietnamese/lshort-vietnamese">vietnamese/lshort-vietnamese</a>:</b><small> + <a href="texmf-doc/doc/vietnamese/lshort-vietnamese/lshort-print-vi.pdf">lshort-print-vi.pdf</a> + <a href="texmf-doc/doc/vietnamese/lshort-vietnamese/lshort-vi.pdf">lshort-vi.pdf</a> + </small> + + +</ol> +<hr> +<small>Generated Tue Nov 1 10:10:35 CET 2005 by mkdocindex.</small> +</body></html> diff --git a/Master/index.html b/Master/index.html new file mode 100644 index 00000000000..c811d34c060 --- /dev/null +++ b/Master/index.html @@ -0,0 +1,23 @@ +<html><head> +<!-- $Id: //depot/Master/index.html#21 $ $Date: 2004/11/18 $ $Author: karl $ --> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>TeX Live - top level</title></head><body> + +<h2>TeX Live</h2> + +<p>Links to the translated top-level documentation: + +<ul> +<li><a href="readme.en.html">README</a>, English +<li><a href="readme.cs.html">CTI MNE</a>, Czech/Slovak +<li><a href="readme.fr.html">LISEZMOI</a>, French +<li><a href="readme.de.html">LIESMICH</a>, German +<li><a href="readme.pl.html">CZYTAJTO</a>, Polish +<li><a href="readme.ru.html">ПРОЧТИ МЕНЯ</a>, +Russian +</ul> + +<hr><small>$Date: 2004/11/18 $; +<a href="mailto:tex-live@tug.org">contact tex-live@tug.org</a>. +</small> +</body></html> diff --git a/Master/install-compr.sh b/Master/install-compr.sh new file mode 100755 index 00000000000..cae38ae8ad6 --- /dev/null +++ b/Master/install-compr.sh @@ -0,0 +1,209 @@ +#!/bin/sh +# $Id: //depot/Master/install-compr.sh#45 $ $Date: 2005/09/20 $ $Author: karl $ +# +# install-compr.sh -- install compressed packages. This is install-tl.sh +# in the `inst' distribution. +# +# Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999, +# 2000, 2001, 2003, 2004, 2005. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Send bug reports or suggestions to tex-live@tug.org. +# +# Call this script with a full-featured bourne shell, which may be +# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or +# /bin/bash (on GNU systems) on your system. + + +# set this for debugging... +debug=${OVERRIDE_DEBUG-false} + +unset CDPATH # avoid unwanted output + +while test $# -gt 0; do + case $1 in + --debug) debug=true;; + --cddir=*) + cddir=`echo $1 | sed 's/.*=//'`;; + *) break;; + esac + shift +done + +HERE=`cd \`dirname $0\` && /bin/pwd` +. $HERE/utils.sh +. $HERE/common.sh + + +series_init() +{ + thisdir=`pwd` + CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}} + TPM=$CDDIR/texmf/tpm + PACKAGETPM=$CDDIR/texmf-dist/tpm + LISTS=$CDDIR/texmf/lists + test -d $TPM || fatal "$0: $TPM: no such directory. Are you sure this is the TeX Live CD?" + + $echon "Initializing collections... " + setvars + systems=`(cd $LISTS; ls bin-tex.* | sed -e 's/bin-tex.//')` + + all_schemes=`(cd $LISTS; ls *.scheme | sed 's/\.scheme//' | sed 's/-/_/' | sort )` + sc=24 + for s in $all_schemes; do + S=`echo $s | sed -e 's/_/-/g'` + sc=`expr $sc + 1` + eval N=\"\$iden_${sc}\" + eval SCHEMES_${N}=\"$s\" + T=`grep '^\*Title' $LISTS/$S.scheme | sed -e 's/\*Title: //'` + C=`grep '^\*Size' $LISTS/$S.scheme | sed -e 's/\*Size: //'` + C=`expr $C / 1000` + eval schemes_${s}_n=\"$T\" + eval schemes_${s}_ident=\"$N\" + eval schemes_${s}_du=\"$C\" + done + + all_lang_collections=`(cd $LISTS && ls collection-lang* | sed 's/-/_/g' | sort )` + sc=0 + for s in $all_lang_collections; do + S=`echo $s | sed 's/_/-/g'` + sc=`expr $sc + 1` + eval N=\"\$iden_${sc}\" + eval LP_${N}=\"$s\" + T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'` + C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'` + C=`expr $C / 1000` + eval p_${s}_n=\"$T\" + eval p_${s}_ident=\"$N\" + eval p_${s}_du=\"$C\" + series_select_level $s 0 + done + + all_collections=`(cd $LISTS; ls collection-* | grep -v collection-lang | sed 's/-/_/g' | sort )` + sc=0 + for s in $all_collections; do + S=`echo $s | sed 's/_/-/g'` + sc=`expr $sc + 1` + eval N=\"\$iden_${sc}\" + eval P_${N}=\"$s\" + T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'` + C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'` + C=`expr $C / 1000` + eval p_${s}_n=\"$T\" + eval p_${s}_ident=\"$N\" + eval p_${s}_du=\"$C\" + series_select_level $s 0 + done + scheme_select scheme_full + selected_scheme=scheme_full + echo "Done initializing collections." + all_collections_anz=`echo $all_lang_collections $all_collections | awk '{print NF}'` + systems_init + total_stat; +} + + +list_zipped_package() +{ + pack=`echo $1 | sed 's/_/-/g'` + echo " package $pack" >&2 + echo $pack.zip >> $work_dir/extras.list.text +} + + +# This is run when the user does "I" for a normal disk install. +# +install_now() +{ + list_file_func=list_zipped_files + list_package_func=list_zipped_package + common_start_install + + echo "Initializing texmf-var..." >&2 + # additional static config files (pdftexconfig.tex, mktex.cnf, ...). + ( + cd $TEXDIR/texmf-var || exit 1 + unzip -qq $CDDIR/archive/texmf-var.zip + ) + + echo >&2 + echo "Unpacking zip files for packages..." >&2 + filters=" " + if test "$opt_source" = X; then + filters="$filters texmf-dist/source\*" + fi + if test "$opt_doc" = X; then + filters="$filters texmf-dist/doc\*" + fi + for f in `sort -u $work_dir/*.list.*` + do + $debug || $echon "." >&2 + if test -f $CDDIR/archive/$f + then + $debug && echo " Install files from package/$f" >&2 + (cd $TEXDIR; unzip -o -qq $CDDIR/archive/$f -x $filters) + fi + for p in $all_systems; do + eval \$p_${p}_s || continue + eval this=\$p_${p}_fn + P=`echo $p | sed -e 's/_/-/g' ` + F=`echo $f | sed 's/\.zip$//'` + if test -f $CDDIR/archive/$F.$this.zip; then + $debug && echo " Install binary programs from archive/$F.$this.zip" >&2 + (cd $TEXDIR; unzip -o -qq $CDDIR/archive/$F.$this.zip) + else + $debug && echo " No $F.$this.zip, skipping binaries for $f" >&2 + fi + done + done + echo >&2 + echo "Done unpacking." >&2 + + common_end_install +} + + +################################################################ +# main() +################################################################ +unset TEXCONFIG +init +screen_1=' ===================> TeX Live installation procedure <================== + +===> Note: Letters/digits in <angle brackets> indicate menu items <=== +===> for commands or configurable options <=== + + Proposed platform: $this_platform_n + <P> over-ride system detection and choose platform + <B> binary systems: $all_systems_ns out of $all_systems_anz + <S> Installation scheme ($selected_scheme) + [customizing installation scheme: + <C> standard collections <L> language collections] + $all_collections_ns out of $all_collections_anz, disk space required: $all_collections_dus kB + <D> directories: + TEXDIR (The main TeX directory) : $TEXDIR + TEXMFLOCAL (Directory for local styles etc): $TEXMFLOCAL + TEXMFSYSVAR (Directory for local config) : $TEXMFSYSVAR + <O> options: + [$opt_varfonts] alternate directory for generated fonts ($opt_varfonts_dir) + [$opt_symlinks] create symlinks in standard directories + [$opt_doc] do not install macro/font doc tree + [$opt_source] do not install macro/font source tree + <I> start installation + <H> help, <Q> quit +' +menu_main diff --git a/Master/install-live.sh b/Master/install-live.sh new file mode 100755 index 00000000000..e33a4561014 --- /dev/null +++ b/Master/install-live.sh @@ -0,0 +1,336 @@ +#!/bin/sh +# $Id: //depot/Master/install-live.sh#58 $ $Date: 2005/09/20 $ $Author: karl $ +# +# install-live.sh -- install live packages. This is install-tl.sh +# in the `demo' and `live' distributions. +# +# Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999, +# 2000, 2001, 2003, 2004, 2005. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Send bug reports or suggestions to tex-live@tug.org. +# +# Call this script with a full-featured bourne shell, which may be +# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or +# /bin/bash (on GNU systems) on your system. + + +# set this for debugging... +debug=${OVERRIDE_DEBUG-false} + +unset CDPATH # avoid unwanted output + +while test $# -gt 0; do + case $1 in + --debug) debug=true;; + --cddir=*) + cddir=`echo $1 | sed 's/.*=//'`;; + *) break;; + esac + shift +done + +HERE=`cd \`dirname $0\` && /bin/pwd` +. $HERE/utils.sh +. $HERE/common.sh + +series_init() +{ + thisdir=`pwd` + CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}} + LISTS=${OVERRIDE_LISTS-$CDDIR/texmf/lists} + BIN=${OVERRIDE_LISTS-$CDDIR/bin} + test -d $LISTS || fatal "$0: $LISTS: no such directory. Are you sure this is the TeX Live CD?" + + echo "Initializing collections... " + setvars + systems=`(cd $LISTS; ls bin-tex.* | sed -e 's/bin-tex.//')` + + all_schemes=`(cd $LISTS; ls *.scheme | sed -e 's/-/_/g' -e 's/\.scheme//' | sort )` + sc=24 + for s in $all_schemes; do + S=`echo $s | sed -e 's/_/-/g' ` + sc=`expr $sc + 1` + eval N=\"\$iden_${sc}\" + eval SCHEMES_${N}=\"$s\" + T=`grep '^\*Title' $LISTS/$S.scheme | sed -e 's/\*Title: //'` + C=`grep '^\*Size' $LISTS/$S.scheme | sed -e 's/\*Size: //'` + C=`expr $C / 1000` + eval schemes_${s}_n=\"$T\" + eval schemes_${s}_ident=\"$N\" + eval schemes_${s}_du=\"$C\" + done + + all_lang_collections=`(cd $LISTS; ls collection-lang* | sed 's/-/_/g' | sort )` + sc=0 + for s in $all_lang_collections; do + S=`echo $s | sed 's/_/-/g'` + sc=`expr $sc + 1` + eval N=\"\$iden_${sc}\" + eval LP_${N}=\"$s\" + T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'` + C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'` + C=`expr $C / 1000` + eval p_${s}_n=\"$T\" + eval p_${s}_ident=\"$N\" + eval p_${s}_du=\"$C\" + series_select_level $s 0 + done + + all_collections=`(cd $LISTS; ls collection* | grep -v collection-lang | sed 's/-/_/g' | sort )` + sc=0 + for s in $all_collections; do + S=`echo $s | sed 's/_/-/g'` + sc=`expr $sc + 1` + eval N=\"\$iden_${sc}\" + eval P_${N}=\"$s\" + T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'` + C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'` + C=`expr $C / 1000` + eval p_${s}_n=\"$T\" + eval p_${s}_ident=\"$N\" + eval p_${s}_du=\"$C\" + series_select_level $s 0 + done + scheme_select scheme_full + selected_scheme=scheme_full + echo "Done initializing collections." + all_collections_anz=`echo $all_lang_collections $all_collections | awk '{print NF}'` + systems_init +} + + +# This is run when the user does "R" to run live. +# (Not available for the compressed image.) +# +install_cd() +{ + TEXDIR=$CDDIR + unset TEXMFCNF + unset TEXMFMAIN + TEXMFCNF_DIR=$TEXDIR/texmf/web2c + echo "Preparing destination directories... " >&2 + test -d "$CDDIR" || fatal "$CDDIR does not seem to be the TeX Live CD-ROM." + alldirs="$TEXMFSYSVAR" + test -z "$TEXMFSYSVAR" || alldirs="$alldirs $TEXMFSYSVAR/fonts/pk $TEXMFSYSVAR/fonts/tfm $TEXMFSYSVAR/web2c $TEXMFSYSVAR/pdftex/config $TEXMFSYSVAR/tex/generic/config $TEXMFSYSVAR/web2c $TEXMFSYSVAR/xdvi $TEXMFSYSVAR/dvips/config $TEXMFSYSVAR/etex/plain/config" + for dir in $alldirs; do + while test ! -d $dir || test ! -w $dir; do + mkdirhier $dir + test -d $dir || { warn "could not make directory '$dir'"; continue; } + test -w $dir || { warn "cannot write to directory '$dir'"; continue; } + done + done + test -z "$TEXMFSYSVAR" || chmod -R a+w $TEXMFSYSVAR || + warn "command 'chmod -R a+w $TEXMFSYSVAR' failed" + test -z "$opt_varfonts_dir" || + chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm || + warn "command 'chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm' failed" + pd=$this_platform_fn + have_system=false + if test -x $TEXDIR/bin/$pd/mktexlsr; then + have_system=true + bindir=$TEXDIR/bin/$pd + PATH=$TEXDIR/bin/$pd:$PATH + export PATH TEXMFSYSVAR + echo Current system detected as $pd. + fi + make_var_skeleton + cp $TEXDIR/texmf/tex/generic/config/language.dat $TEXMFSYSVAR/tex/generic/config/language.dat + test -f $TEXDIR/texmf-dist/tex/plain/config/language.def && cp $TEXDIR/texmf-dist/tex/plain/config/language.def $TEXMFSYSVAR/tex/plain/config + test -f $TEXDIR/texmf/xdvi/XDvi && cp $TEXDIR/texmf/xdvi/XDvi $TEXMFSYSVAR/xdvi + cp $CDDIR/texmf/dvips/config/config.ps $TEXMFSYSVAR/dvips/config/config.ps + cp $CDDIR/texmf/dvipdfm/config/config $TEXMFSYSVAR/dvipdfm/config + cp $TEXDIR/texmf/web2c/mktex.cnf $TEXMFSYSVAR/web2c + cp $TEXDIR/texmf/web2c/updmap.cfg $TEXMFSYSVAR/web2c + cp $CDDIR/texmf-dist/tex/context/config/cont-usr.tex $TEXMFSYSVAR/tex/context/config/cont-usr.tex + cp $CDDIR/texmf/tex/generic/config/pdftexconfig.tex $TEXMFSYSVAR/tex/generic/config/pdftexconfig.tex +test -z "$TEXMFSYSVAR" || chmod -R a+w $TEXMFSYSVAR || + warn "command 'chmod -R a+w $TEXMFSYSVAR' failed" + TEXMFCNF__fix_fmtutil + make_local_skeleton + $bindir/updmap --nohash --cnffile $TEXMFSYSVAR/web2c/updmap.cfg --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap + $have_system && $bindir/mktexlsr +cat <<ENDC + Now you are finished. + For future configuration, edit files in $TEXMFSYSVAR + + You should now add these setup statements to your environment, + depending on what shell is running, + + For csh (~/.cshrc): + + setenv TEXMFSYSVAR $TEXMFSYSVAR + setenv PATH $TEXDIR/bin/$pd:\$PATH + + For bash (~/.bash_profile) or sh (~/.profile): + + TEXMFSYSVAR=$TEXMFSYSVAR + PATH=$TEXDIR/bin/$pd:\$PATH + export PATH TEXMFSYSVAR +ENDC + greetings + exit +} + +list_system_files() +{ + arg=$1 + :>$work_dir/$arg.list + for i in $all_collections + do + I=`echo $i | sed 's/_/-/g'` + grep "^[A-Za-z0-9]" $LISTS/$I.$arg >> $work_dir/$arg.list + done + for i in $all_lang_collections + do + I=`echo $i | sed 's/_/-/g'` + grep "^[A-Za-z0-9]" $LISTS/$I.$arg >> $work_dir/$arg.list + done +} + + +list_files() +{ + :>$work_dir/tmp.jobs + :>$work_dir/tmp + col=`echo $1 | sed 's/_/-/g'` + $debug && echo " [ -> collection $col]" >&2 + packages= + morecols= + filters="| grep -v '^ *$' " + if test "$opt_source" = X; then + filters="$filters | grep -v texmf-dist/source/" + fi + if test "$opt_doc" = X; then + filters="$filters | grep -v texmf-dist/doc/" + fi + if test -f $LISTS/$col; then + packages=`grep "^+" $LISTS/$col | sed 's/.//'` + morecols=`grep "^-" $LISTS/$col | sed 's/.//'` + grep "^[a-z]" $LISTS/$col >> $work_dir/tmp + grep '^\!' $LISTS/$col >> $work_dir/tmp.jobs + for i in $all_systems + do + eval \$p_${i}_s || continue + eval this=\$p_${i}_fn + if test -f $LISTS/$col.$this; then + $debug && echo " debug:system package $col.$this" >&2 + grep "^[\!a-z]" $LISTS/$col.$this >> $work_dir/tmp + fi + done + for i in $packages + do + list_package $i $col + done + + eval sort -u < $work_dir/tmp $filters >> $work_dir/$col.list + eval sort -u < $work_dir/tmp.jobs | tr ' ' '=' >> $work_dir/$col.jobs + fi + rm $work_dir/tmp $work_dir/tmp.jobs + for p in $morecols + do + list_files $p + done + +} + +list_package() +{ + :>$work_dir/ptmp.jobs + :>$work_dir/ptmp + pack=`echo $1 | sed 's/_/-/g'` + # if no lists file, return. Many packages exist only on win32, e.g., + # lib-geturl, and so we won't have lists for them when not installing + # that arch. + test -s $LISTS/$pack || return + col=$2 + filters="| grep -v '^ *$' " + if test "$opt_source" = X; then + filters="$filters | grep -v texmf-dist/source/" + fi + if test "$opt_doc" = X; then + filters="$filters | grep -v texmf-dist/doc/" + fi + $debug && echo " debug:package $pack" >&2 + grep "^[A-Za-z0-9]" $LISTS/$pack >> $work_dir/ptmp + grep '^\!' $LISTS/$pack >> $work_dir/ptmp.jobs + for j in $all_systems + do + eval \$p_${j}_s || continue + eval this=\$p_${j}_fn + if test -f $LISTS/$pack.$this; then + $debug && echo " debug:list_package:system package $pack.$this" >&2 + grep "^[A-Za-z0-9]" $LISTS/$pack.$this >> $work_dir/ptmp + fi + done + + eval sort -u < $work_dir/ptmp $filters >> $work_dir/$col.list + eval sort -u < $work_dir/ptmp.jobs | tr ' ' '=' >> $work_dir/$col.jobs + rm $work_dir/ptmp $work_dir/ptmp.jobs + for i in `grep "^+" $LISTS/$pack | sed 's/.//'` + do + list_package $i $col + done +} + +# This is run when the user does "I" for a normal disk install. +# +install_now() +{ + list_file_func=list_files + list_package_func=list_package + common_start_install + + echo >&2 + echo "Now copying selected files" >&2 + $debug && echo " from the lists in $work_dir... " >&2 + for f in `ls $work_dir/*.*list` + do + $debug && echo "Copy files listed in $f" >&2 + $debug || $echon "`basename $f .list` " >&2 + sort -u $f > $f.uniq + if test "x$TAROPT" = "x"; then + $debug && tarverbose=v + (cd $CDDIR; $XARGS sh -c 'tar cf - $* \ + | (cd '"$TEXDIR"'; umask 0; $TARPROG x${tarverbose}f -)' sh < $f.uniq ) + else + $debug && tarverbose=-v + (cd $CDDIR; $TARPROG -c -f - $TAROPT $f.uniq ) \ + | (cd $TEXDIR; umask 0; $TARPROG -x $tarverbose -f -) + fi + done + echo + echo "Done copying." >&2 + test -f $TEXDIR/texmf-dist/tex/plain/config/language.def && cp $TEXDIR/texmf-dist/tex/plain/config/language.def $TEXMFSYSVAR/tex/plain/config + test -f $TEXDIR/texmf/xdvi/XDvi && cp $TEXDIR/texmf/xdvi/XDvi $TEXMFSYSVAR/xdvi + cp $TEXDIR/texmf/dvips/config/config.ps $TEXMFSYSVAR/dvips/config/config.ps + cp $TEXDIR/texmf/dvipdfm/config/config $TEXMFSYSVAR/dvipdfm/config + cp $TEXDIR/texmf/web2c/mktex.cnf $TEXMFSYSVAR/web2c + cp $CDDIR/texmf-dist/tex/context/config/cont-usr.tex $TEXMFSYSVAR/tex/context/config/cont-usr.tex + cp $CDDIR/texmf/tex/generic/config/pdftexconfig.tex $TEXMFSYSVAR/tex/generic/config/pdftexconfig.tex + + common_end_install +} + +################################################################ +# main() +################################################################ +unset TEXCONFIG +cd `dirname $0` +init +menu_main + diff --git a/Master/install-pkg-compr.sh b/Master/install-pkg-compr.sh new file mode 100755 index 00000000000..c2a544428eb --- /dev/null +++ b/Master/install-pkg-compr.sh @@ -0,0 +1,242 @@ +#!/bin/sh +# $Id: //depot/Master/install-pkg-compr.sh#27 $ $Date: 2005/09/20 $ $Author: karl $ +# +# install-pkg-compr.sh -- install individual packages from the compressed +# (inst) distribution into running installations. +# +# Copyright (c) Thomas Esser, Sebastian Rahtz 1996, 1997, 1998, 1999, +# 2002, 2003, 2004, 2005. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Send bug reports or suggestions to tex-live@tug.org. + +# Call this script with a full-featured bourne shell, which may be +# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or +# /bin/bash (on GNU systems) on your system. + +HERE=`cd \`dirname $0\` && /bin/pwd` +. $HERE/utils.sh +. $HERE/common.sh + +list_bundle() +{ + name=$1 + if test -f $CDDIR/archive/$name.zip; then + echo $name >> LIST + morecols=`grep "^-" $LISTS/$name | sed 's/.//'` + packages=`grep "^+" $LISTS/$name | sed 's/.//'` + grep "^[a-z]" $LISTS/$name >> tmp + else + echo "(missing archive $CDDIR/archive/$name.zip)" + fi + + for i in $packages; do + if echo "$i" | grep '^collection-' >/dev/null; then + echo "(ignoring dependency on collection $i)" + continue + fi + test -f $CDDIR/archive/$i.zip && list_bundle $i + done + + # (see comments in install-pkg-compr.sh about the bin lists we check.) + for binlist in bin-$name bin-$name.$System bin-${name}k.$System; do + if test -f $LISTS/$binlist; then + $verbose && echo "found binary $binlist" + echo $binlist >> LIST + grep "^[a-z]" $LISTS/$binlist >> tmp + fi + done + + for p in $morecols; do + echo "(skipping dependency on collection $p)" + done +} + +list=false; src=true; doc=true; hash=true; config=false;verbose=false +unset col pkg cddir +: ${TEXMF=`kpsewhich -expand-var '$TEXMFMAIN'`} +: ${TEXMFSYSVAR=`kpsewhich -expand-var '$TEXMFSYSVAR'`} +TEXDIR=`echo $TEXMF | sed 's/texmf.*//'` + +# Require it to exist. +if test ! -d $TEXDIR; then + echo "$0: No directory $TEXDIR." >&2 + echo "$0: Set TEXMFMAIN to override, or make the directory." >&2 + echo "$0: (or use --archive to make a tar archive instead of installing.)">&2 + exit 1 +fi + +while test $# -gt 0; do + case $1 in + -p) if test $# -ge 2; then + pkg=$2; shift + else + fatal "Missing argument for -p" + fi;; + --texdir=*) + TEXDIR=`echo $1 | sed 's/.*=//'`;; + --collection=*) + col=`echo $1 | sed -e 's/.*=//' -e 's/collection-//'`;; + --package=*) + pkg=`echo $1 | sed 's/.*=//'`;; + --nodoc) + doc=false;; + --nosrc) + src=false;; + --nohash) + hash=false;; + --noconfig) + config=false;; + --config) + config=true;; + --listonly) + list=true;; + --verbose) + verbose=true;; + --cddir=*) + cddir=`echo $1 | sed 's/.*=//'`;; + --listdir=*) + listdir=`echo $1 | sed 's/.*=//'`;; + *) echo "$0: $1 is not a valid option, goodbye." >&2; exit 1;; + esac + shift +done + +thisdir=`pwd` +CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}} +LISTS=${listdir-${OVERRIDE_LISTS-$CDDIR/texmf/lists}} + +work_dir=${TMP-/tmp}/tmpkginst.$$ +trap 'cd /; rm -rf $work_dir; trap 0' 0 1 2 15 +{ mkdir $work_dir && cd $work_dir; } || exit + +test -d $CDDIR || fatal "$0: $CDDIR: no such directory. Are you sure this is the TeX Live CD?" + +platform_guess +find_echo + +cd $work_dir || exit 1 +filters=" " +$src || filters="$filters texmf-dist/source\*" +$doc || filters="$filters texmf-dist/doc\*" + +System=`echo $Sys | sed 's/_/-/g'` + +if $verbose; then + echo Package [$pkg] / Collection [$col] >&2 + echo Install point is $TEXDIR >&2 + echo Install binaries for system $System >&2 +fi + +if test -n "$col"; then + colfile=$LISTS/collection-$col + if test -f $colfile; then + :>tmp + list_bundle collection-$col + eval grep '\^\!' tmp | tr ' ' '=' > jobs + rm tmp + else + echo "$0: $col: no such collection (missing $colfile)." >&2 + fi +fi + +if test -n "$pkg"; then + pkgfile=$LISTS/$pkg + if test -f $pkgfile; then + :>tmp + list_bundle $pkg + eval grep '\^\!' tmp | tr ' ' '=' > jobs + else + echo "$0: $pkg: no such package (missing $pkgfile)." >&2 + exit 1 + fi +fi + +if $list; then +for f in `sort -u $work_dir/LIST` + do + if test -f $CDDIR/archive/$f.zip + then + $verbose && echo list $CDDIR/archive/$f.zip >&2 + unzip -l $CDDIR/archive/$f.zip + fi + done + exit +fi +zipoption=" -qq " +$verbose && zipoption="" +test -z $pkg$col && exit + $verbose && echo "unpack in $TEXDIR" >&2 + for f in `sort -u $work_dir/LIST` + do + if test -f $CDDIR/archive/$f.zip + then + $verbose && echo " Install files from $f" >&2 + (cd $TEXDIR && unzip -o $zipoption $CDDIR/archive/$f -x $filters) + fi + done + $verbose && echo "* Done unpacking." >&2 + +if $config +then + $verbose && echo "Files unpacked only. No configuration done" + exit 0 +fi + +X=`kpsewhich language.dat` +if test -n "$X"; then + cd `dirname $X` + Z=`pwd` + + if $verbose; then + echo Making language.dat in $Z >&2 + echo " from your language selections." >&2 + fi + Y=`kpsewhich language.us` + cd `dirname $Y` + cat language.us language.*.dat > $Z/language.dat +fi + +for f in `ls $work_dir/jobs` +do + echo " do work items listed in $f" >&2 + for j in `sort $f | uniq` + do + command=`echo $j | sed 's/.\(.*\)=.*/\1/'` + parameter=`echo $j | sed 's/.*=\(.*\)/\1/'` + echo " EXECUTE $command on $parameter" >&2 + case $command in + addMap) + echo "Map $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;; + addMixedMap) + echo "MixedMap $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;; + addDvipsMap) + echo "p +$parameter" >> $TEXMFSYSVAR/dvips/config/config.ps;; + addDvipdfmMap) + test -f $TEXMFSYSVAR/dvipdfm/config/config && echo "f $parameter" >> $TEXMFSYSVAR/dvipdfm/config/config;; + esac + done +done + +: ${TEXMFDIST=`kpsewhich -expand-var '$TEXMFDIST'`} +$hash && mktexlsr $TEXMF $TEXMFDIST +updmap-sys --nohash --cnffile=$TEXMFSYSVAR/web2c/updmap.cfg \ + --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap \ + --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap \ + --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap +$config && texconfig-sys init +$config || echo "PLEASE RUN texconfig or texconfig-sys to make new formats." diff --git a/Master/install-pkg-live.sh b/Master/install-pkg-live.sh new file mode 100755 index 00000000000..f6bc49e0d64 --- /dev/null +++ b/Master/install-pkg-live.sh @@ -0,0 +1,244 @@ +#!/bin/sh +# $Id: //depot/Master/install-pkg-live.sh#30 $ $Date: 2005/09/20 $ $Author: karl $ +# +# install-pkg.sh -- install individual packages from live distributions +# into running installations. +# +# Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999, +# 2002, 2003, 2004, 2005. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Send bug reports or suggestions to tex-live@tug.org. +# +# Call this script with a full-featured bourne shell, which may be +# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or +# /bin/bash (on GNU systems) on your system. + +HERE=`cd \`dirname $0\` && /bin/pwd` +. $HERE/utils.sh + +list_files() +{ + this=$1 + $verbose && echo " list_files $this" + + morecols=`grep "^-" $this | sed 's/.//'` + packages=`grep "^+" $this | sed 's/.//'` + grep "^[a-z]" $this >> tmp + for i in $packages; do + if echo "$i" | grep '^collection-' >/dev/null; then + echo "(ignoring dependency on collection $i)" + continue + fi + list_files $LISTS/$i + done + + # tex4ht's binaries are in bin-tex4htk.<system>. Sigh. + # otherwise, binaries are in bin-<name>.<system>, whereas bin-<name> + # itself has arch-independent files, like pool files. + name=`basename $this` + for binlist in bin-$name bin-$name.$System bin-${name}k.$System; do + if test -f $LISTS/$binlist; then + $verbose && echo " found binary $binlist" + grep "^[a-z]" $LISTS/$binlist >> tmp + fi + done + + for p in $morecols; do + echo "(skipping dependency on collection $p)" + done +} + +TAROPT="" +TARPROG=tar +list=false; src=true; doc=true; hash=true; config=false;verbose=false +unset col pkg tarfile cddir +while test $# -gt 0; do + case $1 in + -p) if test $# -ge 2; then + pkg=$2; shift + else + fatal "Missing argument for -p" + fi;; + --collection=*) + col=`echo $1 | sed -e 's/.*=//' -e 's/collection-//'`;; + --package=*) + pkg=`echo $1 | sed 's/.*=//'`;; + --nodoc) + doc=false;; + --nosrc) + src=false;; + --nohash) + hash=false;; + --texconfig) + config=true;; + --listonly) + list=true;; + --verbose) + verbose=true;; + --archive=*) + tarfile=`echo $1 | sed 's/.*=//'` + list=false;; + --cddir=*) + cddir=`echo $1 | sed 's/.*=//'`;; + --listdir=*) + listdir=`echo $1 | sed 's/.*=//'`;; + *) echo "$0: $1 is not a valid option, goodbye." >&2; exit 1;; + esac + shift +done + + +TARPROG=tar +TAROPT="" +find_tar + +thisdir=`pwd` +CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}} +LISTS=${listdir-${OVERRIDE_LISTS-$CDDIR/texmf/lists}} + +work_dir=${TMP-/tmp}/.tmp.pkginst.$$ +trap 'cd /; rm -rf $work_dir; trap 0' 0 1 2 15 +{ mkdir $work_dir && cd $work_dir; } || exit + +test -d $LISTS || fatal "$0: $LISTS: no such directory. Are you sure this is the TeX Live CD?" + +: ${TEXMF=`kpsewhich -expand-var '$TEXMFMAIN'`} +: ${TEXMFSYSVAR=`kpsewhich -expand-var '$TEXMFSYSVAR'`} +TEXDIR=`echo $TEXMF | sed 's/texmf.*//'` + +platform_guess + +cd $work_dir +touch files +filters="| grep -v '^ *$' " +$src || filters="$filters | grep -v texmf-dist/source/" +$doc || filters="$filters | grep -v texmf-dist/doc/" +System=`echo $Sys | sed 's/_/-/g'` + +if $verbose; then + echo Package [$pkg] / Collection [$col] >&2 + echo Install point is $TEXDIR >&2 + echo Install binaries for system $System >&2 +fi + +if test -n "$col"; then + colfile=$LISTS/collection-$col + if test -f $colfile; then + :>tmp + list_files $LISTS/collection-$col + eval sort < tmp $filters | grep -v '^\!' | uniq > files + eval grep '\^\!' tmp | tr ' ' '=' > jobs + rm tmp + else + echo "$0: $col: no such collection (missing $colfile)." + fi +fi + +if test -n "$pkg"; then + pkgfile=$LISTS/$pkg + if test -f $pkgfile; then + :>tmp + list_files $LISTS/$pkg + eval sort < tmp $filters | grep -v '^\!' | uniq > files + eval grep '\^\!' tmp | tr ' ' '=' > jobs + else + echo "$0: $pkg: no such package (missing $pkgfile)." >&2 + exit 1 + fi +fi + +if $list; then + cat files + exit +fi + + +if test -n "$tarfile"; then + case $tarfile in + /*) : ;; + *) tarfile=$thisdir/$tarfile;; + esac + + if test "x$TAROPT" = "x"; then + echo "$0: archive option is not supported on this system." >&2 + else + echo Package [$pkg] / Collection [$col] being tarred up into $tarfile + cd $CDDIR; $TARPROG -c -f $tarfile $TAROPT $work_dir/files + fi + exit +fi +test -z $pkg$col && exit + +if $verbose; then + echo Files to be copied: >&2 + cat files >&2 + echo >&2 +fi +if test "x$TAROPT" = "x"; then + ( + cd "$CDDIR" + TARPROG=$TARPROG TEXDIR=$TEXDIR $XARGS \ + sh -c '$TARPROG cf - "$@" | (cd "$TEXDIR"; umask 0; $TARPROG xf -)' sh + ) <$work_dir/files +else + (cd $CDDIR; $TARPROG -c -f - $TAROPT $work_dir/files) | (cd $TEXDIR; umask 0; $TARPROG -x -f -) +fi + +X=`kpsewhich language.dat` +if test -n "$X"; then + cd `dirname $X` + Z=`pwd` + + if $verbose; then + echo Making language.dat in $Z >&2 + echo " from your language selections." >&2 + fi + Y=`kpsewhich language.us` + cd `dirname $Y` + cat language.us language.*.dat > $Z/language.dat +fi + +for f in `ls $work_dir/jobs` +do + $verbose && echo " do work items listed in $f" >&2 + for j in `sort $f | uniq` + do + command=`echo $j | sed 's/.\(.*\)=.*/\1/'` + parameter=`echo $j | sed 's/.*=\(.*\)/\1/'` + $verbose && echo " EXECUTE $command on $parameter" >&2 + case $command in + addMap) + echo "Map $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;; + addMixedMap) + echo "MixedMap $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;; + addDvipsMap) + echo "p +$parameter" >> $TEXMFSYSVAR/dvips/config/config.ps;; + addDvipdfmMap) + test -f $TEXMFSYSVAR/dvipdfm/config/config && echo "f $parameter" >> $TEXMFSYSVAR/dvipdfm/config/config;; + esac + done +done + +: ${TEXMFDIST=`kpsewhich -expand-var '$TEXMFDIST'`} +$hash && mktexlsr $TEXMF $TEXMFDIST +updmap-sys --nohash --cnffile=$TEXMFSYSVAR/web2c/updmap.cfg \ + --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap \ + --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap \ + --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap +$config && texconfig-sys init +$config || echo "PLEASE RUN texconfig or texconfig-sys to make new formats." diff --git a/Master/readme.cs.html b/Master/readme.cs.html new file mode 100644 index 00000000000..7a6847805b9 --- /dev/null +++ b/Master/readme.cs.html @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="iso-8859-2" standalone="no"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk"> +<head> +<!-- Translated by Jan Busa from $Id: //depot/Master/readme.cs.html#2 $ $Date: 2005/10/31 $ $Author: staw $ --> +<title>TeX Live</title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> +<meta http-equiv="Author" content="Petr Sojka / Jn Bua (peklad)" /> +</head> +<body> + +<h2>Vta Vs TeX Live</h2> + +<p>Distribcia softvru <strong>TeX Live</strong> ponka systm TeX pre irok paletu platforiem, ako s Unix, Macintosh, Windows a in. Zaha +programy na editciu, sadzbu, prehliadanie a tla Texovskch dokumentov +v mnohch rznych jazykoch, ako aj obrnu kolekciu TeXovskch makier a kninc fontov.</p> + +<p>Distribcia obsahuje aj rozsiahlu celkov dokumentciu o TeXu, rovnako ako sprievodn dokumentciu k dodanm softvrovm balkom.</p> + +<p>Informciu o licencich njdete, prosm, v textovch sboroch <a +href="LICENSE.TL">LICENSE.TL</a> a <a +href="LICENSE.CTAN">LICENSE.CTAN</a> koreovho adresra.</p> + + +<h3>Kde zaa</h3> + +<p>Vrele Vm odporame, aby ste si predtm, ne zanete intalova, pretali prruku ku TeX Live. Obsahuje postupnos nvodov, popis koreovc adresrov a alie veci.</p> + +<p>Anglick verzie prruky s v hierarchii <a +href="texmf-doc/doc/english">texmf­doc/doc/english/</a>, vo formtoch +<a href="texmf-doc/doc/english/texlive-en/live.html">html</a> aj +<a href="texmf-doc/doc/english/texlive-en/live.pdf">pdf</a>. +Aj preklady do viacerch jazykov sa daj njs pod <a +href="texmf-doc/doc/">texmf­doc/doc/*</a>.</p> + +<p>Na konci dokumentcie v oddieli "Trocha histrie" njdete zoznam +najdleitejch zmien v tohtoronom vydan TeX live.</p> + + +<h3>Intalcia</h3> + +<p>Priestorov ohranienia formtu CD­ROM ns dontili rozdeli TeX Live +na niekoko distribci. Nahliadnutm do sboru <tt>00<i>type</i>.TL</tt> v tomto koreovom adresri zistte, s ktorou mte prve do inenia.</p> + +<dl> +<dt><b>live</b></dt> +<dd>pln systm na DVD; pre CD je prli rozsiahla. Programy mete spa priamo z DVD mechaniky; pre podrobnosti pozri dokumentciu. Druhou monosou je naintalova TeX live na disk spustenm skriptu + <tt>install­tl.sh</tt> v adresri <tt>texlive</tt> pod Unixom, + vrtene MacOSX. V adresri <tt>setup­win32</tt> njdete tie windowsovsk intaltor nazvan <tt>tlpmgui</tt>. + + <p>Live DVD obsahuje aj alie distribcie: proTeXt (pozri niie); MacTeX pre MacOSX; a archv CTAN. Kad z tchto distribci je plne nezvisl od distribcie TeX Live, s rznymi licennmi podmienkami.</p></dd> + +<dt><b>inst(allable)</b></dt> +<dd>pln systm na CD, na intalciu pre Unix (vrtane MacOSX) + alebo Windows; aby bol systm v poriadku, museli sme skomprimova vetko, o sme mohli. Preto nie je mon spa TeX priamo z intalanho CD; muste ho najskr naintalova na disk (odtia vyplva jeho nzov). Vykonte to spustenm <tt>./install­tl.sh</tt> pod Unixom alebo MacOSX, alebo spustenm <tt>setup­win32/tlpmgui</tt> pod Windows. + <p><!-- spacing kludge --></p> +</dd> + +<dt><b>protext</b></dt> +<dd>Windowsovsk distribcia proTeXt je rozrenm MiKTeXu: pridva niekoko doplnkovch nstrojov a podstatne zjednoduuje intalciu. Je plne nezvisl na intalcii TeX Live a m vlastn intalan postupy. D sa spa naivo (live) alebo intalova na disk. ProTeXt sa dodva na live DVD, prpadne (pre niektor zdruenia pouvateov) na vlastnom CD. + <p><!-- spacing kludge --></p> +</dd> + +</dl> + +<p>Prirodzene, kad zdruenie pouvateov sa poda vlastnho uvenia rozdodne, o bude distribuova. (TUG zasiela vetky tri vyie uveden disky vetkm svojim lenom.)</p> + +<p>Podrobnosti formtu CD: CD pre Unix a Mac pouvaj rozrenie Rock Ridge tandardnho formtu ISO­9660. Pre Windows sa pouvaj rozrenia Microsoft Joliet. V kadom prpade by ste mali po namontovan vidie pln nzvy. Akvidte nepln odrezan nzvy, nemete spa programy priamo. Ak mte dobr sie a viete, ako sa napauj disky, mete zska online obrazy <a href="http://tug.org/ftp/texlive/Images/">ISO</a>. Na prezeranie je dostupn aj obsah<a +href="http://tug.org/ftp/texlive/Contents/"></a>.</p> + + +<h3>Dokumentcia</h3> + +<p>Vina dokumentcie sa d prezera online pred intalciou systmu TeX. Na o najprjemnejie tanie budete potrebova prehliada (ako napr. <a href="http://www.mozilla.org/">Mozilla</a>, von verzia programu Netscape) dokumentov HTML a ta PDF (napr. <a +href="http://tug.org/applications/gv/">gv</a> alebo <a +href="http://www.foolabs.com/xpdf/">xpdf</a>, oba s von alternatvy +Acrobatu) pre dokumenty PDF.</p> + +<ul> +<li><a +href="texmf-doc/doc/english/texlive-en/live.html"><strong>dokumentcia +TeX Live</strong></a> (anglick html).</li> +<li><a +href="texmf-doc/doc/czechslovak/texlive-cz/live.html"><strong>dokumentcia +TeX Live</strong></a> (eskoslovensk html).</li> + +<li><a href="doc.html">Linky na vetku dodan PDF a HTML dokumentciu</a>.</li> + +<li>TeX FAQ v tejto distribcii: + <a href="texmf-doc/doc/czechslovak/cstug/csfaq/">esko/slovensk</a>, + <a href="texmf-doc/doc/english/FAQ-en/newfaq.pdf">anglick</a> (pdf), + <a href="texmf-doc/doc/french/FAQ-fr/">franczske</a>, + <a href="texmf-doc/doc/german/FAQ-ge/">nemeck</a>.</li> +</ul> + +<p>Na zver niekoko prbuznch web­strnok, pre V prehad. +Tieto nie s sasou TeX Live:</p> + +<ul> +<li><a href="http://www.cstug.cz/">domovsk strnka CSTUGu</a></li> +<li><a href="http://tug.org/begin.html">http://tug.org/begin.html</a> + - ak ste TeXovsk zaiatonk a/alebo mte zujem o vodn materily.</li> +<li><a href="http://tug.org/interest.html">http://tug.org/interest.html</a> + - veobecn zoznam TeXovskch zdrojov na webe, vrtane dokumentcie, systmov, balkov, fontov a alch vec.</li> +<li><a href="http://tug.org/ctan.html">http://tug.org/ctan.html</a> + - jeden zo vstupnch bodov na Comprehensive TeX Archive Network (CTAN), + ktor je online skladiskom vetkch TeXovskch vec.</li> +<li><a href="http://tug.org/usergroups.html">http://tug.org/usergroups.html</a> + - celosvetov zoznam zdruen pouvateov TeXu, obsahujci kontaktn informcie. Nevhajte a pripojte sa k Vami zvolenmu zdrueniu pouvateov, podporte tak TeX Live a in TeXovsk aktivity.</li> +</ul> + + +<h4>astn TeXovanie!</h4> + +<hr/> +<p><small>Datum pekladu: 2005/10/31<br/> +<a href="http://tug.org/tex-live/">Domovsk strnka TeX Live.</a></small> +</p></body></html> diff --git a/Master/readme.de.html b/Master/readme.de.html new file mode 100644 index 00000000000..9e5b3d835c4 --- /dev/null +++ b/Master/readme.de.html @@ -0,0 +1,170 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html> +<head> +<meta name="generator" content= +"HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org"> +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>TeX Live in der TeX Collection 2005</title> +</head> +<body bgcolor="#FFFFFF" text="#000000" link="#AA0000" alink="#FF3300" +vlink="#330099"> +<!-- *************************************************************** --> +<h1>Willkommen zu TeX Live in der TeX Collection 2005</h1> +<p>Die <strong>TeX Live</strong> Distribution bietet Ihnen ein +komplettes TeX-System für eine Vielzahl von Unix, Macintosh, +Microsoft Windows, und anderen Plattformen. Dies beinhaltet Programme +zum Editieren, zum Satz, zur Bildschirmdarstellung, und zum Ausdruck +von TeX-Dokumenten in vielen Sprachen, sowie eine große Sammlung +von TeX-Makros und eine abermals vergrößerte Anzahl von +Fonts.</p> +<p>Wir haben eine Menge allgemeiner Dokumentation zu TeX beigefügt +sowie detaillierte Anleitungen zu spezifischen Programmpaketen. Diese +sollen Ihnen den Einstieg in die Anwendung von TeX erleichtern.</p> +<p>Informationen über Lizenzbedingungen finden Sie jeweils im +Wurzelverzeichnis der DVD/CDs in den Textdateien <a href= +"LICENSE.TL">LICENSE.TL</a> und <a href= +"LICENSE.CTAN">LICENSE.CTAN</a>. +<!-- *************************************************************** --></p> +<h2>Zum Einstieg</h2> +<p>Wir empfehlen, daß Sie zunächst die "Anleitung zum TeX +Live-System" ausdrucken und lesen, bevor Sie mit der Installation +beginnen. Diese Anleitung enthält Schritt für Schritt alle +notwendigen Informationen zur Benutzung der DVD und CDs sowie zur +Installation selbst. Darüber hinaus enthält sie eine +Erläuterung der Verzeichnisstruktur auf der DVD.</p> +<p>Sie finden die Anleitung in verschiedenen Dateiformaten im +Verzeichnis <a href= +"texmf-doc/doc/german/texlive-ge/">texmf-doc/doc/german/texlive-ge/</a>:</p> +<ul> +<li>HTML: <a href= +"texmf-doc/doc/german/texlive-ge/live.html">live.html</a></li> +<li>PDF: <a href= +"texmf-doc/doc/german/texlive-ge/live.pdf">live.pdf</a></li> +</ul> +Übersetzungen in andere Sprachen finden Sie in weiteren +Unterverzeichnissen von <a href="texmf-doc/doc/">texmf-doc/doc/</a>. +Die wichtigsten Neuerungen der diesjährigen Ausgabe können +Sie im Abschnitt "Geschichtliches" am Ende der Anleitung nachlesen. +<!-- *************************************************************** --> +<h2>Installation</h2> +<p>Auch im Jahr 2005 ist der Umfang von Programmen, Paketen und Fonts, +aus denen TeX Live besteht, so groß, daß nicht mehr alles +auf eine einzelne CD passt. In der diesjährigen Kollektion sind +daher mehrere Distributionen von TeX Live auf unterschiedlichen Medien +(DVD/CD) enthalten. Sie können leicht feststellen, welches Medium +Sie vor sich haben: Schauen Sie nach einer Datei namens +<tt>00<i>Typ</i>.TL</tt> im Wurzelverzeichnis. Hierbei ist +<tt><i>Typ</i></tt> eines der folgenden Wörter:</p> +<dl> +<dt><b>live</b></dt> +<dd>Diese DVD enthält ein vollständiges lauffähiges TeX +Live-System (es ist mit mehr als einem GB zu groß für eine +CD). Sie können die Programme direkt von der gemounteten DVD +ausführen; Informationen hierzu finden Sie in der genannten +"Anleitung zum TeX Live-System". Alternativ können Sie das +komplette System auch auf Festplatte installieren. Für Unix und +MacOSX gibt es hierzu das Skript <tt>./install-tl.sh</tt> im +Verzeichnis <tt>texlive</tt>; für Windows finden Sie das +graphische Installationsprogramm <tt>tlpmgui.exe</tt> im Verzeichnis +<tt>setup-win32</tt>. +<p>Weiterhin enthält die DVD ein Abbild des CTAN-Archivs, sowie +die Distributionen ProTeXt für Windows (siehe unten) und MacTeX +für MacOSX. Diese Pakete sind komplett unabhängig vom TeX +Live-System, mit zum Teil von TeX Live abweichenden +Lizenzbedingungen.</p> +</dd> +<dt><b>inst(allierbar)</b></dt> +<dd>Dies ist ein TeX Live Komplettsystem auf einer CD zur Installation +unter Unix (einschließlich MacOSX) oder Windows. Um dies zu +ermöglichen, wurden fast alle Dateien auf dieser CD komprimiert. +Daher kann man TeX von dieser CD auch nicht direkt ausführen, +sondern muß die gewünschten Dateien zunächst auf der +Festplatte *inst*allieren (daher der Name). Zur Installation unter +Unix/MacOSX dient das Skript <tt>./install-tl.sh</tt>; die Installation +unter Windows erfolgt mit dem Programm <tt>tlpmgui.exe</tt> im +Verzeichnis <tt>setup-win32</tt>.</dd> +<dt><b>protext</b></dt> +<dd>Diese CD enthält ProTeXt, eine TeX-Distribution speziell +für Microsoft Windows, welche auf der <a href= +"http://www.miktex.org">MiKTeX</a> Distribution basiert. ProTeXt +erweitert MiKTeX um mehrere Programme, hat eine vereinfachte +Installation, und kommt mit eigenen Installationsanweisungen. ProTeXt +kann direkt von der CD ausgeführt werden; es läßt sich +ebenso auf Festplatte installieren. +<p>ProTeXt befindet sich sowohl im Wurzelverzeichnis der TeX Live DVD +als auch auf seiner eigenen CD (für alle, die keine DVD nutzen +können).</p> +<p>Die ProTeXt Distribution ist vollständig unabhängig von +TeX Live. Sie ist aus der TeX-Distribution des +Universitätsrechenzentrums der FernUniversität Hagen +hervorgegangen,</p> +</dd> +</dl> +<p>DANTE-Mitglieder erhalten die TeX Collection DVD automatisch. Die +beiden genannten CDs sind jeweils auf Anfrage erhältlich.</p> +<p>Details zum CD- und DVD-Format: Für Unix und MacOSX-Benutzer +verwenden die CDs und die DVD die "Rock Ridge" Erweiterungen (z. B. +lange Dateinamen) zum standardisierten ISO-9660-Format. Unter Angabe +dieses Formats lassen sie sich einfach "mounten". Windows +9X/ME/NT/2K/XP-Benutzer sollten auf der CD und DVD ebenfalls lange +Dateinamen sehen können, da auch die Microsoft "Joliet" +Erweiterungen unterstützt werden. Falls Sie nur verkürzte +Namen sehen, können Sie die Programme leider nicht direkt +starten.</p> +<p>Für alle, die eine TeX Live DVD oder CD selber brennen +möchten (und die über einen Breitband-Internetanschluss +verfügen), sind die <a href= +"http://tug.org/ftp/texlive/Images/">ISO-Images online +verfügbar</a>. Weiterhin kann man <a href= +"http://tug.org/ftp/texlive/Contents/">online durch den Inhalt +blättern</a>. +<!-- *************************************************************** --></p> +<h2>Die Dokumentation</h2> +<p>Ein Großteil der Dokumentation kann "online" gelesen werden +(noch bevor ein TeX-System tatsächlich installiert wurde). Diese +Dokumente liegen normalerweise im HTML- und/oder im PDF-Format vor. Zum +Lesen der HTML-Dateien benötigen Sie einen Browser (z. B. <a href= +"http://www.mozilla.org">Mozilla</a>). Die PDF-Dateien können Sie +mit dem Adobe Reader betrachten (oder mit freien Alternativen wie z. B. +<a href="http://tug.org/applications/gv/">gv</a> oder <a href= +"http://www.foolabs.com/xpdf/">xpdf</a>).</p> +<ul> +<li><a href="texmf-doc/doc/german/texlive-ge/live.html"><strong>TeX +Live Dokumentation</strong></a> (HTML).</li> +<li><a href="doc.html">Links zur gesamten in TeX Live enthaltenen PDF +und HTML Dokumentation</a>.</li> +<li>TeX FAQ's (Häufig gestellte Fragen) in der Distribution: +<a href="texmf-doc/doc/english/FAQ-en/newfaq.pdf">Englisch</a> (PDF), +<a href="texmf-doc/doc/french/FAQ-fr/">Französisch</a>, <a href= +"texmf-doc/doc/german/FAQ-ge/de-tex-faq.pdf">Deutsch</a>.</li> +</ul> +<p>Schließlich ein paar interessante Links zu Informationen, +welche nicht in TeX Live enthalten sind:</p> +<ul> +<li><a href="http://tug.org/begin.html">http://tug.org/begin.html</a> - +(englisch) für alle, die neu mit TeX beginnen oder die sich +für einführende Literatur interessieren.</li> +<li><a href="http://www.dante.de">http://www.dante.de</a> - die +Deutschsprachige Anwendervereinigung TeX e. V.</li> +<li><a href= +"http://tug.org/interest.html">http://tug.org/interest.html</a> - eine +allgemeine Liste von TeX Ressourcen im Internet. Verweise zu +Dokumentation, Systemen, Paketen, Fonts, und mehr...</li> +<li><a href= +"http://dante.ctan.org/CTAN/">http://dante.ctan.org/CTAN/</a> - +Einstiegspunkt zum "Comprehensive TeX Archive Network" (CTAN), dem +zentralen Umschlagplatz für alle TeX betreffenden Dinge.</li> +<li><a href= +"http://tug.org/usergroups.html">http://tug.org/usergroups.html</a> - +Liste der weltweiten TeX Benutzergruppen mit Kontaktinformationen. Wir +empfehlen wärmstens, einer TeX Benutzergruppe Ihrer Wahl +beizutreten.</li> +</ul> +<b>Happy TeXing! - Viel Spaß mit TeX!</b> +<!-- *************************************************************** --> +<hr> +<small>$Date: 2005/10/11 $; <a href= +"mailto:tex-live@tug.org">contact tex-live@tug.org</a>.</small> +<!--$Id: //depot/Master/readme.de.html#5 $--> +</body> +</html> diff --git a/Master/readme.en.html b/Master/readme.en.html new file mode 100644 index 00000000000..04c59f3142e --- /dev/null +++ b/Master/readme.en.html @@ -0,0 +1,141 @@ +<html><head> +<!-- $Id: //depot/Master/readme.en.html#4 $ $Date: 2005/10/11 $ $Author: karl $ --> +<title>TeX Live</title></head><body> + +<h2>Welcome to TeX Live</h2> + +<p>The <strong>TeX Live</strong> software distribution offers a complete +TeX system for a variety of Unix, Macintosh, Windows and other +platforms. It encompasses programs for editing, typesetting, previewing +and printing of TeX documents in many different languages, and a large +collection of TeX macros and font libraries. + +<p>The distribution also includes extensive general documentation about +TeX, as well as the documentation accompanying the included software +packages. + +<p>For licensing information, please see the top-level <a +href="LICENSE.TL">LICENSE.TL</a> and <a +href="LICENSE.CTAN">LICENSE.CTAN</a> text files. + + +<h3>Where to start</h3> + +<p>We strongly recommend that you read the TeX Live Guide before +undertaking the installation. It includes step-by-step instructions, a +description of the top-level directories, and more. + +<p>English versions of the Guide are in the <a +href="texmf-doc/doc/english">texmf-doc/doc/english/</a> hierarchy, in +both <a href="texmf-doc/doc/english/texlive-en/live.html">html</a> and +<a href="texmf-doc/doc/english/texlive-en/live.pdf">pdf</a> formats. +Translations to other languages are also available under <a +href="texmf-doc/doc/">texmf-doc/doc/*</a>. + +<p>For a list of the most important changes in this year's release, +see the "Release history" section at the end of the documentation. + + +<h3>Installation</h3> + +<p>Space limitations of CD-ROM format have forced us to divide TeX Live +into several distributions. You can tell which one you're in by looking +for a <tt>00<i>type</i>.TL</tt> file in this top-level directory. + +<dl> +<dt><b>live</b></dt> +<dd>A complete system on DVD; it is too large for CD. You can run + programs directly from the mounted DVD; see the documentation for + details. Or you can install to disk by executing the script + <tt>install-tl.sh</tt> in the <tt>texlive</tt> directory under Unix, + including MacOSX. A Windows installer named <tt>tlpmgui</tt> is also + available, in the <tt>setup-win32</tt> directory. + + <p>The live DVD also contains other distributions: proTeXt (see + below); MacTeX, for MacOSX; and a snapshot of CTAN. Each of these are + completely independent from TeX Live, with different licensing + conditions. +</dd> + +<dt><b>inst(allable)</b></dt> +<dd>A complete system on CD, for installing on Unix (including MacOSX) + or Windows; in order to make it fit, we had to compress everything we + could. Therefore, it is not possible to run TeX directly from the + installable CD; you have to install it to disk (hence its name). Do + this by running <tt>./install-tl.sh</tt> on Unix or MacOSX, or + <tt>setup-win32/tlpmgui</tt> on Windows. + <p><!-- spacing kludge --> +</dd> + +<dt><b>protext</b></dt> +<dd>The proTeXt distribution for Windows is an enhancement of MiKTeX: it + adds a few extra tools, and simplifies installation considerably. It is + completely independent of TeX Live, and has its own installation + instructions. It can be run live or installed to disk. proTeXt is + provided on the live DVD, and (for some user groups) its own CD. + <p><!-- spacing kludge --> +</dd> + +</dl> + +<p>Naturally, each user group chooses what to distribute, at its own +discretion. (TUG is sending all three discs above to all of its +members.) + +<p>CD format details: For Unix and Mac, the CD's use the Rock Ridge +extensions to the standard ISO-9660 format. For Windows, Microsoft +Joliet extensions are used. In any case, you should see the full names +after mounting. If you see truncated names, you cannot run programs +directly. If you have plenty of bandwidth and know how to burn discs, +the <a href="http://tug.org/ftp/texlive/Images/">ISO images are +available online</a>. The <a +href="http://tug.org/ftp/texlive/Contents/">contents are also available +for browsing</a>. + + +<h3>Documentation</h3> + +<p>Most of the documentation can be viewed online, before the TeX system +is installed. To read it most conveniently, you will need to have a +browser (such as <a href="http://www.mozilla.org/">Mozilla</a>, the free +version of Netscape) for HTML documents, and a PDF reader (such as <a +href="http://tug.org/applications/gv/">gv</a> or <a +href="http://www.foolabs.com/xpdf/">xpdf</a>, both free alternatives to +Acrobat) for PDF documents. + +<ul> +<li><a href="texmf-doc/doc/english/texlive-en/live.html"><strong>TeX Live + documentation</strong></a> (html). + +<li><a href="doc.html">Links to all included PDF and HTML documentation</a>. + +<li>TeX FAQ's in the distribution: + <a href="texmf-doc/doc/czechslovak/cstug/csfaq/">Czech/Slovak</a>, + <a href="texmf-doc/doc/english/FAQ-en/newfaq.pdf">English</a> (pdf), + <a href="texmf-doc/doc/french/FAQ-fr/">French</a>, + <a href="texmf-doc/doc/german/FAQ-ge/">German</a>, +</ul> + +<p>Finally, some related web pages, for your reference. These are not +included in TeX Live: + +<ul> +<li><a href="http://tug.org/begin.html">http://tug.org/begin.html</a> + - if you are new to TeX and/or want introductory material. +<li><a href="http://tug.org/interest.html">http://tug.org/interest.html</a> + - general list of TeX web resources, including documentation, + systems, packages, fonts, and more. +<li><a href="http://tug.org/ctan.html">http://tug.org/ctan.html</a> + - one entry point into the Comprehensive TeX Archive Network (CTAN), + which is an online repository of all things TeX. +<li><a href="http://tug.org/usergroups.html">http://tug.org/usergroups.html</a> + - list of TeX user groups around the world, with contact + information. We strongly encourage you to join the user group of + your choice, to support TeX Live and other TeX activities. +</ul> + + +<h4>Happy TeXing!</h4> + +<hr><small><a href="http://tug.org/tex-live/">TeX Live home page.</a></small> +</body></html> diff --git a/Master/readme.fr.html b/Master/readme.fr.html new file mode 100644 index 00000000000..082b1bf79c7 --- /dev/null +++ b/Master/readme.fr.html @@ -0,0 +1,180 @@ +<html> +<head> +<!-- $Id: //depot/Master/readme.fr.html#4 $ $Date: 2005/11/01 $ --> +<!-- $Author: karl $ --> +<!-- Mise jour franaise (df) --> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> +<title>TeX Live</title> +</head> + +<body> + +<h2>Bienvenue sur le TeX Live </h2> + + +<p>La distribution logicielle <strong>TeX Live</strong> propose un +systme TeX complet pour un large choix de plates-formes : Unix, MacOSX, +Windows (32 bits) et autres. Ce systme inclut des programmes de mise en page, +de visualisation et d'impression de documents TeX, une large gamme de macros +TeX et de bibliothques de polices. +</p> + +<p>Nous avons inclus dans la distribution une grande quantit de guides +gnraux sur TeX, ainsi que les documentations qui accompagnent chacun des +paquetages spcifiques. +</p> + +<p>La licence d'utilisation et de redistribution est contenue dans les +fichiers +<a href="http://tug.org/texlive/devsrc/Master/LICENSE.TL">LICENSE.TL</a> et +<a href="http://tug.org/texlive/devsrc/Master/LICENSE.CTAN">LICENSE.CTAN</a>. +</p> + +<h3>O commencer ?</h3> + +<p>Nous vous suggrons d'imprimer et de lire le guide du TeX Live avant +d'entreprendre toute installation. Le guide vous fournira une description +pas pas de l'installation du systme ainsi que l'information ncessaire +son utilisation. +</p> + +<p>Des versions franaises du guide sont disponibles dans le rpertoire +texmf-doc/doc/french, aux formats +<a href="texmf-doc/doc/french/texlive-fr/live.html"> html</a> + et +<a href="texmf-doc/doc/french/texlive-fr/live.pdf"> pdf </a>. +Des traductions dans d'autres langues sont galement disponibles dans +<a "texmf-doc/doc/">texmf-doc/doc/*</a>. +</p> + +<p> Une liste des principaux changements intervenus depuis l'an dernier +est disponible la fin des fichiers de documentation (HTML et PDF). +</p> + +<!-- emacs-page --> + +<h3>Installation</h3> + +<p>Depuis 2003, l'espace limit disponible sur un CD-ROM nous a oblig + diviser le TeX Live en plusieurs distributions. Elles sont + identifiables par le fichier "<tt>00<i>type</i>.TL</tt>" disponible + la racine. +</p> + +<dl><dt><b>live</b></dt> +<dd> C'est un systme complet sur DVD, beaucoup trop + gros pour tenir sur un CD-ROM. Vous pouvez utiliser les programmes + directement depuis le DVD - reportez vous la documentation pour les + dtails - ou vous pouvez installer les programmes sur votre disque dur + en excutant le script <tt>install-tl.sh</tt> qui se trouve dans + le rpertoire <tt>texlive</tt> (Unix y compris MacOSX). + Un nouvel installeur pour Windows, appel <tt>tlpmgui</tt>, + est disponible sur le DVD + (<a href="http://tug.org/texlive/windows.html">plus d'info</a>). + + <p> Le DVD contient galement d'autres distributions : + proTeXt pour Windows (voir ci-dessous), MacTeX pour MacOSX, ainsi + qu'une image complte de CTAN dans le rpertoire <tt>ctan/</tt>. + Ces complments sont totalement indpendants de TeX Live, + attention, leurs licences sont ventuellement plus restrictives. + </p> +</dd> +<dt><b>inst(allable)</b></dt> +<dd> C'est un systme complet sur CD-ROM permettant l'installation sous + Unix (y compris MacOSX) et sous Windows. + Pour le faire tenir sur un CD-ROM, nous avons d compresser tous les + fichiers sous forme d'archives ZIP. Il n'est donc pas possible + d'excuter les programmes directement depuis ce CD-ROM, vous devez les + installer sur votre disque dur (d'o le nom du CD-ROM). L'installation + se fait en excutant le script <tt>install-tl.sh</tt> sous Unix + (y compris MacOSX) ou <tt>setup-win32/tlpmgui</tt> sous Windows. + <p></p> +</dd> +<dt><b>protext</b></dt> +<dd> Ce CD-ROM contient la distribution ProTeXt pour Windows, qui est + une extension de MiKTeX. Cette distribution, non base sur Web2C, + est totalement indpendante de TeX Live, la procdure d'installation + est spcifique. Il est aussi possible d'utiliser les programmes + directement partir du CD-ROM, sans installation pralable. + + <p>ProTeXt est fourni la fois sur le DVD et sur CD-ROM + pour ceux qui ne peuvent lire les DVD. </p> +</dd> +</dl> + + <p>Quelques dtails propos des formats de CD : pour Unix et MacOSX, + les disques utilisent les extensions Rock Ridge au format ISO-9660. Pour + Windows, les extensions Microsoft Joliet sont utilises. Dans tous les + cas, vous devriez voir les noms complets des fichiers aprs montage du + disque. Si vous voyez des noms tronqus, vous ne pourrez pas utiliser + directement les programmes.</p> + + <p>Enfin, pour ceux qui ont un accs trs rapide Internet et qui + savent graver les CD-ROM ou DVD, les + <a href="ftp://tug.org/texlive/Images/">images ISO</a> sont disponibles + en ligne. La + <a href="http://tug.org/ftp/texlive/Contents/"> description complte</a> + du contenu de la distribution TeX Live est galement disponible. + </p> + +<!-- emacs-page --> + +<h3>Documentation</h3> + + <p>La plus grande partie de la documentation peut tre consulte en ligne, + avant toute installation. Pour y accder de la manire la + plus pratique, vous aurez besoin d'un navigateur (tel que <a + href="http://www.mozilla.org/">Mozilla</a>, la version libre de Netscape) + pour les documents HTML, et un lecteur PDF (tel que Acrobat Reader ou + <a href="http://tug.org/applications/gv/">gv</a> ou + <a href="http://www.foolabs.com/xpdf/">xpdf</a>) pour les documents PDF. + </p> + +<ul> + <li><a href="http://tug.org/texlive/devsrc/Master/texmf-doc/doc/english/texlive-en/live.html"> + <strong>Documentation TeX Live </strong></a> (html). + </li> + + <li><a href="http://tug.org/texlive/devsrc/Master/doc.html"> + Liens vers la documentation HTML et PDF</a>. + </li> + + <li>FAQ TeX dans la distribution : + <a href="http://tug.org/texlive/devsrc/Master/texmf-doc/doc/english/FAQ-en/newfaq.pdf">en anglais</a> (pdf), + <a href="http://tug.org/texlive/devsrc/Master/texmf-doc/doc/french/FAQ-fr/">en franais</a>, + <a href="http://tug.org/texlive/devsrc/Master/texmf-doc/doc/german/FAQ-ge/">en allemand</a>. + </li> +</ul> + +<p>Autres pages de rfrence sur Internet, pour votre information. Elles ne + sont pas incluses sur le TeX Live. +</p> + +<ul> + <li><a href="http://tug.org/begin.html">http://tug.org/begin.html</a> + - si vous tes un nouvel utilisateur de TeX et si vous avez besoin + de tutoriels. + </li> + <li><a href="http://tug.org/interest.html">http://tug.org/interest.html</a> + - liste gnrale de ressources TeX sur le Web : documentation, + systmes, paquetages, polices, et plus encore. + </li> + <li><a href="http://tug.org/ctan.html">http://tug.org/ctan.html</a> - un point + d'entre vers le <emph>Comprehensive TeX Archive Network</emph> (CTAN), + qui est un dpt en ligne pour tout ce qui concerne TeX. + </li> + <li><a + href="http://tug.org/usergroups.html">http://tug.org/usergroups.html</a> + - une liste de tous les groupes d'utilisateurs TeX travers le monde, + avec leurs contacts. + </li> +</ul> + +<h4>Bienvenue dans le monde TeX !</h4> + +<hr><small>Page d'accueil TeX Live : +<a href="http://tug.org/tex-live/">http://tug.org/tex-live</a>. +</small> + +</body> +</html> diff --git a/Master/readme.pl.html b/Master/readme.pl.html new file mode 100644 index 00000000000..a15c66c8d41 --- /dev/null +++ b/Master/readme.pl.html @@ -0,0 +1,185 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html lang="pl"> +<HEAD> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> +<TITLE>TeX Live</TITLE> +</HEAD> + +<center> +<h1>TeX Live zaprasza</h1> +</center> +<b>TeX Live</b> oferuje peny system TeX dla wielu odmian systemu Unix, +MacOSX i Windows (w wersji 32-bitowej). Znajduj si tu programy +do skadu tekstw, +programy do przegldania i drukowania dokumentw TeX-owych oraz bogate +kolekcje makr i fontw. + +<p> +Na pytce znalazy si dokumentacje dotyczce oglnie TeX-a, a take +dokumentacje towarzyszce poszczeglnym pakietom oprogramowania. +Wikszo programw posiada opcj uruchamiania --help, ktra moe +uatwi rozpoczcie pracy. +<p> + +<p> +Informacje licencyjne (w jzyku angielskim) dotyczce redystrybucji +mona znale w plikach tekstowych: <a href="LICENSE.TL">LICENSE.TL</a> +oraz <a href="LICENSE.CTAN">LICENSE.CTAN</a>. + +<h2>Jak zacz</h2> + +Przed rozpoczciem instalowania warto wydrukowa i przeczyta +<i>Przewodnik</i> (<i>The TeX Live Guide</i>). Zawiera on +informacje niezbdne do korzystania z dystrybucji i prawidowej +instalacji systemu TeX. Wersje <i>Przewodnika</i> w kilku jzykach +dostpne s w formatach HTML i PDF.<p> + +<b>Przewodnik po TeX Live</b> (polskie tumaczenie): +<ul> +<li>PDF: <a href="texmf-doc/doc/polish/texlive-pl/live.pdf">live.pdf</a> +<li>HTML: <a href="texmf-doc/doc/polish/texlive-pl/live.html">live.html</a> +</ul> + +<b>The TeX Live Guide</b> (w jzyku angielskim): +<ul> +<li>PDF: <a href="texmf-doc/doc/english/texlive-en/live.pdf">live.pdf</a> +<li>HTML: <a href="texmf-doc/doc/english/texlive-en/live.html">live.html</a> +</ul> + +<p>Lista najwaniejszych zmian znajduje si na kocu +dokumentacji w rozdziale ,,Edycja 2005''. + +<h2>Instalacja</h2> + +Ograniczenia pojemnoci formatu CD-ROM zmusiy nas do +wykonania kilku dystrybucji. S one rozpoznawalne po nazwie pliku +`00<i>typ</i>', ktry znajdziemy w gwnym katalogu pytki. + +<ol> +<li><i>live</i> (TeX Collection) - kompletny system na DVD, ktry nie +mieci si na CD-ROM; +pozwala na uruchamianie programw bezporednio z pyty (szczegy +zawiera dokumentacja) lub na zaistalowanie programw na twardym dysku +po uruchomieniu skryptu <tt>./install-tl.sh</tt>, ktry znajdziemy +w katalogu <tt>texlive</tt> (systemy Unix) bd programu +<tt>texlive/setup-win32/tlpmgui.exe</tt> (Windows).<br> + +Pozostae katalogi DVD zawieraj cakowicie niezalene od TeX Live +dystrybucje: ProTeXt dla Windows, MacTeX dla MacOSX, ponadto zrzut +zawartoci archiww CTAN (w katalogu <tt>ctan/</tt>). + +<li><i>inst</i>-alowany - kompletny system TeX Live na CD-ROM w plikach +skompresowanych; zgodnie z nazw pozwala jedynie zainstalowa system +po uruchomieniu skryptu <tt>./install-tl.sh</tt> (Linux, Unix, MacOSX) +bd <tt>setup-win32/tlpmgui.exe</tt> (Windows). + +<li><i>protext</i> - dystrybucja ProTeXt dla Windows, oparta na rozszerzonej +o dodatkowe narzdzia dystrybucji MiKTeX, cakowicie niezalena od TeX Live. +ProTeXt dostpny jest te na pycie DVD. +</ol> + +<p> Kada z grup uytkownikw systemu TeX moe rozpowszechnia +dowoln pytk wedle wasnych potrzeb i uznania. + +<p>Detale formatu CD: dla systemw Unix i Mac uyto rozszerze +Rock Ridge standardowego formatu ISO-9660; dla systemw Windows +uyto rozszerzenia Microsoft Joliet. W kadym wypadku powinny +by widoczne dugie nazwy plikw, w przeciwnym razie nie da si +uruchomi programw bezporednio z pytki. + +<p>Gdy posiadamy szybkie cze, dostpne s w sieci +obrazy pyt, patrz <a href="ftp://tug.org/texlive/Images/">ISO Images</a>. + + +<h2>Dokumentacje</h2> + +Wikszo dokumentacji na tej pytce moe by przegldana bez koniecznoci +uprzedniego instalowania systemu TeX. Zazwyczaj s to pliki w formatach HTML +i/lub PDF. Do czytania dokumentw HTML potrzebna jest odpowiednia +przegldarka -- np. Mozilla lub Internet Explorer, za w przypadku +PDF -- program Acrobat Reader, Ghostscript lub xpdf. +Przegldarki umoliwiaj +wydrukowanie zawartoci plikw. Dostpne s ponadto (tam gdzie to byo +moliwe) gotowe do druku dokumenty w formacie PostScript. + +<ul> +<li> <A href="texmf-doc/doc/english/texlive-en/live.html">Oryginalna dokumentacja TeX Live</A> +<li> <A href="doc.html">Katalog dostpnych na pytce + dokumentacji w formatach PDF i HTML</A> +<li> <A href="texmf-doc/doc/english/FAQ-en/newfaq.pdf">TeX Frequently Asked + Questions</A> (odpowiedzi na czsto zadawane pytania) +</ul> + +Wybrane strony, dostpne w sieci: +<ul> +<li><a href="http://tug.org/begin.html">http://tug.org/begin.html</a> + - strona TeX Users Group dla pocztkujcych; zawiera odesania + do podstawowych podrcznikw; +<li> <A href="http://tug.org/interest.html">TeX w Sieci</A>, + obszerny wybr odsyaczy do stron WWW dotyczcych TeX-a; +<li><a href="http://tug.org/ctan.html">http://tug.org/ctan.html</a> + - dostp do wiatowych archiww TeX-owych CTAN (Comprehensive TeX + Archive Network; +<li> <A href="http://tug.org/usergroups.html">Informacje nt. TeX Users +Group</A> i lokalnych grup uytkownikw systemu TeX. +</ul> + +<h2>Polskie pakiety i dokumentacje</h2> + +Pytka <b>TeX Live</b> zawiera wikszo dostpnego polskiego oprogramowania +TeX-owego i reprezentatywny wybr dokumentacji. +Wirtualna Akademia TeX-owa +(texmf-doc/doc/polish/tex-virtual-academy-pl/index.html) +prowadzona w ramach polskiej Grupy Uytkownikw Systemu TeX +<A href="http://www.gust.org.pl">GUST</A>, przedstawia system TeX, +a ponadto zawiera opisy wielu praktycznych makr i programw. +Pocztkujcym polecamy szczeglnie ,,Przewodnik po systemie TeX'' +(texmf-doc/doc/polish/tex-virtual-academy-pl/cototex.html). +W formacie PDF przygotowano Podrczniki TeX-a i LaTeX-a dla +pocztkujcych oraz inne przydatne dokumentacje +(texmf-doc/doc/polish/guides-pl/index.html). + +<p> +Pytka <b>TeX Live</b> zawiera ponadto gotowe do uycia formaty MeX +(patrz texmf-dist/doc/mex/base/mex.html), polski odpowiednik +formatu Plain i PLaTeX (patrz texmf-dist/doc/latex/platex/base/platex.html), +format LaTeX2e przystosowany do obsugi jzyka polskiego; dostpne s +oczywicie pliki rdowe pakietw MeX i PLaTeX oraz fonty przygotowane +specjalnie do uycia w polskojzycznym TeX-u. +</p> + +<p> +W katalogach <tt>texmf-dist/doc/polish/mex/</tt> oraz +<tt>texmf-dist/doc/latex/platex/</tt> +umieszczono przykadowe pliki dla, odpowiednio, formatu MeX i formatu +PLaTeX. Pocztkujcy uytkownik powinien je uwanie przestudiowa. +</p> + +Dodatkowe programy, przydatne dla polskich uytkownikw, umieszczone zostay +w katalogu <tt>support/polish/gustprog/</tt> (patrz +README). +<p> +Wybr przydatnych makr dla uytkownikw przede wszystkim formatu Plain/MeX +oraz makra i style do tworzenia polskich skorowidzw +i bibliografii mona znale w katalogu +<tt>texmf-dist/tex/plain/gustlib</tt> (patrz +texmf-dist/doc/plain/gustlib/README). +</p> + +<p>Warto te zajrze na stron WWW polskiej Grupy Uytkownikw Systemu TeX +<A href="http://www.gust.org.pl/index.html">GUST</A>. Oprcz informacji +o dziaalnoci grupy, mona tam znale sporo materiaw, ktre powinny +zainteresowa polskojzycznych uytkownikw TeX-a.</p> + + +<b>Miego TeX-owania!</b> + +<p> +<hr> +Strona projektu TeX Live: <a href="http://tug.org/tex-live/">http://tug.org/tex-live</a>. + +<p> +1 listopada 2005 +<hr> +</BODY> +</HTML> diff --git a/Master/readme.ru.html b/Master/readme.ru.html new file mode 100644 index 00000000000..6945b62713d --- /dev/null +++ b/Master/readme.ru.html @@ -0,0 +1,159 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//RU" "xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"><head><!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd--><meta http-equiv="Content-Type" content="text/html; charset=koi8-r"> +<title>TeX Live</title></head> + + + + +<body> + +<h2> TeX Live</h2> + +<p> <strong>TeX Live</strong> TeX + , , , Windows. + , ף, + TeX , + . + +<p> TeX + , ޣ . + +<p> : <a +href="LICENSE.TL">LICENSE.TL</a> + <a +href="LICENSE.CTAN">LICENSE.CTAN</a>. + + +<h3> </h3> + +<p> TeX Live +Guide . , + . + +<p> <a + href="texmf-doc/doc/english">texmf-doc/doc/english/</a>, + <a + href="texmf-doc/doc/english/texlive-en/live.html">html</a> + <a + href="texmf-doc/doc/english/texlive-en/live.pdf">pdf</a>. + <a + href="texmf-doc/doc/">texmf-doc/doc/*</a>. + +<p> + "" . + +<h3></h3> + +<p> CD-ROM + TeX Live . , + , <tt>00<i>type</i>.TL</tt> + . + +<dl> +<dt><b>live</b></dt> +<dd> DVD; , + CD-ROM. + DVD; . . + , + <tt>install-tl.sh</tt> <tt>texlive</tt> + ( Unix, + MacOSX). Windows, <tt>tlpmgui</tt>, + <tt>setup-win32</tt>. + + + <p> DVD live + : proTeXt + (. ). MacTeX MacOSX CTAN. + TeX Live + . +<p><!-- spacing kludge --> +</dd> + +<dt><b>inst(allable)</b></dt> +<dd> CD Unix ( +MacOSX) Windows; ţ + CD, ӣ, . CD + TeX , ( + ). + <tt>./install-tl.sh</tt> Unix MacOSX + <tt>setup-win32/tlpmgui</tt> Windows. +</dd> + +<dt><b>protext</b></dt> +<dd> proTeXt, + MikTeX. MikTeX + . TeX Live, + . + CD . + proTeXt live DVD ( + ) + . + + <p><!-- spacing kludge --> + +</dd> + +</dl> + +<p>, TeX , + ( TUG ). + +</p><p> CD: + Rock Ridge ISO-9660. Windows + Microsoft Joliet. , + . , + . + , <a +href="http://tug.org/ftp/texlive/Images/"> ISO</a>. , + <a +href="http://tug.org/ftp/texlive/Contents/"> </a>. + + +<h3></h3> + +<p> online, + the TeX. ţ, (, +<a href="http://www.mozilla.org/"></a>, + Netscape) HTML, PDF +(, <a href="http ://tug.org/applications/gv/">gv</a> <a +href="http://www.foolabs.com/xpdf/">xpdf</a>, + Acrobat Reader) PDF. + +<ul> +<li><a + href="texmf-doc/doc/english/texlive-en/live.html"><strong> TeX Live</strong></a> (html). + +<li><a + href="doc.html"> + </a>. + +<<li>: + <a href="texmf-doc/doc/czechslovak/cstug/csfaq/">/</a>, + <a href="texmf-doc/doc/english/FAQ-en/newfaq.pdf"></a> (pdf), + <a href="texmf-doc/doc/french/FAQ-fr/"></a>, + <a href="texmf-doc/doc/german/FAQ-ge/"></a>, +</ul> + + +<p> , ޣ TeX Live: + +<ul> +<li><a href="http://tug.org/begin.html">http://tug.org/begin.html</a> + - +<li><a href="http://tug.org/interest.html">http://tug.org/interest.html</a> + - TeXa, , + , , . +<li><a href="http://tug.org/ctan.html">http://tug.org/ctan.html</a> + - Comprehensive TeX Archive Network (CTAN), + , TeX. +<li><a href="http://tug.org/usergroups.html">http://tug.org/usergroups.html</a> + - TeX, . + , + TeX Live TeX . +</ul> + + +<h4>Happy TeX'ing!</h4> + +<hr><small><a href="http://tug.org/tex-live/"> TeX Live</a></small> +</body></html> diff --git a/Master/utils.sh b/Master/utils.sh new file mode 100755 index 00000000000..58f5766c512 --- /dev/null +++ b/Master/utils.sh @@ -0,0 +1,438 @@ +#!/bin/sh +# $Id: //depot/Master/utils.sh#21 $ $Date: 2005/08/29 $ $Author: karl $ +# +# utils.sh -- utility routines for the installation scripts. +# Do not call directly. +# +# Copyright (c) Sebastian Rahtz 2003, 2004, 2005. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Send bug reports or suggestions to tex-live@tug.org. + +################################################################ +# Basic IO: +################################################################ + +################################################################ +# read: called with the name of a variable and (optionally) a +# different message text. Keeps the old value of the +# variable, if the empty string in entered. +################################################################ +gets() +{ + gets_var=$1; gets_text=${2-$gets_var} + eval old=\$$gets_var + eval $echon \""New value for $gets_text [$old]: "\" + read $gets_var + eval test -z \"\$$gets_var\" && eval $gets_var=\'$old\' +} + +################################################################ +# getopt: get a menu choice. +# $1: string with valid characters +# $2: message for prompting +################################################################ +getopt() +{ + chars=$1; msg=$2 + while true; do + #$echon "$msg ([$chars]): " + $echon "$msg: " >&2 + read ans + ans=`echo $ans | tr '[a-z]' '[A-Z]'` + case "$ans" in + [$chars]) + echo "$ans" + return + esac + done +} + +getoptallcase() +{ + chars=$1; msg=$2 + while true; do + #$echon "$msg ([$chars]): " + $echon "$msg: " >&2 + read ans + case "$ans" in + [$chars]) + echo "$ans" + return + esac + done +} + +################################################################ +# toggle: given the name of a variable, toogle switches between +# the values ' ' and X. +################################################################ +toggle() +{ + if eval test \"\$$1\" = X; then + eval $1=\' \' + else + eval $1=X + fi +} + +################################################################ +# This tricky function displays the value of a variable that can +# contain newline characters. Variables will be expanded, too. +# Arguments: +# 1: the name of the variable +################################################################ +textvar_show() +{ + OLDIFS=$IFS; IFS=''; + eval echo \"`eval echo \\$${1}`\" + IFS=$OLDIFS +} + +readln() +{ + $echon 'Press return to continue... ' + read foo +} + +helpme() +{ + var=$1 + cls + textvar_show $var 2>&1 | $PAGER + echo + readln +} + +################################################################ +# Use the yesno functions to ask the user a simple yes/no +# question. +# Arguments: +# $1: test to display for the question (" (Y/N)? " will +# automatically be appended). +################################################################ +yesno() +{ + while true; do + $echon "$1 (Y/N)? " + read ans + case $ans in + y|Y) return 0;; + n|N) return 1;; + esac + done +} + +################################################################ +# A set of functions the might do an echo without linefeed in +# the end. Function find_echo sets the variable "echon" to a +# suitable function. +################################################################ +echo_a() { echo -n "$@"; } +echo_b() { echo "$@\c"; } +echo_c() { echo -e "$@\c"; } +echo_d() { /bin/echo -n "$@"; } +echo_e() { /bin/echo "$@\c"; } +echo_f() { /bin/echo -e "$@\c"; } + +################################################################ +# Test which of the above functions does the trick. We set +# the variable "echon" to the first function that works +# correctly. +################################################################ +find_echo() +{ + for i in a b c d e f; do + test "`echo_$i c``echo_$i a`" = ca && echon=echo_$i && return + done + echon=echo +} + + +################################################################ +# a replacement for xargs (for systems that dont have it) +################################################################ +mxargs() +{ + ( + COUNT=25 + COUNTP=26 + TEMP=${TMP-/tmp} + TMPA=$TEMP/.tmp_xargs_a.$$ + TMPB=$TEMP/.tmp_xargs_b.$$ + trap "rm -f $TMPA $TMPB; trap '' 0; exit 0" 0 1 2 15 + cat > $TMPA + while test -s $TMPA; do + args=`sed -n "1,${COUNT}p" <$TMPA` + "$@" $args + mv $TMPA $TMPB + sed -n "${COUNTP},\$p" <$TMPB >$TMPA + done + ) +} + +################################################################ +# search for a binary in PATH, find all occurences +################################################################ +find_in_path() +{ + fip_testbin=$1 + fip_result="" + case "$fip_testbin" in + /*) test -x "$fip_testbin" && test -f "$fip_testbin" && + fip_result="$fip_result $fip_testbin";; + *) + OLDIFS=$IFS; IFS=:; eval set $PATH; IFS=$OLDIFS + for fip_this_dir + do + test -x "$fip_this_dir/$fip_testbin" && + test -f "$fip_this_dir/$fip_testbin" && + fip_result="$fip_result $fip_this_dir/$fip_testbin" + done + esac + echo $fip_result +} + +################################################################ +# search for a tar that either understands -I or -T +################################################################ +test_tar() +{ + testtar_tmp=${TMP-/tmp}/.testtar.$$ + TARS="`find_in_path gtar` `find_in_path tar`" + test -z "$TARS" && return + ( + exec 3>&1 1>/dev/null 2>&1 + trap "cd /; rm -rf $testtar_tmp; trap '' 0; exit 0" 0 1 2 15 + mkdir $testtar_tmp; cd $testtar_tmp + + mkdir a b + tar cf test.tar a b + rmdir a b + echo a > list + for TAR in $TARS; do + $TAR -x -f test.tar -T list >/dev/null 2>&1 + if test -d a && test ! -d b; then + echo "$TAR -T" >&3 + break + fi + rmdir a b >/dev/null 2>&1 + $TAR -x -f test.tar -I list >/dev/null 2>&1 + if test -d a && test ! -d b; then + echo "$TAR -I" >&3 + break + fi + done + ) +} + +################################################################ +# if we find a good tar: use it. Else use xargs (or even mxargs) +################################################################ +find_tar() +{ + XARGS=`find_in_path xargs | sed 's/ .*//'` + test -x "$XARGS" || XARGS=mxargs + set x `test_tar`; shift + if test -n "$1"; then + GOODTAR=true + TARPROG=$1; TAROPT=$2 + else + GOODTAR=false + TARPROG=tar; TAROPT="" + fi +} + +################################################################ +# utility functions: +################################################################ + +bad_sh() +{ + /bin/sh -c 'exit 1' + retval=$? + if test "$retval" != 1; then + echo + echo 'Your /bin/sh is completely broken. A simple program like' + echo + echo " /bin/sh -c 'exit 1'; echo \$?" + echo + echo "gives a wrong result." + echo + echo 'Your shell is likely to break some scripts of TeX Live. Please' + echo 'update your /bin/sh first and try to install TeX Live later.' + echo 'GNU bash 1.14.5 will do, whereas bash 1.14.3 is known to have' + echo 'problems.' + echo + exit 1 + fi +} + +warning() +{ + echo "$@" +} + +cls() +{ + test "$debug" = true || clear +} + +check_for_binary() +{ + testbin=$1 + case "$testbin" in + /*) test -x "$testbin" && test -f "$testbin"; return;; + *) + OLDIFS=$IFS; IFS=:; eval set $PATH; IFS=$OLDIFS + for this_dir + do + test -x "$this_dir/$testbin" && + test -f "$this_dir/$testbin" && return 0 + done + return 1;; + esac +} + +require_binaries() +{ + for this_bin + do + check_for_binary $this_bin || + fatal "program '$this_bin' not found in PATH" + done +} + + +unset_vars() +{ + for var in $envvars; do + unset $var + done +} + +unset_vars() +{ + for var in $envvars; do + unset $var + done +} + +mkdirhier() +{ + case $1 in + /*) cd /;; + esac + OLDIFS=$IFS; IFS=/; eval set $1; IFS=$OLDIFS + for i + do + test -d $i || mkdir $i || break + cd $i || break + done +} + +# fill a string with blanks: +setlength() +{ + var=$1 + length=$2 + eval value=\"\$$var\" + l=`expr "$value" : '.*'` + test $l -lt $length || return + d=`expr $length - $l` + OLDIFS=$IFS; IFS='' + substr=`awk 'END {print substr(" ", 1, ANZ)}' ANZ=$d </dev/null` + eval $var='$substr$value' + IFS=$OLDIFS +} + +# [t]ry again, [r]econfigure, [a] abort +tra() +{ + msg=$1 + cls + echo "Oops, I am in trouble here! The error was:" + echo ">> $msg <<" + echo + case `getopt TRQ 'What shall we do now: <t>ry again, <r>econfigure, <q>uit'` in + T) return;; + R) menu_main;; + Q) exit 1;; + esac +} + +warn() +{ + msg=$1 + cls + echo "Oops, I am in trouble here! The problem was:" >&2 + echo ">> $msg <<" >&2 + echo >&2 + case `getopt CQ 'What shall we do now: <c>continue, <q>uit'` in + C) return;; + Q) exit 1;; + esac +} + +fatal() +{ + echo; echo + echo "ERROR: $@." + echo "This was a fatal error. Installation aborted." + $debug && read foo + exit 1 +} + +show_error() +{ + test $? = 0 && return + cls + echo 'WARNING: the last command returned an error.' + if yesno 'Do you want to see the errorlog'; then + cat $ERRLOG | $PAGER + readln + fi + cls +} + +locate_binaries() +{ + require_binaries touch sed awk gzip ln rm ls tar tr mkdir cat `echo $PAGER | sed 's@ .*@@'` pwd +} + +# convert standard names to our binary names. +platform_guess() +{ + sys=`(cd ${TMP-/tmp}; sh ${OVERRIDE_GUESS-$CDDIR}/config.guess)` + system=`echo $sys | sed 's/-[^-]*-/-/'` + case $system in + *86-darwin*) Sys=i386_darwin;; + *86-freebsd*) Sys=i386_freebsd;; + *86-linux*) Sys=i386_linux;; + *86_64*-linux*) Sys=x86_64_linux;; + alpha*-linux*) Sys=alpha_linux;; + mips-irix*) Sys=mips_irix;; + powerpc-aix*) Sys=powerpc_aix;; + powerpc-*darwin*) Sys=powerpc_darwin;; + sparc-solaris*) Sys=sparc_solaris;; + sparc*-linux*) Sys=sparc_linux;; +# *86-openbsd*) Sys=i386_openbsd;; +# alphaev*-osf*) Sys=alphaev5_osf;; + + esac + this_system=$Sys +} |