From 4714037ee2d6e25077a6dd59ea750cb2ca5ef8e4 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 19 Jan 2003 18:25:48 +0000 Subject: [PATCH] (feature): New environment. (utf-2000): New feature. --- chise-elisp_ja.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chise-elisp_ja.tex b/chise-elisp_ja.tex index ee3efdd..0d613c7 100644 --- a/chise-elisp_ja.tex +++ b/chise-elisp_ja.tex @@ -4,6 +4,10 @@ \author{守岡 知彦} \date{} +\newenvironment{feature}[1] +{\vspace{0.3em}\noindent{\textbf{機能 #1}}\vspace{-0.5em}\begin{quote}} +{\end{quote}} + \newenvironment{function}[2] {\vspace{0.3em}\noindent{\textbf{関数 #1} (\textit{#2})}\vspace{-0.5em}\begin{quote}} {\end{quote}} @@ -24,6 +28,15 @@ \maketitle +\begin{feature}{utf-2000} + UTF-2000 機能を提供する。 + + \begin{example} + (featurep 'utf-2000) + → t + \end{example} +\end{feature} + \begin{function}{define-char}{char-spec} 文字属性の集合 \var{char-spec} で表現される文字オブジェクトを定義し、 その文字オブジェクトを返す。 -- 1.7.10.4