Code: Select all
\begin{filecontents*}{example.eps}
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[smallextended]{svjour3} % onecolumn (second format)
%\ExecuteOptions{onesided}
%
\smartqed % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx}
%
\usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%\usepackage{latexsym}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{threeparttable}
\usepackage{csquotes}
\usepackage[textwidth=0.4\textwidth]{todonotes}
\usepackage{changes}
% Insert the name of "your journal" with
\journalname{your jounral}
%
\begin{document}
1. Placing comments: In all odd pages, the comments appear to the right-side (which is where I want it). But in the even pages, they go to the left. You may notice in the my MW preamble, I tried \ExecuteOptions{onesided} (commented out in the example), but to no avail.
I have also tried the solution given here: https://tex.stackexchange.com/questions ... o-the-left, but failed as well as it only switches comment location but not the alternation
2. After rendering my .tex, I keep getting the error Float(s) lost. I have no clue how to fix this.