File: gftodvi_man.patch

package info (click to toggle)
texlive-bin 2025.20250727.75242%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 209,764 kB
  • sloc: ansic: 893,576; cpp: 156,185; perl: 101,166; sh: 37,697; python: 13,679; javascript: 9,754; makefile: 8,930; xml: 8,361; lex: 5,176; pascal: 3,814; java: 3,569; yacc: 2,935; tcl: 2,903; exp: 2,031; ruby: 712; lisp: 687; sed: 375; asm: 140; csh: 46; awk: 30
file content (45 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
 texk/web2c/man/gftodvi.man |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

--- a/texk/web2c/man/gftodvi.man
+++ b/texk/web2c/man/gftodvi.man
@@ -28,7 +28,7 @@ program converts a generic font
 file output by, for example,
 .BR mf (1),
 to a device independent (DVI) file (that can then be typeset using the same
-software that has already been written for \*(TX). The characters in the
+software that has already been written for \*(TX).  The characters in the
 .I gf
 file will appear one per page, with labels, titles, and annotations
 as specified in Appendix H (Hardcopy Proofs) of
@@ -39,11 +39,11 @@ uses other fonts in addition to the main
 .I gf
 file.
 A `gray' font is used to typeset the
-pixels that actually make up the character. (We wouldn't
+pixels that actually make up the character.  (We wouldn't
 want all the pixels to be simply black, since then labels,
 key points, and other information would be lost.)  A `title' font
-is used for the information at the top of the page. A `label' font
-is used for the labels on key points of the figure. A `slant'
+is used for the information at the top of the page.  A `label' font
+is used for the labels on key points of the figure.  A `slant'
 font is used to typeset diagonal lines, which
 otherwise have to be simulated using horizontal and vertical rules.
 The default gray, title, and label fonts are
@@ -88,12 +88,12 @@ The
 on the command line must be complete. Because
 the resolution is part of the extension, it would not make
 sense to append a default extension as is done with \*(TX or
-DVI-reading software. The output file name uses the same
+DVI-reading software.  The output file name uses the same
 root as the
 .I gf
 file, with the
 .B .dvi
-extension added. For example, the input file
+extension added.  For example, the input file
 .I cmr10.2602gf
 would become
 .IR cmr10.dvi .