summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxwareki
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-01 20:57:31 +0000
committerKarl Berry <karl@freefriends.org>2019-06-01 20:57:31 +0000
commit373f363dd7ca12e16f8a8179be9f0980f9b0d787 (patch)
tree37542b2dbe8c8796b90c47fc7b65f9b2c2829b87 /Master/texmf-dist/doc/latex/bxwareki
parent474fe9f9ed442875374b7c19cc6884493a712272 (diff)
bxwareki (1jun19)
git-svn-id: svn://tug.org/texlive/trunk@51286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxwareki')
-rw-r--r--Master/texmf-dist/doc/latex/bxwareki/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/bxwareki/bxwareki.pdfbin194000 -> 182364 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bxwareki/bxwareki.tex57
3 files changed, 7 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/bxwareki/README.md b/Master/texmf-dist/doc/latex/bxwareki/README.md
index faeb79f8803..b02a5bc205e 100644
--- a/Master/texmf-dist/doc/latex/bxwareki/README.md
+++ b/Master/texmf-dist/doc/latex/bxwareki/README.md
@@ -36,6 +36,8 @@ See the manual `bxwareki.pdf` for detail.
Revision History
----------------
+ * Version 0.6 ‹2019/06/01›
+ - The file `bxwareki2019.def` is no longer required.
* Version 0.5 ‹2019/04/01›
- Support for the new gengo “令和”.
* Version 0.4 ‹2018/10/01›
diff --git a/Master/texmf-dist/doc/latex/bxwareki/bxwareki.pdf b/Master/texmf-dist/doc/latex/bxwareki/bxwareki.pdf
index 39b95ea21f1..5bfcc6272d8 100644
--- a/Master/texmf-dist/doc/latex/bxwareki/bxwareki.pdf
+++ b/Master/texmf-dist/doc/latex/bxwareki/bxwareki.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bxwareki/bxwareki.tex b/Master/texmf-dist/doc/latex/bxwareki/bxwareki.tex
index 5fa41fcc26c..ac00bc9be7b 100644
--- a/Master/texmf-dist/doc/latex/bxwareki/bxwareki.tex
+++ b/Master/texmf-dist/doc/latex/bxwareki/bxwareki.tex
@@ -3,8 +3,8 @@
\usepackage[scale=0.75]{geometry}
\usepackage{shortvrb}
\MakeShortVerb{\|}
-\newcommand{\PkgVersion}{0.5}
-\newcommand{\PkgDate}{2019/04/01}
+\newcommand{\PkgVersion}{0.6}
+\newcommand{\PkgDate}{2019/06/01}
\newcommand{\Pkg}[1]{\textsf{#1}}
\newcommand{\Meta}[1]{$\langle$\textit{#1}$\rangle$}
\newcommand{\Note}{\par\noindent\emph{Note:}\quad}
@@ -34,6 +34,8 @@ This package provides commands to convert from the Gregorian calendar
(\Ja{平成\+30\+年\+8\+月\+28\+日}).
You can choose whether the numbers are written
in Western numerals (28) or kanji numerals (\Ja{二八}).
+The package is aware of the current era name,
+\emph{Reiwa}~(\Ja{令和}).
Note that the package only deals with dates in the year 1873 or later,
where the Japanese calendar is really a Gregorian calendar
@@ -58,9 +60,7 @@ which corresponds to the Japanese term \emph{seireki} (\Ja{西暦}).
\section{Package Loading}
\label{sec:Loading}
-No options are needed in normal use%
-\footnote{See Section~\ref{ssec:download2019}
- for the \texttt{download2019} option.}.
+No options are available.
\begin{quote}\small\begin{verbatim}
\usepackage{bxwareki}
@@ -210,53 +210,6 @@ the command for shibuaki can be changed with the following commands:
\end{itemize}
%===========================================================
-\section{Support for the kaigen planned in 2019}
-\label{sec:Kaigen}
-
-In Japan a kaigen (due to the abdication of the Emperor)
-is planned on 2019/05/01,
-and the new gengo ``\Ja{令和}'' has been announced in advance.
-(The announcement was made on 2019/04/01.)
-Thus this package has been updated to support the new gengo.
-
-%-------------------
-\subsection{The \texttt{download2019} option}
-\label{ssec:download2019}
-
-\begin{quote}\itshape
-This function is no longer necessary,
-since the new gengo is supported by default in the current version.
-The function will be removed in near future.
-\end{quote}
-
-Instead of manually downloading the new version from CTAN,
-you can get the support for the new gengo
-with a single run of {\LaTeX}
-(of course after the annoucement of the gengo):
-when you compile a document which loads this package
-with |download2019| option using {\LuaLaTeX}
-with \emph{full shell escape} enabled%
-\footnote{In most system, full shell escape is enabled
- by \texttt{-shell-escape} option.},
-then the run will download an additional file
-from the package's GitHub repository
-and install it into the user's TEXMF tree.
-
-In short: make the following dummy%
-\footnote{Using the dummy document with minimal content
-could reduce the risk of using full shell escape,
-but you need to trust me, of course.}
-document file (named |dummy.tex|)
-\begin{quote}\small\begin{verbatim}
-\documentclass{article}
-\usepackage[download2019]{bxwareki}
-\stop
-\end{verbatim}\end{quote}
-and run |lualatex -shell-escape dummy|.
-After that, the new gengo will be supported
-on any engine, without shell escape.
-
-%===========================================================
\section{Notices for {\TeX} programmers}
\label{sec:Allez}