Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

space between sidenotes #41

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment
Open

space between sidenotes #41

GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi all.

The space between two sidenotes is a little bit small if one has a lot of 
citations. Maybe it is 
possible to increase the default space between two sidenotes by a tiny bit. I 
used r128 and attached 
a test page to demonstrate what I mean. 

The first line is:
\documentclass[b5paper, symmetric, justified, sidenote=raggedouter, 
marginnote=raggedouter, 
caption=justified, citation=raggedouter]{tufte-book}

Andy


Original issue reported on code.google.com by [email protected] on 11 Nov 2009 at 4:04

Attachments:

@GoogleCodeExporter
Copy link
Author

Hey, Andy.

You're right, this is a bug.

To work around this bug (until I get time to fix it), you can adjust the
\marginparpush length.  The default value is 10 pt, which would be one blank 
line. 
The bug, however subtracts 10 points right off the bat, so there's effectively 
a 0 pt
space between sidenotes.

To adjust the spacing, place the following line in the preamble of your 
document:

  \setlength{\marginparpush}{20pt}% work around issue 41

Once this bug is resolved, you'll want to remove that line (or adjust it 
accordingly).

Thanks for the report!

--Kevin

Original comment by [email protected] on 14 Nov 2009 at 9:24

  • Changed state: Accepted
  • Added labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant