Text FormattingOverlapping The journal name and The cor writer

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
denghong
Posts: 1
Joined: Fri Sep 06, 2024 8:04 am

Overlapping The journal name and The cor writer

Post by denghong »

After I added a line of code to LaTeX to insert line numbers, the corresponding author and the journal name overlapped. How can I resolve this issue? Thanks.

Code: Select all

% \PassOptionsToPackage{draft}{graphicx}
\documentclass[preprint,12pt,number, sort&compress, fleqn]{elsarticle}
%\documentclass [preprint, 12pt, number, sort&compress, fleqn] {elsarticle}
\usepackage {graphicx}
\usepackage{subfigure}


\usepackage[pagewise]{lineno}

%\usepackage {graphics}
%\usepackage{hyperref}
\usepackage[none]{hyphenat}
\usepackage {amsmath}
\usepackage [colorlinks=true, linkcolor=blue]{hyperref}
\usepackage {placeins}
%\usepackage {subfigure}
\usepackage{cleveref}
\crefname{figure}{figure}{figures}
\Crefname{figure}{Figure}{Figures}
\usepackage{float}
\usepackage {amsfonts}
\usepackage{algorithm}
\usepackage{algorithmic}
%\usepackage[runin]{abstract}

% \usepackage[ruled,vlined]{algorithm2e}
\journal{Journal Name}
\begin {document}

\renewcommand {\tableautorefname}{Tab.}
\def\tableautorefname{Tab.}
\def\equationautorefname{Eqn.}
\def\figureautorefname{Fig.}
%\def\subfigureautorefname{Fig.}
\def\sectionautorefname{Section}
\begin {frontmatter}
\title {title}
\author [SYSU] {Feong}

\author [SYSU] {Liang\corref{CA}}
\cortext [CA] {Corresponding author}
\ead {eduemail}

\affiliation[SYSU]{organization={School of Aeronautics and Astronautics, Sun Yat-Sen University},%Department and Organization
	addressline={No.66, Gongchang Road, Guangming District}, 
	city={Shenzhen},
	postcode={518107}, 
	state={Guangdong},
	country={China}}


\linenumbers

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply