06.22.06
TeXniscope, TextMate and pdfsync in the Intel Macs
This is just a quick entry to reference to clear the problems with the syncing between TextMate and Texniscope on the Intel Macs, that were discussed in the comments to this post. You will need:
- The Rosetta version of Texniscope, i.e. the non-native one, that can be found here.
- An updated version of the LaTeX bundle for TextMate. This contains a fix for the “Find in TeXniscope” command, whose main difference from the old one is that the line:
FILE=`basename "$TM_LATEX_MASTER"`
has been replaced by the line:
FILE="$TM_LATEX_MASTER"
- Well, pdfsync I guess.
With this setup, TeXing and syncing back and forth between TeXniscope and TextMate should be a breeze.
Thanks to mdadm for all his help and testing with this. Both of these fixes are really his.
Later