<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-06-20 15:32 GMT+02:00 David Carlisle <span dir="ltr"><<a href="mailto:d.p.carlisle@gmail.com" target="_blank">d.p.carlisle@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>This is not the list for reporting problems with macro code  (the texlive maintainers maintain the system<br>
</div>but can not control the individual packages which are taken from CTAN)<br>
<br></div>However your document arguably highlights a bug (unreported I think) that's been in latex since the start<br><br>\leavevmode\begin{picture}<br><br></div>should fix it...<span class="HOEnZb"><font color="#888888"><br>
</font></span></div></div></blockquote><div><br></div><div>I would not consider it a bug. The center environment among others sets \leftskip, \rightskip and \parfillskip. These values are used in the horizontal mode. The picture environment is a box. If it is placed in the vertical mode, the settings made by the ceter environment are not in effect. \leavevmode starts the horizontal mode. In addition, the center environment is not just an environment for centering, it is defined as a list and does too many things. If you have a list without a paragraph, you get the error.<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">David<br>
<br></font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br>Zdeněk Wagner<br><a href="http://hroch486.icpf.cas.cz/wagner/" target="_blank">http://hroch486.icpf.cas.cz/wagner/</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a>
</div></div>