下面是我的代码:“摘要”一词保留在第一页,但其文本跳转到下一页。有人能帮我如何防止摘要文本跳转到下一页而不对文本外观进行任何更改吗?
%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals. Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the \documentclass line
% your LaTeX will extract the file if required
\begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
\end{filecontents*}
%
\RequirePackage{fix-cm}
%
%\documentclass{svjour3} % onecolumn (standard format)
%\documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
%\documentclass[smallextended]{svjour3} % onecolumn (second format)
\documentclass[twocolumn]{svjour3} % twocolumn
%
\smartqed % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx}
%
\usepackage{mathptmx} % use Times fonts if availab
% etc.
%
% please place your own definitions here and don't use \def but
% \newcommand{}{}
%
% Insert the name of "your journal" with
% \journalname{myjournal}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%burada itibaren ekledim%%%%%%%%%%%%%%%%%%
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{cuted}
\usepackage{nccmath}
\usepackage{mathtools}
\usepackage{tikz}
\usepackage{adjustbox}
\usepackage[utf8]{inputenc}
\usepackage{newunicodechar}
\usepackage{booktabs}
\usepackage{lipsum}
\usepackage{scalerel}
\usetikzlibrary{svg.path}
\usepackage{newunicodechar}
\newunicodechar{→}{$\to$}
\usepackage{forest}
\usetikzlibrary{trees}
\usetikzlibrary{arrows}
\usepackage{multirow}
\usepackage[section]{placeins}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{algorithmicx}
\usepackage{fixmath}
\algdef{SE}[DOWHILE]{Do}{doWhile}{\algorithmicdo}[1]{\algorithmicwhile\ #1}%
\usepackage{multicol}
\usepackage{lipsum}
\usepackage{scrtime}
% fnpct instead of footmisc:
\usepackage[dont-mess-around]{fnpct}
% patch \maketitle:
\usepackage{etoolbox}
\newcommand*{\affaddr}[1]{#1} % No op here. Customize it for different styles.
\newcommand*{\affmark}[1][*]{\textsuperscript{#1}}
\usepackage[misc,geometry]{ifsym}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{multicol}
\setlength{\columnsep}{1cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\title{Title of the Article}
\author{%
Author 1 Name Surname \protect\affmark[1, 2] \and Author 2 Name Surname\affmark[1]
}
\authorrunning{Esra Yeniaras \and Murat Cenk}
%\authorrunning{Short form of author list} % if too long for running head
\institute{
\Letter $ ~~~$Author 1 Name Surname \\
[email protected] \\ \\ % \\
% \emph{Present address:} of F. Author % if needed
%\and
$~~~~~~~$ Author 2 Name Surname \at
$~~~~~~~$ [email protected]\\ \\
$~~~~~$ \affaddr{\affmark[1] Institution 1, Colorado,USA}\\ \\
$~~~~~$ \affaddr{\affmark[2] Instituton 2 , Ontario, CANADA}\\
%\affaddr{\LaTeX\ University}%
}
\date{Received: date / Accepted: date}
% The correct dates will be entered by the editor
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\maketitle
\begin{abstract}
\twocolumn[lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddd
oooooooooooooooooooooooooooooooooooooooooooooooooooo
oooooooooooooooooooooooooooooooo
oooooooooooooooooooooooooooooooooooooooooooooo
oooooooooooooooooooooooooooooooooooooooooooo
oooooooooooooooo
ooooooooooooooooo
ooooooooooooooooooooooooooooooooooooooooooooooooooo
oooooooooooooooooooooooooooooooooooooooooooo
ooooooooooooooooo
oooooooooooooooooo
ooooooooooooooooooo
oooooooooooooooooooooooooooooooooooooooooooaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
\keywords{bla1 \and bla2 \and bla3 bla1 \and bla2 \and bla3.bla1 \and bla2 \and bla3.bla3.bla1 \and bla2 \and bla3 \and bla3.bla3.bla1 \and bla2 \and bla3} ]
\end{abstract}
\section{Introduction}
\label{intro}
\lipsum
\end{document}
答案1
在摘要中放入一些虚拟文本,进行评论,\twocolumn
一切都会好起来。
\maketitle
\begin{abstract}
%\twocolumn[
\lipsum[1]
\keywords{bla1 \and bla2 \and bla3 bla1 \and bla2 \and bla3.bla1 \and bla2 \and bla3.bla3.bla1 \and bla2 \and bla3 \and bla3.bla3.bla1 \and bla2 \and bla3}
%]
\end{abstract}
我还将你的\institute
定义改为
\institute{
Author 1 Name Surname \\
[email protected] \\ \\ % \\
% \emph{Present address:} of F. Author % if needed
%\and
Author 2 Name Surname \at
[email protected]\\ \\
\affaddr{\affmark[1] Institution 1, Colorado,USA}\\ \\
\affaddr{\affmark[2] Instituton 2 , Ontario, CANADA}\\
%\affaddr{\LaTeX\ University}%
}
只是为了能够无错误地进行编译,并且注释掉\usepackage{mathptmx}
使章节标题以粗体显示。
更新摘要跨越两栏
例如,你必须使用一个单列类,\documentclass{svjour3}
然后使用multicols
已经加载的包来完成论文的其余部分。(包括这个包在内的几个包被加载了两次)。
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\maketitle
\begin{abstract}
\lipsum[1]
\keywords{bla1 \and bla2 \and bla3 bla1 \and bla2 \and bla3.bla1 \and bla2 \and bla3.bla3.bla1 \and bla2 \and bla3 \and bla3.bla3.bla1 \and bla2 \and bla3}
%]
\end{abstract}
\begin{multicols}{2}
\section{Introduction}
\label{intro}
\lipsum
\end{multicols}
\end{document}