Skip to content

Commit

Permalink
minor additions
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Dec 13, 2020
1 parent a71d366 commit 0e342cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions eptexdoc.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%#!make eptexdoc.pdf
\documentclass[a4paper,11pt,nomag]{jsarticle}
\documentclass[a4paper,11pt,nomag,dvipdfmx]{jsarticle}
\usepackage[bold,deluxe]{otf}

\input fam256p.tex
Expand All @@ -12,7 +12,7 @@
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{booktabs,enumitem,multicol}
\usepackage[dvipdfmx,hyperfootnotes=false]{hyperref}
\usepackage[hyperfootnotes=false]{hyperref}
\usepackage{pxjahyper}
\usepackage{hologo}
\usepackage{makeidx}\makeindex
Expand Down Expand Up @@ -902,7 +902,10 @@ \section{\.{epTeXinputencoding}プリミティブ}
\begin{verbatim}
\epTeXinputencoding sjis
\end{verbatim}
のように,<encoding>は|{}|で囲まないこと.
のように,<encoding>は|{}|で囲まないこと\footnote{\TeX\ Live 2020以降,
\.{input}プリミティブでブレースで囲まれたファイル名指定が可能に
なった(r53729)ことに付随して,\.{epTeXinputencoding}でもブレースで
囲んだ<encoding>の指定が可能となった.}.
<encoding>の末尾は,空白トークンや展開不能トークンによって区切られる.
% scan_file_name で<encoding> を取得しているので,
% \epTeXinputencoding "euc" \epTeXinputencoding ""e""u""c"" も OK.
Expand Down
11 changes: 7 additions & 4 deletions ptex-manual.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%#!make ptex-manual.pdf
\documentclass[a4paper,11pt,nomag]{jsarticle}
\documentclass[a4paper,11pt,nomag,dvipdfmx]{jsarticle}
\usepackage[textwidth=42zw,lines=40,truedimen,centering]{geometry}

%%%%%%%%%%%%%%%%
Expand All @@ -13,7 +13,7 @@
\usepackage[defaultsups]{newpxtext}
\usepackage[zerostyle=c,straightquotes]{newtxtt}
\usepackage{newpxmath}
\usepackage[dvipdfmx,hyperfootnotes=false]{hyperref}
\usepackage[hyperfootnotes=false]{hyperref}
\usepackage{pxjahyper}
\usepackage{hologo}
\usepackage{makeidx}\makeindex
Expand Down Expand Up @@ -1045,9 +1045,12 @@ \section{和文フォント}
\end{cslist}
\begin{dangerous}
細かい話をすれば,\pTeX のフォーマット作成時に和文フォントを
細かい話をすれば,\pTeX のini modeでのフォーマット作成時に和文フォントを
何も選択しなければ,|\fontname\jfont|が|\nullfont|となり,
また和文文字を入力してもノードは作られないので,
また和文文字を入力してもノードは作られない\footnote{ただし,
$\.{tracinglostchars}>0$でも
\code{Missing character: There is no あ in font nullfont!}のような
警告は出ない.}ので,
「和文版|\nullfont|が選択されている」と言えなくもない.
ただ,いったん実際の和文フォントを選択した後に
「和文版|\nullfont|を選択する」という制御綴は作れないと思われる.
Expand Down

0 comments on commit 0e342cf

Please sign in to comment.