1 | % txi-es.tex -- TeX macros to handle Spanish language documents.
|
---|
2 | %
|
---|
3 | % Copyright (C) 1999 by Adrian Perez Jorge
|
---|
4 | %
|
---|
5 | % This txi-es.tex file is free software; you can redistribute it and/or
|
---|
6 | % modify it under the terms of the GNU General Public License as
|
---|
7 | % published by the Free Software Foundation; either version 2, or (at
|
---|
8 | % your option) any later version.
|
---|
9 | %
|
---|
10 | % This txi-es.tex file is distributed in the hope that it will be
|
---|
11 | % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
---|
12 | % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
13 | % General Public License for more details.
|
---|
14 | %
|
---|
15 |
|
---|
16 | %
|
---|
17 | % Set up fixed words for Spanish.
|
---|
18 | %
|
---|
19 |
|
---|
20 | \gdef\putwordAppendix{Ap\'endice}
|
---|
21 | \gdef\putwordChapter{Cap\'{\char16{}}tulo}
|
---|
22 | \gdef\putwordfile{archivo}
|
---|
23 | \gdef\putwordIndexIsEmpty{(El \'Indice est\'a vac\'{\char16{}}o)}
|
---|
24 | \gdef\putwordIndexNonexistent{(No existe el \'Indice)}
|
---|
25 | \gdef\putwordInfo{Info}
|
---|
26 | \gdef\putwordMethodon{M\'etodo de}
|
---|
27 | \gdef\putwordNoTitle{Sin T\'{\char{16}}tulo}
|
---|
28 | \gdef\putwordof{de}
|
---|
29 | \gdef\putwordon{de}
|
---|
30 | \gdef\putwordpage{p\'agina}
|
---|
31 | \gdef\putwordsection{secci\'on}
|
---|
32 | \gdef\putwordSection{Secci\'on}
|
---|
33 | \gdef\putwordsee{v\'ease}
|
---|
34 | \gdef\putwordSee{V\'ease}
|
---|
35 | \gdef\putwordShortTOC{Resumen del Contenido}
|
---|
36 | \gdef\putwordTOC{\'Indice General}
|
---|
37 | %
|
---|
38 | \gdef\putwordMJan{enero}
|
---|
39 | \gdef\putwordMFeb{febrero}
|
---|
40 | \gdef\putwordMMar{marzo}
|
---|
41 | \gdef\putwordMApr{abril}
|
---|
42 | \gdef\putwordMMay{mayo}
|
---|
43 | \gdef\putwordMJun{junio}
|
---|
44 | \gdef\putwordMJul{julio}
|
---|
45 | \gdef\putwordMAug{agosto}
|
---|
46 | \gdef\putwordMSep{septiembre}
|
---|
47 | \gdef\putwordMOct{octubre}
|
---|
48 | \gdef\putwordMNov{noviembre}
|
---|
49 | \gdef\putwordMDec{diciembre}
|
---|
50 | %
|
---|
51 | \gdef\putwordDefmac{Macro}
|
---|
52 | \gdef\putwordDefspec{Forma Especial}
|
---|
53 | \gdef\putwordDefivar{Variable de Instancia}
|
---|
54 | \gdef\putwordDefvar{Variable}
|
---|
55 | \gdef\putwordDefopt{Opci\'on de Usuario}
|
---|
56 | \gdef\putwordDeffunc{Funci\'on}
|
---|
57 |
|
---|
58 | \endinput
|
---|