Re: Annotating eps figures

2003-02-13 Thread Andre Poenitz
On Wed, Feb 12, 2003 at 07:08:17PM +, Angus Leeming wrote:
 I have a bunch of eps graphs that I'd like to annotate with LaTeX 
 (axis labels, stuff like that). Can anyone give me some pointers to 
 the best way to go about this?

1. xfig, write  $a^3$ there, mark the text as 'special', do separate
   tex/eps export  or use something like


#!/bin/sh

# usage: fig2eps foo.fig foo.eps

TMPDIR=/tmp
BASE=fig2epstmp_$$
PSNAME=fig2epstmp_content_$$.ps

echo 
\\documentclass{article}
\\usepackage{epsfig}
\\usepackage{color}
\\pagestyle{empty}
\\begin{filecontents}{$PSNAME}
`fig2dev -L pstex $1`
\\end{filecontents}
\\begin{document}
\\begin{center}
`fig2dev -L pstex_t -p $PSNAME $1`
\\end{center}
\\end{document}
  $TMPDIR/$BASE.tex

(
cd $TMPDIR ;
latex $BASE.tex ;
# sometimes empty pages at the beginning are produced. Just use the 
last
# one.
dvips -f $BASE.dvi | psselect _1  $BASE.tmpeps
#rm -f $BASE.tex $BASE.log $BASE.dvi $BASE.aux $PSNAME
)
#mv $TMPDIR/$BASE.tmpeps $2
eps2eps -- $TMPDIR/$BASE.tmpeps $2
#rm $TMPDIR/$BASE.tmpeps


or 

2. use pstricks.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Annotating eps figures

2003-02-13 Thread Rod Pinna
 
 2. use pstricks.
 
 Andre'

If you just want to add text and formula, then I've found psfrag to be
pretty simple.

Rod
_
rod   | Beneath the waves, the waves / That's where I will be /
  | I'm going to see the cow beneath the sea.
  | They Might Be Giants, Lincoln





Re: Lyx 1.3.0 with Maple support?

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 08:41:13AM +0100, Kollányi Tibor wrote:
 I sew checkingmaple...yes in #./configure results.
 How can work Lyx with Maple? It is possible?

There is some preliminary support for LyX - Maple interaction
which can be accessed by the 'math-extern' function.

I.e. type  1+2  in math and type 'M-x math-extern maple simplify'
and you'll get a =3 appended.  \int x dx and a few othres work
as well...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Lyx 1.3.0 with Maple support?

2003-02-13 Thread Miki Dovrat
May I ask why would lyx-maple interaction be needed?

Lyx is for writing, and maple is for calculating, why mix?



Andre Poenitz [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On Thu, Feb 13, 2003 at 08:41:13AM +0100, Kollányi Tibor wrote:
 I sew checkingmaple...yes in #./configure results.
 How can work Lyx with Maple? It is possible?

There is some preliminary support for LyX - Maple interaction
which can be accessed by the 'math-extern' function.

I.e. type  1+2  in math and type 'M-x math-extern maple simplify'
and you'll get a =3 appended.  \int x dx and a few othres work
as well...

Andre'

--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)






Re: Lyx 1.3.0 with Maple support?

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 11:43:25AM +0200, Miki Dovrat wrote:
 May I ask why would lyx-maple interaction be needed?

Why sells Scientic Workplace? Obviously people want that functionality.

 Lyx is for writing, and maple is for calculating, why mix?

Because it is tedious to copy expressions between them manually. Maple's
CutPaste is more or less incompatible with the rest of the world and LyX
is no champion in this arena either.

Why do you want do to something tedious manually if it can be automated?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: printing arabic

2003-02-13 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 11:05:05AM +0100, Thomas Kaschub wrote:
  You need to install latex (the tetex-* packages if you use a Linux system)
  AND arabtex.
 
 I have the same problem. Latex, arabtex and ivritex are installed.
 I can write in Arabic and in Ivrit/Hebrew. In hebrew I can view and print 
 it, when I write without dotting hebrew. With hebrew dotting or in arabic I 
 cannot view or print.
 I get error: Illegal arabic command ..

Arabtex has many restriction on what can be done inside Arabic text.
There are less restrictions if you use the arabart document class
(in LyX, use the article (Arabic) layout from my site, and _don't_ change
the language of document to Arabic).



Re: Fancyheader

