Sie sind hier

Marginnote + svmono = ⚡

MWE:

\documentclass{svmono}
\usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includehead=true,includemp=true,showframe]{geometry}%%% That's what Springer sometimes wants
\usepackage{newtxtext}%%% They want times
\usepackage{marginnote}
\usepackage{todonotes}%%% For the draft version
\begin{document}
FOO
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\begin{itemize}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \begin{itemize}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \end{itemize}
  \begin{enumerate}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \end{enumerate}
\item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\end{itemize}
\pagenumbering{roman}
\newpage\strut
\vspace{122ex}
\begin{tabbing}
  The last line of tabbing. The margin note is not at the right place:\marginnote{MARGIN NOTE}
\end{tabbing}
\end{document}

In the last page of the argument, marginnote's argument overlaps the main text. Discussion: https://tex.stackexchange.com/questions/442525/marginnote-svmono

[Admin-Edit:]

  1. Moved, because marginnote is not part of KOMA-Script. Forum »Fehlermeldungen« is only for bug reports related to KOMA-Script.
  2. Abstract added.
  3. User has been deleted, because of violation of the terms of registration.
  4. All messages of the user despite the report itself removed, because of repeated violation of the terms of registration.

forum: 
Bild von Markus Kohm

If I switch to article, I cannot reproduce the problem. If the problem depends on svmono, it would not be a problem of marginnote. svmono seems not to be free software. You should ask the publisher for help, if you have problems with that class or with combinations of that class and packages the publisher does usually not use. I surely will not analyze a non-free publisher class.

BTW: You should ask the publisher, whether or not changing the page geometry is really allowed. When I've worked for Springer, it was not. I'm telling this, because the combination of svmono and geometry seems to be the main reason of your problem:

\documentclass{svmono}
%\usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includehead=true,includemp=true,showframe]{geometry}%%% That's what Springer sometimes wants
\usepackage{newtxtext}%%% They want times
\usepackage{marginnote}
\usepackage{todonotes}%%% For the draft version
\usepackage{showframe}
\begin{document}
FOO
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\begin{itemize}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \begin{itemize}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \end{itemize}
  \begin{enumerate}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \end{enumerate}
\item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\end{itemize}
\pagenumbering{roman}
\newpage\strut
\vspace{122ex}
\begin{tabbing}
  The last line of tabbing. The margin note is not at the right place:\marginnote{MARGIN NOTE}
\end{tabbing}
\end{document}

does work.

Removing todonotes does also help:

\documentclass{svmono}
\usepackage[paperwidth=168mm,paperheight=240mm,height=210mm,width=144mm,includehead=true,includemp=true]{geometry}%%% That's what Springer sometimes wants
\usepackage{newtxtext}%%% They want times
\usepackage{marginnote}
% \usepackage{todonotes}%%% For the draft version
\newcommand*{\todo}[2][]{}
\usepackage{showframe}
\begin{document}
FOO
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\todo[inline]{\footnotesize FOO}
\begin{itemize}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \begin{itemize}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \end{itemize}
  \begin{enumerate}
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR
  \end{enumerate}
\item FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO BAR FOO
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\item line
\end{itemize}
\pagenumbering{roman}
\newpage\strut
\vspace{122ex}
\begin{tabbing}
  The last line of tabbing. The margin note is not at the right place:\marginnote{MARGIN NOTE}
\end{tabbing}
\end{document}

So maybe it's more the combination svmono AND geometry AND todonotes AND marginnote. If you either switch to another class or remove geoemtry or remove todonotes everything seems to be OK.

Bild von Markus Kohm

Problem fixed in already released v1.4a due to daleif's excellent analysis of the problem on TeX.StackExchange.com and his more useful MWE.

However, it is still a user mistake to have consecutive odd pages or consecutive even pages in a double-ended document, because TeX decides on the page number whether to use \oddsidemargin or \evensidemargin and LaTeX decides on the page number whether to use \@oddhead and \@oddfoot or \@evenhead or \@evenfoot and whether \marginpar should use the left margin or the right margin and whether or not \cleardoublepage has to add an empty page or not. Several classes and packages are doing similar decisions in the same way. So, within a double-ended document an even page always has to be a left-hand page and an odd page always have to be an right-hand page and you should always take care for this, if you are using \pagenumbering.

Comments for "Marginnote + svmono = ⚡" abonnieren