summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/man
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-05-01 17:45:33 +0900
committerNorbert Preining <norbert@preining.info>2017-05-01 17:45:33 +0900
commit763e227b8908bf0527007b163d15fa6c541bce94 (patch)
treebe5c0d338a467db8d7846958e7f1e2cd97176f70 /texmf-dist/doc/man
parente04c55997e7302fb07c06c9020024d1f0b11c000 (diff)
add getnonfreefonts
Diffstat (limited to 'texmf-dist/doc/man')
-rw-r--r--texmf-dist/doc/man/man1/getnonfreefonts-sys.11
-rw-r--r--texmf-dist/doc/man/man1/getnonfreefonts-sys.man1.pdfbin0 -> 4863 bytes
-rw-r--r--texmf-dist/doc/man/man1/getnonfreefonts.1147
-rw-r--r--texmf-dist/doc/man/man1/getnonfreefonts.man1.pdfbin0 -> 4863 bytes
4 files changed, 148 insertions, 0 deletions
diff --git a/texmf-dist/doc/man/man1/getnonfreefonts-sys.1 b/texmf-dist/doc/man/man1/getnonfreefonts-sys.1
new file mode 100644
index 00000000..b402933b
--- /dev/null
+++ b/texmf-dist/doc/man/man1/getnonfreefonts-sys.1
@@ -0,0 +1 @@
+.so man1/getnonfreefonts.1
diff --git a/texmf-dist/doc/man/man1/getnonfreefonts-sys.man1.pdf b/texmf-dist/doc/man/man1/getnonfreefonts-sys.man1.pdf
new file mode 100644
index 00000000..6d7361ac
--- /dev/null
+++ b/texmf-dist/doc/man/man1/getnonfreefonts-sys.man1.pdf
Binary files differ
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"<year>
+from tug.org which is then executed.
+.BI "getfont"<year>
+does the real work. It will be updated occasionally to support more
+fonts.
+.I <year>
+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"<year>
+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 <reinhard.kotucha@web.de>.
diff --git a/texmf-dist/doc/man/man1/getnonfreefonts.man1.pdf b/texmf-dist/doc/man/man1/getnonfreefonts.man1.pdf
new file mode 100644
index 00000000..6d7361ac
--- /dev/null
+++ b/texmf-dist/doc/man/man1/getnonfreefonts.man1.pdf
Binary files differ