> or change the grammar not to need unlimited stack space.
> it says
yes. you're right. i should have fixed this properly
before posting.
> fields: '\n'
> { yydone = 1; }
> | field '\n'
> | field '\n' fields
> ;
>
On Mon, Sep 13, 2010 at 10:37:42PM +0900, kokam...@hera.eonet.ne.jp wrote:
> > in /boot/grub/menu.lst:
>
> I'm using Ubuntu 10.04, which uses grub2 not just grub.
> It has no file such /boot/grub/menu.lst, instead, has /boot/grub/grub.cfg.
On my Funtoo system, menu.lst is a symlink to grub.conf. I
On Mon, Sep 13, 2010 at 7:05 AM, Jeff Sickel wrote:
> Has anyone experimented with using TeX to generate equations, store them as
> .eps, and then insert them into troff in some way that makes:
>
> .BP eqn1.eps
> .EP
>
> look like
>
> .EQ (1)
> sqrt{ {x sup 2 + x + 1} over {x - 1}}
> .EN
>
> Onl
> .EQ (1) sqrt{ {x sup 2 + x + 1} over {x - 1}} .EN
>
> Only without the broken font/line drawing when converted from
> postscript to pdf?
>
> Convoluted I know, but it sure would make $\sqrt{ {{x^2 + x + 1}\over
> {x-1}} }$ look more acceptable in a PDF generated on Plan 9 from troff
> source.
On Sep 11, 2010, at 5:18 PM, Russ Cox wrote:
> That sounds about right, unfortunately.
> You might be better off just using TeX.
> It's better at math, it runs on Plan 9,
> and your colleagues who don't use
> Plan 9 will still be able to collaborate
> on documents with you.
Has anyone experiment
> in /boot/grub/menu.lst:
I'm using Ubuntu 10.04, which uses grub2 not just grub.
It has no file such /boot/grub/menu.lst, instead, has /boot/grub/grub.cfg.
I'm now using usb boot method.
Thanks a lot.
Kenji