From 763e227b8908bf0527007b163d15fa6c541bce94 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 1 May 2017 17:45:33 +0900 Subject: add getnonfreefonts --- texmf-dist/doc/man/man1/getnonfreefonts.1 | 147 ++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 texmf-dist/doc/man/man1/getnonfreefonts.1 (limited to 'texmf-dist/doc/man/man1/getnonfreefonts.1') diff --git a/texmf-dist/doc/man/man1/getnonfreefonts.1 b/texmf-dist/doc/man/man1/getnonfreefonts.1 new file mode 100644 index 00000000..5b141dc6 --- /dev/null +++ b/texmf-dist/doc/man/man1/getnonfreefonts.1 @@ -0,0 +1,147 @@ +.TH getnonfreefonts 1 "December 2009" "TeX Live" "TeX Live" +.SH NAME +getnonfreefonts \- download and install fonts which cannot be +distributed on a CD +.LP +getnonfreefonts-sys \- download and install fonts system\-wide which +cannot be distributed on a CD + +.SH SYNOPSIS + +.BI "getnonfreefonts [" options "] [" fontlist ] +.sp +.BI "getnonfreefonts-sys [" options "] [" fontlist ] + +.SH DESCRIPTION +Some font suppliers provide fonts which can be used freely but they +disallow that money is charged for the distribution. Hence, for +distributions on CD or DVD it is usually impossible to include +these fonts. + +.B "getnonfreefonts" +is a script which downloads and installs these fonts. Actually, it +first downloads the program +.BI "getfont" +from tug.org which is then executed. +.BI "getfont" +does the real work. It will be updated occasionally to support more +fonts. +.I +denotes the TeXLive release. + +.B getnonfreefonts +and +.B getnonfreefonts-sys +are identical except that +.B getnonfreefonts +installs files to $TEXMFHOME +while +.B getnonfreefonts-sys +installs files to $TEXMFLOCAL. + +.BI "getfont" +will not be installed permanently on your system. It only +exists in a temporary directory while +.BI getnonfreefonts +is running. + +Run +.B getnonfreefonts --lsfonts +to get a list of supported fonts. + +.SH OPTIONS + +.TP +.BR "-a" , " --all" +.rg +Install all fonts. + +.TP +.BR "-d" , " --debug" +.rg +Provide additional messages for debugging. These messages are sent to +STDERR. + +.TP +.BR "-f" , " --force" +.rg +Install fonts even if they are installed already. + +.TP +.BR "-h" , " --help" +.rg +Print a help message. Nothing is installed but the directories where +the fonts will be installed and the temporary directory are shown. +.BI "<" PID ">" +will be replaced by the process ID of the current +process. + +.TP +.BR "-H" , " --http" +.rg +Use HTTP instead of FTP. This is useful if you are behind a firewall +which is blocking FTP. However, you can't install fonts which are on +FTP servers. Currently this is only "Adobe Euro". + +.TP +.BR "-l" , " --lsfonts" +.rg +List all available fonts and tell whether they are installed already. + +.TP +.BR "-r" , " --refreshmap" +.rg +Register +.B map +files for already installed fonts and run +.B updmap. +This is needed after upgrading TeX Live to a newer release. + +.TP +.B --sys +.rg +If you call +.B getnonfreefonts +with the +.B --sys +option, it behaves exactly as +.BR "getnonfreefonts-sys". + +.TP +.BR "-v" , " --verbose" +.rg +Be more verbose. This option is only needed for debugging. + +.TP +.BR "--version" +.rg +Print version number. + +.SH ENVIRONMENT +One of the environment variables +.BR "TMP" , " TEMP" , +or +.B TMPDIR +must exist. They are used to determine where to put the temporary +files. The directory must exist and must be writable. +.B /tmp +will be used if none of the variables is defined. + +.SH REQUIREMENTS +Though this program is supposed to be used with +.B TeX Live +it might work with other TeX distributions too. The programs +.BR "wget" +or +.BR "curl" , +.BR "unzip" , +and +.B kpsewhich +as well as a recent version of +.B updmap +which supports the +.B --enable +option are required. + +.SH BUGS +Please send bug reports to Reinhard Kotucha . -- cgit v1.2.3