名前: 渡辺徹@Thor 日時: 2004-09-08 00:03:36 IPアドレス: 61.196.192.*
>>31299 > input{filename}にて(includeと同じですよね?), わざわざ名前が違うのですから、別の機能を有していると判断できると思います。 \begin{filecontents*}{out.tex} ほげほげ。 \end{filecontents*} \documentclass[a4j]{jarticle} \begin{document} \newcommand\checkcmd[1]{\noindent \begin{ttfamily}\char'134#1 = \expandafter\meaning \csname#1\endcsname\end{ttfamily}\par\vskip\Cvs} \checkcmd{input} \checkcmd{@iinput} \checkcmd{@@input} \checkcmd{include} \checkcmd{@include} \checkcmd{@input@} あ\input{out}あ \clearpage あ\include{out}あ \end{document} 渡辺徹@Thor
この書き込みへの返事: