Revert problem.relativistic-limo.tex back to expecting `limo.*`.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Apr 2012 01:18:26 +0000 (21:18 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Apr 2012 01:18:26 +0000 (21:18 -0400)
commit5a451357bcf39b274a9c818a6e06584524c3f938
tree405951ca557bc851ef3725afef60d649d57e1d70
parent2a973b05f57bac6c73eb6f215ab0af113ede3ad9
Revert problem.relativistic-limo.tex back to expecting `limo.*`.

This reverses a portion of

  commit ed3656403a9befab65e394949f3862657659f41d
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Wed Apr 11 21:04:46 2012 -0400

    Make the Python limo script executable.

    Also adjust the name of the expected file to ${SCRIPT/.py/} to
    make it easier to automatically generate the required image.

The new scheme works with

  TARGET="$(echo "${SCRIPT}" | awk -F. '{print $(NF-1)}').png"
  "${SCRIPT}" "${TARGET}"

This avoids problems like

  LaTeX Warning: File `problem.relativistic-limo.limo' not found on
  input line 50 .
  ! LaTeX Error: Unknown graphics extension: .relativistic-limo.limo.

With the new rule, if you write a problem `abcd.efgh.tex` that needs
an image `xyz.png`, the script generating that image should be
`abde.efgh.xyz.py`.
latex/problems/wking/problem.relativistic-limo.tex