demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

Faulty wrapping for long hyperlinks or paths in PDFs #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create a markdown document with very long link text (not the uri - the
description) or with a long file path

http://localhost/workingdir/trunk/src/project/trunk/WebContent/
~/Documents/Work/Project/SVN/workingdir/trunk/src/project/trunk/WebContent/ 

2. Generate PDF using markdown2pdf or pandoc to tex to pdf

Would expect to see a PDF where the hyperlinks are wrapped or at least
forced to their own line.  This is not the case.

0.46 on OS X 10.5.1 (Leopard)

When coupled with the extremely large margins of PDF out this exacerbates
the problem.

Original issue reported on code.google.com by good.mid...@gmail.com on 19 Jan 2008 at 1:28

GoogleCodeExporter commented 8 years ago
I can't reproduce the problem on my (linux) machine.  Pandoc's LaTeX uses

\usepackage[breaklinks=true]{hyperref}

which should cause the links to break.
Are you using a recent version of MacTeX?

Original comment by fiddloso...@gmail.com on 13 Aug 2008 at 3:21

GoogleCodeExporter commented 8 years ago
Closing this issue, since I can't reproduce the problem.

Original comment by fiddloso...@gmail.com on 1 Nov 2008 at 9:11