My apologies.  I replied directly by accident rather than replying to
all and including the list.

For those interested, I am sending the entire thread.

Henry

On Tuesday, 25 January 2011 at 09:55:38 am -0500, Benjamin Bloomfield wrote:
> Thanks!  I have Tex Live 2010 already; I think my only problem was that I
> was trying to set the font before \begin{document}.
> 
> Thanks again,
> 
> Benjamin Bloomfield
> 
> On Tue, Jan 25, 2011 at 09:48, Henry So Jr. <[email protected]> wrote:
> 
> > In the main .tex file, I load the fontspec package before luatextra:
> >
> > % usual packages loading:
> > \usepackage{fontspec}
> > \usepackage{luatextra}
> > \usepackage{graphicx} % support the \includegraphics command and options
> > \usepackage{geometry} % See geometry.pdf to learn the layout options. There
> > are lots.
> >
> > Then, after beginning the document, I set the font using fontspec:
> >
> > % here we begin the document
> > \begin{document}
> > \fontspec[Ligatures={Common,Rare,Historic,TeX},Numbers=OldStyle]{Linux
> > Libertine O}
> >
> > You can also try using "\setmainfont" instead of this, but I wasn't able
> > to enable the historic ligatures that way.
> >
> > In my experience, this works with any font lualatex can recongnize.
> > "Linux Libertine O" is an OpenType font on my sustem.
> >
> > This only works with TeX Live 2010.  I had to upgrade from TeX Live 2008
> > in order to get it working because the luatex-compatible fontspec was
> > not there.  I never tried with TeX Live 2009.  Of course, your mileage
> > may vary.
> >
> > Regards,
> > Henry
> >
> > On Tuesday, 25 January 2011 at 09:14:01 am -0500, Benjamin Bloomfield
> > wrote:
> > > Taking out the luainputenc line did seem to fix this, but how does one
> > tell
> > > lualatex to use an otf font for the text of the chant?  I've tried a
> > couple
> > > of different things I've found on the Internet, but so far no luck.  I
> > would
> > > greatly appreciate any help.
> > >
> > > Thanks,
> > >
> > > Benjamin Bloomfield
> > >
> > > On Sat, Jan 15, 2011 at 00:56, Tracy Llenos <[email protected]> wrote:
> > >
> > > > On Fri, Jan 14, 2011 Benjamin Bloomfield <[email protected]> wrote:
> > > > > I am trying to get Gregorio and Scribus working together, and I've
> > > > managed
> > > > > to get it almost working by editing the gregorio-scribus.lua file (in
> > the
> > > > > same directory as 900_gregorio.xml) changing lines 30 and 31 thus:
> > > > >>
> > > > >> local f = arg[1]
> > > > >> local dir = arg[2]
> > > > >
> > > > > and line the last line (95) thus:
> > > > >>
> > > > >> os.spawn(format("%s --interaction=nonstopmode %s.tex", lualatexbin,
> > > > >> pathbase))
> > > > >
> > > > > There are also some lines that cane be taken out, but that should be
> > > > > unnecessary.  The problem mentioned before was stemming from the way
> > the
> > > > > script was incorrectly handling the command line arguments being
> > passed
> > > > in,
> > > > > and is fixed by changing lines 30 and 31.
> > > > > However, even after making this change it was giving an error:
> > > > >>
> > > > >> ! Undefined control sequence.
> > > > >>
> > > > >> l.136 \greloadluamodule
> > > > >>
> > > > >> {gregoriotex}
> > > > >
> > > > Hi,
> > > >
> > > > I haven't had time yet to fix gregoriotex.tex - but you can try
> > > > running it without using luainputenc (and using otf/ttf fonts
> > > > instead). That should avoid the problem you're seeing.
> > > >
> > > > -Tracy
> > > >
> >
> > > _______________________________________________
> > > Gregorio-users mailing list
> > > [email protected]
> > > https://mail.gna.org/listinfo/gregorio-users
> >
> >

_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to