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