home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / kpathsea / kpathsea.info (.txt) < prev    next >
GNU Info File  |  1996-09-28  |  82KB  |  1,470 lines

  1. This is Info file kpathsea.info, produced by Makeinfo-1.55 from the
  2. input file kpathsea.texi.
  3.   This file documents the Kpathsearch library.
  4.   Copyright (C) 1993, 94 Karl Berry.
  5.   Permission is granted to make and distribute verbatim copies of this
  6. manual provided the copyright notice and this permission notice are
  7. preserved on all copies.
  8.   Permission is granted to copy and distribute modified versions of this
  9. manual under the conditions for verbatim copying, provided also that the
  10. section entitled "Freedom" and "GNU General Public License" are
  11. included exactly as in the original, and provided that the entire
  12. resulting derived work is distributed under the terms of a permission
  13. notice identical to this one.
  14.   Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions, except that the sections entitled "Freedom" and "GNU General
  17. Public License" may be included in a translation approved by the Free
  18. Software Foundation instead of in the original English.
  19. File: kpathsea.info,  Node: Top,  Next: Introduction,  Prev: (dir),  Up: (dir)
  20. Kpathsearch library
  21. *******************
  22.   This manual documents how to install and use the Kpathsearch library
  23. for filename lookup.  It corresponds to version 1.8 (released in
  24. April 1994).
  25. * Menu:
  26. * Introduction::                A brief overview.
  27. * Installation::                Compilation, installation, and bug reporting.
  28. * Path specifications::        User interface.
  29. * TeX support::            Special support for TeX lookups.
  30. * Copying::                     Conditions for copying, modifying and sharing.
  31. * Freedom::                     Regain your programming freedom.
  32. * Index::                       General index.
  33. File: kpathsea.info,  Node: Introduction,  Next: Installation,  Prev: Top,  Up: Top
  34. Introduction
  35. ************
  36.   This manual corresponds to version 1.8 of the Kpathsearch library,
  37. released in April 1994.
  38.   The library's fundamental purpose is to look up a file in a list of
  39. directories specified by the user.
  40.   The following software, all of which I maintain, uses this library:
  41.    * web2c
  42.    * Xdvik
  43.    * Dvipsk (*note Introduction: (dvipsk)Top.)
  44.    * GNU font utilities (*note Introduction: (fontu)Top.)
  45.   The library is still under development. I do not promise to keep the
  46. interface unchanged.  If you have comments or suggestions, please send
  47. them to me (*note Bugs::. for the address).
  48.   Currently, I distribute the library under the GNU General Public
  49. License (*note Copying::.).  In summary, this means if you write a
  50. program using the library, you must (offer to) distribute the source,
  51. and allow anyone to modify the source and distribute their
  52. modifications.
  53.   If you have a problem with this, please contact me. I would consider
  54. putting the library under the GNU Library General Public License, which
  55. would permit you to distribute the source only to the library, not the
  56. your program using it.  But I will only do this if someone actually says
  57. they will not use the library under the GPL conditions, and would use it
  58. under the LGPL.
  59.   This manual contains a few references to the C source for the library;
  60. they're there to help programmers reconcile my statements in this
  61. documentation with the Awful Truth of the code.  If you're not a
  62. programmer, just ignore them.
  63. File: kpathsea.info,  Node: Installation,  Next: Path specifications,  Prev: Introduction,  Up: Top
  64. Installation
  65. ************
  66.   Here are the basic steps for configuration and installation:
  67.   1. `configure'.  This automatically determines most system
  68.      dependencies.
  69.   2. If necessary, edit the definitions in `Makefile' or `c-auto.h'.
  70.      *Note System dependencies::, below, for additional definitions you
  71.      may need to make.
  72.   3. `make'.
  73.   4. `make install'. This installs the library, header files, and
  74.      documentation.
  75.   5. `make distclean'.  This removes all files created by the build.
  76.   Since I only distribute Kpathsea as part of another package, you will
  77. probably be doing the above in a top-level directory that contains a
  78. `Makefile', `kpathsea', and the other package.  But you can do the
  79. installation in `kpathsea' itself, if you only want to install the
  80. library, not the other package.
  81. * Menu:
  82. * System dependencies::        Definitions you must supply.
  83. * configure::                   Options and frills for the `configure' script.
  84. * Bugs::            Where and how to report bugs.
  85. File: kpathsea.info,  Node: System dependencies,  Next: configure,  Up: Installation
  86. System dependencies
  87. ===================
  88.   Although `configure' can reliably determine most aspects of your
  89. system, there are a few things you must help it out with.
  90. * Menu:
  91. * Default paths::    Changing the default paths and installation dirs.
  92. * wchar_t::        Working around `wchar_t' problems, e.g., on Linux.
  93. * putenv::        For smart putenv implementations, e.g., Net2/BSD.
  94. File: kpathsea.info,  Node: Default paths,  Next: wchar_t,  Up: System dependencies
  95. Default paths
  96. -------------
  97.   The directories into which files are installed are defined in the
  98. top-level `Makefile'. The default paths which programs use to search
  99. for inputs are defined in `kpathsea/paths.h'.  You will almost
  100. certainly want to change either or both of these to match your
  101. preferred local directory structure.  In particular, if you need to
  102. support only one output device, the rather deep structure of the default
  103. paths is unnecessary.
  104.   Both of these files are automatically created: the `Makefile' at
  105. `configure' time, `kpathsea/paths.h' at `make' time. Thus, to change
  106. the default paths, the simplest thing to do is edit the template files
  107. `Makefile.in' and `paths.h.in' before running `configure'.
  108.   The Make definitions are all repeated in several `Makefile''s; but
  109. changing the top-level `Makefile' should suffice, as it passes down all
  110. the variable definitions, thus overriding the submakes. (The
  111. definitions are repeated so you can potentially run Make in the
  112. subdirectories.)
  113.   If you want to include the mode in a particular path, perhaps to
  114. distinguish two different devices with the same resolution, use
  115. `$MAKETEX_MODE', as in `/usr/local/lib/texmf/fonts//pk/$MAKETEX_MODE'.
  116. *Note `MakeTeX'... script arguments: MakeTeX... script arguments.
  117.   The file `kpathsea/HIER' has some explanation of the default setup.
  118.   A caveat: If you put `$HOME' or `~' in any of the paths, do not
  119. search that component recursively: when you run as root, you might wind
  120. up searching (say) `/zoneinfo/Brazil/tex/macros'. And of course it will
  121. take quite some time to look at every directory on the system.
  122.   *Note Filename database::, for a description of an external database
  123. that can help speed searches.
  124. File: kpathsea.info,  Node: wchar_t,  Next: putenv,  Prev: Default paths,  Up: System dependencies
  125. `wchar_t'
  126. ---------
  127.   The upshot of all the following is that if you get error messages
  128. regarding `wchar_t', try defining `NO_FOIL_X_WCHAR_T'. This is reported
  129. to be necessary on Linux.
  130.   `wchar_t' has caused infinite trouble. None of my code ever uses
  131. `wchar_t'; all I want to do is include X header files and various
  132. system header files, compiling with GCC. This seems an impossible task.
  133.   The X11R5 `<Xlib.h>' and GCC's `<stddef.h>' have conflicting
  134. definitions for wchar_t.
  135.   The particulars: `<X11/Xlib.h>' from MIT X11R5 defines `wchar_t' if
  136. `X_WCHAR' is defined, which is defined if `X_NOT_STDC_ENV' is defined,
  137. and we define *that* if `STDC_HEADERS' is not defined (`configure'
  138. decides if STDC_HEADERS gets defined).  But when compiling with gcc on
  139. SunOS 4.1.x, `STDC_HEADERS' is not defined (`string.h' doesn't declare
  140. the `mem'* functions), so we do get X's `wchar_t'--and we also get
  141. gcc's `wchar_t' from its `<stddef.h>'.  Result: conflicting definitions.
  142.   On the other hand, SunOS 4.1.1 with some other X configurations
  143. actually needs GCC to define `wchar_t', and fails otherwise.
  144.   My current theory is to define `wchar_t' to a nonsense symbol before
  145. the X include files are read; that way its definition (if any) will be
  146. ignored by other system include files.  Going along with that, define
  147. `X_WCHAR' to tell X not to use `<stddef.h>', that we've already
  148. included, but instead to make its own definition.
  149.   But this is not the end of the story. The X11 include files
  150. distributed with DG/UX 5.4.2 for the Aviion have been modified to
  151. include `<_int_wchar_t.h>' if `X_WCHAR', so our `#define' will not have
  152. any typedef to change--but the uses of `wchar_t' in the X include files
  153. will be changed to reference this undefined symbol. So there's nothing
  154. to foil in this case; I don't know how to detect this automatically, so
  155. it's up to you to define `NO_FOIL_X_WCHAR_T' yourself.
  156. File: kpathsea.info,  Node: putenv,  Prev: wchar_t,  Up: System dependencies
  157. `putenv'
  158. --------
  159.   If you are on a Net2/BSD or other system which has a `putenv' that
  160. knows how to avoid garbage when the same environment variable is set
  161. many times, define `SMART_PUTENV'. (And if you can write a test for
  162. this that could be incorporated into the `configure' script, please
  163. send it to the address given in *Note Bugs::.)
  164. File: kpathsea.info,  Node: configure,  Next: Bugs,  Prev: System dependencies,  Up: Installation
  165. The `configure' script
  166. ======================
  167.   (This section is largely from the Autoconf manual, by David MacKenzie.
  168. *Note Running `configure' scripts: (autoconf)Running configure Scripts.)
  169.   The `configure' script that comes with this distribution was
  170. generated by the Autoconf program.  Thus, you can regenerate
  171. `configure' by rerunning Autoconf.  You might want to do this if a new
  172. version of Autoconf is released, for example.
  173.   The purpose of `configure' is to adapt the present source to the
  174. particulars of your system.  For example, the name of the directory
  175. header file (`dirent.h' or `sys/dir.h'), whether the GNU C compiler
  176. `gcc' is available, and so on.
  177.   Normally, you do not need to give any options to `configure'; just
  178. `cd' to the directory with the source code and type `configure'.
  179. Exceptions: if `.' is not in your `PATH', you must type `./configure';
  180. if you are using a non-Bourne compatible shell on systems that do not
  181. support `#!', you must type `sh configure'.
  182.   Running `configure' takes a minute or two.  While it is running, it
  183. prints some messages that tell what it is doing.  If you don't want to
  184. see the messages, run `configure' with its standard output redirected
  185. to `/dev/null'; e.g., `configure >/dev/null'.  On the other hand, if
  186. you want to see even more messages, give `configure' the `-v' option.
  187.   To compile the package in a different directory from the one
  188. containing the source code, you must use a variant of Make that
  189. supports the `VPATH' variable, such as GNU Make.  `cd' to the directory
  190. where you want the object files and executables to go and run
  191. `configure' with the option `--srcdir=DIR', where DIR is the directory
  192. that contains the source code.  Using this option is unnecessary if the
  193. source code is in the parent directory of the one in which you are
  194. compiling; `configure' automatically checks for the source code in `..'
  195. if it does not find it in `.'.
  196.   `configure' (in the top-level directory) guesses the default
  197. installation prefix (we'll call it `$(prefix)', which is the
  198. corresponding Make variable) by looking for a directory which contains
  199. an executable named `tex', and using its parent.  In the package
  200. subdirectories, such as `kpathsea', `configure' doesn't try to guess
  201. the prefix (to avoid a conflict with the guess made at the top level);
  202. the default `/usr/local' is left.
  203.   You can override this default guess for the installation prefix by
  204. giving `configure' the option `--prefix=PATH'.  You can also specify
  205. separate installation prefixes for architecture-specific files and
  206. architecture-independent files by giving `configure' the option
  207. `--exec-prefix=XPATH' (which substitutes for the Make variable
  208. `$(exec_prefix)').  Then XPATH will be the prefix for installing
  209. programs and libraries.  Data files and documentation will still use
  210. `$(prefix)'.
  211.   You can tell `configure' to figure out the configuration for your
  212. system, and record it in a file `config.status', without actually
  213. configuring the package.  To do this, give `configure' the
  214. `--no-create' option.  Later, you can run `./config.status' to actually
  215. configure the package.  This option is useful mainly in `Makefile'
  216. rules for updating `config.status' and the `Makefile' itself.  You can
  217. also give `config.status' the `--recheck' option, which makes it rerun
  218. `configure' with the same arguments you used before.  This is useful if
  219. you change `configure'.
  220.   `configure' ignores any other arguments that you give it.
  221.   On systems that require unusual options for compilation or linking
  222. that the package's `configure' script does not know about, you can give
  223. `configure' initial values for variables by setting them in the
  224. environment.  In Bourne-compatible shells, you can do that on the
  225. command line like this:
  226.      CC='gcc -traditional' LIBS=-lposix sh configure
  227.   The Make variables that you might want to override with environment
  228. variables when running `configure' are:
  229.   (For these variables, any value given in the environment overrides the
  230. value that `configure' would choose.)
  231.      The C compiler program.  The default is `gcc' if that is in your
  232.      `PATH', `cc' otherwise.
  233. `INSTALL'
  234.      The program to use to install files.  The default is `install' if
  235.      you have it, `cp' otherwise.
  236.   (For these variables, any value given in the environment is added to
  237. the value that `configure' chooses.)
  238. `DEFS'
  239.      Configuration options, in the form `-Dfoo -Dbar...'.
  240. `LIBS'
  241.      Libraries to link with, in the form `-lfoo -lbar...'.
  242.   Of course, problems requiring manual intervention (e.g., setting these
  243. variables) should ideally be fixed by updating either the Autoconf
  244. macros or the `configure.in' file for that package.
  245. File: kpathsea.info,  Node: Bugs,  Prev: configure,  Up: Installation
  246. Reporting bugs
  247. ==============
  248.   If you encounter problems, report them to `tex-k@cs.umb.edu'.
  249. Include the version number of the library, the system you are using, and
  250. enough information to reproduce the bug in your report.  To get on this
  251. mailing list yourself, email `tex-k-request@cs.umb.edu' with a message
  252. whose body contains a line
  253.      subscribe YOU@YOUR.PREFERRED.ADDRESS
  254.   To avoid wasted effort and time (both mine and yours), I strongly
  255. advise applying the principles given in the GNU C manual (*note
  256. Reporting Bugs: (gcc)Bugs.) to your bug reports for any software.
  257.   Please also report bugs in this documentation--not only factual
  258. errors, but unclear explanations, typos, wrong fonts, ....
  259.   When compiling with old C compilers, you may get some warnings about
  260. "illegal pointer combinations".  These are spurious; ignore them.  I
  261. decline to clutter up the source with casts to get rid of them.  In
  262. general, if you have trouble with a system C compiler, I advise trying
  263. the GNU C compiler. (And vice versa, unfortunately; but in that case I
  264. also recommend reporting a bug to the GCC bug list.)
  265. File: kpathsea.info,  Node: Path specifications,  Next: TeX support,  Prev: Installation,  Up: Top
  266. Path specifications
  267. *******************
  268.   This chapter describes the user interface of the path specifications
  269. that the Kpathsearch library implements.
  270.   Conceptually, there are three stages: look in an externally-built
  271. database, generating a list of directories in which to search, and
  272. finally looking up files using that list.  The sections below describe
  273. each of these in turn.
  274.   In the implementation, however, these stages are
  275. interleaved--directory lists are only generated as needed for a
  276. particular file lookup, and only if a file cannot be found in the
  277. pre-existing database, and then they are cached for future lookups.
  278. (Analogous to lazy evaluation in programming languages.)  This implies
  279. that directories that are created *during* the run are not seen.
  280. * Menu:
  281. * Filename database::        Using an externally-built file to search.
  282. * Directory list generation::    Specifying where to search.
  283. * File lookups::        Finding files in directory lists.
  284. File: kpathsea.info,  Node: Filename database,  Next: Directory list generation,  Up: Path specifications
  285. Filename database
  286. =================
  287.   Kpathsearch goes to some lengths to minimize disk accesses for
  288. searches (*note Subdirectory problems::.).  Nevertheless, at
  289. installations with hundreds of directories, doing a linear search of
  290. each directory for a given file can take some time, depending on the
  291. speed of the disk, whether it's NFS-mounted, and so on.
  292.   Therefore, Kpathsearch can use an externally-built "database" that
  293. maps files to directories, thus avoiding the need to search the disk.
  294. By convention, the file is named `ls-R', and is located at the root of
  295. the TeX installation hierarchy.  Presently, one and only one `ls-R' is
  296. read; its location is determined at compile-time.
  297.   You can build the file with the command `ls -R ROOT-DIR >ls-R', if
  298. your `ls' produces the right output format (see the section below). GNU
  299. `ls', for example, does output in this format.  It is probably most
  300. useful to do this via `cron', so changes in the installed files will be
  301. automatically reflected (albeit with some delay) in the database.
  302.   Because the database may be out-of-date for a particular run (if a
  303. font was just built with `MakeTeXPK', for example), if a file is not
  304. found in the database, by default Kpathsearch goes ahead and searches
  305. the disk. If a given path element begins with `%%', however, *only* the
  306. database will be searched; the disk is never searched. (If the database
  307. does not exist, nothing will be searched.) Because this can lead to
  308. great surprise on the part of users ("I see the font `foo.tfm' when I
  309. do an `ls'; why can't Dvips find it?"), I recommend using this only as
  310. a last resort.
  311. * Menu:
  312. * Database format::        Precise details of the database.
  313. File: kpathsea.info,  Node: Database format,  Up: Filename database
  314. Database format
  315. ---------------
  316.   The "database" read by Kpathsearch is a line-oriented file of plain
  317. text. The format is that generated by GNU (and perhaps other) `ls'
  318. programs given the `-R' option, as follows.
  319.   Blank lines are ignored.
  320.   If a line begins with `/' and ends with a colon, it's the name of a
  321. directory.
  322.   All other lines name entries in the most recently seen directory
  323. `/''s in such lines will yield possibly-strange results.
  324.   Files listed with no preceding directory are ignored.
  325.   For example, here's the first few lines of `ls-R' on my system:
  326.      bibtex
  327.      dvips
  328.      fonts
  329.      ini
  330.      ls-R
  331.      mf
  332.      tex
  333.      
  334.      /usr/local/lib/texmf/bibtex:
  335.      bib
  336.      bst
  337.      doc
  338.      
  339.      /usr/local/lib/texmf/bibtex/bib:
  340.      asi.bib
  341.      bibshare
  342.      btxdoc.bib
  343. File: kpathsea.info,  Node: Directory list generation,  Next: File lookups,  Prev: Filename database,  Up: Path specifications
  344. Directory list generation
  345. =========================
  346.   Kpathsearch constructs a directory list from an environment variable
  347. VAR set by the user, (possibly) a setting from a configuration file,
  348. and a default path set at compile time.  Each of these are
  349. colon-separated lists of directories.  If VAR is set, its value is
  350. used; otherwise, if a config file defines a value, that value is used;
  351. otherwise, the compilation default is used.  In any case, once the path
  352. specification to use is determined, its evaluation is independent of its
  353. source.
  354.   The "colon" and "slash" mentioned below aren't necessarily `:' and
  355. `/' on non-Unix systems; the library tries to adapt these characters to
  356. other operating systems' conventions.
  357.   The following subdirectories explain the various kinds of "expansion"
  358. the path is subjected to.  After expansion, nonexistent directories in
  359. the path is ignored.
  360. * Menu:
  361. * Default expansion::           Extra colons expand to the compilation default.
  362. * Tilde expansion::             ~ and ~user expand to home directories.
  363. * Variable expansion::          $foo and ${foo} expand to environment values.
  364. * Subdirectory expansion::    a// and a//b recursively expand to subdirs.
  365. * Path specification example::    An example.
  366. File: kpathsea.info,  Node: Default expansion,  Next: Tilde expansion,  Up: Directory list generation
  367. Default expansion
  368. -----------------
  369.   If an environment variable or config file value has a leading or
  370. trailing or doubled colon, the default path is inserted at that point.
  371.   Putting an extra colon into the default value has unpredictable
  372. results, and may cause the program to crash, so installers beware.
  373. File: kpathsea.info,  Node: Tilde expansion,  Next: Variable expansion,  Prev: Default expansion,  Up: Directory list generation
  374. Tilde expansion
  375. ---------------
  376.   A leading `~' or `~USER' in a path component is replaced by the
  377. current or USER's home directory, respectively.
  378.   If USER is invalid, or the home directory cannot be determined,
  379. Kpathsea uses `.' instead.
  380. File: kpathsea.info,  Node: Variable expansion,  Next: Subdirectory expansion,  Prev: Tilde expansion,  Up: Directory list generation
  381. Variable expansion
  382. ------------------
  383.   A construct `$foo' or `${foo}' is replaced by the expansion of the
  384. environment variable `foo'.  In the first case, the variable name
  385. consists of consecutive alphanumeric-or-underscore characters.  In the
  386. second, the variable name consists of everything between the braces.
  387.   Remember to quote the `$''s and braces as necessary for your shell.
  388.   *Shell* variable values cannot be seen by Kpathsea.
  389. File: kpathsea.info,  Node: Subdirectory expansion,  Next: Path specification example,  Prev: Variable expansion,  Up: Directory list generation
  390. Subdirectory expansion
  391. ----------------------
  392.   If a component directory D contains `//', all subdirectories of D are
  393. included in the path: first those subdirectories directly under D, then
  394. the subsubdirectories under those, and so on.  At each level, the order
  395. in which the directories are searched is unspecified.
  396.   If you specify any filename components after the `//', only
  397. subdirectories which have those components are included.  For example,
  398. `/a//b' would expand into directories `/a/1/b', `/a/2/b', `/a/1/1/b',
  399. and so on, but not `/a/b/c' or `/a/1'.
  400. * Menu:
  401. * Subdirectory problems::       If you have trouble with subdirectories.
  402. File: kpathsea.info,  Node: Subdirectory problems,  Up: Subdirectory expansion
  403. Subdirectory problems
  404. .....................
  405.   Perhaps the first problem is best put as a question-and-answer.
  406.   Question: I know all about slow starting TeX `:-)'.  How do I
  407. organize the directory scheme to avoid the slowness, while at the same
  408. time enjoying a structured inputs directory?
  409.   (Naturally, this applies to any Kpathsea-using program, not just TeX.)
  410.   I will give the false Short Answer first, then the Real Explanation.
  411.   The Short Answer: in your equivalent of `/usr/local/lib/tex/macros//'
  412. and `.../fonts//', make each subdirectory contain either 1) only
  413. directories; or 2) only files.
  414.   As long as you do not have (literally) hundreds of subdirectories,
  415. this should cure the problem.  It has in every case I have been told
  416. about.
  417.   The Real Explanation: the thing that makes TeX slow is calling `stat'
  418. (if you don't know what `stat' (2) is, ignore this explanation) on "too
  419. many" pathnames, where "too many" is some nebulous number depending on
  420. things like whether the filesystem is NFS-mounted or not, whether it's
  421. on a fast disk, whether your Fast File System implementation is really
  422. Fast, etc., etc.
  423.   (Side note: If you're curious, you can find this number by writing a
  424. program that does nothing but read filenames (presumably from a file)
  425. and stat them, and see how many pathnames make the execution time
  426. noticeable.  On the systems I use (Suns with an NFS-mounted directory,
  427. ISC 2.2.1 and a local directory), it's several hundred, at least.  On an
  428. NFS-mounted directory under Solaris 2.1, 150 is quite slow, according to
  429. `hammer@kis.uni-freiburg.de'.)
  430.   Whether or not it's directories or files that are being stat-ed is
  431. irrelevant (this is why the Short Answer is false).  It's sheer numbers
  432. that count.
  433.   If you think your directory structure is ok, and you're still
  434. experiencing slowness, I advise running TeX (or whatever program) under
  435. a debugger, setting the bit `DEBUG_STAT' in the variable
  436. `kpathsea_debug' (see `debug.h') to one and seeing exactly what is
  437. getting stat-ed.  If only  few things are getting stat-ed, and TeX is
  438. still slow, tell me.
  439.   I should also mention "the trick", which I stole from GNU find.
  440. (Matthew Farwell `<dylan@ibmpcug.co.uk>' suggested it, and David
  441. MacKenzie `<djm@gnu.ai.mit.edu>' implemented it, as far as I know.)
  442.   The trick is that in every real Unix implementation (that I know
  443. about) (as opposed to the POSIX specification), a directory which
  444. contains no subdirectories will have exactly two links (specifically,
  445. one each for `.' and `..').  That is to say, the `st_nlink' field in
  446. the stat structure will be two.  Thus, the path searching code doesn't
  447. have to stat every entry in the bottom-level directories--it can check
  448. `st_nlink', and if it's two, it knows there are no subdirectories.
  449.   But if you have a directory that contains *one* subdirectory and five
  450. hundred files, `st_nlink' will be 3, and Kpathsea has to stat every one
  451. of those 501 entries.  Therein lies slowness.
  452.   You can disable the trick by undefining UNIX_`ST_LINK' in
  453. `kpathsea/config.h'.
  454.   The subdirectory searching has one other known (and irreconciliable)
  455. deficiency.  If a directory D being searched for subdirectories
  456. contains plain files and symbolic links to other directories, but no
  457. true subdirectories, D will be considered a leaf directory, i.e., the
  458. symbolic links will not be followed.
  459.   The directory immediately followed by the `//', however, is always
  460. searched for subdirectories, even if it is a "leaf".  We do this since
  461. presumably you would not have asked for the directory to be searched
  462. for subdirectories if you didn't want it to be.
  463.   This is a consequence of the trick explained above.  You can work
  464. around this problem by creating an empty dummy subdirectory in D; then
  465. D will no longer be a leaf, and the symlinks will be followed.
  466. File: kpathsea.info,  Node: Path specification example,  Prev: Subdirectory expansion,  Up: Directory list generation
  467. Path specification example
  468. --------------------------
  469.   For example, the following value for an environment variable says to
  470. search the following: the current user's `fonts' directory and alll its
  471. subdirectories, then the directory `fonts' in user `karl's home
  472. directory, and finally the system default directories specified at
  473. compilation time.
  474.      ~/fonts//:~karl/fonts:
  475. File: kpathsea.info,  Node: File lookups,  Prev: Directory list generation,  Up: Path specifications
  476. File lookups
  477. ============
  478.   Given the directory list generated from the rules in the previous
  479. section, looking up a file presents no problem at all: we just look in
  480. each directory in the list in turn, and return the first one found.
  481.   The only complication is if the filename is absolute or explicitly
  482. relative, i.e., (under Unix-like operating systems) starts with `/' or
  483. `./' or `../'.  Then the library does not use the directory list at
  484. all.  Instead, the file is simply searched for in the given directory.
  485.   In an attempt to speed lookups, the directory in which a file is found
  486. is floated to the top of the directory list. This helps in the common
  487. case of several files in the same directory being searched for.
  488. File: kpathsea.info,  Node: TeX support,  Next: Copying,  Prev: Path specifications,  Up: Top
  489. TeX support
  490. ***********
  491.   Although the basic features in Kpathsea can be used for any type of
  492. path searching, I wrote Kpathsea specifically for TeX system programs.
  493. I had been struggling with the programs I was using (Dvips, Xdvi, and
  494. TeX itself) having slightly different notions of how to specify paths;
  495. and debugging was painful, since no code was shared.
  496.   Therefore, Kpathsea provides some TeX-specific features.  Indeed,
  497. many of the supposedly generic path searching features were provided
  498. because it seemed useful in conTeXt, particularly for font lookup.
  499. * Menu:
  500. * Envvars: TeX environment variables.    Overriding compiled-in paths.
  501. * Glyph lookup::            Searching for bitmap fonts.
  502. File: kpathsea.info,  Node: TeX environment variables,  Next: Glyph lookup,  Up: TeX support
  503. TeX environment variables
  504. =========================
  505.   Kpathsea defines a sequence of environment variables to search for
  506. each type of TeX file.  This makes it easy for different programs to
  507. check the same environment variables, in the same order.
  508.   The following table lists the environment variables searched for each
  509. file type in the order they are searched (and a brief description of the
  510. file type).  That is, only if the first variable is unset is the second
  511. variable checked, and so on.  If none are set, a default set at
  512. compilation time is used.
  513. `.base'
  514.      (Metafont memory dump) `MFBASES'
  515. `.bib'
  516.      (BibTeX source) `BIBINPUTS'
  517. `.bst'
  518.      (BibTeX style file) `BSTINPUTS', `TEXINPUTS'
  519. `.fmt'
  520.      (TeX memory dump) `TEXFORMATS'
  521.      (generic font bitmap) `GFFONTS', `GLYPHFONTS', `TEXFONTS'
  522. `.mf'
  523.      (Metafont source) `MFINPUTS'
  524. `mf.pool'
  525.      (Metafont program strings) `MFPOOL'
  526.      (packed bitmap font) `PKFONTS', `TEXPKS', `GLYPHFONTS', `TEXFONTS'
  527. `.tex'
  528.      (TeX source) `TEXINPUTS'
  529. `tex.pool'
  530.      (TeX program strings) `TEXPOOL'
  531. `.tfm'
  532.      (TeX font metrics) `TFMFONTS', `TEXFONTS'
  533. `.vf'
  534.      (virtual font) `VFFONTS', `TEXFONTS'
  535. These lists are defined in the source file `kpathsea/filefmt.h'.
  536.   For the font variables, the intent is that:
  537.   1. `TEXFONTS' is the default for everything.
  538.   2. `GLYPHFONTS' the default for bitmap (or, more precisely,
  539.      non-metric) files.
  540.   3. Each format has its own variable.
  541.   4. Not shown in the table is that each program can and should have
  542.      its own path as well--`XDVIFONTS' and `DVIPSFONTS' in the case of
  543.      Xdvik and Dvipsk.
  544. File: kpathsea.info,  Node: Glyph lookup,  Prev: TeX environment variables,  Up: TeX support
  545. Glyph lookup
  546. ============
  547.   Kpathsea provides a routine (`kpse_find_glyph_format' in
  548. `kpathsea/tex-glyph.c') which searches for a bitmap font in GF or PK
  549. format (or either) given a font name (e.g., `cmr10') and a resolution
  550. (e.g., 300).
  551.   The search is based solely on filenames, not file contents--if a PK
  552. file is named `cmr10.300gf', it will be found as a GF file.
  553.   Here is an outline of the search strategy (details in the sections
  554. below) for a file NAME at resolution DPI.  The search stops at the
  555. first successful lookup.
  556.   1. Look for an existing file NAME.DPI in the specified formats.
  557.   2. If NAME is an alias for a file A in some "fontmap" file, look for
  558.      A.DPI.
  559.   3. Run an external script (typically named `MakeTeXPK') to generate
  560.      the font.
  561.   4. Look for FALLBACK.DPI, where FALLBACK is some last-resort font
  562.      (typically `cmr10').
  563. * Menu:
  564. * Basic glyph lookup::        Features common to all glyph lookups.
  565. * Fontmap::            Aliases for fonts.
  566. * MakeTeX... scripts::        Creating files on the fly.
  567. * Fallback font::        Resolutions and fonts of last resort.
  568. File: kpathsea.info,  Node: Basic glyph lookup,  Next: Fontmap,  Up: Glyph lookup
  569. Basic glyph lookup
  570. ------------------
  571.   When Kpathsea looks for a bitmap font NAME at resolution DPI in a
  572. format FORMAT, it first checks if a file `NAME.DPIFORMAT' exists; for
  573. example, `cmr10.300pk'.  Kpathsea looks for a PK file first, then a GF
  574. file.
  575.   If that fails, Kpathsea looks for a font with a close-enough DPI.
  576. "Close enough" is defined (by the macro `KPSE_BITMAP_TOLERANCE' in
  577. `kpathsea/tex-glyph.h') to be `DPI / 500 + 1', which is slightly more
  578. than the 0.2% allowed by the DVI standard.
  579.   The filename is not hardwired to `NAME.DPIFORMAT'; you can change it
  580. by setting the environment variable `KPATHSEA_BITMAP_NAME' to a
  581. different specification.  The default spec is
  582.      $KPATHSEA_NAME.$KPATHSEA_DPI$KPATHSEA_FORMAT
  583. Kpathsea sets these environment variables as it runs, as appropriate
  584. for each lookup.  You can use any environment variables you like, not
  585. just these, in the spec.
  586. File: kpathsea.info,  Node: Fontmap,  Next: MakeTeX... scripts,  Prev: Basic glyph lookup,  Up: Glyph lookup
  587. Fontmap
  588. -------
  589.   If a bitmap font is not found, Kpathsea looks through any "fontmap"
  590. files for an "alias" for the original font name.  I implemented this
  591. for two reasons:
  592.   1. An alias name is limited in length only by your available memory,
  593.      not by whatever bizarre limitations your filesystem might impose.
  594.      Therefore, if you want to ask for
  595.      `Adobe-Lucida-Bold-Sans=Typewriter--10' instead of `plcbst10', you
  596.      can.
  597.   2. A few fonts have historically had multiple names: specifically,
  598.      LaTeX's "circle font" has variously been known as `circle10',
  599.      `lcircle10', and `lcirc10'.  Aliases can make all the names
  600.      equivalent, so that it no longer matters what the name of the
  601.      installed file is; TeX documents will find their favorite name.
  602.   The format of fontmap files that implement these ideas is
  603. straightforward: the first word on each line is the true filename; the
  604. second word is the alias; subsequent words are ignored.  A "word" is
  605. just a sequence of non-whitespace characters.  Blank lines are ignored;
  606. comments start with `%' and continue to end-of-line.
  607.   If an alias has an extension, it matches only those files with that
  608. extension; otherwise, it matches anything with the same root,
  609. regardless of extension.  For example, an alias `foo.tfm' matches only
  610. when exactly `foo.tfm' is being searched for; but an alias `foo'
  611. matches `foo.vf', `foo.300pk', or whatever.
  612.   As an example, here are the fontmap entries that make the circle fonts
  613. equivalent:
  614.      circle10    lcircle10
  615.      circle10    lcirc10
  616.      lcircle10    circle10
  617.      lcircle10    lcirc10
  618.      lcirc10        circle10
  619.      lcirc10        lcircle10
  620. File: kpathsea.info,  Node: MakeTeX... scripts,  Next: Fallback font,  Prev: Fontmap,  Up: Glyph lookup
  621. `MakeTeX'... scripts
  622. --------------------
  623.   If Kpathsea cannot find a bitmap font, by either its original name or
  624. a fontmap alias, it can be configured to invoke an external program to
  625. create it.  The same mechanism can be used for other nonexistent files.
  626.   The script is passed the name of the file to create and possibly other
  627. arguments, as explained below.  It must echo the full pathname of the
  628. file it created (and nothing else) to standard output; it can write
  629. diagnostics to standard error.
  630. * Menu:
  631. * MakeTeX... script names::
  632. * MakeTeX... script arguments::
  633. File: kpathsea.info,  Node: MakeTeX... script names,  Next: MakeTeX... script arguments,  Up: MakeTeX... scripts
  634. `MakeTeX'... script names
  635. .........................
  636.   The following table shows the default name of the script for each
  637. possible file types.  (The source is the variable `kpse_make_specs' in
  638. `kpathsea/tex-make.c'.)
  639. `MakeTeXPK'
  640.      Glyph fonts.
  641. `MakeTeXTeX'
  642.      TeX input files.
  643. `MakeTeXMF'
  644.      Metafont input files.
  645. `MakeTeXTFM'
  646.      TFM files.
  647. These names are overridden by an environment variable specific to the
  648. program--`DVIPSMAKEPK' and `XDVIMAKEPK', in the case of Dvipsk and
  649. Xdvik.
  650. File: kpathsea.info,  Node: MakeTeX... script arguments,  Prev: MakeTeX... script names,  Up: MakeTeX... scripts
  651. `MakeTeX'... script arguments
  652. .............................
  653.   The first argument to a `MakeTeX'... script is always the name of the
  654. file to be created.  In the case of `MakeTeXPK', there are three or
  655. four additional arguments passed, via corresponding environment
  656. variables:
  657.   1. The dpi to make the font at (`KPATHSEA_DPI').
  658.   2. The "base dpi" the program is operating at (`MAKETEX_BASE_DPI'),
  659.      i.e., the assumed resolution of the output device.
  660.   3. A "magstep" string suitable for assigning to the Metafont `mag'
  661.      variable (`MAKETEX_MAG').
  662.   4. Optionally, a Metafont mode name for assigning to the Metafont
  663.      `mode' variable (`MAKETEX_MODE').
  664.   5. Optionally, a directory name. If the directory is absolute, it is
  665.      used as-is. Otherwise, it is appended to the root destination
  666.      directory set at compile-time (the Make variable `mtp_destdir').
  667.      If this argument is not supplied, the mode name is appended to
  668.      `mtp_destdir'.
  669. Kpathsea sets `KPATHSEA_DPI' appropriately for each attempt at building
  670. a font.  It's up to the program using Kpathsea to set the others.
  671.   You can change the specification for the arguments passed to the
  672. external script by setting the environment variable named as the script
  673. name, but all capitals--`MAKETEXPK', for example.  If you've changed
  674. the script name by setting (say) `DVIPSMAKEPK' to `foo', then the spec
  675. is taken from the environment variable `FOO'.
  676.   The spec can contain any variable references, to the above variables
  677. or any others you might have set.  As an example, the default spec for
  678. `MakeTeXPK' is
  679.      $KPATHSEA_DPI $MAKETEX_BASE_DPI $MAKETEX_MAG $MAKETEX_MODE
  680. The convention of passing the name of the file to be created as the
  681. first argument cannot be changed.
  682. File: kpathsea.info,  Node: Fallback font,  Prev: MakeTeX... scripts,  Up: Glyph lookup
  683. Fallback font
  684. -------------
  685.   If a bitmap font cannot be found or created at the requested size,
  686. Kpathsea looks for the font at a set of "fallback resolutions".  You
  687. specify these resolutions as a colon-separated list (like search paths).
  688. Kpathsea looks first for a program-specific environment variable
  689. (`DVIPSSIZES' and `XDVISIZES', in the case of Dvipsk and Xdvik), then
  690. the environment variable `TEXSIZES', then a default specified at
  691. compilation time (the Make variable `default_texsizes').  You can set
  692. this list to be empty if you prefer to find fonts at their stated size
  693. or not at all.
  694.   Finally, if the font cannot be found even at the fallback resolutions,
  695. Kpathsea looks for a fallback font, typically `cmr10'.  Programs must
  696. enable this feature by assigning to the global variable
  697. `kpse_fallback_font'; the default is no such fallback font.
  698. File: kpathsea.info,  Node: Copying,  Next: Freedom,  Prev: TeX support,  Up: Top
  699. GNU GENERAL PUBLIC LICENSE
  700. **************************
  701.                          Version 2, June 1991
  702.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  703.      675 Mass Ave, Cambridge, MA 02139, USA
  704.      
  705.      Everyone is permitted to copy and distribute verbatim copies
  706.      of this license document, but changing it is not allowed.
  707. Preamble
  708. ========
  709.   The licenses for most software are designed to take away your freedom
  710. to share and change it.  By contrast, the GNU General Public License is
  711. intended to guarantee your freedom to share and change free
  712. software--to make sure the software is free for all its users.  This
  713. General Public License applies to most of the Free Software
  714. Foundation's software and to any other program whose authors commit to
  715. using it.  (Some other Free Software Foundation software is covered by
  716. the GNU Library General Public License instead.)  You can apply it to
  717. your programs, too.
  718.   When we speak of free software, we are referring to freedom, not
  719. price.  Our General Public Licenses are designed to make sure that you
  720. have the freedom to distribute copies of free software (and charge for
  721. this service if you wish), that you receive source code or can get it
  722. if you want it, that you can change the software or use pieces of it in
  723. new free programs; and that you know you can do these things.
  724.   To protect your rights, we need to make restrictions that forbid
  725. anyone to deny you these rights or to ask you to surrender the rights.
  726. These restrictions translate to certain responsibilities for you if you
  727. distribute copies of the software, or if you modify it.
  728.   For example, if you distribute copies of such a program, whether
  729. gratis or for a fee, you must give the recipients all the rights that
  730. you have.  You must make sure that they, too, receive or can get the
  731. source code.  And you must show them these terms so they know their
  732. rights.
  733.   We protect your rights with two steps: (1) copyright the software, and
  734. (2) offer you this license which gives you legal permission to copy,
  735. distribute and/or modify the software.
  736.   Also, for each author's protection and ours, we want to make certain
  737. that everyone understands that there is no warranty for this free
  738. software.  If the software is modified by someone else and passed on, we
  739. want its recipients to know that what they have is not the original, so
  740. that any problems introduced by others will not reflect on the original
  741. authors' reputations.
  742.   Finally, any free program is threatened constantly by software
  743. patents.  We wish to avoid the danger that redistributors of a free
  744. program will individually obtain patent licenses, in effect making the
  745. program proprietary.  To prevent this, we have made it clear that any
  746. patent must be licensed for everyone's free use or not licensed at all.
  747.   The precise terms and conditions for copying, distribution and
  748. modification follow.
  749.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  750.   1. This License applies to any program or other work which contains a
  751.      notice placed by the copyright holder saying it may be distributed
  752.      under the terms of this General Public License.  The "Program",
  753.      below, refers to any such program or work, and a "work based on
  754.      the Program" means either the Program or any derivative work under
  755.      copyright law: that is to say, a work containing the Program or a
  756.      portion of it, either verbatim or with modifications and/or
  757.      translated into another language.  (Hereinafter, translation is
  758.      included without limitation in the term "modification".)  Each
  759.      licensee is addressed as "you".
  760.      Activities other than copying, distribution and modification are
  761.      not covered by this License; they are outside its scope.  The act
  762.      of running the Program is not restricted, and the output from the
  763.      Program is covered only if its contents constitute a work based on
  764.      the Program (independent of having been made by running the
  765.      Program).  Whether that is true depends on what the Program does.
  766.   2. You may copy and distribute verbatim copies of the Program's
  767.      source code as you receive it, in any medium, provided that you
  768.      conspicuously and appropriately publish on each copy an appropriate
  769.      copyright notice and disclaimer of warranty; keep intact all the
  770.      notices that refer to this License and to the absence of any
  771.      warranty; and give any other recipients of the Program a copy of
  772.      this License along with the Program.
  773.      You may charge a fee for the physical act of transferring a copy,
  774.      and you may at your option offer warranty protection in exchange
  775.      for a fee.
  776.   3. You may modify your copy or copies of the Program or any portion
  777.      of it, thus forming a work based on the Program, and copy and
  778.      distribute such modifications or work under the terms of Section 1
  779.      above, provided that you also meet all of these conditions:
  780.        a. You must cause the modified files to carry prominent notices
  781.           stating that you changed the files and the date of any change.
  782.        b. You must cause any work that you distribute or publish, that
  783.           in whole or in part contains or is derived from the Program
  784.           or any part thereof, to be licensed as a whole at no charge
  785.           to all third parties under the terms of this License.
  786.        c. If the modified program normally reads commands interactively
  787.           when run, you must cause it, when started running for such
  788.           interactive use in the most ordinary way, to print or display
  789.           an announcement including an appropriate copyright notice and
  790.           a notice that there is no warranty (or else, saying that you
  791.           provide a warranty) and that users may redistribute the
  792.           program under these conditions, and telling the user how to
  793.           view a copy of this License.  (Exception: if the Program
  794.           itself is interactive but does not normally print such an
  795.           announcement, your work based on the Program is not required
  796.           to print an announcement.)
  797.      These requirements apply to the modified work as a whole.  If
  798.      identifiable sections of that work are not derived from the
  799.      Program, and can be reasonably considered independent and separate
  800.      works in themselves, then this License, and its terms, do not
  801.      apply to those sections when you distribute them as separate
  802.      works.  But when you distribute the same sections as part of a
  803.      whole which is a work based on the Program, the distribution of
  804.      the whole must be on the terms of this License, whose permissions
  805.      for other licensees extend to the entire whole, and thus to each
  806.      and every part regardless of who wrote it.
  807.      Thus, it is not the intent of this section to claim rights or
  808.      contest your rights to work written entirely by you; rather, the
  809.      intent is to exercise the right to control the distribution of
  810.      derivative or collective works based on the Program.
  811.      In addition, mere aggregation of another work not based on the
  812.      Program with the Program (or with a work based on the Program) on
  813.      a volume of a storage or distribution medium does not bring the
  814.      other work under the scope of this License.
  815.   4. You may copy and distribute the Program (or a work based on it,
  816.      under Section 2) in object code or executable form under the terms
  817.      of Sections 1 and 2 above provided that you also do one of the
  818.      following:
  819.        a. Accompany it with the complete corresponding machine-readable
  820.           source code, which must be distributed under the terms of
  821.           Sections 1 and 2 above on a medium customarily used for
  822.           software interchange; or,
  823.        b. Accompany it with a written offer, valid for at least three
  824.           years, to give any third party, for a charge no more than your
  825.           cost of physically performing source distribution, a complete
  826.           machine-readable copy of the corresponding source code, to be
  827.           distributed under the terms of Sections 1 and 2 above on a
  828.           medium customarily used for software interchange; or,
  829.        c. Accompany it with the information you received as to the offer
  830.           to distribute corresponding source code.  (This alternative is
  831.           allowed only for noncommercial distribution and only if you
  832.           received the program in object code or executable form with
  833.           such an offer, in accord with Subsection b above.)
  834.      The source code for a work means the preferred form of the work for
  835.      making modifications to it.  For an executable work, complete
  836.      source code means all the source code for all modules it contains,
  837.      plus any associated interface definition files, plus the scripts
  838.      used to control compilation and installation of the executable.
  839.      However, as a special exception, the source code distributed need
  840.      not include anything that is normally distributed (in either
  841.      source or binary form) with the major components (compiler,
  842.      kernel, and so on) of the operating system on which the executable
  843.      runs, unless that component itself accompanies the executable.
  844.      If distribution of executable or object code is made by offering
  845.      access to copy from a designated place, then offering equivalent
  846.      access to copy the source code from the same place counts as
  847.      distribution of the source code, even though third parties are not
  848.      compelled to copy the source along with the object code.
  849.   5. You may not copy, modify, sublicense, or distribute the Program
  850.      except as expressly provided under this License.  Any attempt
  851.      otherwise to copy, modify, sublicense or distribute the Program is
  852.      void, and will automatically terminate your rights under this
  853.      License.  However, parties who have received copies, or rights,
  854.      from you under this License will not have their licenses
  855.      terminated so long as such parties remain in full compliance.
  856.   6. You are not required to accept this License, since you have not
  857.      signed it.  However, nothing else grants you permission to modify
  858.      or distribute the Program or its derivative works.  These actions
  859.      are prohibited by law if you do not accept this License.
  860.      Therefore, by modifying or distributing the Program (or any work
  861.      based on the Program), you indicate your acceptance of this
  862.      License to do so, and all its terms and conditions for copying,
  863.      distributing or modifying the Program or works based on it.
  864.   7. Each time you redistribute the Program (or any work based on the
  865.      Program), the recipient automatically receives a license from the
  866.      original licensor to copy, distribute or modify the Program
  867.      subject to these terms and conditions.  You may not impose any
  868.      further restrictions on the recipients' exercise of the rights
  869.      granted herein.  You are not responsible for enforcing compliance
  870.      by third parties to this License.
  871.   8. If, as a consequence of a court judgment or allegation of patent
  872.      infringement or for any other reason (not limited to patent
  873.      issues), conditions are imposed on you (whether by court order,
  874.      agreement or otherwise) that contradict the conditions of this
  875.      License, they do not excuse you from the conditions of this
  876.      License.  If you cannot distribute so as to satisfy simultaneously
  877.      your obligations under this License and any other pertinent
  878.      obligations, then as a consequence you may not distribute the
  879.      Program at all.  For example, if a patent license would not permit
  880.      royalty-free redistribution of the Program by all those who
  881.      receive copies directly or indirectly through you, then the only
  882.      way you could satisfy both it and this License would be to refrain
  883.      entirely from distribution of the Program.
  884.      If any portion of this section is held invalid or unenforceable
  885.      under any particular circumstance, the balance of the section is
  886.      intended to apply and the section as a whole is intended to apply
  887.      in other circumstances.
  888.      It is not the purpose of this section to induce you to infringe any
  889.      patents or other property right claims or to contest validity of
  890.      any such claims; this section has the sole purpose of protecting
  891.      the integrity of the free software distribution system, which is
  892.      implemented by public license practices.  Many people have made
  893.      generous contributions to the wide range of software distributed
  894.      through that system in reliance on consistent application of that
  895.      system; it is up to the author/donor to decide if he or she is
  896.      willing to distribute software through any other system and a
  897.      licensee cannot impose that choice.
  898.      This section is intended to make thoroughly clear what is believed
  899.      to be a consequence of the rest of this License.
  900.   9. If the distribution and/or use of the Program is restricted in
  901.      certain countries either by patents or by copyrighted interfaces,
  902.      the original copyright holder who places the Program under this
  903.      License may add an explicit geographical distribution limitation
  904.      excluding those countries, so that distribution is permitted only
  905.      in or among countries not thus excluded.  In such case, this
  906.      License incorporates the limitation as if written in the body of
  907.      this License.
  908.  10. The Free Software Foundation may publish revised and/or new
  909.      versions of the General Public License from time to time.  Such
  910.      new versions will be similar in spirit to the present version, but
  911.      may differ in detail to address new problems or concerns.
  912.      Each version is given a distinguishing version number.  If the
  913.      Program specifies a version number of this License which applies
  914.      to it and "any later version", you have the option of following
  915.      the terms and conditions either of that version or of any later
  916.      version published by the Free Software Foundation.  If the Program
  917.      does not specify a version number of this License, you may choose
  918.      any version ever published by the Free Software Foundation.
  919.  11. If you wish to incorporate parts of the Program into other free
  920.      programs whose distribution conditions are different, write to the
  921.      author to ask for permission.  For software which is copyrighted
  922.      by the Free Software Foundation, write to the Free Software
  923.      Foundation; we sometimes make exceptions for this.  Our decision
  924.      will be guided by the two goals of preserving the free status of
  925.      all derivatives of our free software and of promoting the sharing
  926.      and reuse of software generally.
  927.                                 NO WARRANTY
  928.  12. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  929.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  930.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  931.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  932.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  933.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  934.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  935.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  936.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  937.      SERVICING, REPAIR OR CORRECTION.
  938.  13. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  939.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  940.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  941.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  942.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  943.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  944.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  945.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  946.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  947.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  948.                       END OF TERMS AND CONDITIONS
  949. Appendix: How to Apply These Terms to Your New Programs
  950. =======================================================
  951.   If you develop a new program, and you want it to be of the greatest
  952. possible use to the public, the best way to achieve this is to make it
  953. free software which everyone can redistribute and change under these
  954. terms.
  955.   To do so, attach the following notices to the program.  It is safest
  956. to attach them to the start of each source file to most effectively
  957. convey the exclusion of warranty; and each file should have at least
  958. the "copyright" line and a pointer to where the full notice is found.
  959.      ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
  960.      Copyright (C) 19YY  NAME OF AUTHOR
  961.      
  962.      This program is free software; you can redistribute it and/or modify
  963.      it under the terms of the GNU General Public License as published by
  964.      the Free Software Foundation; either version 2 of the License, or
  965.      (at your option) any later version.
  966.      
  967.      This program is distributed in the hope that it will be useful,
  968.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  969.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  970.      GNU General Public License for more details.
  971.      
  972.      You should have received a copy of the GNU General Public License
  973.      along with this program; if not, write to the Free Software
  974.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  975.   Also add information on how to contact you by electronic and paper
  976. mail.
  977.   If the program is interactive, make it output a short notice like this
  978. when it starts in an interactive mode:
  979.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  980.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  981.      This is free software, and you are welcome to redistribute it
  982.      under certain conditions; type `show c' for details.
  983.   The hypothetical commands `show w' and `show c' should show the
  984. appropriate parts of the General Public License.  Of course, the
  985. commands you use may be called something other than `show w' and `show
  986. c'; they could even be mouse-clicks or menu items--whatever suits your
  987. program.
  988.   You should also get your employer (if you work as a programmer) or
  989. your school, if any, to sign a "copyright disclaimer" for the program,
  990. if necessary.  Here is a sample; alter the names:
  991.      Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  992.      `Gnomovision' (which makes passes at compilers) written by James Hacker.
  993.      
  994.      SIGNATURE OF TY COON, 1 April 1989
  995.      Ty Coon, President of Vice
  996.   This General Public License does not permit incorporating your
  997. program into proprietary programs.  If your program is a subroutine
  998. library, you may consider it more useful to permit linking proprietary
  999. applications with the library.  If this is what you want to do, use the
  1000. GNU Library General Public License instead of this License.
  1001. File: kpathsea.info,  Node: Freedom,  Next: Index,  Prev: Copying,  Up: Top
  1002. Regain your programming freedom
  1003. *******************************
  1004.   Until a few years ago, programmers in the United States could write
  1005. any program they wished.  This freedom has now been taken away by two
  1006. developments: software patents, which grant the patent holder an
  1007. absolute monopoly on some programming technique, and user interface
  1008. copyright, which forbid compatible implementations of an existing user
  1009. interface.
  1010.   In Europe, especially through the GATT treaty, things are rapidly
  1011. approaching the same pass.
  1012. * Menu:
  1013. * Software patents::            Algorithm monopolies.
  1014. * User interface copyright::    Forbidding upward-compatibility.
  1015. * What to do?::                 What to do?
  1016. File: kpathsea.info,  Node: Software patents,  Next: User interface copyright,  Up: Freedom
  1017. Software patents
  1018. ================
  1019.   The U.S. Patent and Trademark Office has granted numerous software
  1020. patents on software techniques.  Patents are an absolute
  1021. monopoly--independent reinvention is precluded.  This monopoly lasts
  1022. for seventeen years, i.e., forever (with respect to computer science).
  1023.   One patent relevant to TeX is patent 4,956,809, issued to the Mark
  1024. Williams company on September 11, 1990, applied for in 1982, which
  1025. covers (among other things)
  1026.      representing in a standardized order consisting of a standard
  1027.      binary structure file stored on auxiliary memory or transported on
  1028.      a communications means, said standardized order being different
  1029.      from a different order used on at least one of the different
  1030.      computers;
  1031.      Converting in each of the different computers binary data read
  1032.      from an auxiliary data storage or communications means from the
  1033.      standardized order to the natural order of the respective host
  1034.      computer after said binary data are read from said auxiliary data
  1035.      storage or communications means and before said binary data are
  1036.      used by the respective host computer; and
  1037.      Converting in each of the different computers binary data written
  1038.      into auxiliary data storage or communications means from the
  1039.      natural order of the respective host computer to the standardized
  1040.      order prior to said writing.
  1041. ... in other words, storing data on disk in a machine-independent
  1042. order, as the DVI, TFM, GF, and PK file formats specify.  Even though
  1043. TeX is "prior art" in this respect, the patent was granted (the patent
  1044. examiners not being computer scientists, even less computer
  1045. typographers).  Since there is a strong presumption in the courts of a
  1046. patent's validity once it has been granted, there is a good chance that
  1047. users or implementors of TeX could be successfully sued on the issue.
  1048.   As another example, the X window system, which was intended to be able
  1049. to be used freely by everyone, is now being threatened by two patents:
  1050. 4,197,590 on the use of exclusive-or to redraw cursors, held by Cadtrak,
  1051. a litigation company (this has been upheld twice in court); and
  1052. 4,555,775, held by AT&T, on the use of backing store to redraw windows
  1053. quickly.
  1054.   Here is one excerpt from a recent mailing by the League for
  1055. Programming Freedom (*note What to do?::.) which I feel sums up the
  1056. situation rather well.  It comes from an article in `Think' magazine,
  1057. issue #5, 1990.  The comments after the quote were written by Richard
  1058. Stallman.
  1059.          "You get value from patents in two ways," says Roger Smith, IBM
  1060.         Assistant General Counsel, intellectual property law.
  1061.      "Through fees,     and through licensing negotiations that give
  1062.      IBM access to other     patents.
  1063.      "The IBM patent portfolio gains us the freedom to do what we need
  1064.      to     do through cross-licensing--it gives us access to the
  1065.      inventions of     others that are the key to rapid innovation.
  1066.      Access is far more     valuable to IBM than the fees it receives
  1067.      from its 9,000 active     patents.  There's no direct calculation
  1068.      of this value, but it's many     times larger than the fee income,
  1069.      perhaps an order of magnitude     larger."
  1070.   This information should dispel the belief that the patent system will
  1071. "protect" a small software developer from competition from IBM.  IBM
  1072. can always find patents in its collection which the small developer is
  1073. infringing, and thus obtain a cross-license.
  1074.   However, the patent system does cause trouble for the smaller
  1075. companies which, like IBM, need access to patented techniques in order
  1076. to do useful work in software.  Unlike IBM, the smaller companies do
  1077. not have 9,000 patents and cannot usually get a cross-license.  No
  1078. matter how hard they try, they cannot have enough patents to do this.
  1079.   Only the elimination of patents from the software field can enable
  1080. most software developers to continue with their work.
  1081.   The value IBM gets from cross-licensing is a measure of the amount of
  1082. harm that the patent system would do to IBM if IBM could not avoid it.
  1083. IBM's estimate is that the trouble could easily be ten times the good
  1084. one can expect from one's own patents--even for a company with 9,000 of
  1085. them.
  1086. File: kpathsea.info,  Node: User interface copyright,  Next: What to do?,  Prev: Software patents,  Up: Freedom
  1087. User interface copyright
  1088. ========================
  1089.   (This section is copied from the GCC manual, by Richard Stallman.)
  1090.      This section is a political message from the League for Programming
  1091.      Freedom to the users of the GNU font utilities.  It is included
  1092.      here as an expression of support for the League on my part.
  1093.   Apple, Lotus and Xerox are trying to create a new form of legal
  1094. monopoly: a copyright on a class of user interfaces.  These monopolies
  1095. would cause serious problems for users and developers of computer
  1096. software and systems.
  1097.   Until a few years ago, the law seemed clear: no one could restrict
  1098. others from using a user interface; programmers were free to implement
  1099. any interface they chose.  Imitating interfaces, sometimes with changes,
  1100. was standard practice in the computer field.  The interfaces we know
  1101. evolved gradually in this way; for example, the Macintosh user interface
  1102. drew ideas from the Xerox interface, which in turn drew on work done at
  1103. Stanford and SRI.  1-2-3 imitated VisiCalc, and dBase imitated a
  1104. database program from JPL.
  1105.   Most computer companies, and nearly all computer users, were happy
  1106. with this state of affairs.  The companies that are suing say it does
  1107. not offer "enough incentive" to develop their products, but they must
  1108. have considered it "enough" when they made their decision to do so.  It
  1109. seems they are not satisfied with the opportunity to continue to compete
  1110. in the marketplace--not even with a head start.
  1111.   If Xerox, Lotus, and Apple are permitted to make law through the
  1112. courts, the precedent will hobble the software industry:
  1113.    * Gratuitous incompatibilities will burden users.  Imagine if each
  1114.      car manufacturer had to arrange the pedals in a different order.
  1115.    * Software will become and remain more expensive.  Users will be
  1116.      "locked in" to proprietary interfaces, for which there is no real
  1117.      competition.
  1118.    * Large companies have an unfair advantage wherever lawsuits become
  1119.      commonplace.  Since they can easily afford to sue, they can
  1120.      intimidate small companies with threats even when they don't
  1121.      really have a case.
  1122.    * User interface improvements will come slower, since incremental
  1123.      evolution through creative imitation will no longer be permitted.
  1124.    * Even Apple, etc., will find it harder to make improvements if they
  1125.      can no longer adapt the good ideas that others introduce, for fear
  1126.      of weakening their own legal positions.  Some users suggest that
  1127.      this stagnation may already have started.
  1128.    * If you use GNU software, you might find it of some concern that
  1129.      user interface copyright will make it hard for the Free Software
  1130.      Foundation to develop programs compatible with the interfaces that
  1131.      you already know.
  1132. File: kpathsea.info,  Node: What to do?,  Prev: User interface copyright,  Up: Freedom
  1133. What to do?
  1134. ===========
  1135.   (This section is copied from the GCC manual, by Richard Stallman.)
  1136.   To protect our freedom from lawsuits like these, a group of
  1137. programmers and users have formed a new grass-roots political
  1138. organization, the League for Programming Freedom.
  1139.   The purpose of the League is to oppose new monopolistic practices such
  1140. as user-interface copyright and software patents; it calls for a return
  1141. to the legal policies of the recent past, in which these practices were
  1142. not allowed.  The League is not concerned with free software as an
  1143. issue, and not affiliated with the Free Software Foundation.
  1144.   The League's membership rolls include John McCarthy, inventor of Lisp,
  1145. Marvin Minsky, founder of the Artificial Intelligence lab, Guy L.
  1146. Steele, Jr., author of well-known books on Lisp and C, as well as
  1147. Richard Stallman, the developer of GNU CC.  Please join and add your
  1148. name to the list.  Membership dues in the League are $42 per year for
  1149. programmers, managers and professionals; $10.50 for students; $21 for
  1150. others.
  1151.   The League needs both activist members and members who only pay their
  1152. dues.
  1153.   To join, or for more information, phone (617) 492-0023 or write to:
  1154.      League for Programming Freedom
  1155.      1 Kendall Square #143
  1156.      P.O. Box 9171
  1157.      Cambridge, MA 02139
  1158.   You can also send electronic mail to `league@prep.ai.mit.edu'.
  1159.   Here are some suggestions from the League for things you can do to
  1160. protect your freedom to write programs:
  1161.    * Don't buy from Xerox, Lotus or Apple.  Buy from their competitors
  1162.      or from the defendants they are suing.
  1163.    * Don't develop software to work with the systems made by these
  1164.      companies.
  1165.    * Port your existing software to competing systems, so that you
  1166.      encourage users to switch.
  1167.    * Write letters to company presidents to let them know their conduct
  1168.      is unacceptable.
  1169.    * Tell your friends and colleagues about this issue and how it
  1170.      threatens to ruin the computer industry.
  1171.    * Above all, don't work for the look-and-feel plaintiffs, and don't
  1172.      accept contracts from them.
  1173.    * Write to Congress to explain the importance of this issue.
  1174.           House Subcommittee on Intellectual Property
  1175.           2137 Rayburn Bldg
  1176.           Washington, DC 20515
  1177.           
  1178.           Senate Subcommittee on Patents, Trademarks and Copyrights
  1179.           United States Senate
  1180.           Washington, DC 20510
  1181.      (These committees have received lots of mail already; let's give
  1182.      them even more.)
  1183.   Express your opinion!  You can make a difference.
  1184. File: kpathsea.info,  Node: Index,  Prev: Freedom,  Up: Top
  1185. Index
  1186. *****
  1187. * Menu:
  1188. * #! in configure script:               configure.
  1189. * $:                                    Variable expansion.
  1190. * %% in path specifications:            Filename database.
  1191. * -exec-prefix option to configure:     configure.
  1192. * -no-create option to configure:       configure.
  1193. * -prefix option to configure:          configure.
  1194. * -recheck option to config.status:     configure.
  1195. * -v option to configure:               configure.
  1196. * .base:                                TeX environment variables.
  1197. * .bib:                                 TeX environment variables.
  1198. * .bst:                                 TeX environment variables.
  1199. * .fmt:                                 TeX environment variables.
  1200. * .gf:                                  TeX environment variables.
  1201. * .mf:                                  TeX environment variables.
  1202. * .pk:                                  TeX environment variables.
  1203. * .pool:                                TeX environment variables.
  1204. * .pool:                                TeX environment variables.
  1205. * .tex:                                 TeX environment variables.
  1206. * .tfm:                                 TeX environment variables.
  1207. * .vf:                                  TeX environment variables.
  1208. * / may not be /:                       Directory list generation.
  1209. * //:                                   Subdirectory expansion.
  1210. * /dev/null:                            configure.
  1211. * /usr/local default prefix:            configure.
  1212. * : may not be ::                       Directory list generation.
  1213. * :::                                   Default expansion.
  1214. * MakeTeX... script names:              MakeTeX... script names.
  1215. * MakeTeX... scripts:                   MakeTeX... scripts.
  1216. * $HOME searchin caveat:                Default paths.
  1217. * root peculiarities:                   Default paths.
  1218. * ~ searching caveat:                   Default paths.
  1219. * TeX environment variables:            TeX environment variables.
  1220. * TeX features:                         TeX support.
  1221. * TeX glyph lookup:                     Glyph lookup.
  1222. * absolute filenames:                   File lookups.
  1223. * aliases for fonts:                    Fontmap.
  1224. * architecture dependencies and installation: configure.
  1225. * arguments to MakeTeX...:              MakeTeX... script arguments.
  1226. * Autoconf:                             configure.
  1227. * base dpi:                             MakeTeX... script arguments.
  1228. * basic glyph lookup:                   Basic glyph lookup.
  1229. * BIBINPUTS:                            TeX environment variables.
  1230. * BSTINPUTS:                            TeX environment variables.
  1231. * bug address:                          Bugs.
  1232. * bugs, reporting:                      Bugs.
  1233. * c-auto.h, editing:                    Installation.
  1234. * CC variable for configuration:        configure.
  1235. * cc warnings:                          Bugs.
  1236. * circle fonts:                         Fontmap.
  1237. * common features in glyph lookup:      Basic glyph lookup.
  1238. * compilation:                          Installation.
  1239. * compilation in another directory:     configure.
  1240. * compilation value, source for path:   Directory list generation.
  1241. * conditions for use:                   Introduction.
  1242. * config.status:                        configure.
  1243. * configuration:                        Installation.
  1244. * configuration file, source for path:  Directory list generation.
  1245. * configuration problems, fixing properly: configure.
  1246. * configure:                            Installation.
  1247. * configure output, suppressing:        configure.
  1248. * configure script, running:            configure.
  1249. * configure.in:                         configure.
  1250. * database for filename searches:       Filename database.
  1251. * database, format of:                  Database format.
  1252. * debug.h:                              Subdirectory problems.
  1253. * debugging slow startup time:          Subdirectory problems.
  1254. * DEBUG_STAT:                           Subdirectory problems.
  1255. * default expansion:                    Default expansion.
  1256. * default_texsizes:                     Fallback font.
  1257. * DEFS variable for configuration:      configure.
  1258. * destination directory for MakeTeXPK:  MakeTeX... script arguments.
  1259. * directories, changing default installation: Default paths.
  1260. * directory list generation:            Directory list generation.
  1261. * doubled colon, in paths:              Default expansion.
  1262. * DVIPSFONTS:                           TeX environment variables.
  1263. * DVIPSMAKEPK:                          MakeTeX... script names.
  1264. * DVIPSSIZES:                           Fallback font.
  1265. * environment variable, source for path: Directory list generation.
  1266. * environment variables for TeX:        TeX environment variables.
  1267. * environment variables in paths:       Variable expansion.
  1268. * excessive startup time:               Subdirectory problems.
  1269. * expansion, default:                   Default expansion.
  1270. * expansion, in paths:                  Directory list generation.
  1271. * expansion, subdirectory:              Subdirectory expansion.
  1272. * expansion, tilde:                     Tilde expansion.
  1273. * expansion, variable:                  Variable expansion.
  1274. * explicitly relative filenames:        File lookups.
  1275. * externally-built filename database:   Filename database.
  1276. * extra colons in paths:                Default expansion.
  1277. * fallback font:                        Fallback font.
  1278. * fallback resolutions:                 Fallback font.
  1279. * filename database:                    Filename database.
  1280. * filename lookup:                      File lookups.
  1281. * filenames, absolute or explicitly relative: File lookups.
  1282. * font alias files:                     Fontmap.
  1283. * font of last resort:                  Fallback font.
  1284. * fontmap files:                        Fontmap.
  1285. * fontnames, unlimited length:          Fontmap.
  1286. * format of external database:          Database format.
  1287. * freedom, programming:                 Freedom.
  1288. * fundamental purpose:                  Introduction.
  1289. * generation of directory lists:        Directory list generation.
  1290. * GFFONTS:                              TeX environment variables.
  1291. * glyph lookup:                         Glyph lookup.
  1292. * glyph lookup bitmap tolerance:        Basic glyph lookup.
  1293. * GLYPHFONTS:                           TeX environment variables.
  1294. * GLYPHFONTS:                           TeX environment variables.
  1295. * GNU General Public License:           Introduction.
  1296. * GNU Library General Public License:   Introduction.
  1297. * home directories in paths:            Tilde expansion.
  1298. * illegal pointer combination warnings: Bugs.
  1299. * INSTALL variable for configuration:   configure.
  1300. * installation:                         Installation.
  1301. * installation directories:             configure.
  1302. * installation directories, changing default: Default paths.
  1303. * installation prefix, default:         configure.
  1304. * interface copyright:                  User interface copyright.
  1305. * interface, not frozen:                Introduction.
  1306. * introduction:                         Introduction.
  1307. * kpathsea/filefmt.h:                   TeX environment variables.
  1308. * kpathsea/paths.h:                     Default paths.
  1309. * kpathsea/tex-glyph.c:                 Glyph lookup.
  1310. * KPATHSEA_BITMAP_NAME:                 Basic glyph lookup.
  1311. * kpathsea_debug:                       Subdirectory problems.
  1312. * KPATHSEA_DPI:                         MakeTeX... script arguments.
  1313. * KPSE_BITMAP_TOLERANCE:                Basic glyph lookup.
  1314. * kpse_find_glyph_format:               Glyph lookup.
  1315. * kpse_make_specs:                      MakeTeX... script names.
  1316. * last-resort font:                     Fallback font.
  1317. * lazy evaluation:                      Path specifications.
  1318. * leaf directories wrongly guessed:     Subdirectory problems.
  1319. * leaf directory trick:                 Subdirectory problems.
  1320. * LIBS variable for configuration:      configure.
  1321. * license for using the library:        Introduction.
  1322. * lookup of filenames:                  File lookups.
  1323. * ls-R database file:                   Filename database.
  1324. * MacKenzie, David:                     configure.
  1325. * mag Metafont variable:                MakeTeX... script arguments.
  1326. * magic characters:                     Directory list generation.
  1327. * magstep for MakeTeXPK:                MakeTeX... script arguments.
  1328. * Makefile, editing:                    Installation.
  1329. * MakeTeXMF:                            MakeTeX... script names.
  1330. * MakeTeXPK:                            MakeTeX... script names.
  1331. * MAKETEXPK environment variable:       MakeTeX... script arguments.
  1332. * MakeTeXTeX:                           MakeTeX... script names.
  1333. * MakeTeXTFM:                           MakeTeX... script names.
  1334. * MAKETEX_BASE_DPI:                     MakeTeX... script arguments.
  1335. * MAKETEX_MAG:                          MakeTeX... script arguments.
  1336. * MAKETEX_MODE:                         Default paths.
  1337. * MAKETEX_MODE:                         MakeTeX... script arguments.
  1338. * Metafont mode name for MakeTeXPK:     MakeTeX... script arguments.
  1339. * MFBASES:                              TeX environment variables.
  1340. * MFINPUTS:                             TeX environment variables.
  1341. * MFPOOL:                               TeX environment variables.
  1342. * mode Metafont variable:               MakeTeX... script arguments.
  1343. * mtp_destdir:                          MakeTeX... script arguments.
  1344. * names for MakeTeX... scripts:         MakeTeX... script names.
  1345. * NO_FOIL_X_WCHAR_T:                    wchar_t.
  1346. * patents, software:                    Software patents.
  1347. * path specification:                   Path specifications.
  1348. * path specification, example:          Path specification example.
  1349. * PATH, . omitted from:                 configure.
  1350. * paths, changing default:              Default paths.
  1351. * paths.h:                              Default paths.
  1352. * PKFONTS:                              TeX environment variables.
  1353. * pointer combination warnings:         Bugs.
  1354. * prefix Make variable:                 configure.
  1355. * prefix for installation directories:  configure.
  1356. * prefix, installation default:         configure.
  1357. * problems with subdirectory searching: Subdirectory problems.
  1358. * programs using the library:           Introduction.
  1359. * putenv:                               putenv.
  1360. * recursion from /:                     Default paths.
  1361. * relative filenames:                   File lookups.
  1362. * reporting bugs:                       Bugs.
  1363. * resolutions, last-resort:             Fallback font.
  1364. * rms:                                  User interface copyright.
  1365. * scripts for file creation:            MakeTeX... scripts.
  1366. * search path specification:            Path specifications.
  1367. * searching for glyphs:                 Glyph lookup.
  1368. * slow startup time:                    Subdirectory problems.
  1369. * SMART_PUTENV:                         putenv.
  1370. * software patents:                     Software patents.
  1371. * sources for path:                     Directory list generation.
  1372. * specification for MakeTeXPK:          MakeTeX... script arguments.
  1373. * specifying search paths:              Path specifications.
  1374. * st_nlink:                             Subdirectory problems.
  1375. * subdirectory searching:               Subdirectory expansion.
  1376. * subdirectory searching problems:      Subdirectory problems.
  1377. * suppressing configure output:         configure.
  1378. * symbolic links not found:             Subdirectory problems.
  1379. * tex-k@cs.umb.edu bug address:         Bugs.
  1380. * tex-make.c:                           MakeTeX... script names.
  1381. * TEXFONTS:                             TeX environment variables.
  1382. * TEXFONTS:                             TeX environment variables.
  1383. * TEXFONTS:                             TeX environment variables.
  1384. * TEXFONTS:                             TeX environment variables.
  1385. * TEXFORMATS:                           TeX environment variables.
  1386. * TEXINPUTS:                            TeX environment variables.
  1387. * TEXINPUTS:                            TeX environment variables.
  1388. * TEXPKS:                               TeX environment variables.
  1389. * TEXPOOL:                              TeX environment variables.
  1390. * TEXSIZES:                             Fallback font.
  1391. * TFMFONTS:                             TeX environment variables.
  1392. * tilde expansion:                      Tilde expansion.
  1393. * tolerance for glyph lookup:           Basic glyph lookup.
  1394. * trick for detecting leaf directories: Subdirectory problems.
  1395. * UNIX_ST_LINK:                         Subdirectory problems.
  1396. * user interface copyright:             User interface copyright.
  1397. * variable expansion:                   Variable expansion.
  1398. * verbose configure messages, suppressing: configure.
  1399. * VFFONTS:                              TeX environment variables.
  1400. * VPATH:                                configure.
  1401. * warnings, pointer combinations:       Bugs.
  1402. * XDVIFONTS:                            TeX environment variables.
  1403. * XDVIMAKEPK:                           MakeTeX... script names.
  1404. * XDVISIZES:                            Fallback font.
  1405. * ~:                                    Tilde expansion.
  1406. Tag Table:
  1407. Node: Top
  1408. Node: Introduction
  1409. Node: Installation
  1410. Node: System dependencies
  1411. Node: Default paths
  1412. Node: wchar_t
  1413. Node: putenv
  1414. Node: configure
  1415. Node: Bugs
  1416. 13939
  1417. Node: Path specifications
  1418. 15122
  1419. Node: Filename database
  1420. 16179
  1421. Node: Database format
  1422. 17967
  1423. Node: Directory list generation
  1424. 18837
  1425. Node: Default expansion
  1426. 20210
  1427. Node: Tilde expansion
  1428. 20625
  1429. Node: Variable expansion
  1430. 20999
  1431. Node: Subdirectory expansion
  1432. 21577
  1433. Node: Subdirectory problems
  1434. 22369
  1435. Node: Path specification example
  1436. 26270
  1437. Node: File lookups
  1438. 26768
  1439. Node: TeX support
  1440. 27595
  1441. Node: TeX environment variables
  1442. 28383
  1443. Node: Glyph lookup
  1444. 30110
  1445. Node: Basic glyph lookup
  1446. 31284
  1447. Node: Fontmap
  1448. 32271
  1449. Node: MakeTeX... scripts
  1450. 34026
  1451. Node: MakeTeX... script names
  1452. 34705
  1453. Node: MakeTeX... script arguments
  1454. 35320
  1455. Node: Fallback font
  1456. 37189
  1457. Node: Copying
  1458. 38137
  1459. Node: Freedom
  1460. 57293
  1461. Node: Software patents
  1462. 58062
  1463. Node: User interface copyright
  1464. 62400
  1465. Node: What to do?
  1466. 65283
  1467. Node: Index
  1468. 67925
  1469. End Tag Table
  1470.