[OS X TeX] Scientific Wordprocessing on MacOSX

Andreas Höschler ahoesch at advanced-science.com
Tue May 28 23:32:06 CEST 2013


Hello Herbert and all,

thanks for your suggestions regarding latexmk and the generateLaTeX scripts. Cassiopeia 1.2.7 has been released today with a couple of new features that might help to integrate Cassiopeia much easier into existing LaTeX installations.

	http://www.advanced-science.com/ProductsCassiopeia.html

Cassiopeia cannot make direct use of latexmk for compatibility reasons with older LaTeX installations. However, the scripts used to compile the generated LaTeX code can now be set on the preferences panel of Cassiopeia. By default the GenerateLaTeXScript entry points to
	
	/Library/Frameworks/SDMFoundation.framework/Resources/generateLaTeXPDF 

which is now

#!/bin/csh
setenv PATH /usr/texbin:/usr/local/texlive/2009basic/bin/universal-darwin:$PATH
pdflatex $1
bibtex $1
pdflatex $1
pdflatex $1

and should therefore be compatible with almost all LaTeX installations. For specific needs users (that e.g. want to make use of latexmk) can create their own scripts (e.g. /usr/local/bin/generateLaTeXPDF) and simply set the GenerateLaTeXScript entry accordingly.

The new Cassiopeia release supports LaTeX regions now that allow to easily integrate arbitrary LaTeX code into Cassiopeia documents. This new feature might become handy for rather fancy presentation demands. The keystroke based equation editor should be used wherever possible to efficiently enter equations. However, special structures not covered by the keystrokes can now be entered directly as pure LaTeX.

The new release can be downloaded here:

	http://www.advanced-science.com/downloads/Cassiopeia.1.2.7.pkg

There are also some youtube clips available in the meanwhile that give a quick intro into entering equations, plotting functions and working with the integrated symbolic algebra system, e.g. 

	http://www.youtube.com/watch?v=Py8ZrJA7yfg

for whomever is interested! :-)

Thanks,

  Andreas

>> 
>>> Can you please elaborate (for the non-expert) these few lines you wrote:
>>>> 
>>>>> However, Cassiopeia can work with any LaTeX distribution. One just has to edit the two scripts
>>>>> 
>>>>> 	
>>>> 	/Library/Frameworks/SDMFoundation.framework/Resources/generateLaTeXPDF
>>>>> 	
>>>> 	/Library/Frameworks/SDMFoundation.framework/Resources/generateLaTeXPDFWithIndex
>>>>> 
>>>> 
>>>> Thank you.
>>>> 
>>>> Iraj.
>>>> 
>>> 
> 
> Howdy,
> 
> E.g., the latexmk program can automatically run bibtex and or makeindex if needed as well as follow up on the correct number of additional runs of pdflatex to resolve all cross-references. There are occasions when it takes more than two extra runs of pdflatex after running bibtex.
> 
> Not only that, there are several packages that allow for multiple glossaries and/or acronym lists and latexmk can be set up to automate that processing (it uses makeindex).
> 
> Then there is the fact that many folks are using the biblatex package along with biber, rather than bibtex, for creating bibliography lists and latexmk can automatically detect when it should use biber rather than bibtex by looking at the output of the biblatex package.
> 
> Should I go on? There is more.
> 
> You can take a look at the documentation for the latexmk engines for TeXShop. If you've never run TeXShop before you'll need to run it once and then look at the documentation found in ~/Library/TeXShop/Engines/Inactive/Latexmk. Note: under OS X 10.7 or 10.8 ~/Library, the Library folder in your HOME folder, is hidden. To get to it hold the Option key down when you click on the Go Menu in Finder and there will be an item to take you there.
> 
> Good Luck,
> 
> Herb Schulz
> (herbs at wideopenwest dot com)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20130528/76dc52ce/attachment.html>


More information about the macostex-archives mailing list