diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-02-09 00:11:02 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-02-09 00:11:02 +0000 |
commit | 827bce03bc1b76a52c7d74c362454032cc286d6f (patch) | |
tree | 5cb1a3506b87efe768eb87fccc21aefd887aa14b /Master/texmf/doc | |
parent | 13555eaf44fa1e75c4c5af8f0fce84caa3492e15 (diff) |
getnonfreefonts.pl: Use kpsewhich --expand-braces.
getnonfreefonts.1: Mention --http option.
git-svn-id: svn://tug.org/texlive/trunk@12119 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r-- | Master/texmf/doc/man/man1/getnonfreefonts.1 | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf/doc/man/man1/getnonfreefonts.1 b/Master/texmf/doc/man/man1/getnonfreefonts.1 index 655d9a71584..12c1046e905 100644 --- a/Master/texmf/doc/man/man1/getnonfreefonts.1 +++ b/Master/texmf/doc/man/man1/getnonfreefonts.1 @@ -1,10 +1,10 @@ -.TH getnonfreefonts 1 "January 2007" "TeXLive" "TeXLive" +.TH getnonfreefonts 1 "February 2009" "TeXLive" "TeXLive" .SH NAME getnonfreefonts \- download and install fonts which cannot be -distributed on a CD +distributed on a CD/DVD for the current user .LP -getnonfreefonts-sys \- download and install fonts system\-wide which -cannot be distributed on a CD +getnonfreefonts-sys \- download and install fonts which +cannot be distributed on a CD/DVD system\-wide .SH SYNOPSIS @@ -34,8 +34,7 @@ and .B getnonfreefonts-sys are identical except that .B getnonfreefonts -installs files to $TEXMFHOME -while +installs files to $TEXMFHOME while .B getnonfreefonts-sys installs files to $TEXMFLOCAL. @@ -77,6 +76,12 @@ will be replaced by the process ID of the current process. .TP +.BR "-H" , " --http" +.rg +Use HTTP instead of FTP. This option is only useful if you are hehind +a firewall which blocks FTP. Not all fonts are available via HTTP. + +.TP .BR "-l" , " --lsfonts" .rg List all available fonts and tell whether they are installed already. @@ -127,5 +132,12 @@ is required which supports the .B --enable option. +.SH FONT LICENSES +If you intend to modify these fonts, please check the licenses +first. + +.SH SEE ALSO +texmf-doc/doc/english/texlive-en/texlive-en.pdf . + .SH BUGS -Please send bug reports to Reinhard Kotucha <reinhard.kotucha@web.de>. +Please report bugs to Reinhard Kotucha <reinhard.kotucha@web.de>. |