2003-02-13 Thread Michael Jaeger
On Wednesday, 12. February 2003 02:04, Michael Jaeger wrote:
| Hi,
|
| I've got a problem with a document using the book (komascript) class:
|
| Using the following pagystyle definition:
|
| \pagestyle{fancyplain}%
| \renewcommand{\chaptermark}[1] {\markboth{#1}{}}%
| \renewcommand{\sectionmark}[1] {\markright{\thesection\ #1}}%
| \lhead[\fancyplain{}{}]{\fancyplain{}{\rightmark}}%
| \rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}%
| \cfoot{\thepage} %
|
| everything works fine, but I've got a list of tables and after this, on the
| next page, I've got a list of abbreviations where I chose the chapter*
| environment to format the heading List of abbreviations.  Now, this list
| is two pages long and on the second page the headline still says List of
| Tables.  I tried so many combinations but I could not find out how to
| change the headline to List of Abbreviations.

FYI, I found a quite dirty solution for this problem:  On the 
abbreviation-page I used the following ERT

\lhead[\fancyplain{}{}]{List of abbreviations}

On the next page I redefined the \lhead to its original value.

Michael.



Re: page margins not obeying...more info

2003-02-13 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 04:31:33PM -0500, Praedor Tempus Atrebates wrote:
  I have strict margin requirements to meet.  I have set lyx to give me a
  1.5 left margin and a 1 top, bottom, and right margin.  The left and
  right margins are OK but the top and bottom are more than 1 inch.
 
  How do I FORCE lyx to produce doc pages with a 1 inch top and bottom
  margin?
 
 There is one other requirement besides the margins indicated above.  I need
 the page numbers, which occur at the top right of each page, to be 3/4 inch
 from the top (thus 1/4 inch from the first text line on the page.
 
 How do I force the text margins to be what I need and specify page numbers
 print 3/4 inch from the top of the page?

Read the documentation of the geometry package.



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian
By the way, why are we still using pipes?  It seems that there was a
discussion about switching it to sockets so it is more portable.

Is that a awfully difficult thing to do, or it has some disadvantages?

Thanks.

Max



Re: Annotating eps figures

2003-02-13 Thread Max Bian
   # one.
   dvips -f $BASE.dvi | psselect _1  $BASE.tmpeps
   #rm -f $BASE.tex $BASE.log $BASE.dvi $BASE.aux $PSNAME
   )
   #mv $TMPDIR/$BASE.tmpeps $2
   eps2eps -- $TMPDIR/$BASE.tmpeps $2

This script works, but it cannot get the bounding box quite right. 
Dropping eps2eps line and putting a -E switch on dvips works well in
most cases.



Re: Annotating eps figures

2003-02-13 Thread Max Bian
Absolutely.  But what can be more annoying to have a graph at a corner
of a big page, and have to adjust the bondingbox manully?

Instead of eps2eps, ps2eps will probably do a better job.

Max
--- Herbert Voss [EMAIL PROTECTED] wrote:

 
 -E option does not work well when there are some
 _real_ graphic objects like circles, ...
 
 Herbert





Re: Annotating eps figures

2003-02-13 Thread Herbert Voss
Max Bian schrieb:

Absolutely.  But what can be more annoying to have a graph at a corner
of a big page, and have to adjust the bondingbox manully?


there is a better solution together with the
preview-latex package, which dows the same inside
LyX with the mathstuff

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/




Lyx 1.3.0 and Mandrake 9.0

2003-02-13 Thread Raymond Ouellette
Harmel écrivait :

On Mandrake 9.0 - the error i can't find qt 2.2.1

Is is probably an error in the spec file of the rpm. I had the same message with the 
QT rpm on lyx.org, so I decided to compile from the LyX-QT.src.rpm but I got the same 
message.

You simply have to install it from a console (as root) like this:

rpm -Uvh lyx-1.3.0-1qt.i586.rpm --nodeps

so that rpm won't complain about the version of QT.

LyX-QT 1.3.0 works very well on Mandrake 9.0 and the GUI is nice. I only found that a 
few messages in different combo boxes are not translated (I use it in french).

Raymond

-- 

Édité et transmis avec des logiciels libres sous Linux !



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Ronald Florence
Max Bian [EMAIL PROTECTED] writes:

 By the way, why are we still using pipes?  It seems that there was a
 discussion about switching it to sockets so it is more portable.

Pipes might be more portable than sockets.  Some of us use very simple
shell scripts with the lyxpipe.  A switch to sockets would require at
least perl for the scripts.
-- 

Ronald Florence www.18james.com




[Fwd: Lyx 1.3.0 and Mandrake 9.0]

2003-02-13 Thread harmel
Hello

i have install Lyx 1.3.0-1-qt.src.rpm as root on a Terminal, i became
the following message back

1:lyx   **100%

but when i start lyx, started the old lyx-version 1.2.1 from mandrake 9

Can you help me please ?

Thanks Har

---BeginMessage---
Harmel écrivait :

On Mandrake 9.0 - the error i can't find qt 2.2.1

Is is probably an error in the spec file of the rpm. I had the same message with the 
QT rpm on lyx.org, so I decided to compile from the LyX-QT.src.rpm but I got the same 
message.

You simply have to install it from a console (as root) like this:

rpm -Uvh lyx-1.3.0-1qt.i586.rpm --nodeps

so that rpm won't complain about the version of QT.

LyX-QT 1.3.0 works very well on Mandrake 9.0 and the GUI is nice. I only found that a 
few messages in different combo boxes are not translated (I use it in french).

Raymond

-- 

Édité et transmis avec des logiciels libres sous Linux !


---End Message---


Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Dekel Tsur
On Thu, Feb 13, 2003 at 08:50:19AM -0500, Ronald Florence wrote:
 Max Bian [EMAIL PROTECTED] writes:
 
  By the way, why are we still using pipes?  It seems that there was a
  discussion about switching it to sockets so it is more portable.
 
 Pipes might be more portable than sockets.  Some of us use very simple
 shell scripts with the lyxpipe.  A switch to sockets would require at
 least perl for the scripts.

No. You just need a send-to-lyx command (written e.g. in perl), and then you
can still use shell scripts.



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Dekel == Dekel Tsur [EMAIL PROTECTED] writes:

Dekel On Thu, Feb 13, 2003 at 08:50:19AM -0500, Ronald Florence
Dekel wrote:
 Max Bian [EMAIL PROTECTED] writes:
 
  By the way, why are we still using pipes? It seems that there was
 a  discussion about switching it to sockets so it is more
 portable.
 
 Pipes might be more portable than sockets. Some of us use very
 simple shell scripts with the lyxpipe. A switch to sockets would
 require at least perl for the scripts.

Dekel No. You just need a send-to-lyx command (written e.g. in
Dekel perl), and then you can still use shell scripts.

Even better, it should be lyx --remote command. 

JMarc



Re: [Fwd: Lyx 1.3.0 and Mandrake 9.0]

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 03:51:32PM +0100, harmel wrote:
 i have install Lyx 1.3.0-1-qt.src.rpm as root on a Terminal, i became
 the following message back
 
 1:lyx   **100%
 
 but when i start lyx, started the old lyx-version 1.2.1 from mandrake 9

Yes. You installed the sources into /usr/src/packages/RPM or similar.

REBUILD AND RECOMPILE OPTIONS
   There are two other ways to invoke building with rpm:

   rpm --recompile source_package_file+

   rpm --rebuild source_package_file+

   When invoked this way, rpm installs the named source pack-
   age,  and  does a prep, compile and install.  In addition,
   --rebuild builds a new binary package. When the build  has
   completed,  the build directory is removed (as in --clean)
   and the the sources and spec  file  for  the  package  are
   removed.

Andre'


-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Annotating eps figures

2003-02-13 Thread Angus Leeming
Thanks guys. I ended up importing the figure into xfig, annotating 
and exporting as ps/latex. Worked beautifully. Thanks for all the 
suggestions.

Angus





Re: default date format (LyX/LaTeX)

2003-02-13 Thread Herbert Voss
Ronald Florence schrieb:

How do I change the default date format in LyX/LaTeX from 13th
February 2003 to February 13, 2003?


http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

Herbert


--
http://www.educat.hu-berlin.de/~voss/lyx/




ANNOUNCE: Lyx 1.3.0 for Windows

2003-02-13 Thread Claus Hentschel
A new compiler and the new Xforms 1.0 library ... a lot of work the past
week ;-) But now it's done: the new release 1.3.0 using the new
Xforms-1.0-based frontend now is available for Windows, too. Download as
usual from
http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Hopefully I can release Lyx using a Qt3-based frontend (like that known from
KDE on Linux) the next days. At the moment there seems to be only one
problem: converting eps images for viewing inside the Lyx window doesn't
work.

Have fun!
Claus




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian
So sockets are just the same as pipes if they are not better. Since
pipes do not work on Windows, maybe it is time to switch?

Max
--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:
  Dekel == Dekel Tsur [EMAIL PROTECTED] writes:
 
 Dekel On Thu, Feb 13, 2003 at 08:50:19AM -0500, Ronald Florence
 Dekel wrote:
  Max Bian [EMAIL PROTECTED] writes:
  
   By the way, why are we still using pipes? It seems that there
 was
  a  discussion about switching it to sockets so it is more
  portable.
  
  Pipes might be more portable than sockets. Some of us use very
  simple shell scripts with the lyxpipe. A switch to sockets would
  require at least perl for the scripts.
 
 Dekel No. You just need a send-to-lyx command (written e.g. in
 Dekel perl), and then you can still use shell scripts.
 
 Even better, it should be lyx --remote command. 
 
 JMarc




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 07:45:44AM -0800, Max Bian wrote:
 So sockets are just the same as pipes if they are not better.

Pipes are more convenient until Dekel comes up with that script he
suggested to use.

  Even better, it should be lyx --remote command. 

I don't understand this suggestion. Should that invoke a separate LyX
instance? Running where? On the same machine where the LyX process I am
talking to runs?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Thu, Feb 13, 2003 at 07:45:44AM -0800, Max Bian wrote:
 So sockets are just the same as pipes if they are not better.

Andre Pipes are more convenient until Dekel comes up with that script
Andre he suggested to use.

  Even better, it should be lyx --remote command.

Andre I don't understand this suggestion. Should that invoke a
Andre separate LyX instance? Running where? On the same machine where
Andre the LyX process I am talking to runs?

I mean that, instead of having a script, one could launch LyX with
some special --remote flag saying ``hey, I do not want to run you, but
just send this command to another running lyx for me, will you?''.

The interest of doing that is that you do not need to know what means
of communication is used and also lyx will read its own prefs to guess
where the pipe is. And if you run lyx 1.3.0 and lyx 1.4.0cvs at the
same time with different .lyx dirs, you will be sure to communicate
with the right one.

JMarc



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 05:02:48PM +0100, Jean-Marc Lasgouttes wrote:
 Andre I don't understand this suggestion. Should that invoke a
 Andre separate LyX instance? Running where? On the same machine where
 Andre the LyX process I am talking to runs?
 
 I mean that, instead of having a script, one could launch LyX with
 some special --remote flag saying ``hey, I do not want to run you, but
 just send this command to another running lyx for me, will you?''.

Ok. User on machine A without LyX installed wants to talk to LyX running on
machine B. Would that work?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian
Can you get this to work with pipes??  If no, switching to sockets does
not lose anything.

Since sockets are simple to program, it is not difficult to come up
with a simple helper program in C, or perl.

Max
--- Andre Poenitz [EMAIL PROTECTED] wrote:

 
 Ok. User on machine A without LyX installed wants to talk to LyX
 running on
 machine B. Would that work?




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 08:14:50AM -0800, Max Bian wrote:
 Can you get this to work with pipes??  If no, switching to sockets does
 not lose anything.

I can run single commands with e.g. rsh on other machines. 
If this would be possible with sockets, I have no complaint.
I just have never used them.

Andre'

PS: I'd be really grateful if removed irrelevant parts from the messages
you are quoting.

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: default date format (LyX/LaTeX)

2003-02-13 Thread Dekel Tsur
On Thu, Feb 13, 2003 at 10:09:49AM -0500, Ronald Florence wrote:
 How do I change the default date format in LyX/LaTeX from 13th
 February 2003 to February 13, 2003?
 
 (I know, it's an antiquated and illogical Americanism, but some
 publishers prefer it.  And with www.lyx.org not responding and the URL
 I have for Herbert Voss's site out of date, I apologize in advance for
 troubling the list for something I ought to be able to find myself.)

Change the language of the document to American.



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

  I mean that, instead of having a script, one could launch LyX with
 some special --remote flag saying ``hey, I do not want to run you,
 but just send this command to another running lyx for me, will
 you?''.

Andre Ok. User on machine A without LyX installed wants to talk to
Andre LyX running on machine B. Would that work?

It wouldn't, indeed. But this is probably not the most probable use of
this feature. In general, people are interested by applications on the
same machines. Or, like mozilla, application shown on the same X
display. The mozilla solution requires mozilla on both machines, I
think.

JMarc



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 06:00:34PM +0100, Jean-Marc Lasgouttes wrote:
 It wouldn't, indeed. But this is probably not the most probable use of
 this feature. In general, people are interested by applications on the
 same machines.

Peoples are certainly intrested in such things but this does not
necessarily mean they get it... Here it is not uncommon to collect
applications from different servers just because there is not a single one
containing the proper version of everything, let alone all licenses.

And not everybody is lucky enough to be root on his desktop machine and
free to install whatever version he likes... 

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Thu, Feb 13, 2003 at 06:00:34PM +0100, Jean-Marc Lasgouttes
Andre wrote:
 It wouldn't, indeed. But this is probably not the most probable use
 of this feature. In general, people are interested by applications
 on the same machines.

Andre Peoples are certainly intrested in such things but this does
Andre not necessarily mean they get it... Here it is not uncommon to
Andre collect applications from different servers just because
Andre there is not a single one containing the proper version of
Andre everything, let alone all licenses.

Andre And not everybody is lucky enough to be root on his desktop
Andre machine and free to install whatever version he likes...

If one is able to run LyX remotely on another machine, then one can
also open an xterm on the said other machine and type commands there.

Or maybe you want to send commands to the running LyX of the guy next
door. That would be very nasty of you.

JMarc



off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
Hi

I'm sorry for being totally off topic here, but does anybody have an idea 
why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
work, but not from home?

Traceroute from work gives:
/usr/sbin/traceroute www.educat.hu-berlin.de
traceroute to teak.educat.hu-berlin.de (141.20.130.13), 30 hops max, 38 byte packets
 1  bulten.damek.kth.se (130.237.57.2)  0.720 ms  0.654 ms  0.601 ms
 2  kth1-cn4-b.gw.kth.se (130.237.211.233)  0.495 ms  0.454 ms  0.576 ms
 3  stockholm3-SRP2.sunet.se (130.242.85.65)  0.814 ms  0.911 ms  0.743 ms
 4  stockholm1-POS6.sunet.se (130.242.82.25)  1.195 ms  1.023 ms  1.280 ms
 5  s-gw.nordu.net (193.10.252.181)  1.069 ms  0.814 ms  1.053 ms
 6  sw-gw.nordu.net (193.10.252.129)  0.973 ms  0.859 ms  0.888 ms
 7  nordunet.se1.se.geant.net (62.40.103.117)  1.019 ms  1.158 ms  1.165 ms
 8  se.de2.de.geant.net (62.40.96.65)  22.891 ms  22.879 ms  22.930 ms
 9  de2-1.de1.de.geant.net (62.40.96.129)  23.690 ms  22.986 ms  22.921 ms
10  ir-frankfurt2.g-win.dfn.de (62.40.103.34)  23.180 ms  23.237 ms 23.213 ms
11  cr-frankfurt1.g-win.dfn.de (188.1.80.37)  23.433 ms  23.367 ms  23.332 ms
12  cr-berlin1.g-win.dfn.de (188.1.18.186)  32.357 ms  32.307 ms  32.566 ms
13  ar-huberlin1.g-win.dfn.de (188.1.20.2)  32.651 ms  32.470 ms  32.409 ms
14  194.94.12.101 (194.94.12.101)  32.459 ms  32.684 ms  32.613 ms
15  141.20.16.14 (141.20.16.14)  32.916 ms  32.795 ms  32.753 ms
16  teak.educat.hu-berlin.de (141.20.130.13)  33.162 ms *  33.107 ms

and everything is fine, whereas from home:

/usr/sbin/traceroute www.educat.hu-berlin.de
traceroute to teak.educat.hu-berlin.de (141.20.130.13), 30 hops max, 38 byte packets
 1  192.168.123.254 (192.168.123.254)  2.037 ms  1.122 ms  1.059 ms
 2  217.215.26.1 (217.215.26.1)  27.768 ms  14.439 ms  14.230 ms
 3  ar1sbk1-geth0-0-0.fre.skanova.net (195.67.220.77)  14.480 ms  14.189 ms  14.269 ms
 4  fre-d1-geth7-1.se.telia.net (195.67.220.73)  14.417 ms  14.667 ms  14.258 ms 5  
hy-b1-pos11-0.se.telia.net (195.67.220.157)  16.533 ms  14.509 ms  14.939 ms
 6  s-b4-pos13-0.telia.net (213.248.66.17)  14.434 ms  14.448 ms  14.773 ms
 7  s-bb1-pos5-0-0.telia.net (213.248.66.5)  14.451 ms  14.490 ms  14.451 ms
 8  hbg-bb1-pos0-2-0.telia.net (213.248.64.78)  35.117 ms  35.026 ms  34.844 ms
 9  213.248.65.46 (213.248.65.46)  30.878 ms  30.810 ms  30.765 ms
10  dante-01616-hbg-b1.c.telia.net (213.248.103.98)  33.769 ms  30.976 ms  31.029 ms
11  cr-berlin1.g-win.dfn.de (188.1.18.197)  40.184 ms  39.357 ms  40.265 ms
12  ar-huberlin1.g-win.dfn.de (188.1.20.2)  39.663 ms  39.678 ms  39.612 ms
13  * * *
and then nothing.


Can this be because of something in my computer, or is it related to my ISP?
I.e., is there any point in me trying to check my firewall etc.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 06:14:11PM +0100, Jean-Marc Lasgouttes wrote:
 Andre And not everybody is lucky enough to be root on his desktop
 Andre machine and free to install whatever version he likes...
 
 If one is able to run LyX remotely on another machine, then one can
 also open an xterm on the said other machine and type commands there.

One does not necessarily need the visual feedback of LyX when using the
server, so there is no technical guarantee that opening an xterm works.

But I guess you are right and for all practical purposes it does not make a
difference.

 Or maybe you want to send commands to the running LyX of the guy next
 door. That would be very nasty of you.

Possibly.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: default date format (LyX/LaTeX)

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Dekel Tsur wrote:

 On Thu, Feb 13, 2003 at 10:09:49AM -0500, Ronald Florence wrote:
  How do I change the default date format in LyX/LaTeX from 13th
  February 2003 to February 13, 2003?
  
 Change the language of the document to American.

So what is this setting for then?
Edit-Preferences-Outputs-Date format

(The help says: Date format for strftime output)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: default date format (LyX/LaTeX)

2003-02-13 Thread Dekel Tsur
On Thu, Feb 13, 2003 at 06:41:05PM +0100, Christian Ridderstr?m wrote:
   How do I change the default date format in LyX/LaTeX from 13th
   February 2003 to February 13, 2003?
   
  Change the language of the document to American.
 
 So what is this setting for then?
   Edit-Preferences-Outputs-Date format
 
 (The help says: Date format for strftime output)

It is the format of the date that is inserted with M-x date-insert



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Christian Ridderström
On 13 Feb 2003, Jean-Marc Lasgouttes wrote:
 display. The mozilla solution requires mozilla on both machines, I
 think.

If I remember correctly, Netscape (i.e. Mozilla) creates a lock-file in 
the user's ~/.netscape/ directory like this:

   lrwxr-xr-x   17 Feb 13 18:45 lock - 130.237.57.34:592

which is neat when you're using a networked file system. Then you can 
click on URL's shown on one machine and have netscape running on another 
machine show the new page. I guess you don't really need to have Netscape 
on this machine, but you do need something that can connect to the socket, 
i.e. 130.237.57.34:592 in this case.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Christian Ridderström
On 13 Feb 2003, Jean-Marc Lasgouttes wrote:

  Andre == Andre Poenitz [EMAIL PROTECTED] writes:
 Andre not necessarily mean they get it... Here it is not uncommon to
 Andre collect applications from different servers just because
 Andre there is not a single one containing the proper version of
 Andre everything, let alone all licenses.

I have to do this all the time (I hate MATLAB's license server btw).

 Andre And not everybody is lucky enough to be root on his desktop
 Andre machine and free to install whatever version he likes...

Amen.

 If one is able to run LyX remotely on another machine, then one can
 also open an xterm on the said other machine and type commands there.

You might not believe this... but our Solaris machines don't have SSH 
running and xhost has been disabled... however, I've still used:
lyx --export ps somefile.lyx ; lpr somefile.ps
on occassion, especially when the color printer only works from a 
specific Solaris machine.

I think my point is that you can't really assume that you'll need a 
graphical connection... maybe you need to save bandwidth (modem)?

 Or maybe you want to send commands to the running LyX of the guy next
 door. That would be very nasty of you.

I think it'd be great if two persons could work on the same document... 
but's that's a different topic.


/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Christian Ridderström wrote:

 Hi
 
 I'm sorry for being totally off topic here, but does anybody have an idea 
 why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
 work, but not from home?

My ISP actually answered when I called, but without a result... they 
advised me to call Germany!!!

/C
-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Andre Poenitz wrote:

 On Thu, Feb 13, 2003 at 06:58:37PM +0100, Christian Ridderström wrote:
   I'm sorry for being totally off topic here, but does anybody have an idea 
   why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
   work, but not from home?
  
  My ISP actually answered when I called, but without a result... they 
  advised me to call Germany!!!
 
 Is calling Germany!!! exceptionally difficult in Sweden?   ;-)
 
Oh, not at all!
And it's so easy to get hold of systems administrators in 
general, right ;-)  I mean, they're not busy anyway...

Of course, if I use the phone I also get to practice my German as well. 
But wait, how do I find the phone number to... let me see:

 ar-huberlin1.g-win.dfn.de 

oh, I know... just look it up in the yellow pages...

Instead it seems easier (and more fun) to try and install some 
kind of tunneling software at work and go through that...
(I can use that for other stuff as well... like MATLAB license servers)

/Christian

-- 
Christian Ridderström, +46-8-790 91 37   http://www.md.kth.se/~chr
Mechatronics lab, Dept. of Machine Designhttp://www.md.kth.se




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Praedor Tempus Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 13 February 2003 10:45 am, Max Bian wrote:
 So sockets are just the same as pipes if they are not better. Since
 pipes do not work on Windows, maybe it is time to switch?

I would hope that there is no sudden switch.  I use pybliographic, which uses 
the pipe to work.  A sudden change from pipes to socket would break any and 
all the nice reference managers available for lyx.

praedor

- -- 
Conservatives of all times are adventitious liars.
- - Friedrich Nietzsche.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+S+HP1i/6R1B/Yh0RAv6fAJ9R1QD4W6R3H+K9hLweBxVloezakwCbBvTA
o0rvKQdVbU/+5fnsgk3KLy4=
=hpLJ
-END PGP SIGNATURE-



Re: default date format (LyX/LaTeX)

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Dekel Tsur wrote:

  So what is this setting for then?
  Edit-Preferences-Outputs-Date format
  
  (The help says: Date format for strftime output)
 
 It is the format of the date that is inserted with M-x date-insert

Thanks.

I did a search for 'date-insert' and noticed that it's actually 
mentioned in $LYXDIR/lyxrc.example.

Is there somewhere (in the source) where I could find a listing of these 
commands, or is this perhaps an example of a typical LFUN? And I should 
therefore look in src/lyxfunc.C and src/commandtags.h ?

This isn't the first time I've been thinking that there are probably lots 
of (more or less) useful commands (LFUNS?) that I don't know about.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread robin
Christian Ridderström wrote:

Hi

I'm sorry for being totally off topic here, but does anybody have an idea 
why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
work, but not from home?

Does your ISP employ censorware?  It's amazing the kind of stuff these 
programs filter out (e.g. some people can't get at my philosophy and 
linguistics site, and one of my students couldn't download Rousseau's 
Discourse on Inequality from home).  Maybe all those references to latex 
trigger some anti-fetish subroutine ;-)

