
#Texshop web site pdf
To fix a memory issue, TeXShop 5 refuses to open the magnifying glass if the pdf file has a magnification level above 250. If the user issued a "select All" command and then cancelled it by clicking in a source line, the selectAll coloring was cancelled in the visible region, but scrolling revealed traces of it in other text.
#Texshop web site code
The code to color the input line in the source window had a minor bug. When you have time, open this folder and follow the instructions inside. As before, after installation go to ~/Library/TeXShop/New and copy the Demo folder to your home directory or another place you store TeX source files. That is the main reason that TeXShop 5.02 has been released. The demo source and support document have been revised to reflect this discovery. In the new method, the interactive pieces of the document, which are written in html, can be written directly in the source code for TeX4ht, and the resulting web page can be read linearly with interactive elements following other text in the main document. Within days of releasing the program, I discovered a much better way to create these documents.
#Texshop web site how to
TeXShop 5.01 came with a demo source file and support document explaining how to create web projects with interactive elements using TeXShop 5 and TeX4ht.


I don't know if the extra code is necessary because I cannot reproduce the bug, but it cannot hurt. My routine had extra code to insure that the routines were called in pairs, but the final unhide was not protected in the same way. XCode can search the complete TeXShop code base the search revealed that these cursor routines are only called in TeXShop during the operation of the magnifying glass. It is, of course, important that calls to these routines be paired up so the cursor is not left hidden at the end. The Cocoa APIs contain a class named NSCursor which has two relevant commands: and. One user complained that the cursor occasionally vanishes and TeXShop must be restarted to get it back. So if you selected an extension, you got the previous extension in the list. This menu was out of sync by one element after the first four items. A pulldown menu in the Save Dialog allows users to change the extension of the saved file. I do not expect further TeXShop updates for a couple of months, fingers crossed. Now that the program is stable, it is time to bring everyone up to date. Two larger problems were reported and fixed the same way. I made corrections on my web page without changing the version number, so if you downloaded early, you might have small flaws and if you downloaded later, you don't.
#Texshop web site for mac os
TeXShop uses TeX Live, a standard distribution of Tex programs maintained by the TeX Users Group (TUG) for Mac OS X, Windows, Linux, and various other Unix machines. Since pdf is a native file format on OS X, TeXShop uses "pdftex" and "pdflatex" rather than "tex" and "latex" to typeset in its default configuration these programs in the standard TeX Live distribution of TeX produce pdf output instead of dvi output. TeXShop is a TeX previewer for Mac OS X, written in Cocoa.
