Code: Select all
\begin{filecontents*}{example.eps}gsavenewpath20 20 moveto20 220 lineto220 220 lineto220 20 linetoclosepath2 setlinewidthgsave.4 setgray fillgrestorestrokegrestore\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.