summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-18 22:17:46 +0000
committerKarl Berry <karl@freefriends.org>2022-01-18 22:17:46 +0000
commiteeab64a1239d935a0b508bab2dad1be9aaff5850 (patch)
tree02228abb5ea5c58441019e99f4f1e4baaadcc7ad /Build/source/texk/dvipsk
parentad71562e625792e92ef00d0386d8a0218325c909 (diff)
version/NEWS preparing for 2022
git-svn-id: svn://tug.org/texlive/trunk@61654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog9
-rw-r--r--Build/source/texk/dvipsk/NEWS2
-rw-r--r--Build/source/texk/dvipsk/afm2tfm.c4
-rwxr-xr-xBuild/source/texk/dvipsk/configure24
-rw-r--r--Build/source/texk/dvipsk/configure.ac4
-rw-r--r--Build/source/texk/dvipsk/dvips.c2
-rw-r--r--Build/source/texk/dvipsk/dvips.h4
-rw-r--r--Build/source/texk/dvipsk/dvips.info269
-rw-r--r--Build/source/texk/dvipsk/dvips.texi4
9 files changed, 164 insertions, 158 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index 099389a200b..59d96ec8031 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,12 @@
+2022-01-18 Karl Berry <karl@freefriends.org>
+
+ * NEWS,
+ * afm2tfm.c,
+ * dvips.c,
+ * dvips.h,
+ * dvips.texi,
+ * configure.ac: version 2022.1 and copyright 2022.
+
2021-11-03 Karl Berry <karl@freefriends.org>
* dvips.texi: PostScript not Postscript; remove broken urls;
diff --git a/Build/source/texk/dvipsk/NEWS b/Build/source/texk/dvipsk/NEWS
index 6a1c8c423cf..d6ee22cbfa7 100644
--- a/Build/source/texk/dvipsk/NEWS
+++ b/Build/source/texk/dvipsk/NEWS
@@ -1,6 +1,8 @@
$Id$
This file records noteworthy changes. (Public domain.)
+dvips 2022.1 (TeX Live 2022):
+
dvips 2021.1 (TeX Live 2021):
Default title is now the basename of the input file instead of the
full path, and can be overridden with new option -title.
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c
index 47e0e6c4a1f..80cd5e3c511 100644
--- a/Build/source/texk/dvipsk/afm2tfm.c
+++ b/Build/source/texk/dvipsk/afm2tfm.c
@@ -1562,9 +1562,9 @@ writevpl(void)
static void
version(FILE *f)
{
- fputs ("afm2tfm(k) (dvips(k) 2021.1) 8.4\n", f);
+ fputs ("afm2tfm(k) (dvips(k) 2022.1) 8.4\n", f);
fprintf (f, "%s\n", kpathsea_version_string);
- fputs ("Copyright 2021 Radical Eye Software.\n\
+ fputs ("Copyright 2022 Radical Eye Software.\n\
There is NO warranty. You may redistribute this software\n\
under the terms of the GNU General Public License\n\
and the Dvips copyright.\n\
diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure
index ac09070af30..2ebac75cde0 100755
--- a/Build/source/texk/dvipsk/configure
+++ b/Build/source/texk/dvipsk/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for dvipsk (TeX Live) 2021.1.
+# Generated by GNU Autoconf 2.71 for dvipsk (TeX Live) 2022.1.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -629,8 +629,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dvipsk (TeX Live)'
PACKAGE_TARNAME='dvipsk--tex-live-'
-PACKAGE_VERSION='2021.1'
-PACKAGE_STRING='dvipsk (TeX Live) 2021.1'
+PACKAGE_VERSION='2022.1'
+PACKAGE_STRING='dvipsk (TeX Live) 2022.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1375,7 +1375,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dvipsk (TeX Live) 2021.1 to adapt to many kinds of systems.
+\`configure' configures dvipsk (TeX Live) 2022.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1447,7 +1447,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dvipsk (TeX Live) 2021.1:";;
+ short | recursive ) echo "Configuration of dvipsk (TeX Live) 2022.1:";;
esac
cat <<\_ACEOF
@@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dvipsk (TeX Live) configure 2021.1
+dvipsk (TeX Live) configure 2022.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2322,7 +2322,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dvipsk (TeX Live) $as_me 2021.1, which was
+It was created by dvipsk (TeX Live) $as_me 2022.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -8645,7 +8645,7 @@ fi
# Define the identity of the package.
PACKAGE='dvipsk--tex-live-'
- VERSION='2021.1'
+ VERSION='2022.1'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -14453,7 +14453,7 @@ fi
-printf "%s\n" "#define TL_VERSION \"TeX Live 2022/dev\"" >>confdefs.h
+printf "%s\n" "#define TL_VERSION \"TeX Live 2022\"" >>confdefs.h
kpse_save_CPPFLAGS=$CPPFLAGS
@@ -14863,7 +14863,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-dvipsk (TeX Live) config.lt 2021.1
+dvipsk (TeX Live) config.lt 2022.1
configured by $0, generated by GNU Autoconf 2.71.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -16468,7 +16468,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by dvipsk (TeX Live) $as_me 2021.1, which was
+This file was extended by dvipsk (TeX Live) $as_me 2022.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16536,7 +16536,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-dvipsk (TeX Live) config.status 2021.1
+dvipsk (TeX Live) config.status 2022.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac
index 993637dfd0c..c98785b14c3 100644
--- a/Build/source/texk/dvipsk/configure.ac
+++ b/Build/source/texk/dvipsk/configure.ac
@@ -1,14 +1,14 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl Copyright 2016-2021 Karl Berry <tex-live@tug.org>
+dnl Copyright 2016-2022 Karl Berry <tex-live@tug.org>
dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([dvipsk (TeX Live)], [2021.1], [tex-k@tug.org])
+AC_INIT([dvipsk (TeX Live)], [2022.1], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([dvips.c])
AC_CONFIG_AUX_DIR([../../build-aux])
diff --git a/Build/source/texk/dvipsk/dvips.c b/Build/source/texk/dvipsk/dvips.c
index ab2411370fb..3bff7f79b19 100644
--- a/Build/source/texk/dvipsk/dvips.c
+++ b/Build/source/texk/dvipsk/dvips.c
@@ -739,7 +739,7 @@ main(int argc, char **argv)
strcmp (argv[i] + 1, "-version") == 0) {
puts (BANNER);
puts (kpathsea_version_string);
- puts ("Copyright 2021 Radical Eye Software.\n\
+ puts ("Copyright 2022 Radical Eye Software.\n\
There is NO warranty. You may redistribute this software\n\
under the terms of the GNU General Public License\n\
and the Dvips copyright.\n\
diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h
index b5c58822a6c..8f0603826bc 100644
--- a/Build/source/texk/dvipsk/dvips.h
+++ b/Build/source/texk/dvipsk/dvips.h
@@ -1,5 +1,5 @@
/* $Id$
- * Copyright 1986-2021 Tomas Rokicki.
+ * Copyright 1986-2022 Tomas Rokicki.
* This is dvips, a freely redistributable PostScript driver
* for dvi files. You may freely use, modify and/or distribute this
* program or any portion thereof.
@@ -15,7 +15,7 @@
#define CD_IDX(i) ((i>=MAX_2BYTES_CODE ? MAX_2BYTES_CODE : i))
#define BANNER \
-"This is dvips(k) " VERSION " (" TL_VERSION ") Copyright 2021 Radical Eye Software"
+"This is dvips(k) " VERSION " (" TL_VERSION ") Copyright 2022 Radical Eye Software"
#define BANNER2 "(www.radicaleye.com)"
#ifdef KPATHSEA
#include "config.h"
diff --git a/Build/source/texk/dvipsk/dvips.info b/Build/source/texk/dvipsk/dvips.info
index 749efe78e14..35db81f7f1f 100644
--- a/Build/source/texk/dvipsk/dvips.info
+++ b/Build/source/texk/dvipsk/dvips.info
@@ -1,6 +1,6 @@
-This is dvips.info, produced by makeinfo version 6.8 from dvips.texi.
+This is dvips.info, produced by makeinfo version 5.1 from dvips.texi.
-This manual documents Dvips version 2021.1 (November 2021), a program to
+This manual documents Dvips version 2022.1 (January 2022), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
INFO-DIR-SECTION TeX
@@ -16,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir)
Dvips
*****
-This manual documents Dvips version 2021.1 (November 2021), a program to
+This manual documents Dvips version 2022.1 (January 2022), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
@@ -416,9 +416,9 @@ environment variables, and command-line options.
* Menu:
* Basic usage::
-* Command-line options::
-* Environment variables::
-* Config files::
+* Command-line options::
+* Environment variables::
+* Config files::

File: dvips.info, Node: Basic usage, Next: Command-line options, Up: Invoking Dvips
@@ -704,7 +704,7 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
'-L*'
By default or with '-L1', the last 'papersize' special wins; with
- '-L0', the first special wins. *Note papersize special::.
+ '-L0', the first special wins. *Note 'papersize' special::.
'-m*'
Specify manual feed, if supported by the output device.
@@ -780,7 +780,7 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
'-O X-OFFSET,Y-OFFSET'
Move the origin by X-OFFSET,Y-OFFSET, a comma-separated pair of
- dimensions such as '.1in,-.3cm' (*note papersize special::). The
+ dimensions such as '.1in,-.3cm' (*note 'papersize' special::). The
origin of the page is shifted from the default position (of one
inch down, one inch to the right from the upper left corner of the
paper) by this amount. This is usually best specified in the
@@ -879,7 +879,7 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
'-T HSIZE,VSIZE'
Set the paper size to (HSIZE,VSIZE), a comma-separated pair of
- dimensions such as '.1in,-.3cm' (*note papersize special::). It
+ dimensions such as '.1in,-.3cm' (*note 'papersize' special::). It
overrides any paper size special in the DVI file. Be careful, as
the paper size will stick to a predefined size if there is one
close enough. To disable this behavior, use '-tunknown'.
@@ -1344,12 +1344,12 @@ attempt to override it manually.
* Menu:
-* papersize special:: Specifying the paper size in TeX.
+* 'papersize' special:: Specifying the paper size in TeX.
* Config file paper sizes:: Specifying printer- and site-specific sizes.
* Paper trays:: Changing paper trays automatically.

-File: dvips.info, Node: papersize special, Next: Config file paper sizes, Up: Paper size and landscape
+File: dvips.info, Node: 'papersize' special, Next: Config file paper sizes, Up: Paper size and landscape
4.1 'papersize' special
=======================
@@ -1392,7 +1392,7 @@ the first special wins--this was the behavior of Dvips prior to the 2017
release.

-File: dvips.info, Node: Config file paper sizes, Next: Paper trays, Prev: papersize special, Up: Paper size and landscape
+File: dvips.info, Node: Config file paper sizes, Next: Paper trays, Prev: 'papersize' special, Up: Paper size and landscape
4.2 Configuration file paper size command
=========================================
@@ -1736,8 +1736,8 @@ terminal when it processes each figure, give the command:
* Menu:
-* EPSF scaling::
-* EPSF clipping::
+* EPSF scaling::
+* EPSF clipping::

File: dvips.info, Node: EPSF scaling, Next: EPSF clipping, Up: EPSF macros
@@ -2009,8 +2009,8 @@ header files are included.
* Menu:
-* Including headers from TeX::
-* Including headers from the command line::
+* Including headers from TeX::
+* Including headers from the command line::
* Headers and memory usage::

@@ -3866,7 +3866,7 @@ Index
* -z: Hypertext. (line 6)
* -Z for compressing bitmap fonts: Option details. (line 426)
* -z for recognizing hyperdvi: Option details. (line 420)
-* ..-relative filenames: Option details. (line 321)
+* '..'-relative filenames: Option details. (line 321)
* .afm Adobe metric files: Metric files. (line 26)
* .dvipsrc, searched for: Configuration file searching.
(line 14)
@@ -3930,8 +3930,8 @@ Index
* A4size paper size: Config file paper sizes.
(line 90)
* absolute filenames, disabling: Option details. (line 321)
-* absolute page number, and -l: Option details. (line 176)
-* absolute page number, and -p: Option details. (line 286)
+* absolute page number, and '-l': Option details. (line 176)
+* absolute page number, and '-p': Option details. (line 286)
* accent height adjustment, omitting: Afm2tfm options. (line 33)
* accents, in wrong position: Reencoding with Afm2tfm.
(line 32)
@@ -3947,7 +3947,7 @@ Index
* Aladdin Ghostscript: Ghostscript installation.
(line 6)
* Anderson, Laurie: Hypertext specials. (line 42)
-* angle (psfile special option): psfile special. (line 36)
+* angle ('psfile' special option): psfile special. (line 36)
* arcs: Glyph files. (line 17)
* ASCII character codes, used by PostScript: PostScript typesetting.
(line 31)
@@ -3998,7 +3998,7 @@ Index
(line 6)
* CharStrings Type 1 dictionary: PostScript typesetting.
(line 51)
-* clip (psfile special option): psfile special. (line 39)
+* clip ('psfile' special option): psfile special. (line 39)
* clipping of EPSF: EPSF clipping. (line 6)
* CODINGSCHEME: Reencoding with Afm2tfm.
(line 51)
@@ -4084,13 +4084,13 @@ Index
(line 6)
* device dependency, and virtual fonts: Configuration file commands.
(line 188)
-* dictionary, CharStrings: PostScript typesetting.
+* dictionary, 'CharStrings': PostScript typesetting.
(line 51)
* dictionary, PostScript language: PostScript typesetting.
(line 35)
-* dictionary, SDict: Literal headers. (line 6)
-* dictionary, userdict: Header files. (line 21)
-* distillation, and -z: Option details. (line 420)
+* dictionary, 'SDict': Literal headers. (line 6)
+* dictionary, 'userdict': Header files. (line 21)
+* distillation, and '-z': Option details. (line 420)
* distiller, for PDF files: Hypertext. (line 11)
* document title, specifying: Option details. (line 361)
* dot accent: Reencoding with Afm2tfm.
@@ -4224,7 +4224,7 @@ Index
(line 6)
* ghostview: Ghostscript installation.
(line 12)
-* Ghostview, and no N: Ghostscript installation.
+* Ghostview, and no 'N': Ghostscript installation.
(line 12)
* glyph files: Glyph files. (line 6)
* GLYPHFONTS, overrides P: Configuration file commands.
@@ -4256,13 +4256,13 @@ Index
(line 6)
* hints: PostScript typesetting.
(line 55)
-* hoffset (psfile special option): psfile special. (line 18)
+* hoffset ('psfile' special option): psfile special. (line 18)
* HP4Si printer and paper trays: Paper trays. (line 6)
* href: Hypertext specials. (line 32)
-* hscale (psfile special option): psfile special. (line 30)
-* hsize (psfile special option): psfile special. (line 24)
+* hscale ('psfile' special option): psfile special. (line 30)
+* hsize ('psfile' special option): psfile special. (line 24)
* html specials: Hypertext. (line 6)
-* html specials, and -z: Option details. (line 420)
+* html specials, and '-z': Option details. (line 420)
* Hungarian umlaut: Reencoding with Afm2tfm.
(line 32)
* hyperdvi extensions, enabling: Option details. (line 420)
@@ -4282,7 +4282,7 @@ Index
(line 6)
* including headers in TeX: Including headers from TeX.
(line 6)
-* installation of config.ps: config.ps installation.
+* installation of 'config.ps': config.ps installation.
(line 6)
* installation of PostScript fonts: PostScript font installation.
(line 6)
@@ -4308,11 +4308,11 @@ Index
* landscape orientation, defined: Paper size and landscape.
(line 11)
* landscape papertype: Option details. (line 341)
-* landscape, as \special: papersize special. (line 16)
+* landscape, as '\special': 'papersize' special. (line 16)
* last page printed: Option details. (line 176)
-* last-resort font scaling, with DVIPSSIZES: Environment variables.
+* last-resort font scaling, with 'DVIPSSIZES': Environment variables.
(line 47)
-* last-resort scaling, with R: Configuration file commands.
+* last-resort scaling, with 'R': Configuration file commands.
(line 149)
* ledger papertype: Option details. (line 341)
* legal papertype: Option details. (line 341)
@@ -4332,8 +4332,8 @@ Index
* literal headers: Literal headers. (line 6)
* literal PostScript, examples: Literal examples. (line 6)
* literal PostScript, using: Literal PS. (line 6)
-* llx (psfile special option): psfile special. (line 42)
-* lly (psfile special option): psfile special. (line 42)
+* llx ('psfile' special option): psfile special. (line 42)
+* lly ('psfile' special option): psfile special. (line 42)
* long documents not printing: Long documents fail. (line 6)
* low characters, shifting: Option details. (line 122)
* lpr spooler, MS-DOS emulation: Option details. (line 256)
@@ -4387,7 +4387,7 @@ Index
* no output at all: No output. (line 6)
* non-printing characters, shifting: Option details. (line 122)
* non-resident fonts: psfonts.map. (line 6)
-* nopaper, paper format for -t: Config file paper sizes.
+* nopaper, paper format for '-t': Config file paper sizes.
(line 74)
* o config command (output destination): Configuration file commands.
(line 117)
@@ -4438,9 +4438,9 @@ Index
(line 6)
* paper trays: Paper trays. (line 6)
* paper type: Option details. (line 341)
-* papersize special: papersize special. (line 6)
-* papersize special, and no -t: Option details. (line 341)
-* papersize special, first vs. last: Option details. (line 192)
+* papersize special: 'papersize' special. (line 6)
+* papersize special, and no '-t': Option details. (line 341)
+* 'papersize' special, first vs. last: Option details. (line 192)
* partial font downloading: psfonts.map. (line 55)
* PDF files, font quality: Hypertext caveats. (line 6)
* PDF files, making: Ghostscript installation.
@@ -4454,14 +4454,14 @@ Index
* pfm files: Metric files. (line 48)
* Phaser printer, used for color calibration: Color device configuration.
(line 18)
-* physical page number, and -l: Option details. (line 176)
-* physical page number, and -p: Option details. (line 286)
-* physical page number, and bop-hook: PostScript hooks. (line 26)
+* physical page number, and '-l': Option details. (line 176)
+* physical page number, and '-p': Option details. (line 286)
+* physical page number, and 'bop-hook': PostScript hooks. (line 26)
* pipes, not readable: Option details. (line 103)
* pk files: Glyph files. (line 35)
* PKFONTS, overrides P: Configuration file commands.
(line 137)
-* plotfile, ps subspecial: ps special. (line 29)
+* plotfile, 'ps' subspecial: ps special. (line 29)
* pltotf: Metric files. (line 39)
* popen for output: Option details. (line 256)
* portrait orientation, defined: Paper size and landscape.
@@ -4506,7 +4506,7 @@ Index
* printer offset: Option details. (line 268)
* PRINTER, and config file searching: Configuration file searching.
(line 36)
-* PRINTER, avoided with -f: Option details. (line 103)
+* PRINTER, avoided with '-f': Option details. (line 103)
* printer, driving directly: Option details. (line 115)
* problems: Diagnosing problems. (line 6)
* property list files: Metric files. (line 39)
@@ -4551,10 +4551,10 @@ Index
* resolution <1>: Option details. (line 417)
* resolution, setting: Option details. (line 63)
* reverse pagination: Option details. (line 318)
-* rhi (psfile special option): psfile special. (line 46)
+* rhi ('psfile' special option): psfile special. (line 46)
* Rokicki, Tomas: Why Dvips. (line 52)
* rotate.tex: ps special. (line 33)
-* rwi (psfile special option): psfile special. (line 46)
+* rwi ('psfile' special option): psfile special. (line 46)
* s config command (global save/restore): Configuration file commands.
(line 171)
* S config command (pict path): Configuration file commands.
@@ -4665,14 +4665,14 @@ Index
* uncompressing PostScript: Dynamic creation of graphics.
(line 6)
* uniform resource locator: Hypertext specials. (line 20)
-* unknown, paper format for -t: papersize special. (line 29)
-* unknown, paper format for -t <1>: Config file paper sizes.
+* unknown, paper format for '-t': 'papersize' special. (line 29)
+* unknown, paper format for '-t' <1>: Config file paper sizes.
(line 69)
* uptex JFM: Virtual fonts. (line 37)
* URL, definition: Hypertext specials. (line 27)
* URL, extended for TeX: Hypertext specials. (line 20)
-* urx (psfile special option): psfile special. (line 42)
-* ury (psfile special option): psfile special. (line 42)
+* urx ('psfile' special option): psfile special. (line 42)
+* ury ('psfile' special option): psfile special. (line 42)
* usage, basic: Basic usage. (line 6)
* user-definable colors: User-definable colors.
(line 6)
@@ -4690,12 +4690,12 @@ Index
* VM exhausted: Printer errors. (line 14)
* VMusage: Headers and memory usage.
(line 12)
-* voffset (psfile special option): psfile special. (line 21)
+* voffset ('psfile' special option): psfile special. (line 21)
* vpl files: Virtual fonts. (line 16)
* vptovf: Making a font available.
(line 52)
-* vscale (psfile special option): psfile special. (line 33)
-* vsize (psfile special option): psfile special. (line 27)
+* vscale ('psfile' special option): psfile special. (line 33)
+* vsize ('psfile' special option): psfile special. (line 27)
* W config command (emit warning): Configuration file commands.
(line 193)
* warning messages, defining: Configuration file commands.
@@ -4716,88 +4716,83 @@ Index

Tag Table:
-Node: Top521
-Node: Why Dvips1271
-Node: Installation3854
-Node: config.ps installation4789
-Node: PostScript font installation7396
-Node: Ghostscript installation8316
-Node: Diagnosing problems9255
-Node: Debug options10346
-Node: No output11350
-Node: Small or inverted12816
-Node: Printer errors13534
-Node: Long documents fail14866
-Node: Including graphics fails15207
-Node: Invoking Dvips16446
-Node: Basic usage17037
-Node: Command-line options18035
-Node: Option summary18483
-Node: Option details20758
-Node: Environment variables41044
-Node: Config files43905
-Node: Configuration file searching44575
-Node: Configuration file commands47772
-Node: Paper size and landscape55843
-Node: papersize special57468
-Node: Config file paper sizes59175
-Node: Paper trays63331
-Node: Interaction with PostScript64665
-Node: PostScript figures65318
-Node: Bounding box66044
-Node: \includegraphics69416
-Node: EPSF macros71708
-Node: EPSF scaling73676
-Node: EPSF clipping76246
-Node: psfile special76888
-Node: Dynamic creation of graphics79280
-Node: Fonts in figures80598
-Node: Header files82248
-Node: Including headers from TeX83454
-Node: Including headers from the command line85492
-Node: Headers and memory usage86591
-Node: Literal PS87802
-Node: " special88384
-Node: ps special89125
-Node: Literal headers90623
-Node: PostScript hooks91332
-Node: Literal examples93428
-Node: Hypertext94882
-Node: Hypertext caveats96056
-Node: Hypertext specials100184
-Node: PostScript fonts102818
-Node: Font concepts103935
-Node: Metric files105165
-Node: Glyph files107945
-Node: Virtual fonts110304
-Node: Encodings112459
-Node: Bitmap font encodings114861
-Node: PostScript typesetting117391
-Node: Making a font available120488
-Node: Invoking afm2tfm125522
-Node: Changing font encodings126542
-Node: Changing TeX encodings127333
-Node: Changing PostScript encodings128435
-Node: Changing both encodings129779
-Node: Reencoding with Afm2tfm130453
-Node: Encoding file format133556
-Node: Special font effects137760
-Node: Afm2tfm options140020
-Node: psfonts.map143545
-Node: Color148275
-Node: Color macro files149319
-Node: User-definable colors152529
-Node: Color subtleties153805
-Node: Ted Turner155457
-Node: Color device configuration156682
-Node: Color support details159126
-Node: Color specifications159504
-Node: Color specials160908
-Node: Index163037
+Node: Top520
+Node: Why Dvips1269
+Node: Installation3852
+Node: config.ps installation4787
+Node: PostScript font installation7394
+Node: Ghostscript installation8314
+Node: Diagnosing problems9253
+Node: Debug options10344
+Node: No output11348
+Node: Small or inverted12814
+Node: Printer errors13532
+Node: Long documents fail14864
+Node: Including graphics fails15205
+Node: Invoking Dvips16444
+Node: Basic usage17066
+Node: Command-line options18064
+Node: Option summary18512
+Node: Option details20787
+Node: Environment variables41079
+Node: Config files43940
+Node: Configuration file searching44610
+Node: Configuration file commands47807
+Node: Paper size and landscape55878
+Node: 'papersize' special57505
+Node: Config file paper sizes59214
+Node: Paper trays63372
+Node: Interaction with PostScript64706
+Node: PostScript figures65359
+Node: Bounding box66085
+Node: \includegraphics69457
+Node: EPSF macros71749
+Node: EPSF scaling73748
+Node: EPSF clipping76318
+Node: psfile special76960
+Node: Dynamic creation of graphics79352
+Node: Fonts in figures80670
+Node: Header files82320
+Node: Including headers from TeX83530
+Node: Including headers from the command line85568
+Node: Headers and memory usage86667
+Node: Literal PS87878
+Node: " special88460
+Node: ps special89201
+Node: Literal headers90699
+Node: PostScript hooks91408
+Node: Literal examples93504
+Node: Hypertext94958
+Node: Hypertext caveats96132
+Node: Hypertext specials100260
+Node: PostScript fonts102894
+Node: Font concepts104011
+Node: Metric files105241
+Node: Glyph files108021
+Node: Virtual fonts110380
+Node: Encodings112535
+Node: Bitmap font encodings114937
+Node: PostScript typesetting117467
+Node: Making a font available120564
+Node: Invoking afm2tfm125598
+Node: Changing font encodings126618
+Node: Changing TeX encodings127409
+Node: Changing PostScript encodings128511
+Node: Changing both encodings129855
+Node: Reencoding with Afm2tfm130529
+Node: Encoding file format133632
+Node: Special font effects137836
+Node: Afm2tfm options140096
+Node: psfonts.map143621
+Node: Color148351
+Node: Color macro files149395
+Node: User-definable colors152605
+Node: Color subtleties153881
+Node: Ted Turner155533
+Node: Color device configuration156758
+Node: Color support details159202
+Node: Color specifications159580
+Node: Color specials160984
+Node: Index163113

End Tag Table
-
-
-Local Variables:
-coding: utf-8
-End:
diff --git a/Build/source/texk/dvipsk/dvips.texi b/Build/source/texk/dvipsk/dvips.texi
index 8839ecc42ad..0757b04a86b 100644
--- a/Build/source/texk/dvipsk/dvips.texi
+++ b/Build/source/texk/dvipsk/dvips.texi
@@ -2,8 +2,8 @@
@setfilename dvips.info
@settitle Dvips: A DVI-to-PostScript translator
-@set version 2021.1
-@set month-year November 2021
+@set version 2022.1
+@set month-year January 2022
@copying
This manual documents Dvips version @value{version}