diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-24 00:18:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-24 00:18:50 +0000 |
commit | f8612573e31eba1f04cf0450cbbae83f50ab3e6c (patch) | |
tree | 7a2bda985055ef0cc86035d22a16d0616b23325a /Build | |
parent | aaee78ecc72d37a1b2e1fd07a4014a4d37ac06ed (diff) |
more about slant fonts, and provide slantlj[46], per DEK to tex-k 10 Jul 2005 18:38:11
git-svn-id: svn://tug.org/texlive/trunk@5850 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/doc/web2c.texi | 24 |
2 files changed, 24 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 4388bcf9693..7511283e3e4 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2007-12-24 Karl Berry <karl@tug.org> + + * doc/web2c.texi (gftodvi invocation): talk a bit more about slant + fonts, pursuant to DEK's message to tex-k of 10 Jul 2005 18:38:11. + 2007-12-19 Martin Schröder <martin@oneiros.de> * tex.ch (ssup_max_strings): increase to 2097151 diff --git a/Build/source/texk/web2c/doc/web2c.texi b/Build/source/texk/web2c/doc/web2c.texi index c3e26931080..b34f52e7f2b 100644 --- a/Build/source/texk/web2c/doc/web2c.texi +++ b/Build/source/texk/web2c/doc/web2c.texi @@ -12,7 +12,7 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.} @end tex @set version 7.5.6 -@set month-year January 2007 +@set month-year December 2007 @c Define new indices for commands in auxiliary files, filenames, and options. @defcodeindex cm @@ -30,7 +30,10 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.} @dircategory TeX @direntry -* Web2c: (web2c). TeX, Metafont, and companion programs. +* Web2c: (web2c). TeX, Metafont, and companion programs. +@end direntry +@dircategory Individual utilities +@direntry * bibtex: (web2c)bibtex invocation. Maintaining bibliographies. * dmp: (web2c)dmp invocation. Troff->MPX (MetaPost pictures). * dvicopy: (web2c)dvicopy invocation. Virtual font expansion @@ -2104,7 +2107,7 @@ environment variable @code{KPATHSEA_DEBUG} to @samp{-1} before running the program. The suffix @samp{gf} is supplied if not already present. This suffix is -not an extension; no @samp{.} precedes it: for instance @file{cmr10.600gf}. +not an extension, no @samp{.} precedes it; for instance, @file{cmr10.600gf}. The output filename is the basename of @var{gfname} extended with @file{.dvi}, e.g., @samp{gftodvi /wherever/foo.600gf} creates @@ -2137,15 +2140,26 @@ of the figure. @cindex slant font @dfn{slant font} (no default): for diagonal lines, which are otherwise simulated using horizontal and vertical rules. - @end itemize To change the default fonts, you must use @code{special} commands in -your Metafont source file. +your Metafont source file, typically via commands like @code{slantfont +slantlj4}. There is no default slant font since no one printer is +suitable as a default. You can make your own by copying one of the +existing files, such as +@file{.../fonts/source/public/misc/slantlj4.mf} and then running +@command{mf} on it. + +For testing purposes, you may it useful to run @code{mf rtest} (hit +RETURN when it stops) to get a @file{gf} file of a thorn glyph. Or +use @command{mfw} instead of @command{mf} to have the glyph(s) +displayed on the screen. After that, @code{gftodvi rtest.2602gf} +should produce @file{rtest.dvi}, which you process as usual. The program accepts the following option, as well as the standard @samp{-verbose}, @samp{-help}, and @samp{-version} (@pxref{Common options}): + @table @samp @item -overflow-label-offset=@var{points} @opindex -overflow-label-offset=@var{points} |