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
|
\input docstrip
\keepsilent
\ifToplevel{\askonceonly}
\usedir{tex/platex/base}
\Msg{*** Generating the pLaTeX class files ***}
\preamble
Copyright (c) 2010 ASCII MEDIA WORKS
Copyright (c) 2016-2019 Japanese TeX Development Community
This file is part of the pLaTeX2e system (community edition).
-------------------------------------------------------------
\endpreamble
%
% 横組用クラスファイル
%
\generate{
\file{jarticle.cls}{\from{jclasses.dtx}{article,yoko}}
\file{jreport.cls}{\from{jclasses.dtx}{report,yoko}}
\file{jbook.cls}{\from{jclasses.dtx}{book,yoko}}
\file{jsize10.clo}{\from{jclasses.dtx}{10pt,yoko}}
\file{jsize11.clo}{\from{jclasses.dtx}{11pt,yoko}}
\file{jsize12.clo}{\from{jclasses.dtx}{12pt,yoko}}
\file{jbk10.clo}{\from{jclasses.dtx}{10pt,bk,yoko}}
\file{jbk11.clo}{\from{jclasses.dtx}{11pt,bk,yoko}}
\file{jbk12.clo}{\from{jclasses.dtx}{12pt,bk,yoko}}
}
%
% 縦組用クラスファイル
%
\generate{
\file{tarticle.cls}{\from{jclasses.dtx}{article,tate}}
\file{treport.cls}{\from{jclasses.dtx}{report,tate}}
\file{tbook.cls}{\from{jclasses.dtx}{book,tate}}
\file{tsize10.clo}{\from{jclasses.dtx}{10pt,tate}}
\file{tsize11.clo}{\from{jclasses.dtx}{11pt,tate}}
\file{tsize12.clo}{\from{jclasses.dtx}{12pt,tate}}
\file{tbk10.clo}{\from{jclasses.dtx}{10pt,bk,tate}}
\file{tbk11.clo}{\from{jclasses.dtx}{11pt,bk,tate}}
\file{tbk12.clo}{\from{jclasses.dtx}{12pt,bk,tate}}
}
\endbatchfile
|