<div dir="ltr">Even if it was a dependency, the TeX Live design goal is not to provide dependencies between packages. It is divided into collections and if you install a collection, you get certain packages. If you install a package, there is no guarantee that you have everything needed for its use.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br><div class="gmail_quote">2017-05-05 23:45 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>Your test file doesn't load ucs, beamer only loads ucs if the ucs (or utf8x) option is given</div><div><br></div><div>\DeclareOptionBeamer{ucs}{%</div><div> ...</div><div>      \RequirePackage{ucs}%<br></div><div><br></div><div><br></div><div>so I don't think it's correct to say ucs is a dependency, it's just a package you can optionally load.</div><div><br></div><div><br></div><div><br></div><div>everyshi is required by pgf, it isn't (directly) a dependency of beamer, <br></div><div>pgfutil-layer.def does \RequirePackage{everyshi}</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>David</div><div><br></div><div><br></div><div><br></div></font></span></div>
</blockquote></div><br></div>