Robin

--
 Like these cutters, and hackers, who will take the wall of men, and 
picke quarrells.
- G. Pettie

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin




html conversion

2003-02-13 Thread William O. Bray
I use latex2html and can handle things find in command line style. On the 
other hand, I have tried converting in Lyx. Well, an html is created, all 
formulas appear in LaTex form. Not good. Further, I add the option 
-local_icons to carry over button images that latex2html uses; these are not 
carried over. (the latter was done through Edit-Preferences and the result 
appears in the /.lyx preferences file.
Any thoughts??
best regards, b
PS I am using the qt frontend.
-- 
***
William O. Bray, Professor
Department of Mathematics  Statistics
University of Maine
Orono, Maine 04469
***
Phone: 207-581-3932  Fax: 207-581-3902
***
http://germain.umemat.maine.edu/faculty/bray/index.html
***



bibtex seems not runing in win2k

2003-02-13 Thread Youjian \(Eugene\) Liu
Hi,

I am running Lyx (1.2.1) with Miktex and cygwin in Windows 2000. The View
DVI shows my citation as [?]. The symptoms are
(1) latex log file says undefined reference
(2) In the lyx file, when I insert a citation, the bib entries in my bib
file shows up fine. This means lyx can find my bib files.
(3) lyx can find my IEEEtran.cls automatically. I guess it get some
information from Miktex. In the bibtex box, it also find the IEEEbst.bst
file.
(4) My windows environment does not have environment variables such as
BIBINPUTS and others. But the problem persists even if I added the
environment variables in WIN2K.
(5) View-Tex Information shows all the file lists as empty lists, although
Help-Latex Configuration shows that Lyx has found almost all of the files.
(6) My Miktex is running OK before and after I installed Lyx.

Any clue about what is happening? It seems bibtex is not invoked at all.

Thanks a lot,

Eugene




Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, robin wrote:

 Christian Ridderström wrote:
  Hi
  
  I'm sorry for being totally off topic here, but does anybody have an idea 
  why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
  work, but not from home?
 
 Does your ISP employ censorware?  It's amazing the kind of stuff these 
 programs filter out (e.g. some people can't get at my philosophy and 
 linguistics site, and one of my students couldn't download Rousseau's 
 Discourse on Inequality from home).  Maybe all those references to latex 
 trigger some anti-fetish subroutine ;-)

