I am using plain TeX and want to typeset an appendix that contains several hundred URLs. When a URL goes past the right margin, I would like TeX to stop printing (i.e. not carry into the margin, not print a warning black rectangle) and then pick up the rest of the URL on a new (non-indented) line where it left off.
Something like this, where 1, 2, 3 are akin to footnote numbers:
1: http://www.aaa.com/rem
ainder 2: http://www.bbb.
com/remainder_again 3: h
ttp://www.ccc.com/ending
Is this possible?
I am using a Python script to generate the .tex files, so, if worst comes to worst, I can have Python estimate the content of each line. Unfortunately, I am not using a mono-spaced font, so that could turn pretty ugly.
Thanks in advance.
urlpackage. And welcome to TeX.SX!! – Sean Allred Oct 09 '13 at 04:28urlwithminiltx:-) – Joseph Wright Oct 09 '13 at 07:01