如何在 LaTex 中的同一行上右对齐?
我正在尝试定义论文批准页面的布局。因此,研究所布局在一行上有类似“名称 ..... 隶属关系 _____”的内容,其中“...”是水平填充,隶属关系是右对齐的。如何在 Latex/Tex 中创建这样的布局?
I am trying to define the layout for a thesis approval page. So the institute layout has something like "name ..... affiliation _____" on one line where "..." is a horizontal fill and affiliation is right justified. How to create such a layout in Latex/Tex?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样的东西
Something like
只是为了传播laalto 钉住了它:使用
hfill
。如果您想让中间空间填充“...”或类似的内容,请查看标准类中实现目录的方式。您还可以考虑
minitoc
smalltableof
包。For just spreading things out laalto nailed it: use
hfill
. If you want to get the intervening space filled with "..." or similar look at the way tables of contents are implemented in the standard classes.You might also consider if the
minitoc
package can be made to work for you. Likewise thesmalltableof
package.