Re: Enumerate without reset problem

2002-08-28 Thread Guenter Milde

On Tue, 27 Aug 2002 21:22:57 -0600 wrote [EMAIL PROTECTED]:

 Hello gurus, 
 
 I have another problem with the enumerate without reset feature based from 
 http://www.lyx.org/help/list/enum.php3. 
 
  - - -  s n i p  - - -
 \newcounter{myEnumCounter}
 \newcounter{mySaveCounter}
 \renewenvironment{enumerate}{%
  \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
  \setcounter{myEnumCounter}{\value{mySaveCounter}}}
  }{%
  \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
 }
 \newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
  - - -  s n i p  - - - 
 
 My problem is, if I put the above snippet in my preamble, it goes global 
 which I don't want to happen. 

You need a separate environment for the enumerate_continuously.

You might try

 - - -  s n i p  - - -
\newcounter{myEnumCounter}
\newcounter{mySaveCounter}
\newenvironment{enumerate_continuously}{%
 \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
 \setcounter{myEnumCounter}{\value{mySaveCounter}}}
 }{%
 \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
}
\newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
 - - -  s n i p  - - - 

and look in the Extended guide to see how to make a LyX paragraph style out
of it (or see at the layouts in $lyxdir/layout, copy one to ~/.lyx/layout
and modify...)

 Not only that, the second level of some of my 
 enumeration has been reset and starts as 1 and not 1.1 for example.  And if 
 I tried it as a TeX command, I got so many errors.  Any other ideas on how I 
 can enumerate without reset in a particular part of my documentation? 

For the second level (and subsequent ones) I suppose things get more
complicated: you might need a good LaTeX book to see how to solve this...


Guenter


--
G.Milde at physik.tu-dresden.de




Re: LyX on Mac OS 10.2

2002-08-28 Thread Ludger Humbert

Ronald Florence wrote:

 I'd welcome hearing from anyone who has successfully gotten LyX 
 (preferably version 1.2.x) working on Mac OS.  I've tried following the 
 instructions on the LyX page and the pages they point to, but have not
 been successful in getting the xforms library.  I can run LyX from a 
 remote host, but would like a native version here.
 
 (FWIW, I succeeded in getting fink, XDarwin, the window manager, and 
 teTeX installed.  


If you look at the supported packages on fink, you'll find:

Package xforms
In 0.4.0-stable: Version 0.89-2
In current-stable: Version 0.89-2
In current-unstable: Version 0.-3

So you should enable to install unstable-versions in fink.

~~~

If you have gotten all this software, you may try
to use
http://oroborosx.sourceforge.net/
too.
Then you are able to start LyX from the console -- but LyX is still
*not* a native Mac OS X -- Application

Ludger






RE: Chapter Label

2002-08-28 Thread Robert Spee

Maybe the package titlesec does what you want. With titlesec you can
define the chapter and section heading styles. 

Robert

 -Original Message-
 From: Remzi Seker [mailto:[EMAIL PROTECTED]]
 Sent: dinsdag 27 augustus 2002 22:54
 To: [EMAIL PROTECTED]
 Subject: Chapter Label
 
 
 Now I have another question...
 it is funny that when everyone is trying to remove the label 
 Chapter from 
 their chapters in the documents, I need it. 
 I couldn't get it appear, any idea?
 What I need is like this:
   CHAPTER 1
 CHAPTER TITLE DUM DITTI DUM
 



Re: sectsty

2002-08-28 Thread Dekel Tsur

On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote:
 I found the solution.. Whew. Here it is
 
 \makeatletter
 \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2\c@secnumdepth

This is not entirely correct.
The correct solution is

\def\@seccntformat#1{\csname the#1\endcsname.\quad}



Re: Chapter Label

2002-08-28 Thread Dekel Tsur

On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
 Now I have another question...
 it is funny that when everyone is trying to remove the label Chapter from 
 their chapters in the documents, I need it. 
 I couldn't get it appear, any idea?
 What I need is like this:
   CHAPTER 1
 CHAPTER TITLE DUM DITTI DUM
 

Which document class are you using ?



Re: lyx 1.2.1 citation bug? (Was: lyx and bibtex, resulting dvi has no cite)

2002-08-28 Thread Jean-Marc Lasgouttes

 Scott == Scott Otterson [EMAIL PROTECTED] writes:

Scott I started having this problem after I installed 1.2.1. I had a
Scott document with citations that worked in lyx 1.2.0 but when I
Scott upgraded to 1.2.1, loaded the document and made a dvi, all of
Scott the citations are displayed as [?] in the text. The funny thing
Scott is that, in the bibliograpy printed at the end of the dvi, the
Scott cited references do show up correctly ([citation number],
Scott authors, journals etc.).

Scott Does anyone know if this is a new bug in 1.2.1?

Do you have spaces in your citation keys?

JMarc




Spellchecker feature request

2002-08-28 Thread George Richard Russell

I wasn't quite sure where to send this, so I thought I'd send it here and ask 
at the same time.

I'd like to see a replace all option in the spell checker. I'd find it 
useful to be able to replace all occurrences of a mispelt word in a document 
at once, instead of being repeatedly prompted for each occurrence.

Thanks
George Russell



Re: Spellchecker feature request

2002-08-28 Thread Jean-Marc Lasgouttes

 George == George Richard Russell [EMAIL PROTECTED] writes:

George I wasn't quite sure where to send this, so I thought I'd send
George it here and ask at the same time.

George I'd like to see a replace all option in the spell checker.
George I'd find it useful to be able to replace all occurrences of a
George mispelt word in a document at once, instead of being
George repeatedly prompted for each occurrence.

Please open an enhancement request at bugzilla.lyx.org

JMarc



lyx-1.2.1 (and xforms-1.0rc4)

2002-08-28 Thread Alexander Volovics

Hello,

I have just installed lyx-1.2.1 succesfully on 'null' (3e RH-8.0 beta
with gcc-3.2) using lyx-1.2.1-1.src.rpm and xforms-0.89-1.src.rpm.

In fact everything compiled very smoothly using gcc-3.2!

However I first tried to use xforms-1.0RC4.tgz.
I was unable to compile this version of xforms. I didn't save the
results or make notes so I can't remember what the problems where.

In any case at one time Xext could not be found (related to 'fdesign').
(I also got a lot of garbage warnings about /usr/local/include
 not being a 'regular?' directory and 'sort orders?' though things seemed
 to be working alright up to point of failure)

I also have the impression that xmkmf does not create a quite correct
Makefile for my setup, maybe related to entries in Imakefile?

As I am not a programmer I find it very difficult and time consuming
to explore these problems on my own and I also don't feel like joining
yet another mailing list to try and get answers.

So I want to ask if anybody here has been able to compile xforms-1.0RC4.
Did you encounter comparable problems and what did you do.
Anybody made an xforms-1.0RC4.src.rpm yet?
(I have found some probably usable spec files on the net but first
 the thing has to compile).

Alexander




Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Jean-Marc Lasgouttes

 Alexander == Alexander Volovics [EMAIL PROTECTED] writes:

Alexander Hello, I have'nt really started using 1.2.1 yet, just
Alexander playing around.

Alexander I wanted to see the results of View
Alexander (DVI,HTML,PDF,PDF(pdflatex),Postscript) using Help (to make
Alexander the necessary adjustments to Preferences).

Alexander Whichever file you choose from Help (Introduction,
Alexander Tutorial,...) it is displayed OK with DVI and PDF but using
Alexander Postscript or HTML fails and shows a message like:

Can you send your .lyx/lyxrc.defaults or
$prefix/share/lyx/lyxrc.defaults ? I presume that lyx did not find a
viewer for ps or html. What postscript viewer do you have? What web
browser?

JMarc




possible dependancy bug in graphics conversion from .fig - .eps

2002-08-28 Thread Christian Ridderström

Hi

I'm using Lyx 1.2.1 on RH 7.3 and I think I might have found a bug
related to inserting images created with for instance XFig.

The images is converted and displayed properly the first time, but if I
modify the image (i.e. the .fig-file), and then updates the view, the
view haven't changed.
However, if I delete the .fig-file in the
/tmp/lyx.../lyx-buffer.-catalog, then it works.

So the problem seems to be that Lyx fails to copy the modified .fig-file
to the /tmp-catalog where it is converted. The behaviour is the same for
TGIF-files, and for Lyx 1.2.

I've tried checking Bugzilla for this bug, but haven't found anything..
so I thought I'd report it. But first I'd like to check if this works
for anybody else, in case it is just my system that has this problem.

So the question is, if you:

  1) Insert an .fig (XFig) or .obj (TGIF) image in a Lyx-document
  2) Display the Lyx-document with for instance Ctrl-d
  3) Modify the .fig or .obj-file
  4) Redisplay the Lyx-document

Question: Does the DVI-file contain the recent changes to the image?

/Christian

