summaryrefslogtreecommitdiff
path: root/systems/msdos/djgpp-contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-03 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2019-10-03 03:00:57 +0000
commit93c3758895674cc9ea3e8aaeeb3cf5d1bdc0e3be (patch)
tree5150bfff26491c4e57ddff629e62b4066295a925 /systems/msdos/djgpp-contrib
parentd94b7a8c132734a1bc4046d54a75c7882c4c2619 (diff)
CTAN sync 201910030300
Diffstat (limited to 'systems/msdos/djgpp-contrib')
-rw-r--r--systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/README.md39
-rw-r--r--systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.ini17
-rw-r--r--systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.kfg29
3 files changed, 85 insertions, 0 deletions
diff --git a/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/README.md b/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/README.md
new file mode 100644
index 0000000000..58c53833c3
--- /dev/null
+++ b/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/README.md
@@ -0,0 +1,39 @@
+PDFTeX-djgpp v2019-10-02
+========================
+
+This package complements the current distribution of msdos-djgpp TeX by
+providing a working, updated binary for pdftex. Simply put it along the other
+binaries in the distribution and update the formats accordingly. Please check
+details of operation of djgpp-TeX at the main distribution.
+
+This binary is based on the 2018 sources for TeXLive, as published by the
+TeXLive team, and cross-compiled on CygWin64 on a Win10 machine. Sources and
+compilation instructions may be found at
+
+https://github.com/TeX-Live/texlive-source
+
+For general discussions and bug reports for pdfTeX itself, use the mailing
+lists provided at
+
+http://www.tug.org/applications/pdftex/
+
+For inquiries for the djgpp-DOS port provided here, please refer to the
+discussions at
+
+http://tex.stackexchange.com/
+
+As a port of pdfTeX, this binary is distributed according to the GNU Public
+License, version 2, or above. To read the full license please visit
+
+https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
+
+Along with the binaries, we have here two configuration files to produce the
+pdftex format. Names have been adapted to fit the 8.3 restriction for DOS
+filenames and avoid clashes with other or older systems.
+
+Good luck and happy PDFTeXing.
+
+Luis Rivera
+jlrn77 at gmail com
+
+October 2, 2019.
diff --git a/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.ini b/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.ini
new file mode 100644
index 0000000000..8331984cf8
--- /dev/null
+++ b/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.ini
@@ -0,0 +1,17 @@
+% tex-ini-files 2016-05-10: pdflatex.ini
+
+% Thomas Esser, 1998. public domain.
+\input pdftex.kfg
+\scrollmode
+
+\begingroup
+ \catcode`\{=1 %
+ \catcode`\}=2 %
+ \expandafter\gdef\csname c_sys_backend_tl\endcsname{pdfmode}
+\endgroup
+
+\input etex.src
+
+\dump
+
+\endinput
diff --git a/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.kfg b/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.kfg
new file mode 100644
index 0000000000..636f02b4ae
--- /dev/null
+++ b/systems/msdos/djgpp-contrib/pdftex/pdftex-djgpp/pdftex.kfg
@@ -0,0 +1,29 @@
+% tex-ini-files 2016-04-15: pdftexconfig.tex
+
+% Load shared (PDF) settings in pdfTeX
+
+% Enable PDF output
+\pdfoutput = 1
+
+% Paper size: dimensions given in absolute terms
+\pdfpageheight = 11 true in
+\pdfpagewidth = 8.5 true in
+
+% Enable PDF 1.5 output and thus more compression
+\pdfminorversion = 5
+\pdfobjcompresslevel = 2
+
+% Low-level settings unlikely ever to need to change
+\pdfcompresslevel = 9
+\pdfdecimaldigits = 3
+\pdfpkresolution = 600
+\pdfhorigin = 1 true in
+\pdfvorigin = 1 true in
+
+\begingroup
+ \catcode`\{=1 %
+ \catcode`\}=2 %
+ \global\everyjob\expandafter{\the\everyjob\pdfmapfile{+cmfonts.map}}
+\endgroup
+
+\endinput