如何为日记设置如下图所示的标题和脚注?

如何为日记设置如下图所示的标题和脚注?

请参见下面的图片。感谢您的帮助。 在此处输入图片描述

在此处输入图片描述

答案1

以下是 MWE:

\documentclass{article}
\usepackage{hyperref}
%\usepackage[multiple]{footmisc}
\usepackage[letterpaper, landscape, margin=2in]{geometry}


\title{Refund polices for cores with quality variation in OEM remanufacturing}
\author{\renewcommand{\thefootnote}{\alph{footnote}}Example Author1 \footnotemark[1]\hspace*{3pt}${}^{,}$\hspace*{3pt}\footnotemark[3]
    \and \renewcommand{\thefootnote}{\alph{footnote}} Example Author2 \footnotemark[1]\hspace*{3pt}${}^{,}$\hspace*{3pt}\footnotemark[4] 
    \and \renewcommand{\thefootnote}{\alph{footnote}} Example Author3 \footnotemark[2]\hspace*{3pt}${ }^{,}$\hspace*{3pt}\footnotemark[5]}

\begin{document}

\begin{minipage}{0.6\textwidth}
\maketitle
\renewcommand{\thefootnote}{\alph{footnote}}
\footnotetext[1]{test footnote 1}
\footnotetext[2]{test footnote 2}
\end{minipage}

\renewcommand{\thefootnote}{\alph{footnote}}
\footnotetext[3]{test footnote 3 It will be a long footnote with the 3 names and their
email address \href{mailto:[email protected]}{[email protected]} and have to take more than one lines including second 
email address etc.}
\footnotetext[4]{test footnote 4}
\footnotetext[5]{test footnote 5}

\end{document}

输出如下: 平均能量损失

编辑:

新图片

新图像的代码如下:

\documentclass{article}
\usepackage{hyperref}
%\usepackage[multiple]{footmisc}
\usepackage[letterpaper, landscape, margin=1.5in]{geometry}
\usepackage{graphicx}
\usepackage{tikz}


\title{}
\author{}

\begin{document}
\begin{titlepage}



\begin{minipage}{0.9\textwidth}
{\huge\bfseries
Refund polices for cores with quality variation in OEM remanufacturing\\\vspace*{20pt}
}

{\large\bfseries
\renewcommand{\thefootnote}{\alph{footnote}}Shuoguo Wei\footnotemark[1]\hspace*{1pt}${}^{,}$\hspace*{1pt}\footnotemark[3],\hspace*{15pt}
  Ou Tang\footnotemark[1]\hspace*{1pt}${}^{,}$\hspace*{1pt}\footnotemark[4] ,\hspace*{15pt}
 Weihua Liu\footnotemark[2]\hspace*{1pt}${}^{,}$\hspace*{1pt}\footnotemark[5]
}\vspace*{18pt}

%\renewcommand{\thefootnote}{\alph{footnote}}
\footnotetext[1]{\normalsize Division of Production Economics, Department of Management and Engineering, Linkoping University. SE-581 83 Linkoping, Sweden}
\footnotetext[2]{\normalsize College of Management and Economics, Tianjin University, 300 072, Tianjin, China}

\end{minipage}\hspace*{40pt}
\begin{minipage}{0.3\textwidth}
 \includegraphics[width=3cm]{Screenshot1.png}\vspace*{95pt}

 \begin{tikzpicture}
  \node at (0,0) {\phantom 0};
 \end{tikzpicture}

\end{minipage}\vspace*{46pt}

\begin{center}
\begin{minipage}{0.7\textwidth}
\renewcommand{\thefootnote}{\alph{footnote}}
\footnotetext[3]{\normalsize Corresponding author. Mobile +46 76 4092 743.\\
Email address:\href{mailto:[email protected]}{[email protected]} (S. Wei), 
\href{mailto:[email protected]}{[email protected]} (O. Tang), \href{mailto:[email protected]}{[email protected]}.}
\footnotetext[4]{\normalsize Mobile: +46 13 28 1773}
\footnotetext[5]{\normalsize Visiting scholar at: Division of Production Economics, Department of Management and Engineering,
 Linkoping, University, Sweden. Mobile: +46 13 281767.}
\end{minipage}
\end{center}

 \end{titlepage}

\end{document}

相关内容