No, he actually said they don't have any filters at all... but I like your 
latex-theory :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian

 On Thursday 13 February 2003 10:45 am, Max Bian wrote:
  So sockets are just the same as pipes if they are not better. Since
  pipes do not work on Windows, maybe it is time to switch?
 
 I would hope that there is no sudden switch.  I use pybliographic,
 which uses 
 the pipe to work.

It will be good to have many ways of doing the same thing.  So, we can
add the sockets and keep the pipes.

Max



Re: Table oddity, 1.3.0

2003-02-13 Thread Dekel Tsur
On Tue, Feb 11, 2003 at 10:53:52AM +0800, Rod Pinna wrote:
 Odd behaviour that I didn't notice in 130cvs, but I may well have not got
 to this bit. Trying to add space in a table heading. Headings are centred,
 with a set width. Adding say a space of 1mm after the paragraph (i.e., in
 the paragraph dialogue) results in a much larger space.


This is a known bug.
Since your columns are already centered, you don't need to meake the header
paragraphs centered. Select Block(default) alignment for them.



Re: ANNOUNCE: Lyx 1.3.0 for Windows

2003-02-13 Thread Marcus Beyer

Claus Hentschel  Hopefully I can release Lyx using 
Claus Hentschel  a Qt3-based frontend (like that known
Claus Hentschel  from KDE on Linux) the next days. 

Exciting! Can that be used with kde-cygwin?
http://kde-cygwin.sourceforge.net/

Marcus




Re: installing (1.3.0) Thesaurus mini-bug?

2003-02-13 Thread John Levon
On Fri, Feb 07, 2003 at 02:21:00PM +0200, Amir Seginer wrote:

 installed Aiksaurus (Aiksaurus-0.15-1rh80.i386.rpm from the Lyx ftp 
 site). However during the make process Lyx complained that it couldn't 
 find /usr/lib/libAiksaurus.so.

For some reason, ldconfig doesn't create libAiksaurus.so

But anyway, the static library is installed and it can link against that

john



Re: Annotating eps figures

2003-02-13 Thread Andre Poenitz
On Wed, Feb 12, 2003 at 07:08:17PM +, Angus Leeming wrote:
 I have a bunch of eps graphs that I'd like to annotate with LaTeX 
 (axis labels, stuff like that). Can anyone give me some pointers to 
 the best way to go about this?

1. xfig, write  $a^3$ there, mark the text as 'special', do separate
   tex/eps export  or use something like


#!/bin/sh

# usage: fig2eps foo.fig foo.eps

TMPDIR=/tmp
BASE=fig2epstmp_$$
PSNAME=fig2epstmp_content_$$.ps

echo 
\\documentclass{article}
\\usepackage{epsfig}
\\usepackage{color}
\\pagestyle{empty}
\\begin{filecontents}{$PSNAME}
`fig2dev -L pstex $1`
\\end{filecontents}
\\begin{document}
\\begin{center}
`fig2dev -L pstex_t -p $PSNAME $1`
\\end{center}
\\end{document}
  $TMPDIR/$BASE.tex

