-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
2,806 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#! /bin/sh -vx | ||
# Copyright 2024 Japanese TeX Development Community <[email protected]> | ||
# You may freely use, modify and/or distribute this file. | ||
|
||
BinDir=${BinDir:-.} | ||
ExeExt=${ExeExt:-} | ||
_euptex=$BinDir/euptex$ExeExt | ||
|
||
LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE | ||
|
||
TEXMFCNF=$srcdir/../kpathsea;export TEXMFCNF | ||
OFMFONTS=".;$srcdir/tests"; export OFMFONTS | ||
TEXINPUTS=".;$srcdir/tests"; export TEXINPUTS | ||
TEXFORMATS=.; export TEXFORMATS | ||
|
||
# get same filename in log | ||
rm -f eup-ofm.* | ||
$LN_S $srcdir/euptexdir/tests/eup-ofm.tex ./eup-ofm.tex | ||
|
||
#exit 77 | ||
|
||
$_euptex -ini -etex eup-ofm || exit 1 | ||
|
||
$_euptex -fmt=eup-ofm -interaction=batchmode eup-ofm || : | ||
|
||
sed 1d eup-ofm.log >eup-ofm.out | ||
|
||
diff $srcdir/euptexdir/tests/eup-ofm.log eup-ofm.out || exit 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
entering extended mode | ||
restricted \write18 enabled. | ||
%&-line parsing enabled. | ||
**eup-ofm | ||
(./eup-ofm.tex cmtt10 uctt10x | ||
> \box0= | ||
\hbox(0.0+0.0)x5.24998, yoko direction | ||
.\displace 0.0 | ||
.\uctt ^^c6 | ||
|
||
! OK. | ||
l.43 \showbox0 | ||
|
||
|
||
We have "2010. We do not have "2014. [1] ) | ||
Output written on eup-ofm.dvi (1 page, 528 bytes). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
% Copyright 2024 Japanese TeX Development Community <[email protected]> | ||
% You may freely use, modify and/or distribute this file. | ||
% | ||
\ifx\fmtname\undefined | ||
\input basic | ||
\def\fmtname{basic} | ||
\expandafter\dump | ||
\fi | ||
%================== | ||
\begingroup % Just there to minimize tracing output | ||
\tracingmacros=2 | ||
\tracingonline=1 | ||
%---- | ||
\message{cmtt10} | ||
\font\cmtt=cmtt10 | ||
\cmtt | ||
\char"21\char"22\char"23\char"24\char"25 | ||
|
||
\char"30\char"31\char"32\char"33 \char"41\char"42\char"43 \char"64\char"65\char"66 | ||
|
||
0123 ABC def | ||
|
||
|
||
\message{uctt10x} | ||
\font\uctt=uctt10x | ||
\uctt | ||
\char"21\char"22\char"23\char"24\char"25 | ||
|
||
\char"30\char"31\char"32\char"33 \char"41\char"42\char"43 \char"64\char"65\char"66 | ||
|
||
0123 ABC def | ||
|
||
|
||
\kcatcode"C6=14 % latin_ucs: not cjk in ucs code | ||
\catcode"C6=11 \catcode"D8=11 \catcode"DF=11 | ||
\catcode"E6=11 \catcode"F8=11 | ||
|
||
\char"C6\char"D8\char"DF\char"E6\char"F8 | ||
|
||
ÆØßæø | ||
|
||
\setbox0\hbox{【Æ】} | ||
\showbox0 | ||
|
||
\kcatcode"123=14 | ||
\catcode"123=11 \catcode"131=11 \catcode"152=11 | ||
\catcode"153=11 | ||
|
||
\char"123\char"131\char"152\char"153 | ||
|
||
ģıŒœ | ||
|
||
\kcatcode"393=14 | ||
\catcode"393=11 \catcode"394=11 \catcode"398=11 | ||
\catcode"39B=11 \catcode"39E=11 | ||
|
||
\char"393\char"394\char"398\char"39B\char"39E | ||
|
||
ΓΔΘΛΞ | ||
|
||
\kcatcode"2010=14 | ||
\catcode"2010=11 \catcode"2018=11 \catcode"2019=11 | ||
|
||
\char"2010\char"2018\char"2019 | ||
|
||
‐‘’ | ||
|
||
\lccode"C6="E6 | ||
\uccode"E6="C6 | ||
\lccode`Œ=`œ | ||
\uccode`œ=`Œ | ||
|
||
\uppercase{[aeoe æœ]} | ||
\lowercase{[AEOE ƌ]} | ||
|
||
\message{We}\iffontchar\font"2010\else\message{do not}\fi\message{have "2010.} | ||
\message{We}\iffontchar\font"2014\else\message{do not}\fi\message{have "2014.} | ||
|
||
%---- | ||
\setbox0=\vbox{} % no dvi output | ||
\endgroup | ||
\end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.