PS. I've found two temporary ways to get around this. If you're lazy,
just restart Lyx. Otherwise, execute something like this on your prompt
(I'm assuming TCSH):

   find /tmp/lyx* -name *.fig -exec rm {} \;

which fill find and delete all .fig-files in Lyx's temporary
directories.
DS





Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Alexander Volovics

On Wed, Aug 28, 2002 at 02:12:56PM +0200, Jean-Marc Lasgouttes wrote:
 
 Alexander I wanted to see the results of View
 Alexander (DVI,HTML,PDF,PDF(pdflatex),Postscript) using Help (to make
 Alexander the necessary adjustments to Preferences).
 
 Alexander Whichever file you choose from Help (Introduction,
 Alexander Tutorial,...) it is displayed OK with DVI and PDF but using
 Alexander Postscript or HTML fails and shows a message like:
 
 Can you send your .lyx/lyxrc.defaults or
 $prefix/share/lyx/lyxrc.defaults ? I presume that lyx did not find a
 viewer for ps or html. What postscript viewer do you have? What web
 browser?

Of course! How could I have been so stupid. I just dashed the message
off without thinking first.
Sorry for bothering the list.

From /usr/share/lyx/lyxrc.defaults I quote:

\viewer dvi xdvi
\viewer html none
\viewer pdf acroread
\viewer ps none -swap
\viewer eps none

Should lyx have found 'ggv' which was installed?
And how about 'Mozilla' or 'galeon'? (no more netscape in RH!)

Alexander
 



Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Andre Poenitz

On Wed, Aug 28, 2002 at 02:38:17PM +0200, Alexander Volovics wrote:
 \viewer html none
 \viewer pdf acroread
 \viewer ps none -swap
 \viewer eps none
 
 Should lyx have found 'ggv' which was installed?
 And how about 'Mozilla' or 'galeon'? (no more netscape in RH!)

lyx only searches for 'gv' and 'ghostview'...

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: sectsty

2002-08-28 Thread Remzi Seker

On Wednesday 28 August 2002 03:33, Dekel Tsur wrote:
 On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote:
  I found the solution.. Whew. Here it is
 
  \makeatletter
  \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2\c@secnumdepth

 This is not entirely correct.
 The correct solution is

 \def\@seccntformat#1{\csname the#1\endcsname.\quad}
working very well with \makeatletter, \makeatother 
Thanks!

Remzi



Re: Chapter Label

2002-08-28 Thread Remzi Seker

It is scrbook (koma script)
I am trying to locate the english documentation for it now.

Remzi

On Wednesday 28 August 2002 03:36, Dekel Tsur wrote:
 On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
  Now I have another question...
  it is funny that when everyone is trying to remove the label Chapter
  from their chapters in the documents, I need it.
  I couldn't get it appear, any idea?
  What I need is like this:
CHAPTER 1
  CHAPTER TITLE DUM DITTI DUM

 Which document class are you using ?



Re: Still having problems loading shared libraries.

2002-08-28 Thread Rich Shepard

On Wed, 28 Aug 2002, Laurent Duperval wrote:

Well, do a search on google for __dynamic_cast_2. I tried and there are
a lot of reports on this problem. I didn't go as far as to read all the
stuff I found to figure out what your exact problem may be. But it's a
start.

Laurent,

  I did this. It's a compiler, libc incompatibility. I'm upgrading from RH
6.2 to 7.3 today and that should resolve the problem.

Thanks,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com




Change Pagecount in koma-script (report)

2002-08-28 Thread Kim Neunert

Hi,

I use report (koma-script). I have to make a costimized extratitle and 
koma-script is really good for that. But i have a remaining problem:
I can not change the beginning of the pagecount. I want lyx to count the two 
title-pages as one. I do what's described in koma-script documentation:

Im Gegensatz zu den Standardklassen kennt \maketitle bei KOMA- Script außerdem 
noch ein op-tionales nummerisches Argument. Findet es Verwendung, so wird die 
Nummer als Seitenzahl der ersten Titelseite benutzt.

That's exactly what i need and so i tried to put
\maketitle[-1]
as ERT in my document. But i doesnt work ! I do not get Errormessages, but the 
counting of the pages didnt change and i got a blank page only with [-1] 
after the titlepage.
Can anybody help me ?

Thanks

Kim

Here is my try which do not work:
#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass scrreprt
\begin_preamble
\usepackage{german}
\usepackage[latin1]{inputenc}
\frenchspacing
\end_preamble
\options liststotoc,bibtotoc
\language german
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize 12
\spacing onehalf
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 3.3cm
\topmargin 4cm
\rightmargin 2.3cm
\bottommargin 2.2cm
\secnumdepth 2
\tocdepth 2
\paragraph_separation indent
\defskip medskip
\quotes_language polish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash
extratitle{
\layout Standard

\backslash
large{myTitle}
\layout Standard
}
\layout Standard

\layout Standard

\end_inset


\layout Title

my2ndTitle
\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash
maketitle[-1]
\end_inset


\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset


\layout Section*

aSection
\layout Standard

aText
\the_end



Re: Chapter Label

2002-08-28 Thread Remzi Seker

I have been reading the kona scr document.
It says if I use 
chapterprefix in the options that will give me the chapter label. It doesn't 
happen. I even disabled the sectsty still, i can not seem to get it.

Thanks

Remzi

On Wednesday 28 August 2002 03:36, Dekel Tsur wrote:
 On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
  Now I have another question...
  it is funny that when everyone is trying to remove the label Chapter
  from their chapters in the documents, I need it.
  I couldn't get it appear, any idea?
  What I need is like this:
CHAPTER 1
  CHAPTER TITLE DUM DITTI DUM

 Which document class are you using ?



Compile 1.2.1 errors under YellowDog Linux 2.3?

2002-08-28 Thread Henry A. Leinhos

Hi,

I'm trying to get 1.2.1 compiled under my system, which is Yellowdog 
Linux (v2.3, a Redhat-based PPC distro).  After a straight ./configure I 
have:

Configuration
  Host type:  powerpc-unknown-linux-gnu
  Special build flags:included-libsigc xforms-image-loader
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (2.95.4)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:  
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.89.0
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

when compiling the frontends/xforms dir, I get  

 make[5]: Entering directory 
`/home/leinhos/src/lyx-1.2.1/src/frontends/xforms'
source='xformsGImage.C' object='xformsGImage.lo' libtool=yes \
depfile='.deps/xformsGImage.Plo' tmpdepfile='.deps/xformsGImage.TPlo' \
depmode=gcc /bin/sh ../../../config/depcomp \
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. 
-I../../../src -I../../../images -I../../../src/ 
-I../../../src/frontends/ -I../../../src/frontends/controllers 
-I../../.. -I../../../boost  -isystem /usr/X11R6/include  -O 
-fno-exceptions -c -o xformsGImage.lo `test -f xformsGImage.C || echo 
'./'`xformsGImage.C

...
xformsGImage.C: In method `grfx::xformsGImage::xformsGImage(const 
grfx::xformsGImage )':
xformsGImage.C:119: implicit declaration of function `int 
grfx::flimage_dup(...)'
xformsGImage.C:119: assignment to `FL_IMAGE *' from `int' lacks a cast
xformsGImage.C: In method `bool grfx::xformsGImage::setPixmap(const 
grfx::GParams )':
xformsGImage.C:235: implicit declaration of function `int 
grfx::flimage_to_pixmap(...)'
make[5]: *** [xformsGImage.lo] Error 1

I can compile 1.2.0 ok, but there seem to be things that are broken on 
my system

Any suggestions?

Thanks in advance,
Henry






Try again...flowing text around images (floatflt)

2002-08-28 Thread Praedor Tempus

Could someone please inform me as to the requirements to get floatflt to work 
in lyx-1.2.0?  I ran into a difficulty with it when trying to write a grant 
and ended up having to use another wordprocessor because I simply could not 
get lyx to flow text around an image.

I had an ps image/figure I was trying to insert into my document.  I looked 
at the extended help for lyx and read about floatflt.  I added 
\usepackage{floatflt} to my document's preamble (it was the only entry).
I then entered a tex command before the ps image: 
\begin{floatingfigure}[r]{3cm} then used insert-graphics to insert my ps 
image. I followed the ps image with another tex command: 
\end{floatingfigure}.  The ps image displayed in lyx but when I printed out 
the document or previewed a postscript image of the doc, the place in the 
paragraph where the image should have been was simply taken up with a blank 
line separating the sentence within which the above tex commands were placed. 
No image, no text flowing around it.

Am I leaving something out to get this to work?  The document was merely a 
Standard document.  Nothing fancy, no enumerations, nothing.  It is too late 
to make use of floatflt for this grant but for future grants, I would like to 
be able to use lyx.  Any help would be greatly appreciated.

praedor



Re: Compile 1.2.1 errors under YellowDog Linux 2.3?

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 12:25:14PM -0400, Henry A. Leinhos wrote:

 Hi,
 
 I'm trying to get 1.2.1 compiled under my system, which is Yellowdog 
 Linux (v2.3, a Redhat-based PPC distro).  After a straight ./configure I 
 have:

xforms is broken on ppc. Get the open source version (rc1.0-4) from the
xforms ftp site, directory OpenSource

regards
john

-- 
When your name is Winner, that's it. You don't need a nickname.
- Loser Lane



Re: Try again...flowing text around images (floatflt)

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:10:30AM -0500, Praedor Tempus wrote:

 Could someone please inform me as to the requirements to get floatflt to work 
 in lyx-1.2.0?  I ran into a difficulty with it when trying to write a grant 
 and ended up having to use another wordprocessor because I simply could not 
 get lyx to flow text around an image.
 
 I had an ps image/figure I was trying to insert into my document.  I looked 
 at the extended help for lyx and read about floatflt.  I added 
 \usepackage{floatflt} to my document's preamble (it was the only entry).
 I then entered a tex command before the ps image: 
 \begin{floatingfigure}[r]{3cm} then used insert-graphics to insert my ps 
 image. I followed the ps image with another tex command: 
 \end{floatingfigure}.  The ps image displayed in lyx but when I printed out 
 the document or previewed a postscript image of the doc, the place in the 
 paragraph where the image should have been was simply taken up with a blank 
 line separating the sentence within which the above tex commands were placed. 
 No image, no text flowing around it.
 
 Am I leaving something out to get this to work?  The document was merely a 
 Standard document.  Nothing fancy, no enumerations, nothing.  It is too late 
 to make use of floatflt for this grant but for future grants, I would like to 
 be able to use lyx.  Any help would be greatly appreciated.

The example in the LyX docs works for you right ? I don't believe I did
anything specialat all, in fact I pretty much followed the recipe you
give above ...

Hopefully for 1.2.2 we will have a nice way of doing this, if Dekel
resurrects his patch

regards
john
-- 
When your name is Winner, that's it. You don't need a nickname.
- Loser Lane



Re: Try again...flowing text around images (floatflt)

2002-08-28 Thread Eugenio Guevara

I tried the example in Lyx documentation.  I'm using 1.2.0a under cygwin and
it works perfectly.  Another way to do this is using a minipages wide enough
to coexist in the same line with your figure.

Eugenio
- Original Message -
From: John Levon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 28, 2002 5:31 PM
Subject: Re: Try again...flowing text around images (floatflt)


 On Wed, Aug 28, 2002 at 11:10:30AM -0500, Praedor Tempus wrote:

  Could someone please inform me as to the requirements to get floatflt to
work
  in lyx-1.2.0?  I ran into a difficulty with it when trying to write a
grant
  and ended up having to use another wordprocessor because I simply could
not
  get lyx to flow text around an image.
 
  I had an ps image/figure I was trying to insert into my document.  I
looked
  at the extended help for lyx and read about floatflt.  I added
  \usepackage{floatflt} to my document's preamble (it was the only
entry).
  I then entered a tex command before the ps image:
  \begin{floatingfigure}[r]{3cm} then used insert-graphics to insert my
ps
  image. I followed the ps image with another tex command:
  \end{floatingfigure}.  The ps image displayed in lyx but when I
printed out
  the document or previewed a postscript image of the doc, the place in
the
  paragraph where the image should have been was simply taken up with a
blank
  line separating the sentence within which the above tex commands were
placed.
  No image, no text flowing around it.
 
  Am I leaving something out to get this to work?  The document was merely
a
  Standard document.  Nothing fancy, no enumerations, nothing.  It is too
late
  to make use of floatflt for this grant but for future grants, I would
like to
  be able to use lyx.  Any help would be greatly appreciated.

 The example in the LyX docs works for you right ? I don't believe I did
 anything specialat all, in fact I pretty much followed the recipe you
 give above ...

 Hopefully for 1.2.2 we will have a nice way of doing this, if Dekel
 resurrects his patch

 regards
 john
 --
 When your name is Winner, that's it. You don't need a nickname.
 - Loser Lane




Subscribe lyx-users

2002-08-28 Thread geoffrey

subscribe
-- 
++

This space intentionally
left non-blank

++



Removing some prefs options (poll)

2002-08-28 Thread John Levon


Speak now, or forever hold your peace, if you use either

1. Lastfiles number of files shown. This is currently configurable
between 4 and 9. Does anybody actually have this configured  differently
from the default, and if so, please tell me why.

2. Auto region delete. Does anybody *disable* this option ? Please
explain why, if you have.

Thanks a lot
john

-- 
When your name is Winner, that's it. You don't need a nickname.
- Loser Lane



bibliography related questions

2002-08-28 Thread Wolfgang Engelmann

1-
I upgraded to lyx 1.2.1 under SuSe 8.0 using the rpm package
there was a complain that tetex-xdvi and tetex-latex is needed.
is this because SuSE uses other names for it (te-latex was installed, 
I did not find anything similar to tetex-xdvi)?
upgrading with nodep worked.
This question is just out of curiosity
2-
I used pybliographic successfully under earlier versions of Lyx for the 
bibliography.
now, if I try to insert a reference from pyb into Lyx via cite,
I get the message.
no connection to lyx, no input pipe in /home/wolfgang/.lyx/lyxpipe.in

I could not find the right place to check in the help documents.
Could somebody give me a hint what I am doing wrong or what I forgot to do?

The last parts of my book are Index
Glossary
Bibliography

