[OS X TeX] Re: ChkTeX Engine for TeXShop

Ramón Figueroa-Centeno ramonf at hawaii.edu
Mon May 24 13:41:35 EDT 2010


Aloha Ralph,

Your modifications can be made without modifying chktexrc.

It is working for me, so far.

Ramón

-----------------code below this line-----------------
#!/bin/bash

name=$(basename "$1" .tex)

n=$'\n'

/usr/local/bin/chktex -q -f "./%f:%l: %m${n}l.%l %r$n?$n"  "$1"

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-tp5092823p5094941.html
Sent from the MacOSX-TeX mailing list archive at Nabble.com.



More information about the MacOSX-TeX mailing list