まあ 実例ということです
まず TeX ファイル (source code)を 見てみましょう。
\documentclass[a5paper,12pt]{jarticle}
\begin{document}
\begin{enumerate}
\item\label{itm:edit} Write or edit source code. % きっと 1 でしょう
\item Pass source code to the \LaTeX\ application
(``\LaTeX\ the document'').
\begin{itemize}
\item If there are any error messages,
return to Step~\ref{itm:edit}. % きっと 1 でしょう
\item If there are no error messages, a DVI file
is created, go to Step~\ref{itm:view}. % きっと 3 でしょう
\end{itemize}
\item\label{itm:view} View DVI file to check the result. % きっと 3 でしょう
\end{enumerate}
\end{document}

” ~ ”を使って 一体化をはかって ます。
にゃんたろう 拝!
2008年 7月 9日 (水) 21:00:11 JST 作成