I use \tocchap{index} etc to have Index etc in the TOC.
However this does not work well with Bibliography.
Bibliography is shown in the TOC, but with a page number at the end of the 
references. The headers of the Bibliography part are showing the header 
`Glossary´.

The same takes place if I click in TheBibliography on 
show Bibliography in TOC (might be differently expressed in the English 
version)






Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread Udo Müller

When I tried to install the new version of LyX,1.2.1
with RPM, it was impossible, because RPM told me, it
needs libstdc++-libc6.1-2.so.3 to work. 
So I caught it from the Web and unzipped it into
/usr/local/lib, then I linked it into /lib and
/usr/lib. 

The result was the same, nothing worked, as I
installed it against the advice of RPM. Has anybody a
solution or does anybody happend the same problem?

Greetings from Berlin, Udo


__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:53:54PM +0200, Udo Müller wrote:

 So I caught it from the Web and unzipped it into
 /usr/local/lib, then I linked it into /lib and
 /usr/lib. 

Dont do this, you are likely to mess up your system.

 The result was the same, nothing worked, as I
 installed it against the advice of RPM. Has anybody a
 solution or does anybody happend the same problem?

get the .src.rpm then :

rpm --rebuild lyx-1.2.1.src.rpm

then instsall the binary in /usr/src/redhat/RPMS

(and perhaps you could send back the 7.3 RPM for our ftp site)

regards
john

-- 
Take the ideas you find useful. Try not to get hung up on the labels.
- Jonathan S. Shapiro



Re: Removing some prefs options (poll)

2002-08-28 Thread Les Denham


 1. Lastfiles number of files shown. This is currently configurable
 between 4 and 9. Does anybody actually have this configured  differently
 from the default, and if so, please tell me why.

Have occasionally increased the number when switching between more than four 
files in different directories.  Not an important option.


 2. Auto region delete. Does anybody *disable* this option ? Please
 explain why, if you have.

I've no idea what this option does, so I have never touched it. 


-- 
L. R. Denham
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html



Re: Removing some prefs options (poll)

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 05:44:42PM -0400, Les Denham wrote:

 Have occasionally increased the number when switching between more than four 
 files in different directories.  Not an important option.

OK, so you would be OK with a default of, say, 9 ?

(btw, I plan to move this to a submenu like in many other programs, to
avoid the File menu becoming too large).

  2. Auto region delete. Does anybody *disable* this option ? Please
  explain why, if you have.
 
 I've no idea what this option does, so I have never touched it. 

If you disable it, then when you have a text selection, and say, press
'x', it doesn't replace the selection. fwiw, other programs tend to
replace the selection (which is most sensible IMHO)

thanks
john

-- 
Take the ideas you find useful. Try not to get hung up on the labels.
- Jonathan S. Shapiro



Re: elsevier class

2002-08-28 Thread Rod Pinna


Hi,

Attached is a layout developed by Herbert Voss, which allows you to use
most of the feature of the Elseveir class. This is for lyx-120 and above.
If you are using an older version, there is a layout file compatible with
version 1.1.6. They're online at
http://www.physics.usyd.edu.au/~matthewa/lyx/, or at least were awhile
ago.

Rod

On Wed, 28 Aug 2002, Luiz Tadeu Fernandes Eleno wrote:

 
 I am writing a paper and want to follow the elsevier style. They have a 
 document class called elsart.cls. What must I do if I want to use the 
 elsart.cls document class?
 
 I already installed the .layout file based on article.layout, following 
 the instructions on the lyx webpage, but, while running latex, it give 
 three error messages, which are in fact the same one, which says
 
 \ifcase \@ptsize
 
 The
 control sequence at the end of the top line
 of
 your error message was never \def'ed. If you have
 mispelled
 it (e.g. '\hobx'), type '|' and the correc
 spelling
 (e.g. '|\hobx'). Otherwiaw just continue,
 and
 I'll forget about whatever was undefined.
 
 
 Has anyone had already this problem?
 
 Thanks,
 Luiz Eleno
 LCCMat - Computational Materials Science Lab,
 Metallurgical and Materials Engineering Dept
 Escola Politecnica da Universidade de Sao Paulo
 Sao Paulo, SP - Brazil
 
 
 

_
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



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[elsart]{Elsevier article style}
# Author: Rod Pinna [EMAIL PROTECTED]
# The Elsevier doc style also duplicates the theorem
# environments used by the AMS. The definitions here have been
# mainly taken from the amsmath.inc file, from lyx-1.0.2, by
# David L. Johnson and Jean-Marc Lasgouttes. Some modifications
# have been made.
#
# The Elsevier style *does not* implement the starred versions
# of these environments, so they are not supported by this layout.
# There are also a few AMS environments not impletemented by Elsevier,
# so they are not included either.
#
# Version 1.0   19990506 R. Pinna Inital version
# modified 2002-04-02   Herbert Voss [EMAIL PROTECTED]
#

# General textclass parameters
Columns 1
Sides   2
PageStyle   headings
MaxCounter  Counter_Subsection

ClassOptions
  FontSize  Default # controlled by class
End

DefaultFont
  FamilyRoman
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont

Preamble
\providecommand{\maketitle}{}
\newcommand\beginELStitle{\begin{frontmatter}}
\newcommand\makeELStitle{\end{frontmatter}}
EndPreamble


Style Standard
  LatexName dummy
  LatexType Paragraph
  MarginStatic
  ParIndent MM
  ParSkip   0.4
  ParSep0.4
  TopSep1.0
  BottomSep 1.0
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
End


Style StartTitlepage
  MarginStatic
  LatexType Command
  LatexName beginELStitle
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  AlignPossible Left
  LabelType Static
  LabelString   Start Titlepage
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Blue
  EndFont
End


Style EndTitlepage
  MarginStatic
  LatexType Command
  LatexName makeELStitle
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  AlignPossible Left
  LabelType Static
  LabelString   End Titlepage
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Blue
  EndFont
End

Style Keywords
  LatexName keyword
  LatexType Environment
  MarginStatic
  ParIndent MM
  InTitle   1
  ParSkip   0.4
  ParSep0.4
  TopSep1.0
  BottomSep 1.0
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
Font
Color   blue
EndFont
End


# Load standard defs, as most of the
# Elsevier stuff seems the same.
Input stdsections.inc
Input stdstarsections.inc
Input stdlists.inc
Input stdstruct.inc
Input stdlayouts.inc


# Title style definition
Style Title
  MarginStatic
  LatexType Command
  InTitle   1
  LatexName title
  NextNoIndent  1
  ParSkip   0.4
  TopSep1.3
  BottomSep 0.7
  ParSep0.7
  Align   

Re: Removing some prefs options (poll)

2002-08-28 Thread Andre Poenitz

On Wed, Aug 28, 2002 at 08:31:33PM +0100, John Levon wrote:
 1. Lastfiles number of files shown. This is currently configurable
 between 4 and 9. Does anybody actually have this configured  differently
 from the default, and if so, please tell me why.

I am not using that, Konni has it at 9 I believe [probably because she uses
the lastfile feature and I always start up from the commandline with the
filename as arg] IMaybe a fixed value is ok, and maybe that should be a bit
closer to 9 then to 4.
 
 2. Auto region delete. Does anybody *disable* this option ? Please
 explain why, if you have.

I am/we are not doing that. [Actually I'd prefer that being removed as 
it complicated some things in mathed and I'd be glad to get rid of that]

Andre'

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



lyx-users@lists.lyx.org

2002-08-28 Thread JeanChen

Èç¹ûÄú²»»¶Ó­Õâ·âÐżþ£¬ÇëËæÊÖɾ³ý£¬»òÕ߻ظ´±íʾɾ³ý£¬ÎÒÃDZíʾµÀǸ£¡
***
ÄúÊÇ·ñ»¹ÔÚΪÒìµØÐÐÏú¶ø·³ÄÕ£¿
ÄúÊÇ·ñÈÔ¶Ô¿ªÍØÊг¡ÊøÊÖÎ޲ߣ¿
ÄúÊÇ·ñÈÔΪÅÓ´óµÄÊг¡²¿ÃÅ¿ªÖ§¶ø½¹Ôï²»°²£¬È´ÎÞ·¨°ÚÍÑÏÖ×´£¿

Èç¹ûÊÇ£¬ÄÇôÍøÂçÓªÏúÒÑΪ¹ó¹«Ë¾ÌáÉÏÒé³Ì¡£ÍêÕûµÄÍøÂçÓªÏú°üÀ¨ÐÅÏ¢·¢²¼¡¢ÐÅÏ¢ËÑË÷¡¢ÓÊÖ·ËÑË÷ÒÔ¼°ÓʼþȺ·¢ËÄ´ó¹¦ÄÜ£¬ÓÉÉîÛÚÊÐ˹ʢ¿Æ¼¼¿ª·¢ÓÐÏÞ¹«Ë¾ÑÐÖÆ¿ª·¢µÄÉÌÖÇÍøÉÏÓªÏúÌ×¼þÕýÊÇÍøÂçÓªÏúµÄÊ×Ñ¡¡£ËüÒÔרҵµÄÍøÂçÓªÏú¼¼Êõ¹«Ë¾£¬Ç¿´óµÄÍøÂçÓªÏú¹¦ÄÜ£¬ÓÅÖʵÄÍøÂçÓªÏú³É¹ûÒÔ¼°ÍêÉƵÄÊÛºó·þÎñ£¬³ÉΪ¸÷ÆóÊÂÒµµ¥Î»½øÐÐÍøÂçÓªÏú×îÓÐЧµÄ»ï°é¡£
***
¿¼Âǵ½Äú¶ÔÎÒÃǵIJúÆ·»òÊÇÍøÂçÓªÏúµÄ³É¹ûÈÔËùÓл³ÒÉ£¬ÎÒ¹«Ë¾¿ª±ÙÁËÒÔϵĵڶþÀà·þÎñ¡£ÒÔÒ»¸öÔÂΪ·þÎñÖÜÆÚ£¬°ïÖúÆóÒµÖð²½×ßÉϳÉÊìµÄÍøÂçÓªÏúµÀ·¡£¾ßÌåµÄ·þÎñ·½·¨ÊÇÓÉÎÒÃÇ°ïÖúÄú¿ªÕ¹²úÆ·ÍƹãÓëÍøÂçÓªÏú»î¶¯£¬°üÀ¨²úÆ·ÐÅÏ¢·¢²¼£¬¹©ÇóÐÅÏ¢ËÑË÷£¬Ç±ÔÚ¿Í»§ÓÊÖ·ËÑË÷£¬Ä¿±ê¿Í»§ÓʼþȺ·¢¡£Ëĸö»·½Ú£¬²ã²ãµÝ½ø£¬ÈÃÄúµÄ²úÆ·ÐÅÏ¢²¼ÂúÈ«ÍøÂç¡£ÔÚÒ»¸öÔµķþÎñÖÜÆÚºó£¬ÎÒÃÇ»¹½«Îª¿Í»§ÌṩÓÐЧµÄÍøÂçÓªÏú¼¼ÇÉÓë·½·¨£¬ÕæÕý°ïÖú¿Í»§ÊµÏÖÍøÂçÓªÏú¡£²úÆ·¼Ó·þÎñ·Ñ£º4200Ôª/Àý¡£·þÎñÖÜÆÚÄÚ£¬ÄúÖ»Ðè½»ÄÉÊÛ¼ÛµÄ10%×÷Ϊ¶¨½ð¼´¿É¡£
Ëü°üÀ¨£º
Ò»£º°´ÕÕÄãµÄίÍÐÈ¥ËѼ¯ºÍ±à¼­Çó¹ºÐÅÏ¢£¬²¢¼°Ê±·´À¡¸øÄú£»
¶þ£º°´ÕÕÄãÌṩµÄ×ÊÁÏÔÚ¸÷´óÍøÕ¾·¢²¼ÄúµÄ²úÆ·ºÍ·þÎñÐÅÏ¢£»
Èý£º°´ÕÕÄãÌṩµÄ×ÊÁÏÕë¶Ô²»Í¬µÄ¿Í»§Èº·¢²¼µç×ÓÓʼþ¹ã¸æ£¨ÎÒÃÇÓµÓйúÄÚ×îÅÓ´ó¡¢×îרҵ»¯µÄµç×ÓÓʼþÊý¾Ý¿â£©
×ÜÖ®£¬ÎÒÃÇÈÏΪÔÚÒ»¸öÔÂÄÚÄÜ»ñµÃÂúÒâµÄÒµÎñÁ¿£¡
ÎÒ¹«Ë¾³Ðŵ£¬·²ÊÇÎÒ¹«Ë¾²úÆ·Óë·þÎñδ´ïµ½Ëù˵ҪÇóµÄ£¬Ò»ÂÉÔ­¿îÍË»¹¡£
***
Èç¹ûÄú¶ÔÍøÂçÓªÏú»¹Íêȫδ֪£¬²¢ÇÒ´ÓδÓйýÈκξ­Ñ飬ÎÒÃÇͬÑù¿ÉÒÔΪÄú½â¾öÄÑÌâ¡£ÎÒÃǽ«Ìṩ¸øÄúÍøÂçÓªÏúËùÐèµÄËùÓм¼ÇÉ°ïÖú£¬Í¬Ê±Îª¹ó¹«Ë¾¾«ÐÄÉèÁ¢ÁËÍêÕûµÄÍøÂçÓªÏúÅàѵ¼Æ»®£¬¸Ã¼Æ»®·ÖÒµÎñ¡úģʽ¡úÍøÕ¾¡ú×ÊÔ´¡úÓªÏú¡ú°²È«¡úÊÕÈëÆ߸ö²½Ö裬»¥ÁªÍøÓжà¹ãÀ«£¬ÄúµÄ²Æ·±ãÓжà¿í¡£
***
--ÈçºÎ¿ªÊ¼£¿
ÇëÖ±½ÓÁªÏµË¹Ê¢¹«Ë¾£¬µç»°£º0755-26530108£¬Óʼþ£º[EMAIL PROTECTED]
ͬʱÇëÌṩ£º
¹«Ë¾Ãû³Æ¡¢µØÖ·¡¢µç»°¡¢´«Õæ¡¢¹«Ë¾ÍøÕ¾¡¢ÁªÏµÈË¡¢ÁªÏµÈ˵ç×ÓÓÊÏä
***
--ÈçºÎ²Ù×÷£¿
È·ÈÏίÍйØϵ--ÔË×÷--·´À¡¿Í»§ÐÅÏ¢--Ó¡Ö¤ÐÅÏ¢--½»¸¶¿Í»§
Ò»°ãÔÚÒ»¸öÔÂÄÚÍê³É¡£
***
-- ÈçºÎÁªÏµ£¿
µØÖ·£ºÉîÛÚÊÐÄÏɽÇø³£ÐË·¹úÐË´óÏÃ7-8Â¥
µç»°£º0755-26530108-803£¬804£¬816
´«Õ棺0755-26530108-801
ÁªÏµ£º³ÂС½ã¡¢Ô¬ÏÈÉú¡¢º«Ð¡½ã
***



Re: Enumerate without reset problem

2002-08-28 Thread Guenter Milde

On Tue, 27 Aug 2002 21:22:57 -0600 wrote [EMAIL PROTECTED]:

 Hello gurus, 
 
 I have another problem with the enumerate without reset feature based from 
 http://www.lyx.org/help/list/enum.php3. 
 
  - - -  s n i p  - - -
 \newcounter{myEnumCounter}
 \newcounter{mySaveCounter}
 \renewenvironment{enumerate}{%
  \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
  \setcounter{myEnumCounter}{\value{mySaveCounter}}}
  }{%
  \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
 }
 \newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
  - - -  s n i p  - - - 
 
 My problem is, if I put the above snippet in my preamble, it goes global 
 which I don't want to happen. 

You need a separate environment for the enumerate_continuously.

You might try

 - - -  s n i p  - - -
\newcounter{myEnumCounter}
\newcounter{mySaveCounter}
\newenvironment{enumerate_continuously}{%
 \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
 \setcounter{myEnumCounter}{\value{mySaveCounter}}}
 }{%
 \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
}
\newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
 - - -  s n i p  - - - 

and look in the Extended guide to see how to make a LyX paragraph style out
of it (or see at the layouts in $lyxdir/layout, copy one to ~/.lyx/layout
and modify...)

 Not only that, the second level of some of my 
 enumeration has been reset and starts as 1 and not 1.1 for example.  And if 
 I tried it as a TeX command, I got so many errors.  Any other ideas on how I 
 can enumerate without reset in a particular part of my documentation? 

For the second level (and subsequent ones) I suppose things get more
complicated: you might need a good LaTeX book to see how to solve this...


Guenter


--
G.Milde at physik.tu-dresden.de




Re: LyX on Mac OS 10.2

2002-08-28 Thread Ludger Humbert

Ronald Florence wrote:

 I'd welcome hearing from anyone who has successfully gotten LyX 
 (preferably version 1.2.x) working on Mac OS.  I've tried following the 
 instructions on the LyX page and the pages they point to, but have not
 been successful in getting the xforms library.  I can run LyX from a 
 remote host, but would like a native version here.
 
 (FWIW, I succeeded in getting fink, XDarwin, the window manager, and 
 teTeX installed.  


If you look at the supported packages on fink, you'll find:

Package xforms
In 0.4.0-stable: Version 0.89-2
In current-stable: Version 0.89-2
In current-unstable: Version 0.-3

So you should enable to install unstable-versions in fink.

~~~

If you have gotten all this software, you may try
to use
http://oroborosx.sourceforge.net/
too.
Then you are able to start LyX from the console -- but LyX is still
*not* a native Mac OS X -- Application

Ludger






RE: Chapter Label

2002-08-28 Thread Robert Spee

Maybe the package titlesec does what you want. With titlesec you can
define the chapter and section heading styles. 

Robert

 -Original Message-
 From: Remzi Seker [mailto:[EMAIL PROTECTED]]
 Sent: dinsdag 27 augustus 2002 22:54
 To: [EMAIL PROTECTED]
 Subject: Chapter Label
 
 
 Now I have another question...
 it is funny that when everyone is trying to remove the label 
 Chapter from 
 their chapters in the documents, I need it. 
 I couldn't get it appear, any idea?
 What I need is like this:
   CHAPTER 1
 CHAPTER TITLE DUM DITTI DUM
 



Re: sectsty

2002-08-28 Thread Dekel Tsur

On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote:
 I found the solution.. Whew. Here it is
 
 \makeatletter
 \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2\c@secnumdepth

This is not entirely correct.
The correct solution is

\def\@seccntformat#1{\csname the#1\endcsname.\quad}



Re: Chapter Label

2002-08-28 Thread Dekel Tsur

On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
 Now I have another question...
 it is funny that when everyone is trying to remove the label Chapter from 
 their chapters in the documents, I need it. 
 I couldn't get it appear, any idea?
 What I need is like this:
   CHAPTER 1
 CHAPTER TITLE DUM DITTI DUM
 

Which document class are you using ?



Re: lyx 1.2.1 citation bug? (Was: lyx and bibtex, resulting dvi has no cite)

2002-08-28 Thread Jean-Marc Lasgouttes

 Scott == Scott Otterson [EMAIL PROTECTED] writes:

Scott I started having this problem after I installed 1.2.1. I had a
Scott document with citations that worked in lyx 1.2.0 but when I
Scott upgraded to 1.2.1, loaded the document and made a dvi, all of
Scott the citations are displayed as [?] in the text. The funny thing
Scott is that, in the bibliograpy printed at the end of the dvi, the
Scott cited references do show up correctly ([citation number],
Scott authors, journals etc.).

Scott Does anyone know if this is a new bug in 1.2.1?

Do you have spaces in your citation keys?

JMarc




Spellchecker feature request

2002-08-28 Thread George Richard Russell

I wasn't quite sure where to send this, so I thought I'd send it here and ask 
at the same time.

I'd like to see a replace all option in the spell checker. I'd find it 
useful to be able to replace all occurrences of a mispelt word in a document 
at once, instead of being repeatedly prompted for each occurrence.

Thanks
George Russell



Re: Spellchecker feature request

2002-08-28 Thread Jean-Marc Lasgouttes

 George == George Richard Russell [EMAIL PROTECTED] writes:

George I wasn't quite sure where to send this, so I thought I'd send
George it here and ask at the same time.

George I'd like to see a replace all option in the spell checker.
George I'd find it useful to be able to replace all occurrences of a
George mispelt word in a document at once, instead of being
George repeatedly prompted for each occurrence.

Please open an enhancement request at bugzilla.lyx.org

JMarc



lyx-1.2.1 (and xforms-1.0rc4)

2002-08-28 Thread Alexander Volovics

Hello,

I have just installed lyx-1.2.1 succesfully on 'null' (3e RH-8.0 beta
with gcc-3.2) using lyx-1.2.1-1.src.rpm and xforms-0.89-1.src.rpm.

In fact everything compiled very smoothly using gcc-3.2!

However I first tried to use xforms-1.0RC4.tgz.
I was unable to compile this version of xforms. I didn't save the
results or make notes so I can't remember what the problems where.

In any case at one time Xext could not be found (related to 'fdesign').
(I also got a lot of garbage warnings about /usr/local/include
 not being a 'regular?' directory and 'sort orders?' though things seemed
 to be working alright up to point of failure)

I also have the impression that xmkmf does not create a quite correct
Makefile for my setup, maybe related to entries in Imakefile?

As I am not a programmer I find it very difficult and time consuming
to explore these problems on my own and I also don't feel like joining
yet another mailing list to try and get answers.

So I want to ask if anybody here has been able to compile xforms-1.0RC4.
Did you encounter comparable problems and what did you do.
Anybody made an xforms-1.0RC4.src.rpm yet?
(I have found some probably usable spec files on the net but first
 the thing has to compile).

Alexander




Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Jean-Marc Lasgouttes

 Alexander == Alexander Volovics [EMAIL PROTECTED] writes:

Alexander Hello, I have'nt really started using 1.2.1 yet, just
Alexander playing around.

Alexander I wanted to see the results of View
Alexander (DVI,HTML,PDF,PDF(pdflatex),Postscript) using Help (to make
Alexander the necessary adjustments to Preferences).

Alexander Whichever file you choose from Help (Introduction,
Alexander Tutorial,...) it is displayed OK with DVI and PDF but using
Alexander Postscript or HTML fails and shows a message like:

Can you send your .lyx/lyxrc.defaults or
$prefix/share/lyx/lyxrc.defaults ? I presume that lyx did not find a
viewer for ps or html. What postscript viewer do you have? What web
browser?

JMarc




possible dependancy bug in graphics conversion from .fig - .eps

2002-08-28 Thread Christian Ridderström

Hi

I'm using Lyx 1.2.1 on RH 7.3 and I think I might have found a bug
related to inserting images created with for instance XFig.

The images is converted and displayed properly the first time, but if I
modify the image (i.e. the .fig-file), and then updates the view, the
view haven't changed.
However, if I delete the .fig-file in the
/tmp/lyx.../lyx-buffer.-catalog, then it works.

So the problem seems to be that Lyx fails to copy the modified .fig-file
to the /tmp-catalog where it is converted. The behaviour is the same for
TGIF-files, and for Lyx 1.2.

I've tried checking Bugzilla for this bug, but haven't found anything..
so I thought I'd report it. But first I'd like to check if this works
for anybody else, in case it is just my system that has this problem.

So the question is, if you:

  1) Insert an .fig (XFig) or .obj (TGIF) image in a Lyx-document
  2) Display the Lyx-document with for instance Ctrl-d
  3) Modify the .fig or .obj-file
  4) Redisplay the Lyx-document

Question: Does the DVI-file contain the recent changes to the image?

/Christian

PS. I've found two temporary ways to get around this. If you're lazy,
just restart Lyx. Otherwise, execute something like this on your prompt
(I'm assuming TCSH):

   find /tmp/lyx* -name *.fig -exec rm {} \;

which fill find and delete all .fig-files in Lyx's temporary
directories.
DS





Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Alexander Volovics

On Wed, Aug 28, 2002 at 02:12:56PM +0200, Jean-Marc Lasgouttes wrote:
 
 Alexander I wanted to see the results of View
 Alexander (DVI,HTML,PDF,PDF(pdflatex),Postscript) using Help (to make
 Alexander the necessary adjustments to Preferences).
 
 Alexander Whichever file you choose from Help (Introduction,
 Alexander Tutorial,...) it is displayed OK with DVI and PDF but using
 Alexander Postscript or HTML fails and shows a message like:
 
 Can you send your .lyx/lyxrc.defaults or
 $prefix/share/lyx/lyxrc.defaults ? I presume that lyx did not find a
 viewer for ps or html. What postscript viewer do you have? What web
 browser?

Of course! How could I have been so stupid. I just dashed the message
off without thinking first.
Sorry for bothering the list.

From /usr/share/lyx/lyxrc.defaults I quote:

\viewer dvi xdvi
\viewer html none
\viewer pdf acroread
\viewer ps none -swap
\viewer eps none

Should lyx have found 'ggv' which was installed?
And how about 'Mozilla' or 'galeon'? (no more netscape in RH!)

Alexander
 



Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Andre Poenitz

On Wed, Aug 28, 2002 at 02:38:17PM +0200, Alexander Volovics wrote:
 \viewer html none
 \viewer pdf acroread
 \viewer ps none -swap
 \viewer eps none
 
 Should lyx have found 'ggv' which was installed?
 And how about 'Mozilla' or 'galeon'? (no more netscape in RH!)

lyx only searches for 'gv' and 'ghostview'...

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: sectsty

2002-08-28 Thread Remzi Seker

On Wednesday 28 August 2002 03:33, Dekel Tsur wrote:
 On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote:
  I found the solution.. Whew. Here it is
 
  \makeatletter
  \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2\c@secnumdepth

 This is not entirely correct.
 The correct solution is

 \def\@seccntformat#1{\csname the#1\endcsname.\quad}
working very well with \makeatletter, \makeatother 
Thanks!

Remzi



Re: Chapter Label

2002-08-28 Thread Remzi Seker

It is scrbook (koma script)
I am trying to locate the english documentation for it now.

Remzi

On Wednesday 28 August 2002 03:36, Dekel Tsur wrote:
 On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
  Now I have another question...
  it is funny that when everyone is trying to remove the label Chapter
  from their chapters in the documents, I need it.
  I couldn't get it appear, any idea?
  What I need is like this:
CHAPTER 1
  CHAPTER TITLE DUM DITTI DUM

 Which document class are you using ?



Re: Still having problems loading shared libraries.

2002-08-28 Thread Rich Shepard

On Wed, 28 Aug 2002, Laurent Duperval wrote:

Well, do a search on google for __dynamic_cast_2. I tried and there are
a lot of reports on this problem. I didn't go as far as to read all the
stuff I found to figure out what your exact problem may be. But it's a
start.

Laurent,

  I did this. It's a compiler, libc incompatibility. I'm upgrading from RH
6.2 to 7.3 today and that should resolve the problem.

Thanks,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com




Change Pagecount in koma-script (report)

2002-08-28 Thread Kim Neunert

Hi,

I use report (koma-script). I have to make a costimized extratitle and 
koma-script is really good for that. But i have a remaining problem:
I can not change the beginning of the pagecount. I want lyx to count the two 
title-pages as one. I do what's described in koma-script documentation:

Im Gegensatz zu den Standardklassen kennt \maketitle bei KOMA- Script außerdem 
noch ein op-tionales nummerisches Argument. Findet es Verwendung, so wird die 
Nummer als Seitenzahl der ersten Titelseite benutzt.

That's exactly what i need and so i tried to put
\maketitle[-1]
as ERT in my document. But i doesnt work ! I do not get Errormessages, but the 
counting of the pages didnt change and i got a blank page only with [-1] 
after the titlepage.
Can anybody help me ?

Thanks

Kim

Here is my try which do not work:
#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass scrreprt
\begin_preamble
\usepackage{german}
\usepackage[latin1]{inputenc}
\frenchspacing
\end_preamble
\options liststotoc,bibtotoc
\language german
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize 12
\spacing onehalf
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 3.3cm
\topmargin 4cm
\rightmargin 2.3cm
\bottommargin 2.2cm
\secnumdepth 2
\tocdepth 2
\paragraph_separation indent
\defskip medskip
\quotes_language polish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash
extratitle{
\layout Standard

\backslash
large{myTitle}
\layout Standard
}
\layout Standard

\layout Standard

\end_inset


\layout Title

my2ndTitle
\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash
maketitle[-1]
\end_inset


\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset


\layout Section*

aSection
\layout Standard

aText
\the_end



Re: Chapter Label

2002-08-28 Thread Remzi Seker

I have been reading the kona scr document.
It says if I use 
chapterprefix in the options that will give me the chapter label. It doesn't 
happen. I even disabled the sectsty still, i can not seem to get it.

Thanks

Remzi

On Wednesday 28 August 2002 03:36, Dekel Tsur wrote:
 On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
  Now I have another question...
  it is funny that when everyone is trying to remove the label Chapter
  from their chapters in the documents, I need it.
  I couldn't get it appear, any idea?
  What I need is like this:
CHAPTER 1
  CHAPTER TITLE DUM DITTI DUM

 Which document class are you using ?



Compile 1.2.1 errors under YellowDog Linux 2.3?

2002-08-28 Thread Henry A. Leinhos

Hi,

I'm trying to get 1.2.1 compiled under my system, which is Yellowdog 
Linux (v2.3, a Redhat-based PPC distro).  After a straight ./configure I 
have:

Configuration
  Host type:  powerpc-unknown-linux-gnu
  Special build flags:included-libsigc xforms-image-loader
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (2.95.4)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:  
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.89.0
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

when compiling the frontends/xforms dir, I get  

 make[5]: Entering directory 
`/home/leinhos/src/lyx-1.2.1/src/frontends/xforms'
source='xformsGImage.C' object='xformsGImage.lo' libtool=yes \
depfile='.deps/xformsGImage.Plo' tmpdepfile='.deps/xformsGImage.TPlo' \
depmode=gcc /bin/sh ../../../config/depcomp \
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. 
-I../../../src -I../../../images -I../../../src/ 
-I../../../src/frontends/ -I../../../src/frontends/controllers 
-I../../.. -I../../../boost  -isystem /usr/X11R6/include  -O 
-fno-exceptions -c -o xformsGImage.lo `test -f xformsGImage.C || echo 
'./'`xformsGImage.C

