2

次の構造のLaTeXドキュメントの作成を手伝ってください

Text
Author

Text
Author

ここで、Textは左揃えの2〜10行のブロックで、Authorは右揃えの1行のブロックであり、これらのText+Authorブロックを常に同じページに表示する必要があります。

4

1 に答える 1

5
  • \nobreakページ分割を回避するために使用します。
  • 左揃えに使用\raggedrightし、前のマクロ{と空の行}の効果を制限します。\raggedright}
  • \hfill著者を右にシフトするために使用します。

{\raggedright
Please help me in creating LaTex document with the following structure
Where Text is a block of 2--10 lines left aligned and Author is one line aligned to the right, and I need these Text+Author blocks to always appear on the same page. 

}

\nobreak
\hfill se\_pavel

{\raggedright
Please help me in creating LaTex document with the following structure
Where Text is a block of 2--10 lines left aligned and Author is one line aligned to the right, and I need these Text+Author blocks to always appear on the same page. 

}

\nobreak
\hfill se\_pavel
于 2009-12-02T16:15:18.093 に答える