Codebase list texlive-bin / 9d2acf5
Merge tag 'upstream/2014.20140528.34243' Upstream version 2014.20140528.34243 # gpg: Signature made Wed 28 May 2014 06:11:05 PM JST using RSA key ID 860CDC13 # gpg: Good signature from "Norbert Preining <preining@logic.at>" # gpg: aka "Norbert Preining <preining@debian.org>" # gpg: aka "Norbert Preining <norbert@preining.info>" # gpg: aka "Norbert Preining <preining@jaist.ac.jp>" Norbert Preining 9 years ago
4 changed file(s) with 33 addition(s) and 66 deletion(s). Raw diff Collapse all Expand all
22 % Load plain if necessary, i.e., if running under initex.
33 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
44 %
5 \def\texinfoversion{2014-05-05.10}
5 \def\texinfoversion{2014-05-20.16}
66 %
77 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
88 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
88558855 {
88568856 \catcode`\_ = \active
88578857 \globaldefs=1
8858 \parseargdef\documentlanguage{\begingroup
8859 \let_=\normalunderscore % normal _ character for filenames
8858 \parseargdef\documentlanguage{%
88608859 \tex % read txi-??.tex file in plain TeX.
88618860 % Read the file by the name they passed if it exists.
8861 \let_ = \normalunderscore % normal _ character for filename test
88628862 \openin 1 txi-#1.tex
88638863 \ifeof 1
8864 \documentlanguagetrywithoutunderscore{#1_\finish}%
8864 \documentlanguagetrywithoutunderscore #1_\finish
88658865 \else
88668866 \globaldefs = 1 % everything in the txi-LL files needs to persist
88678867 \input txi-#1.tex
88688868 \fi
88698869 \closein 1
88708870 \endgroup % end raw TeX
8871 \endgroup}
8871 }
88728872 %
88738873 % If they passed de_DE, and txi-de_DE.tex doesn't exist,
88748874 % try txi-de.tex.
00 #!/usr/bin/env perl
1 # $Id: tlmgr.pl 34139 2014-05-20 01:40:43Z preining $
1 # $Id: tlmgr.pl 34227 2014-05-23 13:13:03Z karl $
22 #
33 # Copyright 2008-2014 Norbert Preining
44 # This file is licensed under the GNU General Public License version 2
55 # or any later version.
66
7 my $svnrev = '$Revision: 34139 $';
8 my $datrev = '$Date: 2014-05-20 03:40:43 +0200 (Tue, 20 May 2014) $';
7 my $svnrev = '$Revision: 34227 $';
8 my $datrev = '$Date: 2014-05-23 15:13:03 +0200 (Fri, 23 May 2014) $';
99 my $tlmgrrevision;
1010 my $prg;
1111 if ($svnrev =~ m/: ([0-9]+) /) {
48154815 foreach my $f (@duplicates) {
48164816 # assume tex4ht, xdy, afm stuff is ok, and don't worry about
48174817 # Changes, README et al. Other per-format versions.
4818 next if $f =~ /\.(afm|cfg|4hf|htf|xdy)$/;
4818 next if $f =~ /\.(afm|cfg|dll|exe|4hf|htf|xdy)$/;
48194819 next if $f
48204820 =~ /^((czech|slovak)\.sty
48214821 |Changes
48224822 |Makefile
48234823 |README
48244824 |cid2code\.txt
4825 |context\/stubs
48264825 |etex\.src
48274826 |kinsoku\.tex
48284827 |language\.dat
00
11
2 local svnrevision = string.match("$Revision: 31764 $", "%d+") or "0"
3 local svndate = string.match("$Date: 2013-09-26 00:02:54 +0100 (Thu, 26 Sep 2013) $", "[-%d]+") or "2009-12-04"
2 local svnrevision = string.match("$Revision: 33766 $", "%d+") or "0"
3 local svndate = string.match("$Date: 2014-04-30 18:03:08 +0200 (Wed, 30 Apr 2014) $", "[-%d]+") or "2009-12-04"
44 local bannerstr = "runscript wrapper utility (rev. " ..
55 svnrevision .. ", " .. svndate .. ")\n" ..
66 "usage: runscript script-name [arguments]\n" ..
0 pdfTeX
1 ======
0 pdfTeX is an extended version of eTeX that can create PDF directly from
1 TeX source files and enhance the result of TeX typesetting with the help
2 of PDF. When PDF output is not selected, pdfTeX produces normal DVI
3 output, otherwise it produces PDF output that looks essentially
4 identical to the DVI output. An important aspect of this project is to
5 investigate alternative justification algorithms.
26
3 README for version 3.1415926-1.40.11
4 ====================================
5
6 This directory contains the version 1.40.11 of pdfTeX, an extended version
7 of eTeX that can create PDF directly from TeX source files and enhance the
8 result of TeX typesetting with the help of PDF. When PDF output is not
9 selected, pdfTeX produces normal DVI output, otherwise it produces PDF
10 output that looks identical to the DVI output. An important aspect of this
11 project is to investigate alternative justification algorithms, optionally
12 making use of multiple master fonts.
13
14 pdfTeX is based on the original eTeX sources and Web2c, and has been
15 successfully compiled on Unix, Win32 and DOS systems. It is no longer
16 under active development and only bug fixes are to be expected; it produces
17 reasonable PDF code.
7 pdfTeX is based on the original e-TeX sources and Web2c, and has been
8 successfully compiled on many systems. It is no longer under active
9 development and only bug fixes and small enhancements are expected.
1810
1911 See the file NEWS for changes to the program.
20
21 Documentation about pdfTeX can be found at http://www.pdftex.org
22
23 There is also a mailing list on pdfTeX; go to
24 http://tug.org/mailman/listinfo/pdftex for more information about it. Its
25 searchable archive can be found at http://tug.org/pipermail/pdftex/
26 Please read http://www.catb.org/~esr/faqs/smart-questions.html before
27 asking any questions on the pdfTeX mailing list.
28
29 A mailing list for the developement of pdfTeX can be found at
30 http://www.ntg.nl/mailman/listinfo/ntg-pdftex
12 Documentation about pdfTeX can be found at http://www.pdftex.org.
13 Mailing lists:
14 http://lists.tug.org/pdftex - help requests, general user discussion
15 http://www.ntg.nl/mailman/listinfo/ntg-pdftex - bug reports, development
3116
3217
3318 LEGAL ISSUES
3419 ============
35
36 pdfTeX is copyright 1996-2014 Han The Thanh, <thanh@pdftex.org>
3720
3821 pdfTeX is free software; you can redistribute it and/or modify it under the
3922 terms of the GNU General Public License as published by the Free Software
5437 pdfeTeX uses code from eTeX; for these parts the original copyright by
5538 Peter Breitenlohner applies. See the source files for details.
5639
57
58 WHAT TO DO IF YOU BELIEVE YOU HAVE FOUND A BUG IN pdfTeX
59 ========================================================
60
61 Please read http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and
62 follow the guidelines there. Then go to the sarovar site of pdfTeX
63 (http://sarovar.org/projects/pdftex/) and submit your bug report there.
64 Here you can also report feature requests or patches.
65
66
6740 CONTRIBUTORS
6841 ============
6942
70 Peter Breitenlohner, Ricardo Sanchez Carmenes, Otfried Cheong, Thomas
71 Esser, Hans Hagen, Hartmut Henkel, Taco Hoekwater, Pawel Jackowski, Pavel
72 Janik, Tom Kacvinsky, Akira Kakuto, Reinhard Kotucha, Derek B. Noonburg,
73 Heiko Oberdiek, Jiri Osoba, Fabrice Popineau, Sebastian Rahtz, Bernd
74 Raichle, Tomas Rokicki, Leonard Rosenthol, Martin Schröder, Petr Sojka,
75 Ralf Utermann, Olaf Weber, Jiri Zlatuska.
43 Karl Berry, Peter Breitenlohner, Ricardo Sanchez Carmenes, Otfried
44 Cheong, Thomas Esser, Hans Hagen, Hartmut Henkel, Taco Hoekwater, Pawel
45 Jackowski, Pavel Janik, Tom Kacvinsky, Akira Kakuto, Reinhard Kotucha,
46 Derek B. Noonburg, Heiko Oberdiek, Jiri Osoba, Fabrice Popineau,
47 Sebastian Rahtz, Bernd Raichle, Tomas Rokicki, Leonard Rosenthol, Martin
48 Schröder, Petr Sojka, Ralf Utermann, Olaf Weber, Jiri Zlatuska.
7649
7750 Some companies have supported the developement of pdfTeX: Adobe Systems
7851 Inc., ArtCom GmbH, Pragma ADE, QuinScape GmbH.
7952
80 pdfTeX is built on top of TeX, written by Donald Knuth cum suis (Liang and
81 so), and eTeX, written by Peter Breitenlohner cum suis; part of the
82 paragraph optimization is inspired by the work of Hermann Zapf.
83
84
85 ------------------------------------------------------------------------------
86
87 Please send bug reports, offers of help, etc. to pdftex@tug.org
53 pdfTeX is built on top of TeX, written by Donald Knuth cum suis (Frank
54 Liang et al.), and e-TeX, written by Peter Breitenlohner cum suis;
55 the advanced paragraph optimization is inspired by the work of Hermann Zapf.