...
xformsGImage.C: In method `grfx::xformsGImage::xformsGImage(const 
grfx::xformsGImage )':
xformsGImage.C:119: implicit declaration of function `int 
grfx::flimage_dup(...)'
xformsGImage.C:119: assignment to `FL_IMAGE *' from `int' lacks a cast
xformsGImage.C: In method `bool grfx::xformsGImage::setPixmap(const 
grfx::GParams )':
xformsGImage.C:235: implicit declaration of function `int 
grfx::flimage_to_pixmap(...)'
make[5]: *** [xformsGImage.lo] Error 1

I can compile 1.2.0 ok, but there seem to be things that are broken on 
my system

Any suggestions?

Thanks in advance,
Henry






Try again...flowing text around images (floatflt)

2002-08-28 Thread Praedor Tempus

Could someone please inform me as to the requirements to get floatflt to work 
in lyx-1.2.0?  I ran into a difficulty with it when trying to write a grant 
and ended up having to use another wordprocessor because I simply could not 
get lyx to flow text around an image.

I had an ps image/figure I was trying to insert into my document.  I looked 
at the extended help for lyx and read about floatflt.  I added 
\usepackage{floatflt} to my document's preamble (it was the only entry).
I then entered a tex command before the ps image: 
\begin{floatingfigure}[r]{3cm} then used insert-graphics to insert my ps 
image. I followed the ps image with another tex command: 
\end{floatingfigure}.  The ps image displayed in lyx but when I printed out 
the document or previewed a postscript image of the doc, the place in the 
paragraph where the image should have been was simply taken up with a blank 
line separating the sentence within which the above tex commands were placed. 
No image, no text flowing around it.

Am I leaving something out to get this to work?  The document was merely a 
Standard document.  Nothing fancy, no enumerations, nothing.  It is too late 
to make use of floatflt for this grant but for future grants, I would like to 
be able to use lyx.  Any help would be greatly appreciated.

praedor



Re: Compile 1.2.1 errors under YellowDog Linux 2.3?

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 12:25:14PM -0400, Henry A. Leinhos wrote:

 Hi,
 
 I'm trying to get 1.2.1 compiled under my system, which is Yellowdog 
 Linux (v2.3, a Redhat-based PPC distro).  After a straight ./configure I 
 have:

xforms is broken on ppc. Get the open source version (rc1.0-4) from the
xforms ftp site, directory OpenSource

regards
john

-- 
When your name is Winner, that's it. You don't need a nickname.
- Loser Lane



Re: Try again...flowing text around images (floatflt)

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:10:30AM -0500, Praedor Tempus wrote:

 Could someone please inform me as to the requirements to get floatflt to work 
 in lyx-1.2.0?  I ran into a difficulty with it when trying to write a grant 
 and ended up having to use another wordprocessor because I simply could not 
 get lyx to flow text around an image.
 
 I had an ps image/figure I was trying to insert into my document.  I looked 
 at the extended help for lyx and read about floatflt.  I added 
 \usepackage{floatflt} to my document's preamble (it was the only entry).
 I then entered a tex command before the ps image: 
 \begin{floatingfigure}[r]{3cm} then used insert-graphics to insert my ps 
 image. I followed the ps image with another tex command: 
 \end{floatingfigure}.  The ps image displayed in lyx but when I printed out 
 the document or previewed a postscript image of the doc, the place in the 
 paragraph where the image should have been was simply taken up with a blank 
 line separating the sentence within which the above tex commands were placed. 
 No image, no text flowing around it.
 
 Am I leaving something out to get this to work?  The document was merely a 
 Standard document.  Nothing fancy, no enumerations, nothing.  It is too late 
 to make use of floatflt for this grant but for future grants, I would like to 
 be able to use lyx.  Any help would be greatly appreciated.

The example in the LyX docs works for you right ? I don't believe I did
anything specialat all, in fact I pretty much followed the recipe you
give above ...

Hopefully for 1.2.2 we will have a nice way of doing this, if Dekel
resurrects his patch

regards
john
-- 
When your name is Winner, that's it. You don't need a nickname.
- Loser Lane



