[OS X TeX] Re: ChkTeX Engine for TeXShop
Ramón Figueroa-Centeno
ramonf at hawaii.edu
Mon May 24 07:34:38 EDT 2010
Aloha Ralph,
I tried to get TeXShop to recognize the ChkTeX output as errors. I thought
that getting it to output the ChkTeX errors in the file-line-error format
would be enough (see below); but, although that might be necessary, it is
not sufficient :(
Hopefully someone will read this and provide us with a solution.
Sincerely,
Ramón
----------code below this line-----------
#!/bin/bash
name=$(basename "$1" .tex)
/usr/local/bin/chktex -q -f "%f:%l: %m
" "$1"
# Bring the console forward
console="tell application \"TeXShop\" to set the index of (the window named
\"$name console\") to 1"
/usr/bin/osascript -e "$console"
--
View this message in context: http://macosx-tex.576846.n2.nabble.com/ChkTeX-Engine-for-TeXShop-tp5092823p5093455.html
Sent from the MacOSX-TeX mailing list archive at Nabble.com.
More information about the MacOSX-TeX
mailing list