请帮助我创建具有以下结构的LaTeX文档
Text
Author
Text
Author其中文本是一个2-10行左对齐的块,作者是一行对齐到右,我需要这些Text+Author块总是出现在同一页。
发布于 2009-12-03 00:15:18
\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\_pavelhttps://stackoverflow.com/questions/1833512
复制相似问题