diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-07 20:05:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-07 20:05:04 +0000 |
commit | b7c959ab679d0c4d215d107e70832ba79a6e7c76 (patch) | |
tree | 582d77f5729e5e849cbfc7f99af58727743a656c /Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex | |
parent | 4f4f1bc4e7d4e41bf48fee6051175369dc6d55e5 (diff) |
pxjahyper (7jun21)
git-svn-id: svn://tug.org/texlive/trunk@59508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex')
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex | 23 |
1 files changed, 17 insertions, 6 deletions
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} |