Hello, On Mon, May 4, 2009 at 2:59 PM, Steven van Roode <[email protected]> wrote: > I just installed Gregorio on my Mac (OS 10.5), after I installed TexShop and > TexLive. I also run sudo ./install.py in Terminal from the Gregorio/Fonts > folder. > When I tried to typeset a document using TeXShop, I got the following error > message: > > This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) > [ ... ] > mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; > input greciliae > > ! I can't find file `greciliae'. > [ ... ] > What is going wrong and how should I get around this problem. >
You get this error because TeXShop (by default) typesets LaTeX documents with the pdf(la)tex command -- to typeset scores from Gregorio, you should try either `lamed' or `pdflualatex'. Invoking either from the Terminal should work fine; but they are not integrated in TeXShop. To make it easier, if you want to typeset your scores with TeXShop instead of the command line, I made 2 small engine files that allow you to use lamed and pdflualatex from within the GUI. They're in the Gregorio svn repository, but I've also attached them here. To use them: 1) Put lamed-dvipdfm.engine and pdfLuaLaTeX.engine into ~/Library/TeXShop/Engines (there should be a bunch of different typesetting engines there already) 2) Open a terminal window and execute the following: cd ~/Library/TeXShop/Engines chmod +x lamed-dvipdfm.engine chmod +x pdfLuaLaTeX.engine (that makes the files executable) 3) Open a TeXShop window -- you may have to restart the program if it's already running, but I'm not sure. In the engine list next to the "Typeset" button, you should now be able to choose lamed or pdflualatex (the latter is recommended if you have LuaTeX installed, and it is indeed included as part of MacTeX/TeXLive 2008) to typeset your scores. Hope that helps, -- Tracy
lamed-dvipdfm.engine
Description: Binary data
pdfLuaLaTeX.engine
Description: Binary data
_______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

