Re: sample letterhead, tfm not being found (but it used to)

1999-09-05 Thread Richard E. Hawkins
garst gabbed, Hi rick, stupid question, but... did you run texhash and then reconfigure in LyX? I wish I could say "no," but I did. The problem continues with raw latex. I'm about ready to pull tre plug on this machine and use my own box running freebsd, but I *really* want to have

correct form of latex environment variables?

1999-09-05 Thread Richard E. Hawkins
hmm, looks like I just got it to work. I set TEXFONTS to /home/hawk/fonts. But it seems to me that last time I was told it should be :/home/hawk/fonts so as to keep system fonts as well. If I ever come to understand this (rather than just having it working), I'll make a blurb for the docs

Re: M$ Word - LyX (was Re: Hi and small scroll wheel patch (fwd)

1999-09-05 Thread miyata
"Arnd Hanses" [EMAIL PROTECTED] wrote: #ifndef strcasecmp #define strcasecmp stricmp // emx uses M$ fn name instead of posix name??! #define _strcasecmp stricmp #endif Better to use AC_CHECK_FUNCS(strcasecmp strncasecmp stricmp strnicmp) and #if !defined(HAVE_STRCASECMP)

Re: \title[foo]{bar} et al.

1999-09-05 Thread miyata
Amir Karger [EMAIL PROTECTED] wrote: Since this doesn't require changing LyX code, I would contend that it won't break anything. I'm probably wrong. But please tell me why. I haven't checked the source nor, even tested it myself, but Does your suggestion work with \fragile commands? I.e.,

Re: 3026 public symbol exports in LyX global name space (wa: Re: LaTeX file handling)

1999-09-05 Thread miyata
"Arnd Hanses" [EMAIL PROTECTED] wrote: Going up the stack 'till main() I'm now convinced that _heapset(9) produces on my box a self-induced crash (heap corruption) in emx libs. I'm unsure why this happens, it shouldn't, I think (or did I forget misunderstand it's function: Heap freespace

Re: sample letterhead, tfm not being found (but it used to)

1999-09-05 Thread Richard E. Hawkins
garst gabbed, > Hi rick, stupid question, but... did you run texhash and then > reconfigure in LyX? I wish I could say "no," but I did. The problem continues with raw latex. I'm about ready to pull tre plug on this machine and use my own box running freebsd, but I *really* want to have

correct form of latex environment variables?

1999-09-05 Thread Richard E. Hawkins
hmm, looks like I just got it to work. I set TEXFONTS to /home/hawk/fonts. But it seems to me that last time I was told it should be :/home/hawk/fonts so as to keep system fonts as well. If I ever come to understand this (rather than just having it working), I'll make a blurb for the docs

Re: M$ Word -> LyX (was Re: Hi and small scroll wheel patch (fwd)

1999-09-05 Thread miyata
"Arnd Hanses" <[EMAIL PROTECTED]> wrote: > #ifndef strcasecmp > #define strcasecmp stricmp // emx uses M$ fn name instead of posix > name??! > #define _strcasecmp stricmp > #endif Better to use AC_CHECK_FUNCS(strcasecmp strncasecmp stricmp strnicmp) and #if !defined(HAVE_STRCASECMP) &&

Re: \title[foo]{bar} et al.

1999-09-05 Thread miyata
Amir Karger <[EMAIL PROTECTED]> wrote: > Since this doesn't require changing LyX code, I would contend that it won't > break anything. I'm probably wrong. But please tell me why. I haven't checked the source nor, even tested it myself, but Does your suggestion work with \fragile commands?

Re: 3026 public symbol exports in LyX global name space (wa: Re: LaTeX file handling)

1999-09-05 Thread miyata
"Arnd Hanses" <[EMAIL PROTECTED]> wrote: > Going up the stack 'till main() I'm now convinced that _heapset(9) > produces on my box a self-induced crash (heap corruption) in emx libs. > I'm unsure why this happens, it shouldn't, I think (or did I forget > misunderstand it's function: Heap