Discussion:
marginnote : wrong position with option [twocolumn]
(too old to reply)
GL
2018-04-10 13:50:04 UTC
Permalink
In twocolumn mode, LaTeX provides two marginpar :
one on the left for the first column, one on the
right for the second column.

The following minimal example shows that \marginnote
is typeset in the right margin, whatever the column
in which it appear :

% ----------------------------------------------
\documentclass [twocolumn,a4paper]{article}
\usepackage [T1]{fontenc}
\usepackage {geometry}
\usepackage {marginnote}
\usepackage {lipsum}

\geometry {
,showframe
,margin=35mm
,marginparwidth=30mm
}


\begin{document}$a$\makeatletter

\lipsum[1-1]
Test\marginnote {margin note text}\marginpar {margin par text}.

\lipsum[2-6]

\end{document}
% ---------------------------------------------------
Ulrike Fischer
2018-04-10 14:12:47 UTC
Permalink
Post by GL
The following minimal example shows that \marginnote
is typeset in the right margin, whatever the column
marginnote has a documentation and there is the mail address of the
maintainer.
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
GL
2018-04-10 16:03:23 UTC
Permalink
Post by Ulrike Fischer
Post by GL
The following minimal example shows that \marginnote
is typeset in the right margin, whatever the column
marginnote has a documentation and there is the mail address of the
maintainer.
Yes, thank you for the info.
I remembered that an hour ago, and sent a email to ***@gmx.info

Best regards.

Loading...