名前: ut 日時: 2010-09-17 11:21:51 IPアドレス: 157.118.27.*
>>55320 すいません、わざわざ 2 段組みにされているということは、私はご 質問の趣旨を取り違えていたのかも知れません…。 次のように修正してみました: % ------------------------------ \documentclass[twocolumn]{article} \usepackage{theorem} \theorembodyfont{\itshape} \newtheorem{theorem}{Theorem}[section] \theorembodyfont{\upshape} %%% ----- 追加 ----- \theoremstyle{break} %%% ----- 変更: thb.sty より ----- \makeatletter \gdef\th@break{\normalfont\slshape \def\@begintheorem##1##2{\item[% \rlap{\vbox{\hbox{\hskip \labelsep\theorem@headerfont ##1\ ##2}% \hbox{\strut}}}]}% \def\@opargbegintheorem##1##2##3{% \item[\rlap{\vbox{\hbox{\hskip \labelsep \theorem@headerfont ##1\ ##2}% \hbox{\strut}}}]{\theorem@headerfont(##3)\hskip\labelsep}}} %%% ----- 変更: tltthm.dtx より ----- \def\@ythm#1#2[#3]{% \@opargbegintheorem{#2}{\csname the#1\endcsname}{#3}\ignorespaces\@gobble} \makeatother % ----- 変更 ----- \newtheorem{example}[theorem]{Example} \title{Title} \author{Author} \begin{document} \maketitle \section{Introduction} \begin{example} [xxx xxx xxx xxx xxx] This is example. This is example. This is example. This is example. This is example. \end{example} \begin{example} [xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx] This is example. This is example. This is example. This is example. This is example. \end{example} \end{document} % ------------------------------
この書き込みへの返事: