summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-05 20:58:39 +0000
committerKarl Berry <karl@freefriends.org>2015-10-05 20:58:39 +0000
commitb2d6b6ee55083fba2aa66ac9f7c8a56eb181ae8c (patch)
treeaec5b57777902fdc48d3bd52f12cd2c17d316dde /Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs
parent3da26c1c9147d37bb5d17da82e64040339d353e3 (diff)
kotex-oblivoir (5oct15)
git-svn-id: svn://tug.org/texlive/trunk@38557 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs')
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty8
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty8
2 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty
index 76efd7e80c8..d730ad6b07d 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/memhangul-common.sty
@@ -1,6 +1,6 @@
%% File `memhangul-common.sty`
%%
-%% (C) Copyright 2013-2014 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2013-2015 Kangsoo Kim <karnes at ktug org>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -17,7 +17,7 @@
%%% 편, 장 섹션 타이틀 재설정
%%% 절의 섹션 타이틀은 수정하지 않음.
%%
-\ProvidesPackage{memhangul-common}[2014/06/12]
+\ProvidesPackage{memhangul-common}[2015/08/07]
\let\@CHAPAPP\@chapapp
\def\refreshprepostchapters{%
@@ -522,7 +522,7 @@
%%% CHAPTERSTYLE
\makechapterstyle{default}{%
- \renewcommand{\post@chapter}{장}%
+ \renewcommand{\post@chapter}{\chaptername}%
\renewcommand{\chapnamefont}{\normalfont\huge\bfseries}
\renewcommand{\chapnumfont}{\normalfont\huge\bfseries}
\renewcommand{\chaptitlefont}{\normalfont\Huge\bfseries}
@@ -1139,3 +1139,5 @@
\ExplSyntaxOff
\endinput
+
+%%% 2015/08/07: default chapter style, postchapternum (hoze & gromov)
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty
index 1046b7e0233..9c46eaa9c58 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-ucs/ob-koreanappendix.sty
@@ -1,6 +1,6 @@
%% File `ob-koreanappendix.sty`
%%
-%% Copyright (c) 2007-2013 Kangsoo Kim <karnes at ktug org>
+%% Copyright (c) 2007-2015 Kangsoo Kim <karnes at ktug org>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -14,8 +14,12 @@
%% \appendix (부록)
%%
\gdef\set@appendix@chapter{%
- \ifanappendix\counterwithout{APPsection}{APPchapter}\fi%
\renewcommand\thesection{\Alph{APPsection}}%
+ \renewcommand\thesubsection{\thesection.\arabic{APPsubsection}}
+ \ifanappendix
+ \counterwithout{APPsection}{APPchapter}
+ \counterwithin{APPsubsection}{APPsection}
+ \fi%
\counterwithin{figure}{APPsection}\counterwithin{table}{APPsection}%
\counterwithin{equation}{APPsection}%
\renewcommand\thefigure{\Alph{APPsection}.\arabic{figure}}%