I would like to know how I could have margin notes only on the right side of my document using a twoside document class. This is a part of my preamble :
\documentclass[12pt,a4paper,footinclude=true,twoside,headinclude=true]{scrbook}
\XeTeXinputencoding iso-8859-1
\usepackage{setspace}
\usepackage{scrpage2}
\usepackage{graphicx} %% For \scalebox
\usepackage[linedheaders,parts,pdfspacing,dottedtoc]{classicthesis}


tabtopackage at http://ctan.org/pkg/tabto-ltx. With syntax like\tabto*{x-location}and\tabto{\TabPrevPos}for returning to where you left off, you should be able to get what you wish. – Steven B. Segletes Dec 29 '14 at 03:46