• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

am/H24-Jun-2013-249195

regex/H06-Nov-2014-11,3138,707

tests/H03-May-2022-5850

ChangeLogH A D26-Mar-201529.7 KiB939592

NEWSH A D15-Mar-201534.3 KiB684646

READMEH A D22-May-20142.5 KiB5743

avl.cH A D01-Jan-201424.6 KiB797586

avl.hH A D01-Jan-20144.4 KiB11868

avlstuff.cH A D01-Jan-20144.4 KiB173113

avlstuff.hH A D01-Jan-2014801 252

epdf.cH A D01-Jan-20142.7 KiB10062

etex_version.hH A D04-Dec-201327 21

image.hH A D01-Jan-20143.4 KiB11279

macnames.cH A D01-Jan-20144.9 KiB310271

mapfile.cH A D19-Jun-201427.2 KiB897718

pdfimage.testH A D04-Jul-2013344 167

pdftex-common.hH A D01-Jan-20143.5 KiB11971

pdftex.chH A D01-Jan-201414.5 KiB455408

pdftex.definesH A D01-Jan-20144.3 KiB147127

pdftex.hH A D01-Jan-20142 KiB6527

pdftex.testH A D28-Sep-2010221 101

pdftex.webH A D15-Mar-20151.5 MiB39,73835,757

pdftex_version.hH A D15-Mar-201533 21

pdftexextra.cH A D15-Jul-2012319 134

pdftexextra.hH A D20-Jan-20141.4 KiB4114

pdftoepdf.ccH A D12-Dec-201434.8 KiB1,093862

pdftosrc.ccH A D18-Jun-20146.5 KiB207177

pdftosrc.testH A D30-Sep-2011396 2010

pkin.cH A D01-Jan-201411.4 KiB426315

ptexlib.hH A D06-May-201412.4 KiB345253

ptexmac.hH A D01-Jan-20148.6 KiB216163

subfont.cH A D01-Jan-20146.4 KiB229194

tex.ch0H A D20-Jan-20141.4 KiB3936

tounicode.cH A D19-Jun-201415.2 KiB473385

ttf2afm.cH A D18-Jun-201434.6 KiB1,0931,009

ttf2afm.testH A D06-Aug-2013817 3422

utils.cH A D06-May-201445.6 KiB1,6191,167

vfpacket.cH A D01-Jan-20142.7 KiB10874

wprob.testH A D24-Jan-2013394 156

writeenc.cH A D01-Jan-20144.8 KiB181137

writefont.cH A D18-Mar-201422.1 KiB677550

writeimg.cH A D01-Jan-201416.4 KiB582387

writejbig2.cH A D01-Jan-201426.4 KiB835639

writejpg.cH A D16-Feb-201514.3 KiB405356

writepng.cH A D19-Aug-201425.7 KiB675587

writet1.cH A D19-Jun-201452.6 KiB1,7081,439

writet3.cH A D01-Jan-201411.5 KiB375340

writettf.cH A D19-Jun-201446.1 KiB1,4641,287

writettf.hH A D01-Jan-20144 KiB12692

writezip.cH A D01-Jan-20143.2 KiB9671

README

1pdfTeX is an extended version of eTeX that can create PDF directly from
2TeX source files and enhance the result of TeX typesetting with the help
3of PDF. When PDF output is not selected, pdfTeX produces normal DVI
4output, otherwise it produces PDF output that looks essentially
5identical to the DVI output. An important aspect of this project is to
6investigate alternative justification algorithms.
7
8pdfTeX is based on the original e-TeX sources and Web2c, and has been
9successfully compiled on many systems. It is no longer under active
10development and only bug fixes and small enhancements are expected.
11
12See the file NEWS for changes to the program.
13Documentation about pdfTeX can be found at http://www.pdftex.org.
14Mailing lists:
15http://lists.tug.org/pdftex - help requests, general user discussion
16http://www.ntg.nl/mailman/listinfo/ntg-pdftex - bug reports, development
17
18
19LEGAL ISSUES
20============
21
22pdfTeX is free software; you can redistribute it and/or modify it under the
23terms of the GNU General Public License as published by the Free Software
24Foundation; either version 2 of the License, or (at your option) any later
25version.
26
27pdfTeX is distributed in the hope that it will be useful, but WITHOUT ANY
28WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
29FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
30details.
31
32You should have received a copy of the GNU General Public License along
33with this program.  If not, see <http://www.gnu.org/licenses/>.
34
35pdfTeX uses code from TeX; for these parts the original copyright by Don
36Knuth applies. See the source files for details.
37
38pdfeTeX uses code from eTeX; for these parts the original copyright by
39Peter Breitenlohner applies. See the source files for details.
40
41CONTRIBUTORS
42============
43
44Karl Berry, Peter Breitenlohner, Ricardo Sanchez Carmenes, Otfried
45Cheong, Thomas Esser, Hans Hagen, Hartmut Henkel, Taco Hoekwater, Pawel
46Jackowski, Pavel Janik, Tom Kacvinsky, Akira Kakuto, Reinhard Kotucha,
47Derek B. Noonburg, Heiko Oberdiek, Jiri Osoba, Fabrice Popineau,
48Sebastian Rahtz, Bernd Raichle, Tomas Rokicki, Leonard Rosenthol, Martin
49Schr�der, Petr Sojka, Ralf Utermann, Olaf Weber, Jiri Zlatuska.
50
51Some companies have supported the developement of pdfTeX: Adobe Systems
52Inc., ArtCom GmbH, Pragma ADE, QuinScape GmbH.
53
54pdfTeX is built on top of TeX, written by Donald Knuth cum suis (Frank
55Liang et al.), and e-TeX, written by Peter Breitenlohner cum suis;
56the advanced paragraph optimization is inspired by the work of Hermann Zapf.
57