diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/kotex-oblivoir')
-rw-r--r-- | Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/kotex-oblivoir/README | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/kotex-oblivoir/ob-mathleading-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf | bin | 316665 -> 316502 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex | 38 |
5 files changed, 28 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog b/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog index 174efcaeebb..d30a88686fd 100644 --- a/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog @@ -1,3 +1,9 @@ +2022-11-04 Kangsoo Kim + + Version 3.1.5.1 + + * minor bug fix concerning hyperref, memhangul-common + 2022-04-01 Kangsoo Kim Version 3.1.3 diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/README b/Master/texmf-dist/doc/latex/kotex-oblivoir/README index cf22a74a292..01de53a52bf 100644 --- a/Master/texmf-dist/doc/latex/kotex-oblivoir/README +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/README @@ -4,6 +4,7 @@ kotex-oblivoir Current State ------------- +* 2022/11/04, memhangul-common.sty, a minor bug fixed, reported on KTUG, Version 3.1.5.1 % 2022/04/11, xob-font bug fixed, reported by Progress, Version 3.1.5 * 2022/04/07, new feature concerning xob-font, requested by ischo, Version 3.1.4 * 2022/04/01, bug fixed concerning ob-mathleading etc., Version 3.1.3 diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/ob-mathleading-doc.tex b/Master/texmf-dist/doc/latex/kotex-oblivoir/ob-mathleading-doc.tex index caefd6023bb..a04e39a2815 100644 --- a/Master/texmf-dist/doc/latex/kotex-oblivoir/ob-mathleading-doc.tex +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/ob-mathleading-doc.tex @@ -24,7 +24,7 @@ \title{ob-mathleading} \author{Nova de Hi} -\date{2022/04/01, v0.1} +\date{2022/11/01, v0.1} \maketitle diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf b/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf Binary files differindex 4628a73082f..19c28ba1235 100644 --- a/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.pdf diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex b/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex index 48151dc6fe1..e8736d26851 100644 --- a/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/oblivoir-simpledoc.tex @@ -35,19 +35,17 @@ \usepackage{graphicx} %%% ifpxltex can be installed from KTUG Private Repository. not included in TeX Live -\usepackage{ifpxltex} +%\usepackage{ifpxltex} -\IfpxlTeXpxl*{p}{x,l} -{ +\ifLuaOrXeTeX \def\myREF#1#2{\ref{#1}} \def\myLabel#1#2{\label{#1}} \def\myPageREF#1#2{\pageref{#1}} -} -{ +\else \def\myREF#1#2{\ref{#2}} \def\myLabel#1#2{\label{#2}} \def\myPageREF#1#2{\pageref{#2}} -} +\fi \def\cs#1{\texttt{\textbackslash #1}} \def\util#1{\texttt{#1}} @@ -57,15 +55,14 @@ \def\oblivoirdblquote#1{``#1''} \fi -\IfpxlTeX*{x,l} -{ +\ifLuaOrXeTeX \defaultfontfeatures{Renderer=OpenType} \setkomonofont(NanumBarunGothic-YetHangul.ttf)[Scale=0.9] \setobmonofont(Menlo)[Scale=.9] \setobmainfont(Minion Pro) \setobsansfont(Myriad Pro) \setkomainfont[KoPubWorldBatang ](Light)(Bold) -} +\fi \newcommand\xobclass{x\-ob\-liv\-oir\oblivoirallowbreak} \newcommand\obclass{ob\-liv\-oir\oblivoirallowbreak} @@ -97,23 +94,22 @@ %% %\makeatother -\IfpxlTeX*{p,x} -{ +\ifx\ifPDFTeX\ifXeTeX\else \usepackage[normalem]{ulem} -} +\fi \begin{document} -\title{초간단 \obclass{} v3.1.3 사용법} +\title{초간단 \obclass{} v3.1.5 사용법} -\date{2022년 4월} +\date{2022년 11월} -\author{x-ob-liv-oir } +\author{x-ob-liv-oir} \maketitle \begin{abstract} -\obclass{} 클래스 3.0 이후 버전은 그 동안 별도의 브랜치로 개발되어 오던 +\obclass{} 클래스는 그 동안 별도의 브랜치로 개발되어 오던 \xobclass와 \obclass를 통합하여 완전히 동일한 클래스가 되었다. 이 문서는 \obclass{} 즉 \xobclass를 사용하는 방법을 간략히 기술한다. @@ -1556,12 +1552,15 @@ oblivoir가 추가적으로 제공하는 페이지 스타일로 \texttt{hangul} \item 복숭아 \end{itemize} +\footnotesinmargin \textsf{memoir}의 \verb|\firmlist|와 \verb|\tightlist|는 여전히 동작한다. +\stepcounter{footnote} +\footnotetext{이 각주는 마진에 놓인다.} +\addtocounter{footnote}{-1} \subsection{sidefootnote와 footnotesinmargin} -\footnotesinmargin -oblivoir 2.0까지 \verb|\footnotesinmargin|이 동작하지 않던 문제를 고쳤다.\footnote{이 각주는 마진에 놓인다.} +oblivoir 2.0까지 \verb|\footnotesinmargin|이 동작하지 않던 문제를 고쳤다.\footnotemark \verb|\sidefootnote|에서 발생하던 문제점도 해결하였다.\sidefootnote{이 각주는 사이드 풋노트이다.} @@ -1844,12 +1843,15 @@ Lua\TeX 과 \XeTeX 이라는 유니코드 텍 엔진의 등장은, 이러한 모 \section{변경 이력} + 2022년의 3.1 버전은 fapapersize에 새로운 명령을 추가하고 약간의 개선된 기능을 포함하였다. +\noindent 2021년의 3.0 버전은 상당히 많은 버그와 의도와 다른 동작을 수정하고 새로운 기능을 추가하였다. +\noindent 2020년의 2.2 버전은 그 동안 알려진 몇 가지 버그를 수정하고 약간의 기능을 추가하는 데 그쳤다. |