(
cd $TMPDIR ;
latex $BASE.tex ;
# sometimes empty pages at the beginning are produced. Just use the 
last
# one.
dvips -f $BASE.dvi | psselect _1  $BASE.tmpeps
#rm -f $BASE.tex $BASE.log $BASE.dvi $BASE.aux $PSNAME
)
#mv $TMPDIR/$BASE.tmpeps $2
eps2eps -- $TMPDIR/$BASE.tmpeps $2
#rm $TMPDIR/$BASE.tmpeps


or 

2. use pstricks.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Annotating eps figures

2003-02-13 Thread Rod Pinna
 
 2. use pstricks.
 
 Andre'

If you just want to add text and formula, then I've found psfrag to be
pretty simple.

Rod
_
rod   | Beneath the waves, the waves / That's where I will be /
  | I'm going to see the cow beneath the sea.
  | They Might Be Giants, Lincoln





Re: Lyx 1.3.0 with Maple support?

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 08:41:13AM +0100, Kollányi Tibor wrote:
 I sew checkingmaple...yes in #./configure results.
 How can work Lyx with Maple? It is possible?

There is some preliminary support for LyX - Maple interaction
which can be accessed by the 'math-extern' function.

I.e. type  1+2  in math and type 'M-x math-extern maple simplify'
and you'll get a =3 appended.  \int x dx and a few othres work
as well...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Lyx 1.3.0 with Maple support?

2003-02-13 Thread Miki Dovrat
May I ask why would lyx-maple interaction be needed?

Lyx is for writing, and maple is for calculating, why mix?



Andre Poenitz [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On Thu, Feb 13, 2003 at 08:41:13AM +0100, Kollányi Tibor wrote:
 I sew checkingmaple...yes in #./configure results.
 How can work Lyx with Maple? It is possible?

There is some preliminary support for LyX - Maple interaction
which can be accessed by the 'math-extern' function.

I.e. type  1+2  in math and type 'M-x math-extern maple simplify'
and you'll get a =3 appended.  \int x dx and a few othres work
as well...

Andre'

--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)






Re: Lyx 1.3.0 with Maple support?

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 11:43:25AM +0200, Miki Dovrat wrote:
 May I ask why would lyx-maple interaction be needed?

Why sells Scientic Workplace? Obviously people want that functionality.

 Lyx is for writing, and maple is for calculating, why mix?

Because it is tedious to copy expressions between them manually. Maple's
CutPaste is more or less incompatible with the rest of the world and LyX
is no champion in this arena either.

Why do you want do to something tedious manually if it can be automated?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: printing arabic

2003-02-13 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 11:05:05AM +0100, Thomas Kaschub wrote:
  You need to install latex (the tetex-* packages if you use a Linux system)
  AND arabtex.
 
 I have the same problem. Latex, arabtex and ivritex are installed.
 I can write in Arabic and in Ivrit/Hebrew. In hebrew I can view and print 
 it, when I write without dotting hebrew. With hebrew dotting or in arabic I 
 cannot view or print.
 I get error: Illegal arabic command ..

Arabtex has many restriction on what can be done inside Arabic text.
There are less restrictions if you use the arabart document class
(in LyX, use the article (Arabic) layout from my site, and _don't_ change
the language of document to Arabic).



Re: Fancyheader

