[BACK]Return to txi-ja.tex CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc

Annotation of OpenXM/src/asir-doc/txi-ja.tex, Revision 1.1

1.1     ! noro        1: % txi-ja.tex -- adaptation to Japanese for texinfo.tex.
        !             2: % $Id: txi-ja.tex,v 1.0 1999/08/19 $
        !             3: %
        !             4: % Copyright (C) 1999 Free Software Foundation, Inc.
        !             5: %
        !             6: % This program is free software; you can redistribute it and/or modify
        !             7: % it under the terms of the GNU General Public License as published by
        !             8: % the Free Software Foundation; either version 2, or (at your option)
        !             9: % any later version.
        !            10: %
        !            11: % This program is distributed in the hope that it will be useful,
        !            12: % but WITHOUT ANY WARRANTY; without even the implied warranty of
        !            13: % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        !            14: % GNU General Public License for more details.
        !            15: %
        !            16: % You should have received a copy of the GNU General Public License
        !            17: % along with this program; if not, write to the Free Software
        !            18: % Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
        !            19: %
        !            20: \gdef\putwordAppendix{付記}
        !            21: \gdef\putwordChapter{Chapter}
        !            22: %%
        !            23: \gdef\putwordNoTitle{無題}
        !            24: %%
        !            25: %% New defintion for the output of months.
        !            26: \gdef\putwordMJan{1月}
        !            27: \gdef\putwordMFeb{2月}
        !            28: \gdef\putwordMMar{3月}
        !            29: \gdef\putwordMApr{4月}
        !            30: \gdef\putwordMMai{5月}
        !            31: \gdef\putwordMJun{6月}
        !            32: \gdef\putwordMJul{7月}
        !            33: \gdef\putwordMAug{8月}
        !            34: \gdef\putwordMSep{9月}
        !            35: \gdef\putwordMOct{10月}
        !            36: \gdef\putwordMNov{11月}
        !            37: \gdef\putwordMDec{12月}
        !            38: %%
        !            39: \hyphenation{mini-buf-fer mini-buf-fers}
        !            40: \hyphenation{eshell}
        !            41: \hyphenation{white-space}
        !            42: %%
        !            43: \gdef\putwordIndexNonexistent{(Index はありません)}
        !            44: \gdef\putwordIndexIsEmpty{(Index は空です)}
        !            45: %%
        !            46: \gdef\today{%
        !            47:   \number\year 年\space
        !            48:   \ifcase\month
        !            49:   \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
        !            50:   \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
        !            51:   \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
        !            52:   \fi
        !            53:   \number\day 日}
        !            54: %%

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>