1 | % English non-translation for texinfo.tex. This is read when a source
|
---|
2 | % document says @documentlanguage en (which might happen after another
|
---|
3 | % @documentlanguage). The actual values are the same as defaults.
|
---|
4 | % $Id: txi-en.tex,v 1.3 2004/04/11 17:56:45 karl Exp $
|
---|
5 | %
|
---|
6 | % Copyright (C) 1999 Free Software Foundation.
|
---|
7 | %
|
---|
8 | % This program is free software; you can redistribute it and/or modify
|
---|
9 | % it under the terms of the GNU General Public License as published by
|
---|
10 | % the Free Software Foundation; either version 2 of the License, or
|
---|
11 | % (at your option) any later version.
|
---|
12 | %
|
---|
13 | % This program is distributed in the hope that it will be useful,
|
---|
14 | % but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
15 | % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
16 | % GNU General Public License for more details.
|
---|
17 | %
|
---|
18 | % You should have received a copy of the GNU General Public License
|
---|
19 | % along with this program; if not, write to the Free Software
|
---|
20 | % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
---|
21 |
|
---|
22 | \gdef\putwordAppendix{Appendix}
|
---|
23 | \gdef\putwordChapter{Chapter}
|
---|
24 | \gdef\putwordfile{file}
|
---|
25 | \gdef\putwordin{in}
|
---|
26 | \gdef\putwordIndexIsEmpty{(Index is empty)}
|
---|
27 | \gdef\putwordIndexNonexistent{(Index is nonexistent)}
|
---|
28 | \gdef\putwordInfo{Info}
|
---|
29 | \gdef\putwordInstanceVariableof{Instance Variable of}
|
---|
30 | \gdef\putwordMethodon{Method on}
|
---|
31 | \gdef\putwordNoTitle{No Title}
|
---|
32 | \gdef\putwordof{of}
|
---|
33 | \gdef\putwordon{on}
|
---|
34 | \gdef\putwordpage{page}
|
---|
35 | \gdef\putwordsection{section}
|
---|
36 | \gdef\putwordSection{Section}
|
---|
37 | \gdef\putwordsee{see}
|
---|
38 | \gdef\putwordSee{See}
|
---|
39 | \gdef\putwordShortTOC{Short Contents}
|
---|
40 | \gdef\putwordTOC{Table of Contents}
|
---|
41 | %
|
---|
42 | \gdef\putwordMJan{January}
|
---|
43 | \gdef\putwordMFeb{February}
|
---|
44 | \gdef\putwordMMar{March}
|
---|
45 | \gdef\putwordMApr{April}
|
---|
46 | \gdef\putwordMMay{May}
|
---|
47 | \gdef\putwordMJun{June}
|
---|
48 | \gdef\putwordMJul{July}
|
---|
49 | \gdef\putwordMAug{August}
|
---|
50 | \gdef\putwordMSep{September}
|
---|
51 | \gdef\putwordMOct{October}
|
---|
52 | \gdef\putwordMNov{November}
|
---|
53 | \gdef\putwordMDec{December}
|
---|
54 | %
|
---|
55 | \gdef\putwordDefmac{Macro}
|
---|
56 | \gdef\putwordDefspec{Special Form}
|
---|
57 | \gdef\putwordDefvar{Variable}
|
---|
58 | \gdef\putwordDefopt{User Option}
|
---|
59 | \gdef\putwordDeffunc{Function}
|
---|
60 |
|
---|
61 | % Produces Day Month Year style of output.
|
---|
62 | \def\today{%
|
---|
63 | \number\day\space
|
---|
64 | \ifcase\month
|
---|
65 | \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
|
---|
66 | \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
|
---|
67 | \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
|
---|
68 | \fi
|
---|
69 | \space\number\year}
|
---|