File: DclSetUnitVectorTitle.tex

package info (click to toggle)
dcl 7.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,172 kB
  • sloc: fortran: 48,440; f90: 12,803; ansic: 6,566; makefile: 4,747; ruby: 184; sh: 153
file content (39 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%表題   DclSetUnitVectorTitle
%
%履歴
%\Drireki{
%         11/09/17 辻野 智紀 (HTML から PDF へ)
%        }
%
\subsection{DclSetUnitVectorTitle}
\label{sgpack.DclSetUnitVectorTitle}

\begin{enumerate}
  \item 機能 
   \begin{quote}   ユニットベクトルのタイトルを設定する.
   \end{quote}
  \item 書式 
   \begin{quote}
   {\tt call DclSetUnitVectorTitle(side, title)}
   \end{quote}
  \item 引数 
    \begin{quote}
      \begin{tabular}{llp{10cm}}
        {\tt side} & {\tt <C1>} & タイトルをつける位置を指定する. \\
         &  & 'X' (X 方向のベクトル), 'Y' (Y 方向のベクトル)が指定できる. \\
        {\tt title} & {\tt <C*>} & つけるタイトル (32 文字以内). \\
      \end{tabular}
    \end{quote} 
  \item 備考 
   \begin{quote}
    \begin{itemize}
      \item 設定できるタイトルの数は最大10個, またタイトルの長さは最大32文字である.
    \end{itemize}
   \end{quote}
  \item 関連項目 
   \begin{quote}
    \begin{itemize}
      \item 関連ルーチン (vector)
    \end{itemize}
   \end{quote}
\end{enumerate}