diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-09 20:57:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-09 20:57:55 +0000 |
commit | 6df257f02cd9ad738897e88f139cb287e6247ece (patch) | |
tree | 26f841f2699c21ac918caef178019c03a562990c /Master/texmf-dist/tex/latex | |
parent | 082fb21b11cfdb51b60c031698be7fbc726e3ee2 (diff) |
marginnote (9aug18)
git-svn-id: svn://tug.org/texlive/trunk@48383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/marginnote/marginnote.sty | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/marginnote/marginnote.sty b/Master/texmf-dist/tex/latex/marginnote/marginnote.sty index 5f99dccbff4..4ca7f8a546a 100644 --- a/Master/texmf-dist/tex/latex/marginnote/marginnote.sty +++ b/Master/texmf-dist/tex/latex/marginnote/marginnote.sty @@ -20,10 +20,10 @@ %% original source files, as listed above, are part of the %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) -%%% From File: $Id: marginnote.dtx 23 2018-07-21 11:35:52Z mjk $ +%%% From File: $Id: marginnote.dtx 27 2018-08-09 09:17:04Z mjk $ \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{marginnote}[% - 2018/07/01 v1.4a + 2018/08/09 v1.4b non floating margin notes for LaTeX] \begingroup \@ifundefined{pdfsavepos}{% @@ -133,7 +133,11 @@ } \newcommand*{\mn@parboxrestore}{} \DeclareOption{parboxrestore}{% - \renewcommand*{\mn@parboxrestore}{\@parboxrestore}% + \renewcommand*{\mn@parboxrestore}{% + \@tempskipa\parskip + \@parboxrestore + \parskip\@tempskipa + }% } \DeclareOption{noparboxrestore}{% \renewcommand*{\mn@parboxrestore}{}% |