Re: Try again...flowing text around images (floatflt)

2002-08-28 Thread Eugenio Guevara

I tried the example in Lyx documentation.  I'm using 1.2.0a under cygwin and
it works perfectly.  Another way to do this is using a minipages wide enough
to coexist in the same line with your figure.

Eugenio
- Original Message -
From: John Levon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 28, 2002 5:31 PM
Subject: Re: Try again...flowing text around images (floatflt)


 On Wed, Aug 28, 2002 at 11:10:30AM -0500, Praedor Tempus wrote:

  Could someone please inform me as to the requirements to get floatflt to
work
  in lyx-1.2.0?  I ran into a difficulty with it when trying to write a
grant
  and ended up having to use another wordprocessor because I simply could
not
  get lyx to flow text around an image.
 
  I had an ps image/figure I was trying to insert into my document.  I
looked
  at the extended help for lyx and read about floatflt.  I added
  \usepackage{floatflt} to my document's preamble (it was the only
entry).
  I then entered a tex command before the ps image:
  \begin{floatingfigure}[r]{3cm} then used insert-graphics to insert my
ps
  image. I followed the ps image with another tex command:
  \end{floatingfigure}.  The ps image displayed in lyx but when I
printed out
  the document or previewed a postscript image of the doc, the place in
the
  paragraph where the image should have been was simply taken up with a
blank
  line separating the sentence within which the above tex commands were
placed.
  No image, no text flowing around it.
 
  Am I leaving something out to get this to work?  The document was merely
a
  Standard document.  Nothing fancy, no enumerations, nothing.  It is too
late
  to make use of floatflt for this grant but for future grants, I would
like to
  be able to use lyx.  Any help would be greatly appreciated.

 The example in the LyX docs works for you right ? I don't believe I did
 anything specialat all, in fact I pretty much followed the recipe you
 give above ...

 Hopefully for 1.2.2 we will have a nice way of doing this, if Dekel
 resurrects his patch

 regards
 john
 --
 When your name is Winner, that's it. You don't need a nickname.
 - Loser Lane




Subscribe lyx-users

2002-08-28 Thread geoffrey

subscribe
-- 
++

This space intentionally
left non-blank

++



Removing some prefs options (poll)

2002-08-28 Thread John Levon


Speak now, or forever hold your peace, if you use either

1. Lastfiles number of files shown. This is currently configurable
between 4 and 9. Does anybody actually have this configured  differently
from the default, and if so, please tell me why.

2. Auto region delete. Does anybody *disable* this option ? Please
explain why, if you have.

Thanks a lot
john

-- 
When your name is Winner, that's it. You don't need a nickname.
- Loser Lane



bibliography related questions

2002-08-28 Thread Wolfgang Engelmann

1-
I upgraded to lyx 1.2.1 under SuSe 8.0 using the rpm package
there was a complain that tetex-xdvi and tetex-latex is needed.
is this because SuSE uses other names for it (te-latex was installed, 
I did not find anything similar to tetex-xdvi)?
upgrading with nodep worked.
This question is just out of curiosity
2-
I used pybliographic successfully under earlier versions of Lyx for the 
bibliography.
now, if I try to insert a reference from pyb into Lyx via cite,
I get the message.
no connection to lyx, no input pipe in /home/wolfgang/.lyx/lyxpipe.in

I could not find the right place to check in the help documents.
Could somebody give me a hint what I am doing wrong or what I forgot to do?

The last parts of my book are Index
Glossary
Bibliography

I use \tocchap{index} etc to have Index etc in the TOC.
However this does not work well with Bibliography.
Bibliography is shown in the TOC, but with a page number at the end of the 
references. The headers of the Bibliography part are showing the header 
`Glossary´.

The same takes place if I click in TheBibliography on 
show Bibliography in TOC (might be differently expressed in the English 
version)






Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread Udo Müller

When I tried to install the new version of LyX,1.2.1
with RPM, it was impossible, because RPM told me, it
needs libstdc++-libc6.1-2.so.3 to work. 
So I caught it from the Web and unzipped it into
/usr/local/lib, then I linked it into /lib and
/usr/lib. 

The result was the same, nothing worked, as I
installed it against the advice of RPM. Has anybody a
solution or does anybody happend the same problem?

Greetings from Berlin, Udo


__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:53:54PM +0200, Udo Müller wrote:

 So I caught it from the Web and unzipped it into
 /usr/local/lib, then I linked it into /lib and
 /usr/lib. 

Dont do this, you are likely to mess up your system.

 The result was the same, nothing worked, as I
 installed it against the advice of RPM. Has anybody a
 solution or does anybody happend the same problem?

get the .src.rpm then :

rpm --rebuild lyx-1.2.1.src.rpm

then instsall the binary in /usr/src/redhat/RPMS

(and perhaps you could send back the 7.3 RPM for our ftp site)

regards
john

-- 
Take the ideas you find useful. Try not to get hung up on the labels.
- Jonathan S. Shapiro



Re: Removing some prefs options (poll)

2002-08-28 Thread Les Denham


 1. Lastfiles number of files shown. This is currently configurable
 between 4 and 9. Does anybody actually have this configured  differently
 from the default, and if so, please tell me why.

Have occasionally increased the number when switching between more than four 
files in different directories.  Not an important option.


 2. Auto region delete. Does anybody *disable* this option ? Please
 explain why, if you have.

I've no idea what this option does, so I have never touched it. 


-- 
L. R. Denham
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html



Re: Removing some prefs options (poll)

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 05:44:42PM -0400, Les Denham wrote:

 Have occasionally increased the number when switching between more than four 
 files in different directories.  Not an important option.

OK, so you would be OK with a default of, say, 9 ?

(btw, I plan to move this to a submenu like in many other programs, to
avoid the File menu becoming too large).

  2. Auto region delete. Does anybody *disable* this option ? Please
  explain why, if you have.
 
 I've no idea what this option does, so I have never touched it. 

If you disable it, then when you have a text selection, and say, press
'x', it doesn't replace the selection. fwiw, other programs tend to
replace the selection (which is most sensible IMHO)

thanks
john

-- 
Take the ideas you find useful. Try not to get hung up on the labels.
- Jonathan S. Shapiro



Re: elsevier class

2002-08-28 Thread Rod Pinna


Hi,

Attached is a layout developed by Herbert Voss, which allows you to use
most of the feature of the Elseveir class. This is for lyx-120 and above.
If you are using an older version, there is a layout file compatible with
version 1.1.6. They're online at
http://www.physics.usyd.edu.au/~matthewa/lyx/, or at least were awhile
ago.

Rod

On Wed, 28 Aug 2002, Luiz Tadeu Fernandes Eleno wrote:

 
 I am writing a paper and want to follow the elsevier style. They have a 
 document class called elsart.cls. What must I do if I want to use the 
 elsart.cls document class?
 
 I already installed the .layout file based on article.layout, following 
 the instructions on the lyx webpage, but, while running latex, it give 
 three error messages, which are in fact the same one, which says
 
 \ifcase \@ptsize
 
 The
 control sequence at the end of the top line
 of
 your error message was never \def'ed. If you have
 mispelled
 it (e.g. '\hobx'), type '|' and the correc
 spelling
 (e.g. '|\hobx'). Otherwiaw just continue,
 and
 I'll forget about whatever was undefined.
 
 
 Has anyone had already this problem?
 
 Thanks,
 Luiz Eleno
 LCCMat - Computational Materials Science Lab,
 Metallurgical and Materials Engineering Dept
 Escola Politecnica da Universidade de Sao Paulo
 Sao Paulo, SP - Brazil
 
 
 

_
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



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[elsart]{Elsevier article style}
# Author: Rod Pinna [EMAIL PROTECTED]
# The Elsevier doc style also duplicates the theorem
# environments used by the AMS. The definitions here have been
# mainly taken from the amsmath.inc file, from lyx-1.0.2, by
# David L. Johnson and Jean-Marc Lasgouttes. Some modifications
# have been made.
#
# The Elsevier style *does not* implement the starred versions
# of these environments, so they are not supported by this layout.
# There are also a few AMS environments not impletemented by Elsevier,
# so they are not included either.
#
# Version 1.0   19990506 R. Pinna Inital version
# modified 2002-04-02   Herbert Voss [EMAIL PROTECTED]
#

# General textclass parameters
Columns 1
Sides   2
PageStyle   headings
MaxCounter  Counter_Subsection

ClassOptions
  FontSize  Default # controlled by class
End

DefaultFont
  FamilyRoman
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont

Preamble
\providecommand{\maketitle}{}
\newcommand\beginELStitle{\begin{frontmatter}}
\newcommand\makeELStitle{\end{frontmatter}}
EndPreamble


Style Standard
  LatexName dummy
  LatexType Paragraph
  MarginStatic
  ParIndent MM
  ParSkip   0.4
  ParSep0.4
  TopSep1.0
  BottomSep 1.0
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
End


Style StartTitlepage
  MarginStatic
  LatexType Command
  LatexName beginELStitle
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  AlignPossible Left
  LabelType Static
  LabelString   Start Titlepage
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Blue
  EndFont
End


Style EndTitlepage
  MarginStatic
  LatexType Command
  LatexName makeELStitle
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  AlignPossible Left
  LabelType Static
  LabelString   End Titlepage
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Blue
  EndFont
End

Style Keywords
  LatexName keyword
  LatexType Environment
  MarginStatic
  ParIndent MM
  InTitle   1
  ParSkip   0.4
  ParSep0.4
  TopSep1.0
  BottomSep 1.0
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
Font
Color   blue
EndFont
End


# Load standard defs, as most of the
# Elsevier stuff seems the same.
Input stdsections.inc
Input stdstarsections.inc
Input stdlists.inc
Input stdstruct.inc
Input stdlayouts.inc


# Title style definition
Style Title
  MarginStatic
  LatexType Command
  InTitle   1
  LatexName title
  NextNoIndent  1
  ParSkip   0.4
  TopSep1.3
  BottomSep 0.7
  ParSep0.7
  Align   

Re: Removing some prefs options (poll)

2002-08-28 Thread Andre Poenitz

On Wed, Aug 28, 2002 at 08:31:33PM +0100, John Levon wrote:
 1. Lastfiles number of files shown. This is currently configurable
 between 4 and 9. Does anybody actually have this configured  differently
 from the default, and if so, please tell me why.

I am not using that, Konni has it at 9 I believe [probably because she uses
the lastfile feature and I always start up from the commandline with the
filename as arg] IMaybe a fixed value is ok, and maybe that should be a bit
closer to 9 then to 4.
 
 2. Auto region delete. Does anybody *disable* this option ? Please
 explain why, if you have.

I am/we are not doing that. [Actually I'd prefer that being removed as 
it complicated some things in mathed and I'd be glad to get rid of that]

Andre'

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



lyx-users@lists.lyx.org

2002-08-28 Thread JeanChen

Èç¹ûÄú²»»¶Ó­Õâ·âÐżþ£¬ÇëËæÊÖɾ³ý£¬»òÕ߻ظ´±íʾɾ³ý£¬ÎÒÃDZíʾµÀǸ£¡
***
ÄúÊÇ·ñ»¹ÔÚΪÒìµØÐÐÏú¶ø·³ÄÕ£¿
ÄúÊÇ·ñÈÔ¶Ô¿ªÍØÊг¡ÊøÊÖÎ޲ߣ¿
ÄúÊÇ·ñÈÔΪÅÓ´óµÄÊг¡²¿ÃÅ¿ªÖ§¶ø½¹Ôï²»°²£¬È´ÎÞ·¨°ÚÍÑÏÖ×´£¿

Èç¹ûÊÇ£¬ÄÇôÍøÂçÓªÏúÒÑΪ¹ó¹«Ë¾ÌáÉÏÒé³Ì¡£ÍêÕûµÄÍøÂçÓªÏú°üÀ¨ÐÅÏ¢·¢²¼¡¢ÐÅÏ¢ËÑË÷¡¢ÓÊÖ·ËÑË÷ÒÔ¼°ÓʼþȺ·¢ËÄ´ó¹¦ÄÜ£¬ÓÉÉîÛÚÊÐ˹ʢ¿Æ¼¼¿ª·¢ÓÐÏÞ¹«Ë¾ÑÐÖÆ¿ª·¢µÄÉÌÖÇÍøÉÏÓªÏúÌ×¼þÕýÊÇÍøÂçÓªÏúµÄÊ×Ñ¡¡£ËüÒÔרҵµÄÍøÂçÓªÏú¼¼Êõ¹«Ë¾£¬Ç¿´óµÄÍøÂçÓªÏú¹¦ÄÜ£¬ÓÅÖʵÄÍøÂçÓªÏú³É¹ûÒÔ¼°ÍêÉƵÄÊÛºó·þÎñ£¬³ÉΪ¸÷ÆóÊÂÒµµ¥Î»½øÐÐÍøÂçÓªÏú×îÓÐЧµÄ»ï°é¡£
***
¿¼Âǵ½Äú¶ÔÎÒÃǵIJúÆ·»òÊÇÍøÂçÓªÏúµÄ³É¹ûÈÔËùÓл³ÒÉ£¬ÎÒ¹«Ë¾¿ª±ÙÁËÒÔϵĵڶþÀà·þÎñ¡£ÒÔÒ»¸öÔÂΪ·þÎñÖÜÆÚ£¬°ïÖúÆóÒµÖð²½×ßÉϳÉÊìµÄÍøÂçÓªÏúµÀ·¡£¾ßÌåµÄ·þÎñ·½·¨ÊÇÓÉÎÒÃÇ°ïÖúÄú¿ªÕ¹²úÆ·ÍƹãÓëÍøÂçÓªÏú»î¶¯£¬°üÀ¨²úÆ·ÐÅÏ¢·¢²¼£¬¹©ÇóÐÅÏ¢ËÑË÷£¬Ç±ÔÚ¿Í»§ÓÊÖ·ËÑË÷£¬Ä¿±ê¿Í»§ÓʼþȺ·¢¡£Ëĸö»·½Ú£¬²ã²ãµÝ½ø£¬ÈÃÄúµÄ²úÆ·ÐÅÏ¢²¼ÂúÈ«ÍøÂç¡£ÔÚÒ»¸öÔµķþÎñÖÜÆÚºó£¬ÎÒÃÇ»¹½«Îª¿Í»§ÌṩÓÐЧµÄÍøÂçÓªÏú¼¼ÇÉÓë·½·¨£¬ÕæÕý°ïÖú¿Í»§ÊµÏÖÍøÂçÓªÏú¡£²úÆ·¼Ó·þÎñ·Ñ£º4200Ôª/Àý¡£·þÎñÖÜÆÚÄÚ£¬ÄúÖ»Ðè½»ÄÉÊÛ¼ÛµÄ10%×÷Ϊ¶¨½ð¼´¿É¡£
Ëü°üÀ¨£º
Ò»£º°´ÕÕÄãµÄίÍÐÈ¥ËѼ¯ºÍ±à¼­Çó¹ºÐÅÏ¢£¬²¢¼°Ê±·´À¡¸øÄú£»
¶þ£º°´ÕÕÄãÌṩµÄ×ÊÁÏÔÚ¸÷´óÍøÕ¾·¢²¼ÄúµÄ²úÆ·ºÍ·þÎñÐÅÏ¢£»
Èý£º°´ÕÕÄãÌṩµÄ×ÊÁÏÕë¶Ô²»Í¬µÄ¿Í»§Èº·¢²¼µç×ÓÓʼþ¹ã¸æ£¨ÎÒÃÇÓµÓйúÄÚ×îÅÓ´ó¡¢×îרҵ»¯µÄµç×ÓÓʼþÊý¾Ý¿â£©
×ÜÖ®£¬ÎÒÃÇÈÏΪÔÚÒ»¸öÔÂÄÚÄÜ»ñµÃÂúÒâµÄÒµÎñÁ¿£¡
ÎÒ¹«Ë¾³Ðŵ£¬·²ÊÇÎÒ¹«Ë¾²úÆ·Óë·þÎñδ´ïµ½Ëù˵ҪÇóµÄ£¬Ò»ÂÉÔ­¿îÍË»¹¡£
***
Èç¹ûÄú¶ÔÍøÂçÓªÏú»¹Íêȫδ֪£¬²¢ÇÒ´ÓδÓйýÈκξ­Ñ飬ÎÒÃÇͬÑù¿ÉÒÔΪÄú½â¾öÄÑÌâ¡£ÎÒÃǽ«Ìṩ¸øÄúÍøÂçÓªÏúËùÐèµÄËùÓм¼ÇÉ°ïÖú£¬Í¬Ê±Îª¹ó¹«Ë¾¾«ÐÄÉèÁ¢ÁËÍêÕûµÄÍøÂçÓªÏúÅàѵ¼Æ»®£¬¸Ã¼Æ»®·ÖÒµÎñ¡úģʽ¡úÍøÕ¾¡ú×ÊÔ´¡úÓªÏú¡ú°²È«¡úÊÕÈëÆ߸ö²½Ö裬»¥ÁªÍøÓжà¹ãÀ«£¬ÄúµÄ²Æ·±ãÓжà¿í¡£
***
--ÈçºÎ¿ªÊ¼£¿
ÇëÖ±½ÓÁªÏµË¹Ê¢¹«Ë¾£¬µç»°£º0755-26530108£¬Óʼþ£º[EMAIL PROTECTED]
ͬʱÇëÌṩ£º
¹«Ë¾Ãû³Æ¡¢µØÖ·¡¢µç»°¡¢´«Õæ¡¢¹«Ë¾ÍøÕ¾¡¢ÁªÏµÈË¡¢ÁªÏµÈ˵ç×ÓÓÊÏä
***
--ÈçºÎ²Ù×÷£¿
È·ÈÏίÍйØϵ--ÔË×÷--·´À¡¿Í»§ÐÅÏ¢--Ó¡Ö¤ÐÅÏ¢--½»¸¶¿Í»§
Ò»°ãÔÚÒ»¸öÔÂÄÚÍê³É¡£
***
-- ÈçºÎÁªÏµ£¿
µØÖ·£ºÉîÛÚÊÐÄÏɽÇø³£ÐË·¹úÐË´óÏÃ7-8Â¥
µç»°£º0755-26530108-803£¬804£¬816
´«Õ棺0755-26530108-801
ÁªÏµ£º³ÂС½ã¡¢Ô¬ÏÈÉú¡¢º«Ð¡½ã
***



Re: Enumerate without reset problem

2002-08-28 Thread Guenter Milde

On Tue, 27 Aug 2002 21:22:57 -0600 wrote [EMAIL PROTECTED]:

> Hello gurus, 
> 
> I have another problem with the "enumerate without reset" feature based from 
> . 
> 
>  - - - < s n i p > - - -
> \newcounter{myEnumCounter}
> \newcounter{mySaveCounter}
> \renewenvironment{enumerate}{%
>  \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
>  \setcounter{myEnumCounter}{\value{mySaveCounter}}}
>  }{%
>  \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
> }
> \newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
>  - - - < s n i p > - - - 
> 
> My problem is, if I put the above snippet in my preamble, it goes global 
> which I don't want to happen. 

You need a separate environment for the enumerate_continuously.

You might try

 - - - < s n i p > - - -
\newcounter{myEnumCounter}
\newcounter{mySaveCounter}
\newenvironment{enumerate_continuously}{%
 \begin{list}{\arabic{myEnumCounter}.}{\usecounter{myEnumCounter}%
 \setcounter{myEnumCounter}{\value{mySaveCounter}}}
 }{%
 \setcounter{mySaveCounter}{\value{myEnumCounter}}\end{list}%
}
\newcommand\myEnumReset{\setcounter{mySaveCounter}{0}}
 - - - < s n i p > - - - 

and look in the Extended guide to see how to make a LyX paragraph style out
of it (or see at the layouts in $lyxdir/layout, copy one to ~/.lyx/layout
and modify...)

> Not only that, the second level of some of my 
> enumeration has been reset and starts as 1 and not 1.1 for example.  And if 
> I tried it as a TeX command, I got so many errors.  Any other ideas on how I 
> can enumerate without reset in a particular part of my documentation? 

For the second level (and subsequent ones) I suppose things get more
complicated: you might need a good LaTeX book to see how to solve this...


Guenter


--
G.Milde at physik.tu-dresden.de




Re: LyX on Mac OS 10.2

2002-08-28 Thread Ludger Humbert

Ronald Florence wrote:

> I'd welcome hearing from anyone who has successfully gotten LyX 
> (preferably version 1.2.x) working on Mac OS.  I've tried following the 
> instructions on the LyX page and the pages they point to, but have not
> been successful in getting the xforms library.  I can run LyX from a 
> remote host, but would like a native version here.
> 
> (FWIW, I succeeded in getting fink, XDarwin, the window manager, and 
> teTeX installed.  


If you look at the supported packages on fink, you'll find:

Package xforms
In 0.4.0-stable: Version 0.89-2
In current-stable: Version 0.89-2
In current-unstable: Version 0.-3

So you should enable to install unstable-versions in fink.

~~~

If you have gotten all this software, you may try
to use
http://oroborosx.sourceforge.net/
too.
Then you are able to start LyX from the console -- but LyX is still
*not* a native Mac OS X -- Application

Ludger






RE: Chapter Label

2002-08-28 Thread Robert Spee

Maybe the package "titlesec" does what you want. With titlesec you can
define the chapter and section heading styles. 

Robert

> -Original Message-
> From: Remzi Seker [mailto:[EMAIL PROTECTED]]
> Sent: dinsdag 27 augustus 2002 22:54
> To: [EMAIL PROTECTED]
> Subject: Chapter Label
> 
> 
> Now I have another question...
> it is funny that when everyone is trying to remove the label 
> "Chapter" from 
> their chapters in the documents, I need it. 
> I couldn't get it appear, any idea?
> What I need is like this:
>   CHAPTER 1
> CHAPTER TITLE DUM DITTI DUM
> 



Re: sectsty

2002-08-28 Thread Dekel Tsur

On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote:
> I found the solution.. Whew. Here it is
> 
> \makeatletter
> \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2>\c@secnumdepth

This is not entirely correct.
The correct solution is

\def\@seccntformat#1{\csname the#1\endcsname.\quad}



Re: Chapter Label

2002-08-28 Thread Dekel Tsur

On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
> Now I have another question...
> it is funny that when everyone is trying to remove the label "Chapter" from 
> their chapters in the documents, I need it. 
> I couldn't get it appear, any idea?
> What I need is like this:
>   CHAPTER 1
> CHAPTER TITLE DUM DITTI DUM
> 

Which document class are you using ?



Re: lyx 1.2.1 citation bug? (Was: lyx and bibtex, resulting dvi has no cite)

2002-08-28 Thread Jean-Marc Lasgouttes

> "Scott" == Scott Otterson <[EMAIL PROTECTED]> writes:

Scott> I started having this problem after I installed 1.2.1. I had a
Scott> document with citations that worked in lyx 1.2.0 but when I
Scott> upgraded to 1.2.1, loaded the document and made a dvi, all of
Scott> the citations are displayed as [?] in the text. The funny thing
Scott> is that, in the bibliograpy printed at the end of the dvi, the
Scott> cited references do show up correctly ([citation number],
Scott> authors, journals etc.).

Scott> Does anyone know if this is a new bug in 1.2.1?

Do you have spaces in your citation keys?

JMarc




Spellchecker feature request

2002-08-28 Thread George Richard Russell

I wasn't quite sure where to send this, so I thought I'd send it here and ask 
at the same time.

I'd like to see a "replace all" option in the spell checker. I'd find it 
useful to be able to replace all occurrences of a mispelt word in a document 
at once, instead of being repeatedly prompted for each occurrence.

Thanks
George Russell



Re: Spellchecker feature request

2002-08-28 Thread Jean-Marc Lasgouttes

> "George" == George Richard Russell <[EMAIL PROTECTED]> writes:

George> I wasn't quite sure where to send this, so I thought I'd send
George> it here and ask at the same time.

George> I'd like to see a "replace all" option in the spell checker.
George> I'd find it useful to be able to replace all occurrences of a
George> mispelt word in a document at once, instead of being
George> repeatedly prompted for each occurrence.

Please open an enhancement request at bugzilla.lyx.org

JMarc



lyx-1.2.1 (and xforms-1.0rc4)

2002-08-28 Thread Alexander Volovics

Hello,

I have just installed lyx-1.2.1 succesfully on 'null' (3e RH-8.0 beta
with gcc-3.2) using lyx-1.2.1-1.src.rpm and xforms-0.89-1.src.rpm.

In fact everything compiled very smoothly using gcc-3.2!

However I first tried to use xforms-1.0RC4.tgz.
I was unable to compile this version of xforms. I didn't save the
results or make notes so I can't remember what the problems where.

In any case at one time "Xext" could not be found (related to 'fdesign').
(I also got a lot of garbage warnings about /usr/local/include
 not being a 'regular?' directory and 'sort orders?' though things seemed
 to be working alright up to point of failure)

I also have the impression that xmkmf does not create a quite correct
Makefile for my setup, maybe related to entries in Imakefile?

As I am not a programmer I find it very difficult and time consuming
to explore these problems on my own and I also don't feel like joining
yet another mailing list to try and get answers.

So I want to ask if anybody here has been able to compile xforms-1.0RC4.
Did you encounter comparable problems and what did you do.
Anybody made an xforms-1.0RC4.src.rpm yet?
(I have found some probably usable spec files on the net but first
 the thing has to compile).

Alexander




Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Jean-Marc Lasgouttes

> "Alexander" == Alexander Volovics <[EMAIL PROTECTED]> writes:

Alexander> Hello, I have'nt really started using 1.2.1 yet, just
Alexander> playing around.

Alexander> I wanted to see the results of View
Alexander> (DVI,HTML,PDF,PDF(pdflatex),Postscript) using Help (to make
Alexander> the necessary adjustments to Preferences).

Alexander> Whichever file you choose from Help (Introduction,
Alexander> Tutorial,...) it is displayed OK with DVI and PDF but using
Alexander> Postscript or HTML fails and shows a message like:

Can you send your .lyx/lyxrc.defaults or
$prefix/share/lyx/lyxrc.defaults ? I presume that lyx did not find a
viewer for ps or html. What postscript viewer do you have? What web
browser?

JMarc




possible dependancy bug in graphics conversion from .fig -> .eps

2002-08-28 Thread Christian Ridderström

Hi

I'm using Lyx 1.2.1 on RH 7.3 and I think I might have found a bug
related to inserting images created with for instance XFig.

The images is converted and displayed properly the first time, but if I
modify the image (i.e. the .fig-file), and then updates the view, the
view haven't changed.
However, if I delete the .fig-file in the
/tmp/lyx.../lyx-buffer.-catalog, then it works.

So the problem seems to be that Lyx fails to copy the modified .fig-file
to the /tmp-catalog where it is converted. The behaviour is the same for
TGIF-files, and for Lyx 1.2.

I've tried checking Bugzilla for this bug, but haven't found anything..
so I thought I'd report it. But first I'd like to check if this works
for anybody else, in case it is just my system that has this problem.

So the question is, if you:

  1) Insert an .fig (XFig) or .obj (TGIF) image in a Lyx-document
  2) Display the Lyx-document with for instance Ctrl-d
  3) Modify the .fig or .obj-file
  4) Redisplay the Lyx-document

Question: Does the DVI-file contain the recent changes to the image?

/Christian

PS. I've found two temporary ways to get around this. If you're lazy,
just restart Lyx. Otherwise, execute something like this on your prompt
(I'm assuming TCSH):

   >find /tmp/lyx* -name "*.fig" -exec rm {} \;

which fill find and delete all .fig-files in Lyx's temporary
directories.
DS





Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Alexander Volovics

On Wed, Aug 28, 2002 at 02:12:56PM +0200, Jean-Marc Lasgouttes wrote:
 
> Alexander> I wanted to see the results of View
> Alexander> (DVI,HTML,PDF,PDF(pdflatex),Postscript) using Help (to make
> Alexander> the necessary adjustments to Preferences).
 
> Alexander> Whichever file you choose from Help (Introduction,
> Alexander> Tutorial,...) it is displayed OK with DVI and PDF but using
> Alexander> Postscript or HTML fails and shows a message like:
 
> Can you send your .lyx/lyxrc.defaults or
> $prefix/share/lyx/lyxrc.defaults ? I presume that lyx did not find a
> viewer for ps or html. What postscript viewer do you have? What web
> browser?

Of course! How could I have been so stupid. I just dashed the message
off without thinking first.
Sorry for bothering the list.

>From /usr/share/lyx/lyxrc.defaults I quote:

\viewer dvi "xdvi"
\viewer html "none"
\viewer pdf "acroread"
\viewer ps "none -swap"
\viewer eps "none"

Should lyx have found 'ggv' which was installed?
And how about 'Mozilla' or 'galeon'? (no more netscape in RH!)

Alexander
 



Re: Bugs in 1.2.1 using Help and View.

2002-08-28 Thread Andre Poenitz

On Wed, Aug 28, 2002 at 02:38:17PM +0200, Alexander Volovics wrote:
> \viewer html "none"
> \viewer pdf "acroread"
> \viewer ps "none -swap"
> \viewer eps "none"
> 
> Should lyx have found 'ggv' which was installed?
> And how about 'Mozilla' or 'galeon'? (no more netscape in RH!)

lyx only searches for 'gv' and 'ghostview'...

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: sectsty

2002-08-28 Thread Remzi Seker

On Wednesday 28 August 2002 03:33, Dekel Tsur wrote:
> On Tue, Aug 27, 2002 at 03:52:05PM -0500, Remzi Seker wrote:
> > I found the solution.. Whew. Here it is
> >
> > \makeatletter
> > \def\@sect#1#2#3#4#5#6[#7]#8{\ifnum #2>\c@secnumdepth
>
> This is not entirely correct.
> The correct solution is
>
> \def\@seccntformat#1{\csname the#1\endcsname.\quad}
working very well with \makeatletter, \makeatother 
Thanks!

Remzi



Re: Chapter Label

2002-08-28 Thread Remzi Seker

It is scrbook (koma script)
I am trying to locate the english documentation for it now.

Remzi

On Wednesday 28 August 2002 03:36, Dekel Tsur wrote:
> On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
> > Now I have another question...
> > it is funny that when everyone is trying to remove the label "Chapter"
> > from their chapters in the documents, I need it.
> > I couldn't get it appear, any idea?
> > What I need is like this:
> >   CHAPTER 1
> > CHAPTER TITLE DUM DITTI DUM
>
> Which document class are you using ?



Re: Still having problems loading shared libraries.

2002-08-28 Thread Rich Shepard

On Wed, 28 Aug 2002, Laurent Duperval wrote:

Well, do a search on google for __dynamic_cast_2. I tried and there are
a lot of reports on this problem. I didn't go as far as to read all the
stuff I found to figure out what your exact problem may be. But it's a
start.

Laurent,

  I did this. It's a compiler, libc incompatibility. I'm upgrading from RH
6.2 to 7.3 today and that should resolve the problem.

Thanks,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com




Change Pagecount in koma-script (report)

2002-08-28 Thread Kim Neunert

Hi,

I use report (koma-script). I have to make a costimized extratitle and 
koma-script is really good for that. But i have a remaining problem:
I can not change the beginning of the pagecount. I want lyx to count the two 
title-pages as one. I do what's described in koma-script documentation:

Im Gegensatz zu den Standardklassen kennt \maketitle bei KOMA- Script außerdem 
noch ein op-tionales nummerisches Argument. Findet es Verwendung, so wird die 
Nummer als Seitenzahl der ersten Titelseite benutzt.

That's exactly what i need and so i tried to put
\maketitle[-1]
as ERT in my document. But i doesnt work ! I do not get Errormessages, but the 
counting of the pages didnt change and i got a blank page only with "[-1]" 
after the titlepage.
Can anybody help me ?

Thanks

Kim

Here is my try which do not work:
#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass scrreprt
\begin_preamble
\usepackage{german}
\usepackage[latin1]{inputenc}
\frenchspacing
\end_preamble
\options liststotoc,bibtotoc
\language german
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize 12
\spacing onehalf
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 3.3cm
\topmargin 4cm
\rightmargin 2.3cm
\bottommargin 2.2cm
\secnumdepth 2
\tocdepth 2
\paragraph_separation indent
\defskip medskip
\quotes_language polish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash
extratitle{
\layout Standard

\backslash
large{myTitle}
\layout Standard
}
\layout Standard

\layout Standard

\end_inset


\layout Title

my2ndTitle
\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash
maketitle[-1]
\end_inset


\layout Standard


\begin_inset LatexCommand \tableofcontents{}

\end_inset


\layout Section*

aSection
\layout Standard

aText
\the_end



Re: Chapter Label

2002-08-28 Thread Remzi Seker

I have been reading the kona scr document.
It says if I use 
chapterprefix in the options that will give me the chapter label. It doesn't 
happen. I even disabled the sectsty still, i can not seem to get it.

Thanks

Remzi

On Wednesday 28 August 2002 03:36, Dekel Tsur wrote:
> On Tue, Aug 27, 2002 at 03:53:48PM -0500, Remzi Seker wrote:
> > Now I have another question...
> > it is funny that when everyone is trying to remove the label "Chapter"
> > from their chapters in the documents, I need it.
> > I couldn't get it appear, any idea?
> > What I need is like this:
> >   CHAPTER 1
> > CHAPTER TITLE DUM DITTI DUM
>
> Which document class are you using ?



Compile 1.2.1 errors under YellowDog Linux 2.3?

2002-08-28 Thread Henry A. Leinhos

Hi,

I'm trying to get 1.2.1 compiled under my system, which is Yellowdog 
Linux (v2.3, a Redhat-based PPC distro).  After a straight ./configure I 
have:

Configuration
  Host type:  powerpc-unknown-linux-gnu
  Special build flags:included-libsigc xforms-image-loader
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (2.95.4)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:  
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.89.0
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

when compiling the frontends/xforms dir, I get  

 make[5]: Entering directory 
`/home/leinhos/src/lyx-1.2.1/src/frontends/xforms'
source='xformsGImage.C' object='xformsGImage.lo' libtool=yes \
depfile='.deps/xformsGImage.Plo' tmpdepfile='.deps/xformsGImage.TPlo' \
depmode=gcc /bin/sh ../../../config/depcomp \
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. 
-I../../../src -I../../../images -I../../../src/ 
-I../../../src/frontends/ -I../../../src/frontends/controllers 
-I../../.. -I../../../boost  -isystem /usr/X11R6/include  -O 
-fno-exceptions -c -o xformsGImage.lo `test -f xformsGImage.C || echo 
'./'`xformsGImage.C

