summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-10 16:41:08 +0000
committerKarl Berry <karl@freefriends.org>2016-05-10 16:41:08 +0000
commit446a1062c38803cf8c0bedb9025c9192ce4b5fa4 (patch)
treedc41c5802657c5f8eca880ef784c730ae2b2d617 /Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex
parent780dd0f222b797bf295f18b82227c158a4ca74fb (diff)
ptex-base split from ptex (1may16)
git-svn-id: svn://tug.org/texlive/trunk@41002 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex')
-rw-r--r--Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex b/Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex
new file mode 100644
index 00000000000..40bd682ce04
--- /dev/null
+++ b/Master/texmf-dist/tex/ptex/ptex-base/ascii-jplain.tex
@@ -0,0 +1,47 @@
+% This is the jplain TeX format
+%
+% (C)copyright ASCII corporation,1987,1995,1997
+%
+\input plain
+\catcode`@=11 % at signs are no longer letters
+\def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later
+ \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
+ \nobreak#1\@sf\vfootnote{#1}}
+\catcode`@=12 % at signs are no longer letters
+%
+\font\tenmin=min10 % mincho(KANJI)
+\font\preloaded=min9
+\font\preloaded=min8
+\font\sevenmin=min7
+\font\preloaded=min6
+\font\fivemin=min5
+%
+\font\tengt=goth10 % gothic(KANJI)
+\font\preloaded=goth9
+\font\preloaded=goth8
+\font\sevengt=goth7
+\font\preloaded=goth6
+\font\fivegt=goth5
+%
+\newfam\minfam % \min is family 8
+\newfam\gtfam % \gt is family 9
+%
+\def\mc{\fam\minfam\tenmin}%
+\textfont\minfam=\tenmin\scriptfont\minfam=\sevenmin%
+\scriptscriptfont\minfam=\fivemin
+%
+\def\gt{\fam\gtfam\tengt}%
+\textfont\gtfam=\tengt\scriptfont\gtfam=\sevengt%
+\scriptscriptfont\gtfam=\fivegt
+%
+\input kinsoku
+\mc % select mincho font
+\kanjiskip=0pt plus .4pt minus .4pt
+%\xkanjiskip=2.5pt plus 1pt minus 1pt
+\xkanjiskip=.25zw plus 1pt minus 1pt
+\autospacing\autoxspacing
+\jcharwidowpenalty=500
+%
+% identifies the current format
+\def\fmtname{jplain}
+\def\fmtversion{3.14159 j1.0a}