我想在双栏文章中添加合著者,我查看了之前的问题,但不知道为什么不起作用。这是 MWE。基本上我有来自同一所大学的 4 位作者和来自另一所学院的另一位作者。我想要这种格式,以五位作者的名字为中心,然后在下一行写上大学的名字。
Author A^1, B^1, C^1, D^1, E^2
1 University name
2 University name
谢谢您的帮助
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Journal Article
% LaTeX Template
% Version 1.4 (15/5/16)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Frits Wenneker (http://www.howtotex.com) with extensive modifications by
% Vel ([email protected])
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[twoside,twocolumn]{article}
\usepackage{blindtext} % Package to generate dummy text throughout this template
\usepackage[sc]{mathpazo} % Use the Palatino font
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
\linespread{1.05} % Line spacing - Palatino needs more space between lines
\usepackage{microtype} % Slightly tweak font spacing for aesthetics
\usepackage[english]{babel} % Language hyphenation and typographical rules
\usepackage[hmarginratio=1:1,top=32mm,columnsep=20pt]{geometry} % Document margins
\usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} % Custom captions under/above floats in tables or figures
\usepackage{booktabs} % Horizontal rules in tables
\usepackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text
%\usepackage{enumitem} % Customized lists
\usepackage{abstract} % Allows abstract customization
\renewcommand{\abstractnamefont}{\normalfont\bfseries} % Set the "Abstract" text to bold
\renewcommand{\abstracttextfont}{\normalfont\small\itshape} % Set the abstract itself to small italic text
\usepackage[autostyle=true]{csquotes}
\usepackage{titlesec} % Allows customization of titles
\renewcommand\thesection{\Roman{section}} % Roman numerals for the sections
\renewcommand\thesubsection{\roman{subsection}} % roman numerals for subsections
\titleformat{\section}[block]{\large\scshape\centering}{\thesection.}{1em}{} % Change the look of the section titles
\titleformat{\subsection}[block]{\large}{\thesubsection.}{1em}{} % Change the look of the section titles
\usepackage{fancyhdr} % Headers and footers
\pagestyle{fancy} % All pages have headers and footers
\fancyhead{} % Blank out the default header
\fancyfoot{} % Blank out the default footer
\fancyhead[C]{Running title $\bullet$ May 2016 $\bullet$ Vol. XXI, No. 1} % Custom header text
\fancyfoot[RO,LE]{\thepage} % Custom footer text
\usepackage{multirow}
\usepackage{tabulary,rotating}
\usepackage{enumerate}
%\setlist[itemize]{noitemsep} % Make itemize lists more compact
\usepackage{paralist}
\usepackage{threeparttable}
\usepackage{float}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{subcaption}
\usepackage{eurosym}
\usepackage{titling} % Customizing the title section
\usepackage{verbatim}
%\usepackage{graphicx}
\usepackage{hyperref} % For hyperlinks in the PDF
\usepackage[%
backend=bibtex % biber or bibtex
,style=authoryear % Alphabeticalsch
%,style=numeric-comp % numerical-compressed
,sorting=nyt % no sorting
,sortcites=true % some other example options ...
,bibencoding=ascii
,block=none
,indexing=false
,citereset=none
,isbn=true
,url=true
,doi=true % prints doi
,natbib=true % if you need natbib functions
]{biblatex}
\addbibresource{reference.bib}
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\setlength{\droptitle}{-4\baselineskip} % Move the title up
\pretitle{\begin{center}\LARGE\bfseries} % Article title formatting
\posttitle{\end{center}} % Article title closing formatting
\title{Paper title} % Article title
\author{%
\textsc{Author 1}%\thanks{A thank you or further information}
\\[1ex] % Your name
\normalsize University \\ % Your institution
%\normalsize \href{mailto:[email protected]}{[email protected]} % Your email address
\and % Uncomment if 2 authors are required, duplicate these 4 lines if more
\textsc{Author 2 }%\thanks{Corresponding author}
\\[1ex] % Second author's name
\normalsize University\\ % Second author's institution
%\normalsize \href{mailto:[email protected]}{[email protected]} % Second author's email address
}
\date{\today} % Leave empty to omit a date
\renewcommand{\maketitlehookd}{%
\begin{abstract}
\noindent
\end{abstract}
}
%----------------------------------------------------------------------------------------
\begin{document}
% Print the title
\maketitle
%----------------------------------------------------------------------------------------
% ARTICLE CONTENTS
%----------------------------------------------------------------------------------------
\section{Introduction}
%------------------------------------------------
\section{Literature Review}
\label{Literature-Review}
%Text requiring further explanation\footnote{Example footnote}.
%------------------------------------------------
\section{Methods}
%Text requiring further explanation\footnote{Example footnote}.
%------------------------------------------------
\section{Ch. 3}
%------------------------------------------------
\subsection{}
%---------------------------------------------------------------------------------------------------------------------
\subsection{}
%---------------------------------------------------------------------------------------------------------------------
%------------------------------------------------
%------------------------------------------------
\section{Discussion}
\subsection{Subsection One}
\subsection{Subsection Two}
%----------------------------------------------------------------------------------------
% REFERENCE LIST
%----------------------------------------------------------------------------------------
\printbibliography[heading=bibintoc]
%----------------------------------------------------------------------------------------
\end{document}
答案1
模板是预先定义好的,就像电视台的节目一样。如果你不喜欢某个片段,你可以切换到另一个电视台(模板)。但你不能简单地通过这种方式切换模板。你必须创建自己的节目,而现在你可以在 Youtube 上找到你喜欢的所有片段,对吧?
因此,利用你从 LaTeX 简介中了解到的点点滴滴,就无需依赖电视台了。通过将这些点点滴滴拼凑在一起,你将更轻松地创作出属于自己的作品。
但是现在创建以下屏幕截图的代码。
\author{%
Walter Wombat\textsuperscript{1}, Carl Capybara\textsuperscript{1},
Daisy Duck\textsuperscript{2}\\[1ex]
1 University of cool things \\
2 University of Applied Duck Dancing
}
模板不是模板