elsarticle-Dokumentklasse: Teile des Frontmatters werden übereinander geschrieben

elsarticle-Dokumentklasse: Teile des Frontmatters werden übereinander geschrieben

Wir sind dabei, einen Artikel bei Elsevier einzureichen, aber es scheint, dass im Vorspann etwas nicht stimmt (oder wir es falsch machen). Dies ist der Code-Teil:

\author[FFNS]{One Author\corref{mycorrespondingauthor}}

\cortext[mycorrespondingauthor]{Correspondence should be addressed
to One Author, Laboratory for Something, Faculty of
Anotherthing, University of Thirdthing. Email: {\tt [email protected]}}

Und so sieht es im PDF-Format aus:

Bildbeschreibung hier eingeben

Was geht hier vor sich?


Danke an beideAbonnierenUndJean-Sébastien-Gosselin(aber vor allem darthbith, der mir freundlicherweise ein paar Manieren beigebracht hat [ ;-) ]), habe ich geduldig ein Minimalbeispiel erstellt und dann herausgefunden, was das Problem zu sein scheint. Um die Details zu erklären, füge ich zwei Beispiele an: eines mit einer kurzen Zusammenfassung (kurzer Text;kurzes pdf) und eines mit langer Zusammenfassung, die sich über die Titel- und erste Seite erstreckt (langer Text;langes PDF).

Kurz gesagt, in shortAbs habe ich \newpage am Anfang des Textkörpers hinzugefügt, und das hat den Unterschied gemacht – saubere, lesbare Kompilierung. (Ohne \newpage wird pdf trotzdem mit diesem hässlichen Fehler kompiliert!) In longAbs habe ich nicht herausgefunden, wie ich das beheben kann, da das Abstract über zwei Seiten lang ist.

Jetzt kann ich wohl bessere Fragen stellen: Wenn die Zusammenfassung lang ist und Sie die Dokumentklasse „elsarticle“ verwenden, wie können Sie eine Korrespondenznotiz und eine Notiz zur Zeitschrift und zum Datum so einrichten, dass sie sich nicht überschneiden?

Danke!

Antwort1

Nach einer tollen Diskussion mitAbonnierenUndJean-Sébastien-Gosselin, ich denke, wir haben herausgefunden, was das Problem verursacht hat. Das sind mit Sicherheit die Zeilennummern des lineno-Pakets. Darüber hinaus könnte auch die abstrakte Länge stören. Im FolgendenAbonnierenVorschläge/Anfragen poste ich zwei Minimalbeispiele, damit jeder kritisches Verhalten nachstellen kann:

(1) KURZE ZUSAMMENFASSUNG:

\documentclass[review]{elsarticle}

\usepackage{lineno}
\usepackage{xcolor}
\usepackage{tabulary}

\journal{Some Journal}

%-- Line numbering
\pagewiselinenumbers
\modulolinenumbers[2]

%-- Hyperreferencing
\usepackage[bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,
    bookmarksopenlevel=2,breaklinks=true,pdfborder={0 0 1},backref=false,
    colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue]
    {hyperref}
\hypersetup{pdfstartview={XYZ null null 1}}

%-- Float definition
\renewcommand\floatpagefraction{.9}
\renewcommand\topfraction{.9}
\renewcommand\bottomfraction{.9}
\renewcommand\textfraction{.1}   
\setcounter{totalnumber}{50}
\setcounter{topnumber}{50}
\setcounter{bottomnumber}{50}

%%%%%%%%%%%%%%%%%%%%%%%
%% Elsevier bibliography styles
%%%%%%%%%%%%%%%%%%%%%%%
%% To change the style, put a % in front of the second line of the current style and
%% remove the % from the second line of the style you would like to use.
%%%%%%%%%%%%%%%%%%%%%%%

%% Numbered
%\bibliographystyle{model1-num-names}

%% Numbered without titles
%\bibliographystyle{model1a-num-names}

%% Harvard
%\bibliographystyle{model2-names.bst}\biboptions{authoryear}

%% Vancouver numbered
%\usepackage{numcompress}\bibliographystyle{model3-num-names}

%% Vancouver name/year
%\usepackage{numcompress}\bibliographystyle{model4-names}\biboptions{authoryear}

%% APA style
%\bibliographystyle{model5-names}\biboptions{authoryear}

