diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-24 20:58:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-24 20:58:23 +0000 |
commit | 7a70be2280d759c40e96fd35f0a69eaa53548802 (patch) | |
tree | 9f6fb20c9dd4a8adba2ed819426a765bb1983bcf /Master/texmf-dist/doc/platex | |
parent | a4a7a71efbb1487ab23a9b2b2ab91ed8394bee8e (diff) |
pxjahyper (24apr20)
git-svn-id: svn://tug.org/texlive/trunk@54863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/platex')
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/LICENSE | 2 | ||||
-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 | 101012 -> 83272 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex | 14 |
5 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/platex/pxjahyper/LICENSE b/Master/texmf-dist/doc/platex/pxjahyper/LICENSE index 534324b7566..5ff0288550e 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/LICENSE +++ b/Master/texmf-dist/doc/platex/pxjahyper/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2019 Takayuki YATO (aka. "ZR") +Copyright (c) 2012-2020 Takayuki YATO (aka. "ZR") Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md b/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md index 7ca367feb89..1c607b41caf 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md +++ b/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md @@ -35,6 +35,9 @@ pxjahyper パッケージ ー 本体 更新履歴 -------- + * Version 0.4b 〈2020/04/24〉 + - `\copyright` の再定義をやめる。 + * Version 0.4a 〈2019/11/23〉 - (試験的) PDF 文字列中で japanese-otf の文字入力マクロをサポート (`otfmacros` オプション) diff --git a/Master/texmf-dist/doc/platex/pxjahyper/README.md b/Master/texmf-dist/doc/platex/pxjahyper/README.md index 5b173420a35..4c1e22dcbe6 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/README.md +++ b/Master/texmf-dist/doc/platex/pxjahyper/README.md @@ -37,6 +37,7 @@ Please refer to the manual `pxjahyper.pdf` (in Japanese) for detail. Revision History ---------------- + * Version 0.4b 〈2020/04/24〉 * Version 0.4a 〈2019/11/23〉 * Version 0.4 〈2019/10/25〉 * Version 0.3e 〈2019/06/20〉 diff --git a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf Binary files differindex 82948f375d6..4f72b39a183 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 e4633e8da37..f8049f8d57b 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex +++ b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex @@ -1,18 +1,16 @@ % 文字コードは UTF-8 -% platex で組版する -\documentclass[a4paper]{jsarticle} +% uplatex で組版する +\documentclass[uplatex,a4paper]{jsarticle} \usepackage{shortvrb} \MakeShortVerb{\|} -\newcommand{\PkgVersion}{0.4} -\newcommand{\PkgDate}{2019/10/25} +\usepackage{bxtexlogo} +\bxtexlogoimport{*} +\newcommand{\PkgVersion}{0.4b} +\newcommand{\PkgDate}{2020/04/24} \newcommand{\Pkg}[1]{\textsf{#1}} \newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$} \newcommand{\Note}{\par\noindent ※} \newcommand{\Means}{~:\quad} -\providecommand{\pTeX}{p\TeX} -\providecommand{\upTeX}{u\pTeX} -\providecommand{\pLaTeX}{p\LaTeX} -\providecommand{\upLaTeX}{u\pLaTeX} %----------------------------------------------------------- \begin{document} \title{\Pkg{pxjahyper} パッケージ} |