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
#! /usr/bin/env texlua | |
-- '!' は 'Pro' 等に置換される | |
local foundry = { | |
['noEmbed'] = { | |
ml='!Ryumin-Light', | |
mr='!Ryumin-Light', | |
mb='!Ryumin-Light,Bold', | |
gr='!GothicBBB-Medium', | |
gru='!GothicBBB-Medium', |
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
% example | |
otf-cjge-h Identity-H KozGoPro-Heavy.otf | |
otf-cjge-v Identity-V KozGoPro-Heavy.otf | |
otf-ujge-h UniJIS-UTF16-H KozGoPro-Heavy.otf | |
otf-ujge-v UniJIS-UTF16-V KozGoPro-Heavy.otf | |
otf-ujgen-h UniJIS2004-UTF16-H KozGoPro-Heavy.otf | |
otf-ujgen-v UniJIS2004-UTF16-V KozGoPro-Heavy.otf | |
hgothebn-h H KozGoPro-Heavy.otf | |
hgothebn-v V KozGoPro-Heavy.otf |
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
--- ntxexx.vpl 2016-02-11 09:27:02.878569138 +0900 | |
+++ ntxexxk.vpl 2016-02-11 06:37:52.946088886 +0900 | |
@@ -112,20 +112,22 @@ | |
) | |
) | |
(CHARACTER O 6 | |
- (CHARWD R 0.371) | |
+ (CHARWD R 0.461) | |
(CHARHT R 0.056) | |
(CHARDP R 0.914) |
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
\documentclass{tarticle} | |
\usepackage[word]{continue}% これは atbegshi 依存 | |
\usepackage{etoolbox} | |
\makeatletter | |
\patchcmd{\AtBegShi@Output}% | |
{\let\AtBegShi@OrgProtect\protect}% | |
{\setbox\z@\hbox\bgroup\yoko\let\AtBegShi@OrgProtect\protect}% | |
{}{} |
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
diff --git a/texk/web2c/eptexdir/tests/pdfprimitive-eptex.log b/texk/web2c/eptexdir/tests/pdfprimitive-eptex.log | |
index 898df1856..4bce55512 100644 | |
--- a/texk/web2c/eptexdir/tests/pdfprimitive-eptex.log | |
+++ b/texk/web2c/eptexdir/tests/pdfprimitive-eptex.log | |
@@ -1,25 +1,26 @@ | |
+This is e-pTeX, Version 3.14159265-p3.7.2-170924-2.6 (utf8.euc) (TeX Live 2018/dev) (preloaded format=eptex 2017.11.5) 6 NOV 2017 06:36 | |
entering extended mode | |
restricted \write18 enabled. | |
%&-line parsing enabled. | |
-**pdfprimitive-eptex |
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
\DeclareFontFamily{OT1}{piyo}{} | |
\DeclareFontShape{OT1}{piyo}{m}{n}{<->cmfi10}{} | |
\endinput |
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
\documentclass{minimal} | |
\makeatletter | |
\ifdefined\kanjiskip | |
\unless\ifdefined\ucs % (e-)pTeX only | |
%%%% EUC-JP が内部漢字コードであることを想定 | |
\begingroup | |
\catcode`\"=12 | |
\catcode`\<=12 | |
\catcode`\.=12 |
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
\jfont\test=jgktest\test | |
\tracingonline1 \showboxbreadth10000 \showboxdepth=10000 | |
\def\out#1{\setbox0=\hbox{#1}\showbox0 } | |
\inhibitxspcode`Γ=3 \inhibitxspcode`γ=3 | |
\out{あΓあγあ}% 通常 | |
\out{aΓaγa}% 通常 | |
% \hbox{Γ}: 前後に kern あり | |
\out{a\hbox{Γ}a} % ボックス周囲に xkanjiskip なし |
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
\defaultfontfeatures[HaranoAjiGothic] | |
{ | |
Extension = .otf, | |
UprightFont = *-Regular, | |
BoldFont = *-Bold, | |
%%FontFace = {l}{\shapedefault}{ *-Light }, | |
FontFace = {eb}{\shapedefault}{ *-Heavy } | |
} |
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
#!/bin/sh | |
#pushd /tmp/tlwork/texk/web2c/ | |
#make -j4 eptex && sudo cp eptex /opt/texlive/2021/bin/x86_64-linux/ | |
#popd | |
eptex -ini -etex -kanji-internal=euc -jobname=eptex-euc eptex.ini | |
eptex -ini -etex -kanji-internal=sjis -jobname=eptex-sjis eptex.ini | |
cat > test.tex << "EOF" | |
\ifnum`あ="A4A2 \def\XC{EUC:: }\else\def\XC{SJIS:: }\fi %" | |
\def\typeout#1{\immediate\write17{\XC \detokenize{#1}--> #1}} |
OlderNewer