[OS X TeX] omit red circle in TexShop preview
Claus Gerhardt
gerhardt at math.uni-heidelberg.de
Thu Sep 16 09:15:06 EDT 2010
There is a macro of mine, refreshpdf, which does the job.
Claus
--Applescript
-- Apply only to an already saved file.
-- Claus Gerhardt, Nov. 2003
set scriptPath to (do shell script "dirname " & "~/Library/TeXShop/Scripts/ex")
set scriptPath to scriptPath & "/setname.scpt"
set scriptName to POSIX file scriptPath as alias
set scriptLiB to (load script scriptName)
tell scriptLib
set frontName to setname(#NAMEPATH#,#TEXPATH#)
end tell
tell document frontName of application "TeXShop"
refreshpdf
end tell
On Sep 16, 2010, at 14:52, Themis Matsoukas wrote:
> On Sep 16, 2010, at 7:21 AM, Martin Costabel wrote:
>
>> On 16/09/10 13:11, Jan Hegewald wrote:
>>
>>> is there a way to disable the red circle in the TexShop preview which appears if you sync from source to pdf?
>>
>> Click.
>
> This used to work in previous versions of OS but does not work in 10.6.4 with TS 2.37. I usually re-typeset to get the circle go away, but I would like to see the simple click re-instated.
>
> Themis
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
>
More information about the MacOSX-TeX
mailing list