2003-02-13 Thread Michael Jaeger
On Wednesday, 12. February 2003 02:04, Michael Jaeger wrote:
| Hi,
|
| I've got a problem with a document using the book (komascript) class:
|
| Using the following pagystyle definition:
|
| \pagestyle{fancyplain}%
| \renewcommand{\chaptermark}[1] {\markboth{#1}{}}%
| \renewcommand{\sectionmark}[1] {\markright{\thesection\ #1}}%
| \lhead[\fancyplain{}{}]{\fancyplain{}{\rightmark}}%
| \rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}%
| \cfoot{\thepage} %
|
| everything works fine, but I've got a list of tables and after this, on the
| next page, I've got a list of abbreviations where I chose the chapter*
| environment to format the heading List of abbreviations.  Now, this list
| is two pages long and on the second page the headline still says List of
| Tables.  I tried so many combinations but I could not find out how to
| change the headline to List of Abbreviations.

FYI, I found a quite dirty solution for this problem:  On the 
abbreviation-page I used the following ERT

\lhead[\fancyplain{}{}]{List of abbreviations}

On the next page I redefined the \lhead to its original value.

Michael.



Re: page margins not obeying...more info

2003-02-13 Thread Dekel Tsur
On Sat, Feb 08, 2003 at 04:31:33PM -0500, Praedor Tempus Atrebates wrote:
  I have strict margin requirements to meet.  I have set lyx to give me a
  1.5 left margin and a 1 top, bottom, and right margin.  The left and
  right margins are OK but the top and bottom are more than 1 inch.
 
  How do I FORCE lyx to produce doc pages with a 1 inch top and bottom
  margin?
 
 There is one other requirement besides the margins indicated above.  I need
 the page numbers, which occur at the top right of each page, to be 3/4 inch
 from the top (thus 1/4 inch from the first text line on the page.
 
 How do I force the text margins to be what I need and specify page numbers
 print 3/4 inch from the top of the page?

Read the documentation of the geometry package.



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian
By the way, why are we still using pipes?  It seems that there was a
discussion about switching it to sockets so it is more portable.

Is that a awfully difficult thing to do, or it has some disadvantages?

Thanks.

Max



Re: Annotating eps figures

2003-02-13 Thread Max Bian
   # one.
   dvips -f $BASE.dvi | psselect _1  $BASE.tmpeps
   #rm -f $BASE.tex $BASE.log $BASE.dvi $BASE.aux $PSNAME
   )
   #mv $TMPDIR/$BASE.tmpeps $2
   eps2eps -- $TMPDIR/$BASE.tmpeps $2

This script works, but it cannot get the bounding box quite right. 
Dropping eps2eps line and putting a -E switch on dvips works well in
most cases.



Re: Annotating eps figures

2003-02-13 Thread Max Bian
Absolutely.  But what can be more annoying to have a graph at a corner
of a big page, and have to adjust the bondingbox manully?

Instead of eps2eps, ps2eps will probably do a better job.

Max
--- Herbert Voss [EMAIL PROTECTED] wrote:

 
 -E option does not work well when there are some
 _real_ graphic objects like circles, ...
 
 Herbert





Re: Annotating eps figures

2003-02-13 Thread Herbert Voss
Max Bian schrieb:

Absolutely.  But what can be more annoying to have a graph at a corner
of a big page, and have to adjust the bondingbox manully?


there is a better solution together with the
preview-latex package, which dows the same inside
LyX with the mathstuff

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/




Lyx 1.3.0 and Mandrake 9.0

2003-02-13 Thread Raymond Ouellette
Harmel écrivait :

On Mandrake 9.0 - the error i can't find qt 2.2.1

Is is probably an error in the spec file of the rpm. I had the same message with the 
QT rpm on lyx.org, so I decided to compile from the LyX-QT.src.rpm but I got the same 
message.

You simply have to install it from a console (as root) like this:

rpm -Uvh lyx-1.3.0-1qt.i586.rpm --nodeps

so that rpm won't complain about the version of QT.

LyX-QT 1.3.0 works very well on Mandrake 9.0 and the GUI is nice. I only found that a 
few messages in different combo boxes are not translated (I use it in french).

Raymond

-- 

Édité et transmis avec des logiciels libres sous Linux !



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Ronald Florence
Max Bian [EMAIL PROTECTED] writes:

 By the way, why are we still using pipes?  It seems that there was a
 discussion about switching it to sockets so it is more portable.

Pipes might be more portable than sockets.  Some of us use very simple
shell scripts with the lyxpipe.  A switch to sockets would require at
least perl for the scripts.
-- 

Ronald Florence www.18james.com




[Fwd: Lyx 1.3.0 and Mandrake 9.0]

2003-02-13 Thread harmel
Hello

i have install Lyx 1.3.0-1-qt.src.rpm as root on a Terminal, i became
the following message back

1:lyx   **100%

but when i start lyx, started the old lyx-version 1.2.1 from mandrake 9

Can you help me please ?

Thanks Har

---BeginMessage---
Harmel écrivait :

On Mandrake 9.0 - the error i can't find qt 2.2.1

Is is probably an error in the spec file of the rpm. I had the same message with the 
QT rpm on lyx.org, so I decided to compile from the LyX-QT.src.rpm but I got the same 
message.

You simply have to install it from a console (as root) like this:

rpm -Uvh lyx-1.3.0-1qt.i586.rpm --nodeps

so that rpm won't complain about the version of QT.

LyX-QT 1.3.0 works very well on Mandrake 9.0 and the GUI is nice. I only found that a 
few messages in different combo boxes are not translated (I use it in french).

Raymond

-- 

Édité et transmis avec des logiciels libres sous Linux !


---End Message---


Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Dekel Tsur
On Thu, Feb 13, 2003 at 08:50:19AM -0500, Ronald Florence wrote:
 Max Bian [EMAIL PROTECTED] writes:
 
  By the way, why are we still using pipes?  It seems that there was a
  discussion about switching it to sockets so it is more portable.
 
 Pipes might be more portable than sockets.  Some of us use very simple
 shell scripts with the lyxpipe.  A switch to sockets would require at
 least perl for the scripts.

No. You just need a send-to-lyx command (written e.g. in perl), and then you
can still use shell scripts.



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Dekel == Dekel Tsur [EMAIL PROTECTED] writes:

Dekel On Thu, Feb 13, 2003 at 08:50:19AM -0500, Ronald Florence
Dekel wrote:
 Max Bian [EMAIL PROTECTED] writes:
 
  By the way, why are we still using pipes? It seems that there was
 a  discussion about switching it to sockets so it is more
 portable.
 
 Pipes might be more portable than sockets. Some of us use very
 simple shell scripts with the lyxpipe. A switch to sockets would
 require at least perl for the scripts.

Dekel No. You just need a send-to-lyx command (written e.g. in
Dekel perl), and then you can still use shell scripts.

Even better, it should be lyx --remote command. 

JMarc



Re: [Fwd: Lyx 1.3.0 and Mandrake 9.0]

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 03:51:32PM +0100, harmel wrote:
 i have install Lyx 1.3.0-1-qt.src.rpm as root on a Terminal, i became
 the following message back
 
 1:lyx   **100%
 
 but when i start lyx, started the old lyx-version 1.2.1 from mandrake 9

Yes. You installed the sources into /usr/src/packages/RPM or similar.

REBUILD AND RECOMPILE OPTIONS
   There are two other ways to invoke building with rpm:

   rpm --recompile source_package_file+

   rpm --rebuild source_package_file+

   When invoked this way, rpm installs the named source pack-
   age,  and  does a prep, compile and install.  In addition,
   --rebuild builds a new binary package. When the build  has
   completed,  the build directory is removed (as in --clean)
   and the the sources and spec  file  for  the  package  are
   removed.

Andre'


-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Annotating eps figures

2003-02-13 Thread Angus Leeming
Thanks guys. I ended up importing the figure into xfig, annotating 
and exporting as ps/latex. Worked beautifully. Thanks for all the 
suggestions.

Angus





Re: default date format (LyX/LaTeX)

2003-02-13 Thread Herbert Voss
Ronald Florence schrieb:

How do I change the default date format in LyX/LaTeX from 13th
February 2003 to February 13, 2003?


http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

Herbert


--
http://www.educat.hu-berlin.de/~voss/lyx/




ANNOUNCE: Lyx 1.3.0 for Windows

2003-02-13 Thread Claus Hentschel
A new compiler and the new Xforms 1.0 library ... a lot of work the past
week ;-) But now it's done: the new release 1.3.0 using the new
Xforms-1.0-based frontend now is available for Windows, too. Download as
usual from
http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm

Hopefully I can release Lyx using a Qt3-based frontend (like that known from
KDE on Linux) the next days. At the moment there seems to be only one
problem: converting eps images for viewing inside the Lyx window doesn't
work.

Have fun!
Claus




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian
So sockets are just the same as pipes if they are not better. Since
pipes do not work on Windows, maybe it is time to switch?

Max
--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:
  Dekel == Dekel Tsur [EMAIL PROTECTED] writes:
 
 Dekel On Thu, Feb 13, 2003 at 08:50:19AM -0500, Ronald Florence
 Dekel wrote:
  Max Bian [EMAIL PROTECTED] writes:
  
   By the way, why are we still using pipes? It seems that there
 was
  a  discussion about switching it to sockets so it is more
  portable.
  
  Pipes might be more portable than sockets. Some of us use very
  simple shell scripts with the lyxpipe. A switch to sockets would
  require at least perl for the scripts.
 
 Dekel No. You just need a send-to-lyx command (written e.g. in
 Dekel perl), and then you can still use shell scripts.
 
 Even better, it should be lyx --remote command. 
 
 JMarc




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 07:45:44AM -0800, Max Bian wrote:
 So sockets are just the same as pipes if they are not better.

Pipes are more convenient until Dekel comes up with that script he
suggested to use.

  Even better, it should be lyx --remote command. 

I don't understand this suggestion. Should that invoke a separate LyX
instance? Running where? On the same machine where the LyX process I am
talking to runs?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Thu, Feb 13, 2003 at 07:45:44AM -0800, Max Bian wrote:
 So sockets are just the same as pipes if they are not better.

Andre Pipes are more convenient until Dekel comes up with that script
Andre he suggested to use.

  Even better, it should be lyx --remote command.

Andre I don't understand this suggestion. Should that invoke a
Andre separate LyX instance? Running where? On the same machine where
Andre the LyX process I am talking to runs?

I mean that, instead of having a script, one could launch LyX with
some special --remote flag saying ``hey, I do not want to run you, but
just send this command to another running lyx for me, will you?''.

The interest of doing that is that you do not need to know what means
of communication is used and also lyx will read its own prefs to guess
where the pipe is. And if you run lyx 1.3.0 and lyx 1.4.0cvs at the
same time with different .lyx dirs, you will be sure to communicate
with the right one.

JMarc



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 05:02:48PM +0100, Jean-Marc Lasgouttes wrote:
 Andre I don't understand this suggestion. Should that invoke a
 Andre separate LyX instance? Running where? On the same machine where
 Andre the LyX process I am talking to runs?
 
 I mean that, instead of having a script, one could launch LyX with
 some special --remote flag saying ``hey, I do not want to run you, but
 just send this command to another running lyx for me, will you?''.

Ok. User on machine A without LyX installed wants to talk to LyX running on
machine B. Would that work?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian
Can you get this to work with pipes??  If no, switching to sockets does
not lose anything.

Since sockets are simple to program, it is not difficult to come up
with a simple helper program in C, or perl.

Max
--- Andre Poenitz [EMAIL PROTECTED] wrote:

 
 Ok. User on machine A without LyX installed wants to talk to LyX
 running on
 machine B. Would that work?




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 08:14:50AM -0800, Max Bian wrote:
 Can you get this to work with pipes??  If no, switching to sockets does
 not lose anything.

I can run single commands with e.g. rsh on other machines. 
If this would be possible with sockets, I have no complaint.
I just have never used them.

Andre'

PS: I'd be really grateful if removed irrelevant parts from the messages
you are quoting.

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: default date format (LyX/LaTeX)

2003-02-13 Thread Dekel Tsur
On Thu, Feb 13, 2003 at 10:09:49AM -0500, Ronald Florence wrote:
 How do I change the default date format in LyX/LaTeX from 13th
 February 2003 to February 13, 2003?
 
 (I know, it's an antiquated and illogical Americanism, but some
 publishers prefer it.  And with www.lyx.org not responding and the URL
 I have for Herbert Voss's site out of date, I apologize in advance for
 troubling the list for something I ought to be able to find myself.)

Change the language of the document to American.



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

  I mean that, instead of having a script, one could launch LyX with
 some special --remote flag saying ``hey, I do not want to run you,
 but just send this command to another running lyx for me, will
 you?''.

Andre Ok. User on machine A without LyX installed wants to talk to
Andre LyX running on machine B. Would that work?

It wouldn't, indeed. But this is probably not the most probable use of
this feature. In general, people are interested by applications on the
same machines. Or, like mozilla, application shown on the same X
display. The mozilla solution requires mozilla on both machines, I
think.

JMarc



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 06:00:34PM +0100, Jean-Marc Lasgouttes wrote:
 It wouldn't, indeed. But this is probably not the most probable use of
 this feature. In general, people are interested by applications on the
 same machines.

Peoples are certainly intrested in such things but this does not
necessarily mean they get it... Here it is not uncommon to collect
applications from different servers just because there is not a single one
containing the proper version of everything, let alone all licenses.

And not everybody is lucky enough to be root on his desktop machine and
free to install whatever version he likes... 

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Thu, Feb 13, 2003 at 06:00:34PM +0100, Jean-Marc Lasgouttes
Andre wrote:
 It wouldn't, indeed. But this is probably not the most probable use
 of this feature. In general, people are interested by applications
 on the same machines.

Andre Peoples are certainly intrested in such things but this does
Andre not necessarily mean they get it... Here it is not uncommon to
Andre collect applications from different servers just because
Andre there is not a single one containing the proper version of
Andre everything, let alone all licenses.

Andre And not everybody is lucky enough to be root on his desktop
Andre machine and free to install whatever version he likes...

If one is able to run LyX remotely on another machine, then one can
also open an xterm on the said other machine and type commands there.

Or maybe you want to send commands to the running LyX of the guy next
door. That would be very nasty of you.

JMarc



off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
Hi

I'm sorry for being totally off topic here, but does anybody have an idea 
why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
work, but not from home?

Traceroute from work gives:
/usr/sbin/traceroute www.educat.hu-berlin.de
traceroute to teak.educat.hu-berlin.de (141.20.130.13), 30 hops max, 38 byte packets
 1  bulten.damek.kth.se (130.237.57.2)  0.720 ms  0.654 ms  0.601 ms
 2  kth1-cn4-b.gw.kth.se (130.237.211.233)  0.495 ms  0.454 ms  0.576 ms
 3  stockholm3-SRP2.sunet.se (130.242.85.65)  0.814 ms  0.911 ms  0.743 ms
 4  stockholm1-POS6.sunet.se (130.242.82.25)  1.195 ms  1.023 ms  1.280 ms
 5  s-gw.nordu.net (193.10.252.181)  1.069 ms  0.814 ms  1.053 ms
 6  sw-gw.nordu.net (193.10.252.129)  0.973 ms  0.859 ms  0.888 ms
 7  nordunet.se1.se.geant.net (62.40.103.117)  1.019 ms  1.158 ms  1.165 ms
 8  se.de2.de.geant.net (62.40.96.65)  22.891 ms  22.879 ms  22.930 ms
 9  de2-1.de1.de.geant.net (62.40.96.129)  23.690 ms  22.986 ms  22.921 ms
10  ir-frankfurt2.g-win.dfn.de (62.40.103.34)  23.180 ms  23.237 ms 23.213 ms
11  cr-frankfurt1.g-win.dfn.de (188.1.80.37)  23.433 ms  23.367 ms  23.332 ms
12  cr-berlin1.g-win.dfn.de (188.1.18.186)  32.357 ms  32.307 ms  32.566 ms
13  ar-huberlin1.g-win.dfn.de (188.1.20.2)  32.651 ms  32.470 ms  32.409 ms
14  194.94.12.101 (194.94.12.101)  32.459 ms  32.684 ms  32.613 ms
15  141.20.16.14 (141.20.16.14)  32.916 ms  32.795 ms  32.753 ms
16  teak.educat.hu-berlin.de (141.20.130.13)  33.162 ms *  33.107 ms

and everything is fine, whereas from home:

/usr/sbin/traceroute www.educat.hu-berlin.de
traceroute to teak.educat.hu-berlin.de (141.20.130.13), 30 hops max, 38 byte packets
 1  192.168.123.254 (192.168.123.254)  2.037 ms  1.122 ms  1.059 ms
 2  217.215.26.1 (217.215.26.1)  27.768 ms  14.439 ms  14.230 ms
 3  ar1sbk1-geth0-0-0.fre.skanova.net (195.67.220.77)  14.480 ms  14.189 ms  14.269 ms
 4  fre-d1-geth7-1.se.telia.net (195.67.220.73)  14.417 ms  14.667 ms  14.258 ms 5  
hy-b1-pos11-0.se.telia.net (195.67.220.157)  16.533 ms  14.509 ms  14.939 ms
 6  s-b4-pos13-0.telia.net (213.248.66.17)  14.434 ms  14.448 ms  14.773 ms
 7  s-bb1-pos5-0-0.telia.net (213.248.66.5)  14.451 ms  14.490 ms  14.451 ms
 8  hbg-bb1-pos0-2-0.telia.net (213.248.64.78)  35.117 ms  35.026 ms  34.844 ms
 9  213.248.65.46 (213.248.65.46)  30.878 ms  30.810 ms  30.765 ms
10  dante-01616-hbg-b1.c.telia.net (213.248.103.98)  33.769 ms  30.976 ms  31.029 ms
11  cr-berlin1.g-win.dfn.de (188.1.18.197)  40.184 ms  39.357 ms  40.265 ms
12  ar-huberlin1.g-win.dfn.de (188.1.20.2)  39.663 ms  39.678 ms  39.612 ms
13  * * *
and then nothing.


Can this be because of something in my computer, or is it related to my ISP?
I.e., is there any point in me trying to check my firewall etc.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Andre Poenitz
On Thu, Feb 13, 2003 at 06:14:11PM +0100, Jean-Marc Lasgouttes wrote:
 Andre And not everybody is lucky enough to be root on his desktop
 Andre machine and free to install whatever version he likes...
 
 If one is able to run LyX remotely on another machine, then one can
 also open an xterm on the said other machine and type commands there.

One does not necessarily need the visual feedback of LyX when using the
server, so there is no technical guarantee that opening an xterm works.

But I guess you are right and for all practical purposes it does not make a
difference.

 Or maybe you want to send commands to the running LyX of the guy next
 door. That would be very nasty of you.

Possibly.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: default date format (LyX/LaTeX)

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Dekel Tsur wrote:

 On Thu, Feb 13, 2003 at 10:09:49AM -0500, Ronald Florence wrote:
  How do I change the default date format in LyX/LaTeX from 13th
  February 2003 to February 13, 2003?
  
 Change the language of the document to American.

So what is this setting for then?
Edit-Preferences-Outputs-Date format

(The help says: Date format for strftime output)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: default date format (LyX/LaTeX)

2003-02-13 Thread Dekel Tsur
On Thu, Feb 13, 2003 at 06:41:05PM +0100, Christian Ridderstr?m wrote:
   How do I change the default date format in LyX/LaTeX from 13th
   February 2003 to February 13, 2003?
   
  Change the language of the document to American.
 
 So what is this setting for then?
   Edit-Preferences-Outputs-Date format
 
 (The help says: Date format for strftime output)

It is the format of the date that is inserted with M-x date-insert



Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Christian Ridderström
On 13 Feb 2003, Jean-Marc Lasgouttes wrote:
 display. The mozilla solution requires mozilla on both machines, I
 think.

If I remember correctly, Netscape (i.e. Mozilla) creates a lock-file in 
the user's ~/.netscape/ directory like this:

   lrwxr-xr-x   17 Feb 13 18:45 lock - 130.237.57.34:592

which is neat when you're using a networked file system. Then you can 
click on URL's shown on one machine and have netscape running on another 
machine show the new page. I guess you don't really need to have Netscape 
on this machine, but you do need something that can connect to the socket, 
i.e. 130.237.57.34:592 in this case.

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Christian Ridderström
On 13 Feb 2003, Jean-Marc Lasgouttes wrote:

  Andre == Andre Poenitz [EMAIL PROTECTED] writes:
 Andre not necessarily mean they get it... Here it is not uncommon to
 Andre collect applications from different servers just because
 Andre there is not a single one containing the proper version of
 Andre everything, let alone all licenses.

I have to do this all the time (I hate MATLAB's license server btw).

 Andre And not everybody is lucky enough to be root on his desktop
 Andre machine and free to install whatever version he likes...

Amen.

 If one is able to run LyX remotely on another machine, then one can
 also open an xterm on the said other machine and type commands there.

You might not believe this... but our Solaris machines don't have SSH 
running and xhost has been disabled... however, I've still used:
lyx --export ps somefile.lyx ; lpr somefile.ps
on occassion, especially when the color printer only works from a 
specific Solaris machine.

I think my point is that you can't really assume that you'll need a 
graphical connection... maybe you need to save bandwidth (modem)?

 Or maybe you want to send commands to the running LyX of the guy next
 door. That would be very nasty of you.

I think it'd be great if two persons could work on the same document... 
but's that's a different topic.


/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Christian Ridderström wrote:

 Hi
 
 I'm sorry for being totally off topic here, but does anybody have an idea 
 why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
 work, but not from home?

My ISP actually answered when I called, but without a result... they 
advised me to call Germany!!!

/C
-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Andre Poenitz wrote:

 On Thu, Feb 13, 2003 at 06:58:37PM +0100, Christian Ridderström wrote:
   I'm sorry for being totally off topic here, but does anybody have an idea 
   why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
   work, but not from home?
  
  My ISP actually answered when I called, but without a result... they 
  advised me to call Germany!!!
 
 Is calling Germany!!! exceptionally difficult in Sweden?   ;-)
 
Oh, not at all!
And it's so easy to get hold of systems administrators in 
general, right ;-)  I mean, they're not busy anyway...

Of course, if I use the phone I also get to practice my German as well. 
But wait, how do I find the phone number to... let me see:

 ar-huberlin1.g-win.dfn.de 

oh, I know... just look it up in the yellow pages...

Instead it seems easier (and more fun) to try and install some 
kind of tunneling software at work and go through that...
(I can use that for other stuff as well... like MATLAB license servers)

/Christian

-- 
Christian Ridderström, +46-8-790 91 37   http://www.md.kth.se/~chr
Mechatronics lab, Dept. of Machine Designhttp://www.md.kth.se




Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Praedor Tempus Atrebates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 13 February 2003 10:45 am, Max Bian wrote:
 So sockets are just the same as pipes if they are not better. Since
 pipes do not work on Windows, maybe it is time to switch?

I would hope that there is no sudden switch.  I use pybliographic, which uses 
the pipe to work.  A sudden change from pipes to socket would break any and 
all the nice reference managers available for lyx.

praedor

- -- 
Conservatives of all times are adventitious liars.
- - Friedrich Nietzsche.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+S+HP1i/6R1B/Yh0RAv6fAJ9R1QD4W6R3H+K9hLweBxVloezakwCbBvTA
o0rvKQdVbU/+5fnsgk3KLy4=
=hpLJ
-END PGP SIGNATURE-



Re: default date format (LyX/LaTeX)

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, Dekel Tsur wrote:

  So what is this setting for then?
  Edit-Preferences-Outputs-Date format
  
  (The help says: Date format for strftime output)
 
 It is the format of the date that is inserted with M-x date-insert

Thanks.

I did a search for 'date-insert' and noticed that it's actually 
mentioned in $LYXDIR/lyxrc.example.

Is there somewhere (in the source) where I could find a listing of these 
commands, or is this perhaps an example of a typical LFUN? And I should 
therefore look in src/lyxfunc.C and src/commandtags.h ?

This isn't the first time I've been thinking that there are probably lots 
of (more or less) useful commands (LFUNS?) that I don't know about.

/Christian


-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread robin
Christian Ridderström wrote:

Hi

I'm sorry for being totally off topic here, but does anybody have an idea 
why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
work, but not from home?

Does your ISP employ censorware?  It's amazing the kind of stuff these 
programs filter out (e.g. some people can't get at my philosophy and 
linguistics site, and one of my students couldn't download Rousseau's 
Discourse on Inequality from home).  Maybe all those references to latex 
trigger some anti-fetish subroutine ;-)

