blob: 1e2d13cd0b62c2070988445ae658dddcf09fbdf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
%% japanese.ins
%%
%% Docstrip installation instruction file
%% for the `japanese' package (Japanese support for Babel)
%%
%%
\def\batchfile{japanese.ins}
\input docstrip.tex
\expandafter\ifx\csname declarepreamble\endcsname\relax
\Msg{==> This file requires docstrip version 2.4}
\Msg{}\expandafter\endinput\fi
\keepsilent
\preamble
This file is part of the `japanese' package,
providing Japanese language support for Babel.
Copyright (C) 1999--2007 by ING (Toru INAGAKI)
2016-- by Japanese TeX Development Community
This package is free software that can be redistributed and/or
modified under the terms of the LaTeX Project Public License.
Previous version of this work was written by ING, based on ideas
from bookworm, Tony and Ohishi.
Current maintainer is Japanese TeX Development Community.
Please report errors to
Japanese TeX Development Community Issue List <issue@texjp.org>
or, GitHub repository is also available:
https://github.com/texjporg/babel-japanese
\endpreamble
\declarepreamble\emptypreamble
\endpreamble
\Msg{*** Generating files ***}
\generateFile{japanese.ldf}{f}{\from{japanese.dtx}{code}}
\usepreamble\emptypreamble
\generateFile{japanese-sample.tex}{f}{\from{japanese.dtx}{sample}}
\endbatchfile
%%
%% End of file `japanese.ins'.
|