• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

refcard/H03-Jul-2021-1,283955

tp_api/H03-May-2022-6,8565,592

Makefile.amH A D01-Jan-20214.8 KiB12375

Makefile.inH A D03-May-202274.4 KiB2,1161,973

Makefile.in.bakH A D03-Jul-202174.4 KiB2,1162,032

READMEH A D01-Jul-20211.8 KiB4332

epsf.texH A D25-Aug-201926.5 KiB654652

fdl.texiH A D16-Feb-202122.9 KiB506421

info-stnd.texiH A D22-Nov-202091.4 KiB2,5512,134

short-sample-ja.texiH A D22-Nov-20201 KiB6543

stamp-1H A D03-Jul-202197 54

stamp-vtiH A D03-Jul-202188 54

texinfo-ja.texH A D01-Dec-20192.6 KiB8580

texinfo-tex-test.WIDOWsH A D01-Dec-20193.6 KiB113112

texinfo-tex-test.texiH A D25-Apr-202145.3 KiB1,9841,519

texinfo.texH A D03-May-2022365.6 KiB11,61310,793

texinfo.texiH A D08-Jun-2021808 KiB23,72518,773

txi-ca.texH A D25-Aug-20191.9 KiB6358

txi-cs.texH A D01-Dec-20192.3 KiB7773

txi-de.texH A D01-Dec-20192.4 KiB8278

txi-en.texH A D01-Dec-20192.3 KiB7469

txi-es.texH A D01-Dec-20192 KiB6459

txi-fi.texH A D22-Nov-20202.2 KiB7574

txi-fr.texH A D01-Dec-20192.4 KiB7670

txi-hu.texH A D01-Dec-20192.7 KiB9085

txi-is.texH A D25-Aug-20192.3 KiB7066

txi-it.texH A D01-Dec-20192.1 KiB7065

txi-ja.texH A D22-Nov-202020.9 KiB657571

txi-nb.texH A D01-Dec-20192.2 KiB7268

txi-nl.texH A D01-Dec-20192.1 KiB7065

txi-nn.texH A D25-Aug-2019778 1918

txi-pl.texH A D01-Dec-20192.3 KiB7470

txi-pt.texH A D01-Dec-20192.1 KiB7268

txi-ru.texH A D01-Dec-20192.3 KiB7368

txi-sr.texH A D01-Dec-20192.2 KiB7267

txi-tr.texH A D01-Dec-20192.5 KiB8177

txi-uk.texH A D01-Dec-20192.2 KiB7267

version-stnd.texiH A D03-Jul-202197 54

version.texiH A D03-Jul-202188 54

README

1texinfo/doc/README
2
3  Copyright 2002-2021 Free Software Foundation, Inc.
4
5  Copying and distribution of this file, with or without modification,
6  are permitted in any medium without royalty provided the copyright
7  notice and this notice are preserved.
8
9This directory contains documentation on the Texinfo system and the TeX
10sources needed to process Texinfo sources.
11
12The .tex files are not installed automatically because TeX
13installations vary so widely.  Installing them in the wrong place
14would give a false sense of security.  So to allow "\input texinfo"
15in your Texinfo files to find the correct version of texinfo.tex,
16you should simply cp *.tex to the appropriate place.
17
18If your installation follows the TeX Directory Structure
19standard (http://tug.org/tds/), this place will be the directory
20TEXMF/tex/texinfo/ for texinfo.tex, and TEXMF/tex/generic/epsf/ for
21epsf.tex, where TEXMF is a root of a TeX hierachy.
22
23It is possible to put these .tex files in a `local' place instead
24of overwriting existing ones.  You might find  where this is by running
25`kpsewhich -var-value TEXMFLOCAL'.
26
27If you add files to your TeX installations, not just replace existing
28ones, you very likely will also have to update your ls-R file; do
29this by running the mktexlsr command.
30
31For information on how or where to install files, see your TeX documentation
32in general (i.e. web2c and kpathsea manuals), and the texmf.cnf file.
33
34An alternative is to copy texinfo.tex to the same directory as your
35Texinfo manual, but this is not especially recommended.
36
37You can get the latest texinfo.tex from
38ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex (and all GNU mirrors)
39ftp://tug.org/tex/texinfo.tex (and all CTAN mirrors)
40or from the gnulib project on Savannah (among other places).
41If you have problems with the texinfo.tex in this distribution, please check
42for a newer version.
43