Robin

--
 Like these cutters, and hackers, who will take the wall of men, and 
picke quarrells.
- G. Pettie

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin




html conversion

2003-02-13 Thread William O. Bray
I use latex2html and can handle things find in command line style. On the 
other hand, I have tried converting in Lyx. Well, an html is created, all 
formulas appear in LaTex form. Not good. Further, I add the option 
-local_icons to carry over button images that latex2html uses; these are not 
carried over. (the latter was done through Edit-Preferences and the result 
appears in the /.lyx preferences file.
Any thoughts??
best regards, b
PS I am using the qt frontend.
-- 
***
William O. Bray, Professor
Department of Mathematics  Statistics
University of Maine
Orono, Maine 04469
***
Phone: 207-581-3932  Fax: 207-581-3902
***
http://germain.umemat.maine.edu/faculty/bray/index.html
***



bibtex seems not runing in win2k

2003-02-13 Thread Youjian \(Eugene\) Liu
Hi,

I am running Lyx (1.2.1) with Miktex and cygwin in Windows 2000. The View
DVI shows my citation as [?]. The symptoms are
(1) latex log file says undefined reference
(2) In the lyx file, when I insert a citation, the bib entries in my bib
file shows up fine. This means lyx can find my bib files.
(3) lyx can find my IEEEtran.cls automatically. I guess it get some
information from Miktex. In the bibtex box, it also find the IEEEbst.bst
file.
(4) My windows environment does not have environment variables such as
BIBINPUTS and others. But the problem persists even if I added the
environment variables in WIN2K.
(5) View-Tex Information shows all the file lists as empty lists, although
Help-Latex Configuration shows that Lyx has found almost all of the files.
(6) My Miktex is running OK before and after I installed Lyx.

Any clue about what is happening? It seems bibtex is not invoked at all.

Thanks a lot,

Eugene




Re: off-topic: can't access Herbert's pages from home

2003-02-13 Thread Christian Ridderström
On Thu, 13 Feb 2003, robin wrote:

 Christian Ridderström wrote:
  Hi
  
  I'm sorry for being totally off topic here, but does anybody have an idea 
  why I can access Herbert's pages (http://www.educat.hu-berlin.de) from 
  work, but not from home?
 
 Does your ISP employ censorware?  It's amazing the kind of stuff these 
 programs filter out (e.g. some people can't get at my philosophy and 
 linguistics site, and one of my students couldn't download Rousseau's 
 Discourse on Inequality from home).  Maybe all those references to latex 
 trigger some anti-fetish subroutine ;-)

