README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. $Id$
  2. texinfo/doc/README
  3. Copyright 2002, 2011 Free Software Foundation, Inc.
  4. Copying and distribution of this file, with or without modification,
  5. are permitted in any medium without royalty provided the copyright
  6. notice and this notice are preserved.
  7. This directory contains documentation on the Texinfo system and the TeX
  8. sources needed to process Texinfo sources. We recommend using the
  9. texi2dvi included in this distribution to run a Texinfo manual through
  10. TeX to produce a DVI file.
  11. The .tex files are not installed automatically because TeX installations
  12. vary so widely. Installing them in the wrong place would give a false
  13. sense of security. So, you should simply cp *.tex to the appropriate
  14. place. If your installation follows the TeX Directory Structure
  15. standard (http://tug.org/tds/), this will be the directory
  16. TEXMF/tex/texinfo/ for texinfo.tex, and TEXMF/tex/generic/epsf/ for
  17. epsf.tex.
  18. It is also possible to put these .tex files in a `local' place instead
  19. of overwriting existing ones, but this is more complicated. See your TeX
  20. documentation in general and the texmf.cnf file in particular for information.
  21. If you add files to your TeX installations, not just replace existing
  22. ones, you very likely have to update your ls-R file; do this by
  23. running the mktexlsr command.
  24. You can get the latest texinfo.tex from
  25. ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex (and all GNU mirrors)
  26. ftp://tug.org/tex/texinfo.tex (and all CTAN mirrors)
  27. or from the gnulib project on Savannah (among other places).
  28. If you have problems with the texinfo.tex in this distribution, please check
  29. for a newer version.