head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2017.03.26.15.01.53; author mef; state dead; branches; next 1.1; commitid BfYGwBpExIKMs4Lz; 1.1 date 2017.03.25.13.51.50; author mef; state Exp; branches; next ; commitid OIB0rdNF57Lz3WKz; desc @@ 1.2 log @Revert tex-ptex to tex-ptex-3.2pl41220, and remove platex, thanks markd@@ @ text @\NeedsTeXFormat{pLaTeX2e} \ProvidesClass{plnews}[1997/02/01 v1.0a Standard pLaTeX class] \InputIfFileExists{polnews.cfg}% {\ClassInfo{plnews}{Using local configuration file}}% {\ClassInfo{plnews}{No local configuration file}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{plnews}} \ProcessOptions \LoadClass[a4j,twocolumn,oneside]{jarticle} \RequirePackage{shortvrb} \MakeShortVerb{\|} \setlength{\footskip}{15mm} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \maketitle parameters. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{p\LaTeX~$B%K%e!<%9(B} \newcommand{\@@titlefont}{\normalfont\Huge} \newcommand{\publicationmonth}{\renewcommand{\@@month}} \newcommand{\@@month}{\ClassError{ltnews} {No \protect\publicationmonth~given}\@@eha} \newcommand{\publicationyear}{\renewcommand{\@@year}} \newcommand{\@@year}{\ClassError{ltnews} {No \protect\publicationyear~given}\@@eha} \newcommand{\publicationissue}{\renewcommand{\@@issue}} \newcommand{\@@issue}{\ClassError{ltnews} {No \protect\publicationissue~given}\@@eha} \newcommand{\issuename}{Issue} \renewcommand{\maketitle}{% \twocolumn[{% \parbox[t][7\baselineskip]{\textwidth}{% \@@titlefont\@@title\hspace{3mm}% \normalsize $BBh(B{\@@issue}$B9f(B\\[\medskipamount] \normalfont{\@@year}$BG/(B{\@@month}$B7n(B~$BH/9T(B\\ $B:n@@.3\relax\@@toodeep\else \advance\@@itemdepth\@@ne \edef\@@itemitem{labelitem\romannumeral\the\@@itemdepth}% \expandafter \list{\csname \@@itemitem\endcsname}{% \iftdir \ifnum \@@listdepth=\@@ne \topsep.5\normalbaselineskip \else\topsep\z@@\fi \labelwidth1zw \labelsep.3zw \ifnum \@@itemdepth =\@@ne \leftmargin1zw\relax \else\leftmargin\leftskip\fi \advance\leftmargin 1zw \fi \parskip\z@@ \itemsep\z@@ \parsep\z@@ % KN 1998/08/10 \def\makelabel##1{\hss\llap{##1}}}% \fi}{\endlist} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % misc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\file#1{\textsf{#1}} \def\option#1{\texttt{#1}} \xspcode"5C=3 % \ \xspcode"3C=3 % < \xspcode"3E=3 % > \endinput @ 1.1 log @Fix problem when processing simple file as I can't find the format file `platex.fmt'! This change is proposed as http://mail-index.netbsd.org/pkgsrc-users/2017/03/25/msg024627.html The interim fix is picking the files up from previous texlive release and put them in files directory. And copy them after extract. PKGREVISION++. Tks gdt@@ for OK, and tks bsh@@ for finding out the problem. @ text @@