...
xformsGImage.C: In method `grfx::xformsGImage::xformsGImage(const 
grfx::xformsGImage &)':
xformsGImage.C:119: implicit declaration of function `int 
grfx::flimage_dup(...)'
xformsGImage.C:119: assignment to `FL_IMAGE *' from `int' lacks a cast
xformsGImage.C: In method `bool grfx::xformsGImage::setPixmap(const 
grfx::GParams &)':
xformsGImage.C:235: implicit declaration of function `int 
grfx::flimage_to_pixmap(...)'
make[5]: *** [xformsGImage.lo] Error 1

I can compile 1.2.0 ok, but there seem to be things that are broken on 
my system

Any suggestions?

Thanks in advance,
Henry






Try again...flowing text around images (floatflt)

2002-08-28 Thread Praedor Tempus

Could someone please inform me as to the requirements to get floatflt to work 
in lyx-1.2.0?  I ran into a difficulty with it when trying to write a grant 
and ended up having to use another wordprocessor because I simply could not 
get lyx to flow text around an image.

I had an ps image/figure I was trying to insert into my document.  I looked 
at the extended help for lyx and read about floatflt.  I added 
"\usepackage{floatflt}" to my document's preamble (it was the only entry).
I then entered a tex command before the ps image: 
"\begin{floatingfigure}[r]{3cm}" then used insert->graphics to insert my ps 
image. I followed the ps image with another tex command: 
"\end{floatingfigure}".  The ps image displayed in lyx but when I printed out 
the document or previewed a postscript image of the doc, the place in the 
paragraph where the image should have been was simply taken up with a blank 
line separating the sentence within which the above tex commands were placed. 
No image, no text flowing around it.

Am I leaving something out to get this to work?  The document was merely a 
Standard document.  Nothing fancy, no enumerations, nothing.  It is too late 
to make use of floatflt for this grant but for future grants, I would like to 
be able to use lyx.  Any help would be greatly appreciated.

praedor



Re: Compile 1.2.1 errors under YellowDog Linux 2.3?

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 12:25:14PM -0400, Henry A. Leinhos wrote:

> Hi,
> 
> I'm trying to get 1.2.1 compiled under my system, which is Yellowdog 
> Linux (v2.3, a Redhat-based PPC distro).  After a straight ./configure I 
> have:

xforms is broken on ppc. Get the open source version (rc1.0-4) from the
xforms ftp site, directory OpenSource

regards
john

-- 
"When your name is Winner, that's it. You don't need a nickname."
- Loser Lane



Re: Try again...flowing text around images (floatflt)

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:10:30AM -0500, Praedor Tempus wrote:

> Could someone please inform me as to the requirements to get floatflt to work 
> in lyx-1.2.0?  I ran into a difficulty with it when trying to write a grant 
> and ended up having to use another wordprocessor because I simply could not 
> get lyx to flow text around an image.
> 
> I had an ps image/figure I was trying to insert into my document.  I looked 
> at the extended help for lyx and read about floatflt.  I added 
> "\usepackage{floatflt}" to my document's preamble (it was the only entry).
> I then entered a tex command before the ps image: 
> "\begin{floatingfigure}[r]{3cm}" then used insert->graphics to insert my ps 
> image. I followed the ps image with another tex command: 
> "\end{floatingfigure}".  The ps image displayed in lyx but when I printed out 
> the document or previewed a postscript image of the doc, the place in the 
> paragraph where the image should have been was simply taken up with a blank 
> line separating the sentence within which the above tex commands were placed. 
> No image, no text flowing around it.
> 
> Am I leaving something out to get this to work?  The document was merely a 
> Standard document.  Nothing fancy, no enumerations, nothing.  It is too late 
> to make use of floatflt for this grant but for future grants, I would like to 
> be able to use lyx.  Any help would be greatly appreciated.

The example in the LyX docs works for you right ? I don't believe I did
anything specialat all, in fact I pretty much followed the recipe you
give above ...

Hopefully for 1.2.2 we will have a nice way of doing this, if Dekel
resurrects his patch

regards
john
-- 
"When your name is Winner, that's it. You don't need a nickname."
- Loser Lane



Re: Try again...flowing text around images (floatflt)

2002-08-28 Thread Eugenio Guevara

I tried the example in Lyx documentation.  I'm using 1.2.0a under cygwin and
it works perfectly.  Another way to do this is using a minipages wide enough
to coexist in the same line with your figure.

Eugenio
- Original Message -
From: "John Levon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 5:31 PM
Subject: Re: Try again...flowing text around images (floatflt)


> On Wed, Aug 28, 2002 at 11:10:30AM -0500, Praedor Tempus wrote:
>
> > Could someone please inform me as to the requirements to get floatflt to
work
> > in lyx-1.2.0?  I ran into a difficulty with it when trying to write a
grant
> > and ended up having to use another wordprocessor because I simply could
not
> > get lyx to flow text around an image.
> >
> > I had an ps image/figure I was trying to insert into my document.  I
looked
> > at the extended help for lyx and read about floatflt.  I added
> > "\usepackage{floatflt}" to my document's preamble (it was the only
entry).
> > I then entered a tex command before the ps image:
> > "\begin{floatingfigure}[r]{3cm}" then used insert->graphics to insert my
ps
> > image. I followed the ps image with another tex command:
> > "\end{floatingfigure}".  The ps image displayed in lyx but when I
printed out
> > the document or previewed a postscript image of the doc, the place in
the
> > paragraph where the image should have been was simply taken up with a
blank
> > line separating the sentence within which the above tex commands were
placed.
> > No image, no text flowing around it.
> >
> > Am I leaving something out to get this to work?  The document was merely
a
> > Standard document.  Nothing fancy, no enumerations, nothing.  It is too
late
> > to make use of floatflt for this grant but for future grants, I would
like to
> > be able to use lyx.  Any help would be greatly appreciated.
>
> The example in the LyX docs works for you right ? I don't believe I did
> anything specialat all, in fact I pretty much followed the recipe you
> give above ...
>
> Hopefully for 1.2.2 we will have a nice way of doing this, if Dekel
> resurrects his patch
>
> regards
> john
> --
> "When your name is Winner, that's it. You don't need a nickname."
> - Loser Lane
>



Subscribe lyx-users

2002-08-28 Thread geoffrey

subscribe
-- 
++

This space intentionally
left non-blank

++



Removing some prefs options (poll)

2002-08-28 Thread John Levon


Speak now, or forever hold your peace, if you use either

1. Lastfiles number of files shown. This is currently configurable
between 4 and 9. Does anybody actually have this configured  differently
from the default, and if so, please tell me why.

2. "Auto region delete". Does anybody *disable* this option ? Please
explain why, if you have.

Thanks a lot
john

-- 
"When your name is Winner, that's it. You don't need a nickname."
- Loser Lane



bibliography related questions

2002-08-28 Thread Wolfgang Engelmann

1-
I upgraded to lyx 1.2.1 under SuSe 8.0 using the rpm package
there was a complain that tetex-xdvi and tetex-latex is needed.
is this because SuSE uses other names for it (te-latex was installed, 
I did not find anything similar to tetex-xdvi)?
upgrading with nodep worked.
This question is just out of curiosity
2-
I used pybliographic successfully under earlier versions of Lyx for the 
bibliography.
now, if I try to insert a reference from pyb into Lyx via cite,
I get the message.
no connection to lyx, no input pipe in /home/wolfgang/.lyx/lyxpipe.in

I could not find the right place to check in the help documents.
Could somebody give me a hint what I am doing wrong or what I forgot to do?

The last parts of my book are Index
Glossary
Bibliography

