<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 12 January 2016 at 01:01, Schneider <span dir="ltr"><<a href="mailto:schneidt@mail.nih.gov" target="_blank">schneidt@mail.nih.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">James:<br>
<span class=""><br>
> I have a file that includes the test formulas for the original<br>
> Boston Computer Society torture test that appeared in the Notices.<br>
> It is LaTeX but it would be easy enough to strip out the formulas.<br>
><br>
> <a href="http://joshua.smcvt.edu/bcs/" rel="noreferrer" target="_blank">http://joshua.smcvt.edu/bcs/</a><br>
<br>
</span>That ran fine on Mac OS X 10.10.5:<br>
<br>
> This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015)<br>
> (preloaded format=latex)<br>
<br>
However, page 8 Benchmark 7 has 4 disconnected bits floating around.<br></blockquote><div><br><br></div><div>There is no problem with the tex that is just an error in the shell script, <br></div><div>it doesn't run latex again after running metapost to make the graphics<br></div><div>so they get made but not included<br><br>#!/bin/sh<br># compile the bcs.tex file<br># You need a lot of packages.  Are you sure that you want to do this?<br># 2005-June-26 Jim Hefferon<br>latex bcs<br>mpost feynmans1<br>mpost feynmans2<br>mpost feynmans3<br>mpost feynmans4<br>latex bcs<br>dvips -o <a href="http://bcs.ps">bcs.ps</a> bcs<br>ps2pdf <a href="http://bcs.ps">bcs.ps</a><br><br><br></div><div>David<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
At first I thought that there's no way to know if the test gives the<br>
result it should.  However, I unzipped the package again and<br>
discovered that there is a bcs.pdf in there that I overwrite when I<br>
ran the script.<br>
<br>
It would be best to make a copy of that by hand "bcs-good.pdf" or<br>
whatever so that it doesn't get overwritten when people run the test.<br>
<br>
For folks who do the test, make a copy of bcs.pdf for comparison.<br>
<br>
It turns out that Benchmark 7 failed on my system, the dots and<br>
squiggles are gone, along with some equation parts.<br>
<br>
Tom<br>
<br>
  Thomas D. Schneider, Ph.D.<br>
  Senior Investigator<br>
  National Institutes of Health<br>
  National Cancer Institute<br>
  Center for Cancer Research<br>
  Gene Regulation and Chromosome Biology Laboratory<br>
  Molecular Information Theory Group<br>
  Frederick, Maryland  21702-1201<br>
  <a href="https://schneider.ncifcrf.gov" rel="noreferrer" target="_blank">https://schneider.ncifcrf.gov</a> (current link)<br>
  <a href="https://alum.mit.edu/www/toms" rel="noreferrer" target="_blank">https://alum.mit.edu/www/toms</a> (permanent link)<br>
<div class=""><div class="h5">_______________________________________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" rel="noreferrer" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" rel="noreferrer" target="_blank">http://tug.org/pipermail/texhax/</a><br>
More links: <a href="http://tug.org/begin.html" rel="noreferrer" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" rel="noreferrer" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><a href="http://dpcarlisle.blogspot.com/" target="_blank">http://dpcarlisle.blogspot.com/</a></div>
</div></div>