<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - deepsoul</title>
<link>http://snipplr.com/users/deepsoul/language/bash/tags/sed</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 04:02:52 GMT</pubDate>
<item>
<title>(Bash) Fix BibTeX URLs and long lines</title>
<link>http://snipplr.com/view/18473/fix-bibtex-urls-and-long-lines/</link>
<description><![CDATA[ <p>The tetex implementation of BibTeX, LaTeX's bibliography tool, forcibly breaks lines above a certain length (79 chars) by inserting % signs and line feeds, unless they can be broken between words.  This is a problem when URLs are referenced, or if control sequences without spaces between them are used.

The following solution using sed improves on the one given in the post above in that it works if a line is broken twice or more times.  It can be used as an example on how to concatenate lines ending with a specific character indicating continuation.</p> ]]></description>
<pubDate>Tue, 18 Aug 2009 17:34:56 GMT</pubDate>
<guid>http://snipplr.com/view/18473/fix-bibtex-urls-and-long-lines/</guid>
</item>
</channel>
</rss>