No, he actually said they don't have any filters at all... but I like your 
latex-theory :-)

/Christian

-- 
Christian Ridderström   http://www.md.kth.se/~chr





Re: Bug in 1.3? Server pipes not destroyed

2003-02-13 Thread Max Bian

 On Thursday 13 February 2003 10:45 am, Max Bian wrote:
  So sockets are just the same as pipes if they are not better. Since
  pipes do not work on Windows, maybe it is time to switch?
 
 I would hope that there is no sudden switch.  I use pybliographic,
 which uses 
 the pipe to work.

It will be good to have many ways of doing the same thing.  So, we can
add the sockets and keep the pipes.

Max



Re: Table oddity, 1.3.0

2003-02-13 Thread Dekel Tsur
On Tue, Feb 11, 2003 at 10:53:52AM +0800, Rod Pinna wrote:
 Odd behaviour that I didn't notice in 130cvs, but I may well have not got
 to this bit. Trying to add space in a table heading. Headings are centred,
 with a set width. Adding say a space of 1mm after the paragraph (i.e., in
 the paragraph dialogue) results in a much larger space.


This is a known bug.
Since your columns are already centered, you don't need to meake the header
paragraphs centered. Select Block(default) alignment for them.



Re: ANNOUNCE: Lyx 1.3.0 for Windows

2003-02-13 Thread Marcus Beyer

Claus Hentschel  Hopefully I can release Lyx using 
Claus Hentschel  a Qt3-based frontend (like that known
Claus Hentschel  from KDE on Linux) the next days. 

Exciting! Can that be used with kde-cygwin?
http://kde-cygwin.sourceforge.net/

Marcus




Re: installing (1.3.0) Thesaurus mini-bug?

2003-02-13 Thread John Levon
On Fri, Feb 07, 2003 at 02:21:00PM +0200, Amir Seginer wrote:

 installed Aiksaurus (Aiksaurus-0.15-1rh80.i386.rpm from the Lyx ftp 
 site). However during the make process Lyx complained that it couldn't 
 find /usr/lib/libAiksaurus.so.

For some reason, ldconfig doesn't create libAiksaurus.so

But anyway, the static library is installed and it can link against that

john



Re: Annotating eps figures

2003-02-13 Thread Andre Poenitz
On Wed, Feb 12, 2003 at 07:08:17PM +, Angus Leeming wrote:
> I have a bunch of eps graphs that I'd like to annotate with LaTeX 
> (axis labels, stuff like that). Can anyone give me some pointers to 
> the best way to go about this?

1. xfig, write  $a^3$ there, mark the text as 'special', do separate
   tex/eps export  or use something like


#!/bin/sh

# usage: fig2eps foo.fig foo.eps

TMPDIR=/tmp
BASE=fig2epstmp_$$
PSNAME=fig2epstmp_content_$$.ps

echo "
\\documentclass{article}
\\usepackage{epsfig}
\\usepackage{color}
\\pagestyle{empty}
\\begin{filecontents}{$PSNAME}
`fig2dev -L pstex $1`
\\end{filecontents}
\\begin{document}
\\begin{center}
`fig2dev -L pstex_t -p $PSNAME $1`
\\end{center}
\\end{document}
" > $TMPDIR/$BASE.tex

(
cd $TMPDIR ;
latex $BASE.tex ;
# sometimes empty pages at the beginning are produced. Just use the 
last
# one.
dvips -f $BASE.dvi | psselect _1 > $BASE.tmpeps
#rm -f $BASE.tex $BASE.log $BASE.dvi $BASE.aux $PSNAME
)
#mv $TMPDIR/$BASE.tmpeps $2
eps2eps -- $TMPDIR/$BASE.tmpeps $2
#rm $TMPDIR/$BASE.tmpeps


or 

2. use pstricks.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Annotating eps figures

2003-02-13 Thread Rod Pinna
> 
> 2. use pstricks.
> 
> Andre'

If you just want to add text and formula, then I've found psfrag to be
pretty simple.

Rod
_
rod   | "Beneath the waves, the waves / That's where I will be /
  | I'm going to see the cow beneath the sea."
  | They Might Be Giants, Lincoln





  1   2   >