%% AMA style
%\usepackage{numcompress}\bibliographystyle{model6-num-names}

%% `Elsevier LaTeX' style
\bibliographystyle{elsarticle-num}
%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\begin{frontmatter}

\title{Is this a boring title? \protect\\
    The effect of boring titles on the boresommness}

\author[X]{One Author\corref{mycorrespondingauthor}}

\cortext[mycorrespondingauthor]{Correspondence should be addressed
to One Author, Laboratory for Something, Faculty of
Anotherthing, University of Thirdthing. Email: {\tt [email protected]}}

\author[X,Y]{Second Author}

\address[X]{University of Third Thing}
\address[Y]{Awe Some University of Awesomeness}

\begin{abstract}
{\bf Groucho Marx:} Each morning when I open my eyes I say to myself: I, not
events, have the power to make me happy or unhappy today. I can choose which it
shall be. Yesterday is dead, tomorrow hasn't arrived yet. I have just one day,
today, and I'm going to be happy in it. {\bf Viktor E. Frankl:} We who lived in
concentration camps can remember the men who walked through the huts comforting
others, giving away their last piece of bread. They may have been few in
number, but they offer sufficient proof that everything can be taken from a man
but one thing: the last of the human freedoms -- to choose one's attitude in
any given set of circumstances, to choose one's own way. {\bf Mark Twain:}
Twenty years from now you will be more disappointed by the things you didn't do
than by the ones you did. So throw off the bowlines, Sail away from the safe
harbor. Catch the trade winds in your sails. Explore. Dream. \\
\end{abstract}

\begin{keyword}
    one \sep two \sep three \sep four \sep five
\end{keyword}

\end{frontmatter}

\newpage

\linenumbers

\section{Introduction}

BLAH BLAH BLAH

\section*{Acknowledgements}

\noindent
This research was funded by the Ministry of Time and Money Waste of the Republic of Rich People (grants ON179006 and ON179033), and is partially based on F. A's PhD thesis carried out at the
University of Thirdthing. We thank all \ldots

\end{document}

(2) LANGE ZUSAMMENFASSUNG:

\documentclass[review]{elsarticle}

\usepackage{lineno}
\usepackage{xcolor}
\usepackage{tabulary}

\journal{Some Journal}

%-- Line numbering
\pagewiselinenumbers
\modulolinenumbers[2]

%-- Hyperreferencing
\usepackage[bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,
    bookmarksopenlevel=2,breaklinks=true,pdfborder={0 0 1},backref=false,
    colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue]
    {hyperref}
\hypersetup{pdfstartview={XYZ null null 1}}

%-- Float definition
\renewcommand\floatpagefraction{.9}
\renewcommand\topfraction{.9}
\renewcommand\bottomfraction{.9}
\renewcommand\textfraction{.1}   
\setcounter{totalnumber}{50}
\setcounter{topnumber}{50}
\setcounter{bottomnumber}{50}

%%%%%%%%%%%%%%%%%%%%%%%
%% Elsevier bibliography styles
%%%%%%%%%%%%%%%%%%%%%%%
%% To change the style, put a % in front of the second line of the current style and
%% remove the % from the second line of the style you would like to use.
%%%%%%%%%%%%%%%%%%%%%%%

%% Numbered
%\bibliographystyle{model1-num-names}

%% Numbered without titles
%\bibliographystyle{model1a-num-names}

%% Harvard
%\bibliographystyle{model2-names.bst}\biboptions{authoryear}

%% Vancouver numbered
%\usepackage{numcompress}\bibliographystyle{model3-num-names}

%% Vancouver name/year
%\usepackage{numcompress}\bibliographystyle{model4-names}\biboptions{authoryear}

%% APA style
%\bibliographystyle{model5-names}\biboptions{authoryear}

%% AMA style
%\usepackage{numcompress}\bibliographystyle{model6-num-names}

%% `Elsevier LaTeX' style
\bibliographystyle{elsarticle-num}
%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\begin{frontmatter}

\title{Is this a boring title? \protect\\
    The effect of boring titles on the boresommness}

\author[X]{One Author\corref{mycorrespondingauthor}}

\cortext[mycorrespondingauthor]{Correspondence should be addressed
to One Author, Laboratory for Something, Faculty of
Anotherthing, University of Thirdthing. Email: {\tt [email protected]}}

