2

请帮助我创建具有以下结构的 LaTeX 文档

Text
Author

Text
Author

其中 Text 是左对齐的 2-10 行块,Author 是右对齐的一行,我需要这些 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 回答