summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/bxbase/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/bxbase/README-ja.md5
-rw-r--r--Master/texmf-dist/doc/latex/bxbase/README.md3
-rw-r--r--Master/texmf-dist/doc/latex/bxbase/bxbase-ja.pdfbin66552 -> 66032 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bxbase/bxbase-ja.tex23
5 files changed, 24 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/bxbase/LICENSE b/Master/texmf-dist/doc/latex/bxbase/LICENSE
index 7f5fde238b9..cfd0838618e 100644
--- a/Master/texmf-dist/doc/latex/bxbase/LICENSE
+++ b/Master/texmf-dist/doc/latex/bxbase/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2008-2020 Takayuki YATO (aka. "ZR")
+Copyright (c) 2008-2023 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/latex/bxbase/README-ja.md b/Master/texmf-dist/doc/latex/bxbase/README-ja.md
index 54d2130fec0..70d5d295712 100644
--- a/Master/texmf-dist/doc/latex/bxbase/README-ja.md
+++ b/Master/texmf-dist/doc/latex/bxbase/README-ja.md
@@ -378,6 +378,7 @@ etoolbox が読み込まれてその機能が使われる。
* `\ifbxinXeTeX`
* `\ifbxinpTeX`
* `\ifbxinupTeX`
+ * `\ifbxinnativeupTeX`(内部Unicode動作のupTeXか)
エンジンのチェック。これらは TeX の if-トークンである。
(エンジンチェック―LaTeXテスト)
@@ -390,6 +391,7 @@ etoolbox が読み込まれてその機能が使われる。
* `\bxIfinXeTeX{<真>}{<偽>}`
* `\bxIfinpTeX{<真>}{<偽>}`
* `\bxIfinupTeX{<真>}{<偽>}`
+ * `\bxIfinnativeupTeX{<真>}{<偽>}`(内部Unicode動作のupTeXか)
エンジンのチェック。これらは LaTeX 形式のテストである。(完全展開
可能である。)
@@ -506,6 +508,9 @@ zxbase パッケージ ― XeTeX 用基礎ライブラリ
更新履歴
--------
+ * Version 1.2a 〈2023/02/23〉
+ - `\ifbxinnativeupTeX`/`\bxIfinnativeupTeX` を追加。
+ - バグ修正。
* Version 1.2 〈2020/10/04〉
- LaTeX カーネル 2020/10/01 版への対応。
- `\bxDocumentSpecialUrgent` を非推奨にした。
diff --git a/Master/texmf-dist/doc/latex/bxbase/README.md b/Master/texmf-dist/doc/latex/bxbase/README.md
index cf86e21af6d..9c86d7bdf84 100644
--- a/Master/texmf-dist/doc/latex/bxbase/README.md
+++ b/Master/texmf-dist/doc/latex/bxbase/README.md
@@ -62,7 +62,7 @@ bxtoolbox Package ― To emulate etoolbox on non-e-TeX
The main goal of this package is to provide part of the functions of the
[etoolbox] package for TeX engines without e-TeX extension. (Note that
TeX users in Japan have long used the pTeX engine for writing Japanese,
-and e-TeX extention for the engine did not appeared until around 2010.)
+and e-TeX extention for that engine did not appear until around 2010.)
[etoolbox]: https://www.ctan.org/pkg/etoolbox
@@ -120,6 +120,7 @@ For the present this package contains no public features.
Revision History
----------------
+ * Version 1.2a 〈2023/02/23〉
* Version 1.2 〈2020/10/04〉
- Support LaTeX kernel 2020/10/01.
* Version 1.1 〈2017/05/29〉
diff --git a/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.pdf b/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.pdf
index f4acb8dea0d..74cedc6b7ac 100644
--- a/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.pdf
+++ b/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.tex b/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.tex
index 0abf1a10681..e1116ba5459 100644
--- a/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.tex
+++ b/Master/texmf-dist/doc/latex/bxbase/bxbase-ja.tex
@@ -1,18 +1,27 @@
% 文字コードは UTF-8
% uplatex で組版する
-\documentclass[a4paper,uplatex]{jsarticle}
+\documentclass[uplatex,dvipdfmx,a4paper]{jsarticle}
+\renewcommand{\headfont}{\gtfamily\romanseries{sbc}\sffamily}
+\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={bxbaseパッケージ(ユーザ命令の解説)},
+ pdfauthor={八登崇之}}
+\usepackage{bxtexlogo}
+\bxtexlogoimport{*}
\usepackage{shortvrb}
\MakeShortVerb{\|}
-\newcommand{\PkgVersion}{1.2}
-\newcommand{\PkgDate}{2020/10/04}
+\newcommand{\PkgVersion}{1.2a}
+\newcommand{\PkgDate}{2023/02/23}
\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{bxbase} パッケージ\\