Re: How can I fax with 1.1.6pre2
I haven't tried Lyx-1.1.6pre2, but for previous versions of LyX, including 1.1.5fix2, tkhylafax (at least version 3.2 or later) works very well with the following in lyxrc: \fax_program "tkhylafax -file $$FName" Hylafax is a superb fax daemon for a networked setup, and far more reliable and versatile than any other fax program I've tried. -- Ronald Florence http://members.home.net/18james
Re: How can I fax with 1.1.6pre2
On Thu, Dec 14, 2000 at 07:03:53PM +0100, Jan Ulrich Hasecke wrote: > > Will there be no support for other faxsending programs? I mean in > 1.1.5 you can configure your own commands? The fax support in 1.1.6 is only for GUI fax programs. (it is equivalent to \fax_program in 1.1.5), but the internal fax dialog was removed, so there is no support for command line fax programs. You can choose which GUI fax program to use by putting \converter ps fax "yourfaxprogram $$i" "" in lyxrc (or preferences). The GUI fax program is any program that accept a postscript file as an argument, open a dialog for choosing phone number (from an address book), and then runs the command line fax program as with the appropriate arguments. I don't know if there such programs other than ksendfax (maybe tkhylafax which only works with hylafax), but it should be very easy to write such a program in {tcl,python,perl}/tk. Any volunteers ?
Re: Comment/lyx-code problem
On Sat, Dec 16, 2000 at 08:27:08AM +, Herbert Voss wrote: > Jason Stirling wrote: > > > > Here's how to produce the problem: The problem is the quotes in the lyx-code paragraph. To fix this problem, edit the file LYXLIBDIR/layouts/lyxmacros.inc replacing the line \verbatim@font}% by \normalfont\ttfamily}% > i could only produce an error once, when i deleted some text > in the comment line, but all other runs no problem with class article, > an empty preamble and lyx 1.1.6pre2 The above fix has been applied to 1.1.6, which explains why you didn't have problems.
Re: bug with space in dir name
Herbert Voss <[EMAIL PROTECTED]> writes: > Stefano Ghirlanda wrote: > > Hi, I do not know wheter this is a bug in LyX or LaTeX/TeX, but > > is seems that documents whose full path contains spaces cannot be > > typeset. For instance I see this in the temporary file in the > > /tmp/lyx_blabla directory: > > > > \def\input@path{{/home/ethology/common/Projects/Learning v > > Genetic//}} > > try > > \def\input@path{/home/ethology/common/Projects/Learning\ v\ > Genetic/} Yes, I guess it would work. The problem is that the input@path is not something I put in the document, but it's generated by LyX. That's why I said it's a bug in Lyx. -- Stefano Ghirlanda, Zoologiska Institutionen, Stockholms Universitet email: you know it already, tel: +46-8-164055, fax:+46-8-167715 the free science campaign: http://ethology.zool.su.se/freescience
Re: bug with space in dir name
Stefano Ghirlanda wrote: > > Hi, > I do not know wheter this is a bug in LyX or LaTeX/TeX, but is seems > that documents whose full path contains spaces cannot be typeset. > For instance I see this in the temporary file in the /tmp/lyx_blabla > directory: > > \def\input@path{{/home/ethology/common/Projects/Learning v Genetic//}} try \def\input@path{/home/ethology/common/Projects/Learning\ v\ Genetic/} Herbert -- [EMAIL PROTECTED] http://perce.de/lyx/
bug with space in dir name
Hi, I do not know wheter this is a bug in LyX or LaTeX/TeX, but is seems that documents whose full path contains spaces cannot be typeset. For instance I see this in the temporary file in the /tmp/lyx_blabla directory: \def\input@path{{/home/ethology/common/Projects/Learning v Genetic//}} Which produces a "missing \begin{docment} error". If I take away spaces from the dir name, the error disappears. -- Stefano Ghirlanda, Zoologiska Institutionen, Stockholms Universitet email: you know it already, tel: +46-8-164055, fax:+46-8-167715 the free science campaign: http://ethology.zool.su.se/freescience