diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/README-ja.md | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/README.md | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf | bin | 127370 -> 127111 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex | 23 |
4 files changed, 21 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md b/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md index 73a6d0f554b..e6d8f90159a 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md +++ b/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md @@ -70,6 +70,9 @@ pxjahyper-enc パッケージ ー 文字コード設定 更新履歴 -------- + * Version 0.9c 〈2021/06/06〉 + - pxjahyper-uni モジュールを実際に使用する。 + * Version 0.9b 〈2021/05/29〉 - PDF 文字列中で pxbabel の `\UTFJ` をサポート。 - モジュール pxjahyper-uni.def を追加。 diff --git a/Master/texmf-dist/doc/platex/pxjahyper/README.md b/Master/texmf-dist/doc/platex/pxjahyper/README.md index d10519799fb..0ac27075349 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/README.md +++ b/Master/texmf-dist/doc/platex/pxjahyper/README.md @@ -52,6 +52,7 @@ the PDF strings in the output DVI file. Revision History ---------------- + * Version 0.9c 〈2021/06/06〉 * Version 0.9b 〈2021/05/29〉 * Version 0.9a 〈2021/05/11〉 * Version 0.9 〈2021/05/10〉 diff --git a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf Binary files differindex 02224f5d8b5..25651f86544 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf +++ b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf diff --git a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex index aaf7e2cb658..2af226192ea 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex +++ b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex @@ -1,13 +1,23 @@ % 文字コードは UTF-8 % uplatex で組版する -\documentclass[uplatex,a4paper]{jsarticle} +\documentclass[uplatex,dvipdfmx,a4paper]{jsarticle} \renewcommand{\headfont}{\gtfamily\romanseries{sbc}\sffamily} -\usepackage{shortvrb} -\MakeShortVerb{\|} +\usepackage[T1]{fontenc} +\usepackage{lmodern,textcomp} +\usepackage{color} +\definecolor{myblue}{rgb}{0,0,0.75} +\definecolor{mygreen}{rgb}{0,0.45,0} +\usepackage[colorlinks,hyperfootnotes=false]{hyperref} +\usepackage{pxjahyper} +\hypersetup{linkcolor=myblue,urlcolor=mygreen, + pdftitle={pxjahyperパッケージ}, + pdfauthor={八登崇之}} \usepackage{bxtexlogo} \bxtexlogoimport{*} -\newcommand{\PkgVersion}{0.9b} -\newcommand{\PkgDate}{2021/05/29} +\usepackage{shortvrb} +\MakeShortVerb{\|} +\newcommand{\PkgVersion}{0.9c} +\newcommand{\PkgDate}{2021/06/06} \newcommand{\Pkg}[1]{\textsf{#1}} \newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$} \newcommand{\Note}{\par\noindent ※} @@ -19,6 +29,7 @@ \author{八登崇之\ (Takayuki YATO; aka.~``ZR'')} \date{v\PkgVersion\quad[\PkgDate]} \maketitle +\tableofcontents %=========================================================== \section{概要} @@ -131,7 +142,7 @@ Unicode符号値入力用の命令が使っているものである。 |\Ux| でUnicode符号値入力が可能になる。 ただし、Unicode符号値入力用の命令としては 「\Pkg{japanese-otf}パッケージの |\UTF| 命令」 -の方が有名であり、\Pkg{pxjahyper}は |\UTF| も正しく扱えるので、 +の方が有名であり、\Pkg{pxjahyper}は |\UTF| もサポートするので、 こちらを使う方が無難かもしれない。} \begin{itemize} |