AZ logo

CTAN directory: /macros/latex/contrib/marginfix

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
marginfix Patch \marginpar to avoid overfull margins.

Files

Name Size* Date UTC Notes
README 1 KiB 2011-Oct-06 Shown below
marginfix.dtx 35 KiB 2011-Oct-06
marginfix.ins 122 bytes 2011-Oct-17
marginfix.pdf 228 KiB 2011-Oct-06

  *File sizes in kibibytes.

Contents of README

MARGINFIX -- Fixes LaTeX's margin notes
http://shicks.github.com/marginfix

AUTHOR
  Stephen D. Hicks is the author of inlinedef
  email: sdh33@cornell.edu

COPYRIGHT
  This program is provided under the terms of the LaTeX
  Project Public License distributed from CTAN archives at
    http://www.ctan.org/macros/latex/base/lppl.txt
  Copyright 2010 Stephen D. Hicks

INSTALLATION
  Run `latex marginfix.ins' and copy the marginfix.sty file into a
  path searched by LaTeX.

DESCRIPTION
  Authors using LaTeX to typeset books with significant margin
  material often run into the problem of long notes running off the
  bottom of the page. A typical workaround is to insert \vshift
  commands by hand, but this is a tedious process that is invalidated
  when pagination changes. Another workaround is memoir's \sidebar
  function, but this can be unsatisfying for short textual notes, and
  standard marginpars cannot be mixed with sidebars. This package
  implements a solution to make marginpars "just work" by keeping a
  list of floating inserts and arranging them intelligently in the
  output routine.

FILES
  README          This file
  marginfix.dtx   Source code and documentation
  marginfix.ins   Installation script generating source and tests
  marginfix.pdf	  PDF version of the documentation