I'm currently using the book class and I'm using marginpar to cite sources. I would like the marginpar on right pages to be aligned left and the marginpar on left pages to be aligned right. Is there any way to do this?
Note I cannot use marginnote due to a package incompatibility.
\documentclass[twoside]{book}
\usepackage[paperheight=5in,paperwidth=6in,top=.7in,bottom=.7in, inner=1in, outer=2in, marginparsep=.1in, headsep=16pt]{geometry}
\usepackage{lipsum}
\begin{document}
\marginpar{This is the outside margin. I would like it to be aligned left (as it is).}\lipsum[1]
\clearpage
\marginpar{This is also the outside margin. I would like it to be aligned right}\lipsum[2]
\end{document}






\raggedright. – Sigur Feb 26 '18 at 21:45\raggedrighton the other side would be more elegant. Given these considerations, do you think this is the proper reading of the OP? (if so, I'll gladly edit). – gusbrs Feb 26 '18 at 21:52\raggedright\small #1. Also, it is more visible the ragged in this case. – Sigur Feb 26 '18 at 22:14