\author[X,Y]{Second Author}

\address[X]{University of Third Thing}
\address[Y]{Awe Some University of Awesomeness}

\begin{abstract}
{\bf Groucho Marx:} Each morning when I open my eyes I say to myself: I, not
events, have the power to make me happy or unhappy today. I can choose which it
shall be. Yesterday is dead, tomorrow hasn't arrived yet. I have just one day,
today, and I'm going to be happy in it. {\bf Viktor E. Frankl:} We who lived in
concentration camps can remember the men who walked through the huts comforting
others, giving away their last piece of bread. They may have been few in
number, but they offer sufficient proof that everything can be taken from a man
but one thing: the last of the human freedoms -- to choose one's attitude in
any given set of circumstances, to choose one's own way. {\bf Mark Twain:}
Twenty years from now you will be more disappointed by the things you didn't do
than by the ones you did. So throw off the bowlines, Sail away from the safe
harbor. Catch the trade winds in your sails. Explore. Dream. {\bf Johann
Wolfgang von Goethe:} All truly wise thoughts have been thought already
thousands of times; but to make them truly ours, we must think them over again
honestly, till they take root in our personal experience. {\bf John Eliot:}
History shows us that the people who end up changing the world -- the great
political, social, scientific, technological, artistic, even sports
revolutionaries -- are always nuts, until they are right, and then they are
geniuses. {\bf Calvin Coolidge:} Nothing in the world can take the place of
persistence. Talent will not; nothing is more common than unsuccessful men with
talent. Genius will not; unrewarded genius is almost a proverb. Education will
not; the world is full of educated derelicts. Persistence and determination are
omnipotent. The slogan ``press on'' has solved and always will solve
the problems of the human race. {\bf Alfred D'Souza:} For a long time it had
seemed to me that life was about to begin -- real life. But there was always
some obstacle in the way, something to be gotten through first, some unfinished
business, time still to be served, a debt to be paid. Then life would begin. At
last it dawned on me that these obstacles were my life. {\bf Louise L Hay:} You
are not here to please other people or to live your lives their way. You can
only live it your own way and walk your own pathway. You have come to fulfill
yourself and express love on the deepest level. You are here to learn and grow.
When you leave the planet... the only thing you take is your capacity to love!
{\bf Napoleon Hill:} The strongest oak of the forest is not the one that is
protected from the storm and hidden from the sun. It's the one that stands in
the open where it is compelled to struggle for its existence against the winds
and rains and the scorching sun. \\
\end{abstract}

\begin{keyword}
    one \sep two \sep three \sep four \sep five
\end{keyword}

\end{frontmatter}

\linenumbers

\section{Introduction}

BLAH BLAH BLAH

\section*{Acknowledgements}

\noindent
This research was funded by the Ministry of Time and Money Waste of the Republic of Rich People (grants ON179006 and ON179033), and is partially based on F. A's PhD thesis carried out at the
University of Thirdthing. We thank all \ldots

\end{document}

Antwort2

Das Problem scheint von der Verwendung linenumbersin der abstractUmgebung herzurühren, wie hier beschrieben:Problem mit elsarticle und lineno. Eine Problemumgehung wäre, den linenumbersBefehl in den Hauptteil des Artikels zu verschieben, wie in diesem MWE:

\documentclass[review]{elsarticle}

\usepackage{lipsum} % only for filler text
\usepackage{lineno}
\modulolinenumbers[2]

\journal{Some Journal}

\begin{document}

    \begin{frontmatter}

        \title{Some Title}

        \author[FFNS]{One Author\corref{mycorrespondingauthor}}

        \cortext[mycorrespondingauthor]{Correspondence should be addressed
        to One Author, Laboratory for Something, Faculty of
        Anotherthing, University of Thirdthing. Email: {\tt [email protected]}}

        \begin{abstract}            
            \lipsum[1-3] % filler text          
        \end{abstract}

    \end{frontmatter}

    \pagewiselinenumbers
    \lipsum[1-2] % filler text

\end{document}

Das Ergebnis ist ein zweiseitiger Artikel, dessen Zusammenfassung sich über zwei Seiten erstreckt, ohne den überlappenden Text in der Fußzeile. Die Zeilen der Zusammenfassung werden jedoch nicht nummeriert.

Bildbeschreibung hier eingeben

verwandte Informationen