Actions
Bug #4675
closedNDN-packet-spec PDF content too wide
Status:
Closed
Priority:
Low
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
3.00 h
Description
Version: ndn-tlv:commit:707ea001540220c2122069ffea33e981ba6efce7
Steps to reproduce:
make latexpdf
- View the result PDF file, section 3.2
Actual: Content goes out of paper edge on "For example, sha256digest=" line.
Expected: Line are wrapped.
Updated by Davide Pesavento over 2 years ago
- Status changed from New to Closed
The "For example, sha256digest=" line is indeed a little too long, but only by a character or two, it's barely noticeable. It definitely does not exceed the paper (right) margin, so it's fully readable.
pdflatex does warn about that line (btw, this is the only overfull hbox reported):
Overfull \hbox (15.11981pt too wide) in paragraph at lines 434--436
[]\T1/qtm/m/n/10 For ex-am-ple, \T1/txtt/m/n/10 sha256digest=893259d98aca58c451
453f29ec7dc38688e690dd0b59ef4f3b9d33738bff0b8d\T1/qtm/m/n/10 ,
I suggest ignoring this very minor aesthetic issue for now.
Actions