latex 最后一个作者为啥有星号

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex 最后一个作者为啥有星号相关的知识,希望对你有一定的参考价值。

参考技术A 惯例表示此作者为通讯作者 参考技术B 应该与\thanks命令的位置有关,放谁后边谁就有星号

如何在 Latex 中仅将一位作者与其他三位作者居中对齐

【中文标题】如何在 Latex 中仅将一位作者与其他三位作者居中对齐【英文标题】:How can I center align only one author amongst three other authors in Latex 【发布时间】:2020-08-25 22:54:42 【问题描述】:

如果我在一篇会议 (IEEETran) 论文中有四位作者,我如何才能仅将他们中的最后一位居中对齐?

\documentclass[conference]IEEEtran
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackagecite
\usepackageamsmath,amssymb,amsfonts
\usepackagealgorithmic
\usepackagegraphicx
\usepackagetextcomp
\usepackagexcolor
\def\BibTeX\rm B\kern-.05em\sc i\kern-.025em b\kern-.08em
    T\kern-.1667em\lower.7ex\hboxE\kern-.125emX
\begindocument

\titleTitle*\\
\footnotesize \textsuperscript*Note: Sub-titles are not captured in Xplore and
should not be used
\thanksIdentify applicable funding agency here. If none, delete this.


\author\IEEEauthorblockN1\textsuperscriptst Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address
\and
\IEEEauthorblockN2\textsuperscriptnd Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address
\and
\IEEEauthorblockN3\textsuperscriptrd Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address
\and
\IEEEauthorblockN3\textsuperscriptrd Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address


\maketitle
\enddocument

【问题讨论】:

【参考方案1】:

您可以使用与https://tex.stackexchange.com/a/458208中相同的方法

\documentclass[conference]IEEEtran
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackagecite
\usepackageamsmath,amssymb,amsfonts
\usepackagealgorithmic
\usepackagegraphicx
\usepackagetextcomp
\usepackagexcolor
\def\BibTeX\rm B\kern-.05em\sc i\kern-.025em b\kern-.08em
    T\kern-.1667em\lower.7ex\hboxE\kern-.125emX

\makeatletter
\newcommand\linebreakand%
  \end@IEEEauthorhalign
  \hfill\mbox\par
  \mbox\hfill\begin@IEEEauthorhalign

\makeatother

\begindocument

\titleTitle*\\
\footnotesize \textsuperscript*Note: Sub-titles are not captured in Xplore and
should not be used
\thanksIdentify applicable funding agency here. If none, delete this.


\author\IEEEauthorblockN1\textsuperscriptst Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address
\and
\IEEEauthorblockN2\textsuperscriptnd Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address
\and
\IEEEauthorblockN3\textsuperscriptrd Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address
\linebreakand 
\IEEEauthorblockN3\textsuperscriptrd Given Name Surname
\IEEEauthorblockA\textitdept. name of organization (of Aff.) \\
\textitname of organization (of Aff.)\\
City, Country \\
email address


\maketitle
\enddocument

【讨论】:

非常感谢。您的回答非常有帮助且准确。我还想问一下,有没有什么好的教程或文档可以让我学习如何使用你在答案中提到的乳胶命令。 @KrishnNand 不客气!对于一般的乳胶教程,我强烈推荐来自dickimaw-books.com/latex 的书籍(在线版本免费提供)。至于解决像你这样的问题,恐怕任何教程都不会涉及 - 这通常需要查看类/包源或一些有根据的猜测在哪里搜索这些东西。 再次感谢@samcarter_is_at_topanswers.xyz 非常准确。我简要查看了链接中提供的图库示例,我相信它们将对未来的乳胶代码非常有益。

以上是关于latex 最后一个作者为啥有星号的主要内容,如果未能解决你的问题,请参考以下文章

latex里面标题上的角标星号如何显示为五角星?

LaTex 作者上标,双单位问题 LaTex 作者单位有两个,怎么实现双上标1,2,求代码

为啥创建NSString实例时没有星号[关闭]

为啥在这种情况下星号位置存在差异,而其他情况则没有?

为啥对函数的 VLA 数组参数使用星号“[*]”而不是整数?

为啥嵌套网格中的星号大小不起作用?