I use \tocchap{index} etc to have Index etc in the TOC.
However this does not work well with Bibliography.
Bibliography is shown in the TOC, but with a page number at the end of the 
references. The headers of the Bibliography part are showing the header 
`Glossary´.

The same takes place if I click in TheBibliography on 
show Bibliography in TOC (might be differently expressed in the English 
version)






Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread Udo Müller

When I tried to install the new version of LyX,1.2.1
with RPM, it was impossible, because RPM told me, it
needs libstdc++-libc6.1-2.so.3 to work. 
So I caught it from the Web and unzipped it into
/usr/local/lib, then I linked it into /lib and
/usr/lib. 

The result was the same, nothing worked, as I
installed it against the advice of RPM. Has anybody a
solution or does anybody happend the same problem?

Greetings from Berlin, Udo


__

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de



Re: Subject: LyX 1.2.1 and RedHat 7.3

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 11:53:54PM +0200, Udo Müller wrote:

> So I caught it from the Web and unzipped it into
> /usr/local/lib, then I linked it into /lib and
> /usr/lib. 

Dont do this, you are likely to mess up your system.

> The result was the same, nothing worked, as I
> installed it against the advice of RPM. Has anybody a
> solution or does anybody happend the same problem?

get the .src.rpm then :

rpm --rebuild lyx-1.2.1.src.rpm

then instsall the binary in /usr/src/redhat/RPMS

(and perhaps you could send back the 7.3 RPM for our ftp site)

regards
john

-- 
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro



Re: Removing some prefs options (poll)

2002-08-28 Thread Les Denham


> 1. Lastfiles number of files shown. This is currently configurable
> between 4 and 9. Does anybody actually have this configured  differently
> from the default, and if so, please tell me why.

Have occasionally increased the number when switching between more than four 
files in different directories.  Not an important option.


> 2. "Auto region delete". Does anybody *disable* this option ? Please
> explain why, if you have.

I've no idea what this option does, so I have never touched it. 


-- 
L. R. Denham
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html



Re: Removing some prefs options (poll)

2002-08-28 Thread John Levon

On Wed, Aug 28, 2002 at 05:44:42PM -0400, Les Denham wrote:

> Have occasionally increased the number when switching between more than four 
> files in different directories.  Not an important option.

OK, so you would be OK with a default of, say, 9 ?

(btw, I plan to move this to a submenu like in many other programs, to
avoid the File menu becoming too large).

> > 2. "Auto region delete". Does anybody *disable* this option ? Please
> > explain why, if you have.
> 
> I've no idea what this option does, so I have never touched it. 

If you disable it, then when you have a text selection, and say, press
'x', it doesn't replace the selection. fwiw, other programs tend to
replace the selection (which is most sensible IMHO)

thanks
john

-- 
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro



Re: elsevier class

2002-08-28 Thread Rod Pinna


Hi,

Attached is a layout developed by Herbert Voss, which allows you to use
most of the feature of the Elseveir class. This is for lyx-120 and above.
If you are using an older version, there is a layout file compatible with
version 1.1.6. They're online at
http://www.physics.usyd.edu.au/~matthewa/lyx/, or at least were awhile
ago.

Rod

On Wed, 28 Aug 2002, Luiz Tadeu Fernandes Eleno wrote:

> 
> I am writing a paper and want to follow the elsevier style. They have a 
> document class called elsart.cls. What must I do if I want to use the 
> elsart.cls document class?
> 
> I already installed the .layout file based on article.layout, following 
> the instructions on the lyx webpage, but, while running latex, it give 
> three error messages, which are in fact the same one, which says
> 
> \ifcase \@ptsize
> 
> The
> control sequence at the end of the top line
> of
> your error message was never \def'ed. If you have
> mispelled
> it (e.g. '\hobx'), type '|' and the correc
> spelling
> (e.g. '|\hobx'). Otherwiaw just continue,
> and
> I'll forget about whatever was undefined.
> 
> 
> Has anyone had already this problem?
> 
> Thanks,
> Luiz Eleno
> LCCMat - Computational Materials Science Lab,
> Metallurgical and Materials Engineering Dept
> Escola Politecnica da Universidade de Sao Paulo
> Sao Paulo, SP - Brazil
> 
> 
> 

_
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



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[elsart]{Elsevier article style}
# Author: Rod Pinna <[EMAIL PROTECTED]>
# The Elsevier doc style also duplicates the theorem
# environments used by the AMS. The definitions here have been
# mainly taken from the amsmath.inc file, from lyx-1.0.2, by
# David L. Johnson and Jean-Marc Lasgouttes. Some modifications
# have been made.
#
# The Elsevier style *does not* implement the starred versions
# of these environments, so they are not supported by this layout.
# There are also a few AMS environments not impletemented by Elsevier,
# so they are not included either.
#
# Version 1.0   19990506 R. Pinna Inital version
# modified 2002-04-02   Herbert Voss <[EMAIL PROTECTED]>
#

# General textclass parameters
Columns 1
Sides   2
PageStyle   headings
MaxCounter  Counter_Subsection

ClassOptions
  FontSize  Default # controlled by class
End

DefaultFont
  FamilyRoman
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont

Preamble
\providecommand{\maketitle}{}
\newcommand\beginELStitle{\begin{frontmatter}}
\newcommand\makeELStitle{\end{frontmatter}}
EndPreamble


Style Standard
  LatexName dummy
  LatexType Paragraph
  MarginStatic
  ParIndent MM
  ParSkip   0.4
  ParSep0.4
  TopSep1.0
  BottomSep 1.0
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
End


Style StartTitlepage
  MarginStatic
  LatexType Command
  LatexName beginELStitle
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  AlignPossible Left
  LabelType Static
  LabelString   "Start Titlepage"
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Blue
  EndFont
End


Style EndTitlepage
  MarginStatic
  LatexType Command
  LatexName makeELStitle
  LeftMarginxx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  AlignPossible Left
  LabelType Static
  LabelString   "End Titlepage"
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Blue
  EndFont
End

Style Keywords
  LatexName keyword
  LatexType Environment
  MarginStatic
  ParIndent MM
  InTitle   1
  ParSkip   0.4
  ParSep0.4
  TopSep1.0
  BottomSep 1.0
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
Font
Color   blue
EndFont
End


# Load standard defs, as most of the
# Elsevier stuff seems the same.
Input stdsections.inc
Input stdstarsections.inc
Input stdlists.inc
Input stdstruct.inc
Input stdlayouts.inc


# Title style definition
Style Title
  MarginStatic
  LatexType Command
  InTitle   1
  LatexName title
  NextNoIndent  1
  ParSkip   0.4
  TopSep1.3
  BottomSep 0.7

Re: Removing some prefs options (poll)

2002-08-28 Thread Andre Poenitz

On Wed, Aug 28, 2002 at 08:31:33PM +0100, John Levon wrote:
> 1. Lastfiles number of files shown. This is currently configurable
> between 4 and 9. Does anybody actually have this configured  differently
> from the default, and if so, please tell me why.

I am not using that, Konni has it at 9 I believe [probably because she uses
the lastfile feature and I always start up from the commandline with the
filename as arg] IMaybe a fixed value is ok, and maybe that should be a bit
closer to 9 then to 4.
 
> 2. "Auto region delete". Does anybody *disable* this option ? Please
> explain why, if you have.

I am/we are not doing that. [Actually I'd prefer that being removed as 
it complicated some things in mathed and I'd be glad to get rid of that]

Andre'

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



商务信息滚滚来

2002-08-28 Thread JeanChen

Èç¹ûÄú²»»¶Ó­Õâ·âÐżþ£¬ÇëËæÊÖɾ³ý£¬»òÕ߻ظ´±íʾɾ³ý£¬ÎÒÃDZíʾµÀǸ£¡
***
ÄúÊÇ·ñ»¹ÔÚΪÒìµØÐÐÏú¶ø·³ÄÕ£¿
ÄúÊÇ·ñÈÔ¶Ô¿ªÍØÊг¡ÊøÊÖÎ޲ߣ¿
ÄúÊÇ·ñÈÔΪÅÓ´óµÄÊг¡²¿ÃÅ¿ªÖ§¶ø½¹Ôï²»°²£¬È´ÎÞ·¨°ÚÍÑÏÖ×´£¿

Èç¹ûÊÇ£¬ÄÇôÍøÂçÓªÏúÒÑΪ¹ó¹«Ë¾ÌáÉÏÒé³Ì¡£ÍêÕûµÄÍøÂçÓªÏú°üÀ¨ÐÅÏ¢·¢²¼¡¢ÐÅÏ¢ËÑË÷¡¢ÓÊÖ·ËÑË÷ÒÔ¼°ÓʼþȺ·¢ËÄ´ó¹¦ÄÜ£¬ÓÉÉîÛÚÊÐ˹ʢ¿Æ¼¼¿ª·¢ÓÐÏÞ¹«Ë¾ÑÐÖÆ¿ª·¢µÄÉÌÖÇÍøÉÏÓªÏúÌ×¼þÕýÊÇÍøÂçÓªÏúµÄÊ×Ñ¡¡£ËüÒÔרҵµÄÍøÂçÓªÏú¼¼Êõ¹«Ë¾£¬Ç¿´óµÄÍøÂçÓªÏú¹¦ÄÜ£¬ÓÅÖʵÄÍøÂçÓªÏú³É¹ûÒÔ¼°ÍêÉƵÄÊÛºó·þÎñ£¬³ÉΪ¸÷ÆóÊÂÒµµ¥Î»½øÐÐÍøÂçÓªÏú×îÓÐЧµÄ»ï°é¡£
***
¿¼Âǵ½Äú¶ÔÎÒÃǵIJúÆ·»òÊÇÍøÂçÓªÏúµÄ³É¹ûÈÔËùÓл³ÒÉ£¬ÎÒ¹«Ë¾¿ª±ÙÁËÒÔϵĵڶþÀà·þÎñ¡£ÒÔÒ»¸öÔÂΪ·þÎñÖÜÆÚ£¬°ïÖúÆóÒµÖð²½×ßÉϳÉÊìµÄÍøÂçÓªÏúµÀ·¡£¾ßÌåµÄ·þÎñ·½·¨ÊÇÓÉÎÒÃÇ°ïÖúÄú¿ªÕ¹²úÆ·ÍƹãÓëÍøÂçÓªÏú»î¶¯£¬°üÀ¨²úÆ·ÐÅÏ¢·¢²¼£¬¹©ÇóÐÅÏ¢ËÑË÷£¬Ç±ÔÚ¿Í»§ÓÊÖ·ËÑË÷£¬Ä¿±ê¿Í»§ÓʼþȺ·¢¡£Ëĸö»·½Ú£¬²ã²ãµÝ½ø£¬ÈÃÄúµÄ²úÆ·ÐÅÏ¢²¼ÂúÈ«ÍøÂç¡£ÔÚÒ»¸öÔµķþÎñÖÜÆÚºó£¬ÎÒÃÇ»¹½«Îª¿Í»§ÌṩÓÐЧµÄÍøÂçÓªÏú¼¼ÇÉÓë·½·¨£¬ÕæÕý°ïÖú¿Í»§ÊµÏÖÍøÂçÓªÏú¡£²úÆ·¼Ó·þÎñ·Ñ£º4200Ôª/Àý¡£·þÎñÖÜÆÚÄÚ£¬ÄúÖ»Ðè½»ÄÉÊÛ¼ÛµÄ10%×÷Ϊ¶¨½ð¼´¿É¡£
Ëü°üÀ¨£º
Ò»£º°´ÕÕÄãµÄίÍÐÈ¥ËѼ¯ºÍ±à¼­Çó¹ºÐÅÏ¢£¬²¢¼°Ê±·´À¡¸øÄú£»
¶þ£º°´ÕÕÄãÌṩµÄ×ÊÁÏÔÚ¸÷´óÍøÕ¾·¢²¼ÄúµÄ²úÆ·ºÍ·þÎñÐÅÏ¢£»
Èý£º°´ÕÕÄãÌṩµÄ×ÊÁÏÕë¶Ô²»Í¬µÄ¿Í»§Èº·¢²¼µç×ÓÓʼþ¹ã¸æ£¨ÎÒÃÇÓµÓйúÄÚ×îÅÓ´ó¡¢×îרҵ»¯µÄµç×ÓÓʼþÊý¾Ý¿â£©
×ÜÖ®£¬ÎÒÃÇÈÏΪÔÚÒ»¸öÔÂÄÚÄÜ»ñµÃÂúÒâµÄÒµÎñÁ¿£¡
ÎÒ¹«Ë¾³Ðŵ£¬·²ÊÇÎÒ¹«Ë¾²úÆ·Óë·þÎñδ´ïµ½Ëù˵ҪÇóµÄ£¬Ò»ÂÉÔ­¿îÍË»¹¡£
***
Èç¹ûÄú¶ÔÍøÂçÓªÏú»¹Íêȫδ֪£¬²¢ÇÒ´ÓδÓйýÈκξ­Ñ飬ÎÒÃÇͬÑù¿ÉÒÔΪÄú½â¾öÄÑÌâ¡£ÎÒÃǽ«Ìṩ¸øÄúÍøÂçÓªÏúËùÐèµÄËùÓм¼ÇÉ°ïÖú£¬Í¬Ê±Îª¹ó¹«Ë¾¾«ÐÄÉèÁ¢ÁËÍêÕûµÄÍøÂçÓªÏúÅàѵ¼Æ»®£¬¸Ã¼Æ»®·ÖÒµÎñ¡úģʽ¡úÍøÕ¾¡ú×ÊÔ´¡úÓªÏú¡ú°²È«¡úÊÕÈëÆ߸ö²½Ö裬»¥ÁªÍøÓжà¹ãÀ«£¬ÄúµÄ²Æ·±ãÓжà¿í¡£
***
>-->ÈçºÎ¿ªÊ¼£¿
>>ÇëÖ±½ÓÁªÏµË¹Ê¢¹«Ë¾£¬µç»°£º0755-26530108£¬Óʼþ£º[EMAIL PROTECTED]
ͬʱÇëÌṩ£º
¹«Ë¾Ãû³Æ¡¢µØÖ·¡¢µç»°¡¢´«Õæ¡¢¹«Ë¾ÍøÕ¾¡¢ÁªÏµÈË¡¢ÁªÏµÈ˵ç×ÓÓÊÏä
***
>-->ÈçºÎ²Ù×÷£¿
È·ÈÏίÍйØϵ-->ÔË×÷-->·´À¡¿Í»§ÐÅÏ¢-->Ó¡Ö¤ÐÅÏ¢-->½»¸¶¿Í»§
Ò»°ãÔÚÒ»¸öÔÂÄÚÍê³É¡£
***
>--> ÈçºÎÁªÏµ£¿
µØÖ·£ºÉîÛÚÊÐÄÏɽÇø³£ÐË·¹úÐË´óÏÃ7-8Â¥
µç»°£º0755-26530108-803£¬804£¬816
´«Õ棺0755-26530108-801
ÁªÏµ£º³ÂС½ã¡¢Ô¬ÏÈÉú¡¢º«Ð¡½ã
***