diff options
Diffstat (limited to 'Master/texmf-dist/source/uplatex/base/ujclasses.dtx')
-rw-r--r-- | Master/texmf-dist/source/uplatex/base/ujclasses.dtx | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/uplatex/base/ujclasses.dtx b/Master/texmf-dist/source/uplatex/base/ujclasses.dtx index 0b6dc76fec8..121061ab7be 100644 --- a/Master/texmf-dist/source/uplatex/base/ujclasses.dtx +++ b/Master/texmf-dist/source/uplatex/base/ujclasses.dtx @@ -7,7 +7,7 @@ % % Copyright (c) 2010 ASCII MEDIA WORKS % Copyright (c) 2016 Takuji Tanaka -% Copyright (c) 2016-2017 Japanese TeX Development Community +% Copyright (c) 2016-2018 Japanese TeX Development Community % % This file is part of the upLaTeX2e system (community edition). % -------------------------------------------------------------- @@ -103,6 +103,8 @@ % \changes{v1.7f}{2017/08/31}{和文書体の基準を全角空白から「漢」に変更} % \changes{v1.7g}{2017/09/19}{内部処理で使ったボックス0を空にした} % \changes{v1.7g-u00}{2017/09/19}{p\LaTeX{}用に追随} +% \changes{v1.7h}{2018/02/04}{和文スケール値\cs{Cjascale}を定義} +% \changes{v1.7h-u00}{2018/02/04}{p\LaTeX{}用に追随} % \fi % % \iffalse @@ -132,7 +134,7 @@ %<11pt&bk>\ProvidesFile{utbk11.clo} %<12pt&bk>\ProvidesFile{utbk12.clo} %</tate> - [2017/09/19 v1.7g-u00 + [2018/02/04 v1.7h-u00 %<article|report|book> Standard upLaTeX class] %<10pt|11pt|12pt> Standard upLaTeX file (size option)] %<*driver> @@ -766,6 +768,22 @@ % \end{macro} % \end{macro} % +% \begin{macro}{\Cjascale} +% このクラスファイルが意図する和文スケール値 +% ($1\,\mathrm{zw} \div \textmc{要求サイズ}$)を +% 表す実数値マクロ|\Cjascale|を定義します。 +% このup\LaTeXe{}の標準クラスでは、フォーマット作成時に読み込まれた +% フォント定義ファイル(\file{jy2mc.fd} / \file{jy2gt.fd} / +% \file{jt2mc.fd} / \file{jt2gt.fd})での和文スケール値がそのまま +% 有効ですので、これは0.962216です。 +% \changes{v1.7h}{2018/02/04}{和文スケール値\cs{Cjascale}を定義} +% \begin{macrocode} +%<*article|report|book> +\def\Cjascale{0.962216} +%</article|report|book> +% \end{macrocode} +% \end{macro} +% % % % \section{レイアウト} |