Re: cannot compile 1.4.0cvs

2004-01-16 Thread Georg Baum
christoff pale wrote:

 tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
 tr: invalid option -- o
 Try `tr --help' for more information.
 make[6]: [BiblioModuleBase.h] Error 1 (ignored)
 tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

export QTDIR=/usr/lib/qt3

(or wherever your qt lives) before the configure run should help. IIRC it
does not want to run tr but $QTDIR/bin/findtr, but some variables are empty
and so it does not find the correct program.


Georg




Re: compile lyx-1.3.3 on SuSE8.1?

2004-01-16 Thread Joachim Heidemeier
Am Freitag, 16. Januar 2004 01:22 schrieb Michael Hartje:
 Hello lyx-developers,

 since I did not find any binary verion Lyx-1.3.3 for SuSE8.1 I try to do
 it myself.
 Compiling the stable lyx-1.3.3 on SuSE8.1 with gcc3.2 on qt3.1.1
 out the official SRPM from Lyx.org I got some early compiling errors.
 (see below)

 The process stops very early during the first compilations. It seems to
 be an error of the compiler!! Ups - never had a compiler error before!

 Has anybody lyx-1.3.3 binary for SuSE8.1 with QT 3.1.1 prepared for
 download?
 Can anybody give me hints how to solve this problem to make a binary
 lyx-1.3.3 for SuSE8.1?

 Thanks in advance

 Michael

 ---8-
 .
 .
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost
 -isystem /usr/X11R6/include -O2 -fno-exceptions -c cregex.cpp -MT
 cregex.lo -MD -MP -MF .deps/cregex.TPlo
 ../../../../boost/boost/regex/detail/regex_match.hpp: In member function
 `unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const
 boost::RegEx), const char*, bool, unsigned int)':
 ../../../../boost/boost/regex/detail/regex_match.hpp:1904: Internal
 compiler error in expand_call, at calls.c:3049
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
 make[4]: *** [cregex.lo] Fehler 1
 make[4]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs/regex/src«
 make[3]: *** [all-recursive] Fehler 1
 make[3]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs/regex«
 make[2]: *** [all-recursive] Fehler 1
 make[2]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs«
 make[1]: *** [all-recursive] Fehler 1
 make[1]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost«
 make: *** [all-recursive] Fehler 1
 ---8--
You need a new gcc compiler, which is made available as rpm by suse at their 
inofficial ../people/.. room on their ftp server. This version fixes some 
problems with C++. 

-- 
Dr. Joachim Heidemeier  Tel. +49-30-8903-2780 
Fachgebiet II 3.2   [EMAIL PROTECTED] 
Umweltbundesamt, Bismarckplatz 1 D-14191 Berlin



New message, same ole' problem

2004-01-16 Thread Alain DIDIERJEAN
My last message received no answer. I do miss a french translation of LyX user 
interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
use a more standard one. I had one which came along with 1.3.1, lost. None 
with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
Fast (I have a few impatient new users who will go back to their Words if 
they can't use LyX in french).
Thanks,

-- 
 
 Alain DIDIERJEAN

Ces mystères nous dépassent...
...feignons d'en être l'organisateur
  J C


Re: Docbook documentation...

2004-01-16 Thread Christian Ridderström
On Thu, 15 Jan 2004, Matej Cepl wrote:

 Hi,
 
 I would love to learn something more about editing Docbook with 
 LyX and after searching for available documentation, I found out 
 that actually I could help to make some simple HOWTO myself 
 (maybe just a page or collection of pages in LyX wiki). Just to 
 be sure, that I am not missing anything, can you suggest me 
 anything related to LyX and/or Docbook? I know about this page
 http://bgu.chez.tiscali.fr/doc/db4lyx/, but it seems to be 
 slightly outdated and not totally simple.
 
 Any other suggestions?

I've found it useful to start by simply gathering related links - 
if nothing else, they're useful during writing about it and you quickly 
want to check something. 

Searching for docbook, this seems to be the place on the wiki for that:

http://wiki.lyx.org/pmwiki.php/LyX/DocBook

If you want to add text about using docbook with lyx, I suggest you put 
them on a page with this name (it doesn't exist yet, but clicking on the 
link you'll be able to create the page and start to edit it)

http://wiki.lyx.org/pmwiki.php/LyX/ManualDocBook

To help others find your page, you should add a link to it from this page:

http://wiki.lyx.org/pmwiki.php/LyX/Manuals

/Christian

PS. You'll find more general tips for working with the wiki here:
http://wiki.lyx.org/pmwiki.php/Site/WritingPages

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




Re: when is the 1.4 release due?

2004-01-16 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 02:41:42PM -0800, christoff pale wrote:
 i am having problems compiling from the cvs
 withfrontend=qt.
 
 So, I guess I have to wait till the new stable release
 comes out.
 When is the 1.4 release date?

Christmas.

Andre'


Re: Replacing all new line characters

2004-01-16 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 07:54:25PM +, Paul Smith wrote:
 Dear All
 
 I would like to replace, automatically, all new line characters by the 
 space character. Could someone here please teach me how to do that? I 
 think it suffices to me learning how LyX calls the new line character.

I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.

Andre'


Re: compile lyx-1.3.3 on SuSE8.1?

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 01:22:36AM +0100, Michael Hartje wrote:
 Hello lyx-developers,
 
 since I did not find any binary verion Lyx-1.3.3 for SuSE8.1 I try to do 
 it myself.
 Compiling the stable lyx-1.3.3 on SuSE8.1 with gcc3.2 on qt3.1.1
 out the official SRPM from Lyx.org I got some early compiling errors. 
 (see below)
 
 The process stops very early during the first compilations. It seems to 
 be an error of the compiler!! Ups - never had a compiler error before!

Lucky you.

In any cae, you can work around this particular bug by repalcing this
line with 'return 0;' or similar. LyX won't notice as it doesn't use
this particular function IIRC.

Andre'


Re: New message, same ole' problem

2004-01-16 Thread Jean-Pierre.Chretien

From: Alain DIDIERJEAN [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: New message, same ole' problem
Date: Fri, 16 Jan 2004 09:56:59 +0100

My last message received no answer. I do miss a french translation of LyX user 
interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
use a more standard one. I had one which came along with 1.3.1, lost. None 
with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
Fast (I have a few impatient new users who will go back to their Words if 
they can't use LyX in french).
Thanks,


There is no such thing like an french ui: the bynary internationalization
files like
../share/locale/fr/LC_MESSAGES/lyx.mo
built at lyx configure time from lyx-fr.po file knows
about the french translation of default.ui, layouts, ...

If lyx is built --without-nls, this won't work however.
Idem if gettext is not installed I guess.

You may check the existence of the .mo files, and perhaps review your
installation procedure.

-- 
Jean-Pierre



Re: Replacing all new line characters

2004-01-16 Thread Paul Smith
I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.
Thanks, André!

Paul


Re: New message, same ole' problem

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Jean-Pierre.Chretien wrote:

 
 From: Alain DIDIERJEAN [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: New message, same ole' problem
 Date: Fri, 16 Jan 2004 09:56:59 +0100
 
 My last message received no answer. I do miss a french translation of LyX user 
 interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
 use a more standard one. I had one which came along with 1.3.1, lost. None 
 with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
 Fast (I have a few impatient new users who will go back to their Words if 
 they can't use LyX in french).
 Thanks,
 
 
 There is no such thing like an french ui: the bynary internationalization
 files like
 ../share/locale/fr/LC_MESSAGES/lyx.mo
 built at lyx configure time from lyx-fr.po file knows
 about the french translation of default.ui, layouts, ...

If you really want to look at the ui-files from different versions of lyx, 
take a look at the CVS webinterface:
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/ui/
(you can chose the branch at the bottom in the window).

/Christian

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




New feature poll?

2004-01-16 Thread Martijn Brouwer
I just read the lyx the latest LyX development news, and noted that 
there are great interface improvements in the pipeline: cutomisable 
toolbars (I am looking forward to insert floats from the toolbar!), more 
structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive?
Gui improvents are good, but I am also interested in new latex 
functionality being covered by the lyx gui. I am wondering whether it 
would be a good idea to have a poll about what lyx users would like to 
be added to lyx. I think the opinions of the developers on a poll are 
especially important since they are the people who have to implement 
functionality suggested by the users.
So in short: what do we think about a new-features-poll?

Martijn



Re: New message, same ole' problem

2004-01-16 Thread Angus Leeming
Alain DIDIERJEAN wrote:

 My last message received no answer. I do miss a french translation
 of LyX user interface ( a .ui file). I know I can cook my own by
 myself. But I'd rather use a more standard one. I had one which
 came along with 1.3.1, lost. None with 1.3.3 sources. Does such a
 thing exist ? If so, please mail it to me. Fast (I have a few
 impatient new users who will go back to their Words if they can't
 use LyX in french). Thanks,

Alain, LyX's user interface is fully translated into french.

$ make
$ su
$ make install
$ exit

The translation uses gnu gettext. See the files in the po directory.

Installing lyx should result in these translation files being 
installed in /usr/local/share/locale. Eg, here I have: 
/usr/local/share/locale/fr/LC_MESSAGES/lyx-1.3.4cvs.mo

(because I configured lyx as 
./configure --with-version-suffix=-1.3.4cvs
)

I believe that there is a configure option to install only certain 
languages (rather than all of them).

To turn on the french translation:
$ echo $LANG
C
$ LANG=fr_FR
$ export LANG
$ echo $LANG
fr_FR
$ lyx-1.3.4cvs

See attached screenshot.

-- 
Angusattachment: lyx.png

Re: New feature poll?

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 11:32:03AM +0100, Martijn Brouwer wrote:
 So in short: what do we think about a new-features-poll?

Just do it and find someone who implements it.

Andre'


Re: New message, same ole' problem

2004-01-16 Thread Katrin Pietzsch
Am 16.01.2004 um 09:56 schrieb Alain DIDIERJEAN:

My last message received no answer. I do miss a french translation of 
LyX user
interface ( a .ui file). I know I can cook my own by myself. But I'd 
rather
use a more standard one. I had one which came along with 1.3.1, 
lost. None  with 1.3.3 sources. Does such a thing exist ?
I don't know, whether this is much of a help - it's rather an idea.  
Under Mac OS 10.3.2 I manually had to set the language in a file. Check 
out Ronald Florence web-site

http://www.18james.com/lyx_on_aqua.html  - using lyx

for the instructions and maybe you or someone else on the list knows 
which is the correspondig file on your System that needs to be changed.

Katrin



compiling exported tex file by hand

2004-01-16 Thread Alexandru Cabuz
Hi,

I have a question concerning the compilation by hand of a tex file exported 
from lyx. I have an article that I wrote in lyx and now I want to check 
that/how it can be compiled directly, without lyx.

What happens is I export to latex, then I run latex on the file just like 
that. It spits out a whole bunch of stuff, here is the first part.

This is TeX, Version 3.14159 (Web2C 7.3.1)
(APLmanuscript_Cabuz.tex
LaTeX2e 2001/06/01
Babel v3.7h and hyphenation patterns for american, french, german, ngerman, 
i
talian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/revtex4/revtex4.cls
Document Class: revtex4 2001/08/03 v4.0 (http://publish.aps.org/revtex4/ for 
do
cumentation)
ltxutil: portions licensed from W. E. Baxter ([EMAIL PROTECTED])
ltxgrid: portions licensed from W. E. Baxter ([EMAIL PROTECTED])
(/usr/share/texmf/tex/latex/html/url.sty)
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/revtex4/revsymb.sty))
(/usr/share/texmf/tex/latex/revtex4/aps.rtx)
(/usr/share/texmf/tex/latex/revtex4/12pt.rtx)
(/usr/share/texmf/tex/latex/base/fontenc.sty
(/usr/share/texmf/tex/latex/base/ot1enc.def))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/latin1.def))
(/usr/share/texmf/tex/latex/misc/float.sty)
(/usr/share/texmf/tex/latex/elsevier/ifac/graphicx.sty
(/usr/share/texmf/tex/latex/elsevier/ifac/keyval.sty)
(/usr/share/texmf/tex/latex/elsevier/ifac/graphics.sty
(/usr/share/texmf/tex/latex/elsevier/ifac/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/elsevier/ifac/dvips.def)))
(/usr/share/texmf/tex/latex/tools/indentfirst.sty)
(/usr/share/texmf/tex/generic/babel/babel.sty
(/usr/share/texmf/tex/generic/babel/frenchb.ldf
(/usr/share/texmf/tex/generic/babel/babel.def)
*
* Local config file frenchb.cfg used
*
(/usr/share/texmf/tex/generic/babel/frenchb.cfg))
(/usr/share/texmf/tex/generic/babel/english.ldf))
No file APLmanuscript_Cabuz.aux.
(/usr/share/texmf/tex/latex/cyrillic/ot2wncyr.fd)

Package frenchb.ldf Warning: The definition of [EMAIL PROTECTED] has been changed,
(frenchb.ldf)frenchb will NOT customize it;
(frenchb.ldf)reported on input line 22.

[1]

Package natbib Warning: Citation `Kosaka1998' on page 2 undefined on input 
line
 52.
Package natbib Warning: Citation `Kosaka1999b' on page 2 undefined on input 
lin
e 52.
Package natbib Warning: Citation `Baba2002b' on page 2 undefined on input line
52.

It goes on like this for a while with this natbib stuff then says

Output written on APLmanuscript_Cabuz.dvi (8 pages, 16016 bytes).

I try to open the dvi with gv and I get

Error: /undefined in ÷
Operand stack:

Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   
%oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--   
--nostringval--   --nostringval--
Dictionary stack:
   --dict:1050/1123(ro)(G)--   --dict:0/20(G)--   --dict:88/200(L)--
Current allocation mode is local
Current file position is 3
GNU Ghostscript 7.05: Unrecoverable error, exit code 1


Help.

Alex.




Re: New message, same ole' problem

2004-01-16 Thread Jean-Marc Lasgouttes
 Alain == Alain DIDIERJEAN [EMAIL PROTECTED] writes:

Alain My last message received no answer. I do miss a french
Alain translation of LyX user interface ( a .ui file). I know I can
Alain cook my own by myself. But I'd rather use a more standard
Alain one. I had one which came along with 1.3.1, lost. None with
Alain 1.3.3 sources. Does such a thing exist ? If so, please mail it
Alain to me. Fast (I have a few impatient new users who will go back
Alain to their Words if they can't use LyX in french). Thanks,

French is one of the few languages that have a complete translation
(even of the docs).

I guess you need to give us more details about what you are doing.

What version of LyX are you using? Are you under windows?

JMarc


Re: compiling exported tex file by hand

2004-01-16 Thread Jean-Pierre.Chretien

From: Alexandru Cabuz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: compiling exported tex file by hand
Date: Fri, 16 Jan 2004 12:03:10 +0100

Hi,

I have a question concerning the compilation by hand of a tex file exported 
from lyx. I have an article that I wrote in lyx and now I want to check 
that/how it can be compiled directly, without lyx.

What happens is I export to latex, then I run latex on the file just like 
that. It spits out a whole bunch of stuff, here is the first part.
[snip]
lin
e 52.
Package natbib Warning: Citation `Baba2002b' on page 2 undefined on input line
52.

You must run
bibtex APLmanuscript_Cabuz.tex
latex APLmanuscript_Cabuz.tex
latex APLmanuscript_Cabuz.tex
 (LyX does it for you)
 

I try to open the dvi with gv and I get

You must first build the psfile
dvips -o APLmanuscript_Cabuz.ps APLmanuscript_Cabuz.dvi
or open directly with
xdvi APLmanuscript_Cabuz

-- 
Jean-Pierre



Re: New feature poll?

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Martijn Brouwer wrote:

 I just read the lyx the latest LyX development news, and noted that 
 there are great interface improvements in the pipeline: cutomisable 
 toolbars (I am looking forward to insert floats from the toolbar!),

AFAIK you can create an icon to insert floats now... but please start a 
separate thread in case you'd like find out how.

/Christian

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




Re: Lyx special comments (fwd)

2004-01-16 Thread Christian Ridderström
On Thu, 15 Jan 2004, Mark van Rossum wrote:

 
 Here is a little patch to lyx that introduces a new comment style, which I 
 called exposedcomment and gives comments a separate paragraph in a 
 different font.
 
 It needs the attached macro file.
 In the preamble do:
 
 \usepackage{comment}
 \specialcomment{exposedcomment}{\begingroup\par{Comment:}\sffamily\footnotesize}{\par\endgroup}
 % \excludecomment{exposedcomment}
 
 
 It is not difficult in the end, but it took me some time to figure out, so 
 I thought it might serve the community.

If you want to, you can add this to the tips-section on the lyx wiki

http://wiki.lyx.org/pmwiki.php/Tips/Tips

or even create a LyX file that examplifies it and add it to the examples:

http://wiki.lyx.org/pmwiki.php/Examples/Examples

/Christian

PS. It's not difficult, but if you run into any problems just ask.

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




Re: New feature poll?

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Andre Poenitz wrote:

 On Fri, Jan 16, 2004 at 11:32:03AM +0100, Martijn Brouwer wrote:
  So in short: what do we think about a new-features-poll?
 
 Just do it and find someone who implements it.
 
Feel free to use pages on the lyx wiki for this purpose. (E.g. listing 
features, asking people to vote on them or simply use the pages to record 
the results of the poll).

/Christian

PS. If you expect to create many different pages, you should probably 
create a separate group for it.

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




Re: break up an .pdf file into smaller files

2004-01-16 Thread Uwe Stöhr
I'm writting a lyx document and I want to include some
figures  text from a .pdf document, but not the whole
.pdf. How can I break up my .pdf file into smaller
pieces (ideally I'd like to save each page of the .pdf
as it's own separate file). 

Does any lyx user know of a tool I could use to do
this. 
I've tested several pdf-tools and the best was Adobe Acrobat. I know 
that it is commercial software but also available for Unix/Linux.
With Acrobat you can save all pages as extra pdf. You can also copy 
tables, pictures or text of an existing pdf and export them as a new pdf 
or picture(jpeg, gif). Moreover you will be able to trim single-page 
pdfs to get the right size.



Re: New message, same ole' problem

2004-01-16 Thread Ronald Florence
Katrin Pietzsch [EMAIL PROTECTED] writes:

 I don't know, whether this is much of a help - it's rather an idea.
 Under Mac OS 10.3.2 I manually had to set the language in a
 file. Check out Ronald Florence web-site
 
 http://www.18james.com/lyx_on_aqua.html  - using lyx
 
 for the instructions and maybe you or someone else on the list knows
 which is the correspondig file on your System that needs to be
 changed.

Those instructions (changing ~/.MacOSX/preferences.plist) are a MacOSX
only configuration.  Because LyX/Mac starts as a direct GUI
application, the environment variable needs to be set independent of
shells.  For X11 systems under Linux or Unix, it is probably
sufficient to set and export LANG in the shell.
-- 

Ronald Florence www.18james.com



Re: break up an .pdf file into smaller files

2004-01-16 Thread Uwe Stöhr
I've tested several pdf-tools and the best was Adobe Acrobat.
I know that it is commercial software but also available for
Unix/Linux.


Is it? That it is the news -- so far the only variant was Acrobat 
Reader, which is not capable of doing all this stuff. And even 
Reader is not in sync with Win/Mac versions (IIRC, I gave up on 
it and using only kghostview/xpdf and eagerly waiting on kpdf).
Oops. You are right, all the things I described are only possible with 
Acrobat Standard or Professional.
And it's astonishing that it's not available for Linux but for MacOS. 
See here:

http://www.adobe.com/store/products/master.jhtml?id=catAcrobatStnd

Sorry, I didn't know that before.



Re: Docbook documentation...

2004-01-16 Thread Jose' Matos
On Friday 16 January 2004 4:41 am, Matej Cepl wrote:
 Hi,

 I would love to learn something more about editing Docbook with
 LyX and after searching for available documentation, I found out
 that actually I could help to make some simple HOWTO myself
 (maybe just a page or collection of pages in LyX wiki). Just to
 be sure, that I am not missing anything, can you suggest me
 anything related to LyX and/or Docbook? I know about this page
 http://bgu.chez.tiscali.fr/doc/db4lyx/, but it seems to be
 slightly outdated and not totally simple.

  Do not hesitate to ask you if you have any doubts.

  I know that this is one are where the docbook is missing a lot, but  my 
time is not as elastic as I would like it to be. ;-)

 Any other suggestions?

  I will try to collect all other bits that I have...

   Matej

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Chapter Number in Frontmatter

2004-01-16 Thread Rich Shepard
On Wed, 14 Jan 2004, Rich Shepard wrote:

   I'm puzzled. The Preface is located in the frontmatter and tagged as a
 chapter. But, when I look at the book in the dvi display created by pressing
 ctrl-d, the Preface is listed as Chapter 1.

   Doesn't LaTeX remove the numbering from components between \frontmatter{}
 and \mainmatter{}?

  I have looked at Herbert's Tips and Tricks site without finding an
answer to my question.

  How can I remove the chapter number for the Preface and begin chapter
numbering at '1' with the following chapter?

TIA,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Chapter Number in Frontmatter

2004-01-16 Thread Jean-Pierre.Chretien

Date: Fri, 16 Jan 2004 09:31:40 -0800 (PST)
From: Rich Shepard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Chapter Number in Frontmatter
X-message-flag: Sent virus-free from a linux system.

On Wed, 14 Jan 2004, Rich Shepard wrote:

   I'm puzzled. The Preface is located in the frontmatter and tagged as a
 chapter. But, when I look at the book in the dvi display created by pressing
 ctrl-d, the Preface is listed as Chapter 1.

   Doesn't LaTeX remove the numbering from components between \frontmatter{}
 and \mainmatter{}?

  I have looked at Herbert's Tips and Tricks site without finding an
answer to my question.

  How can I remove the chapter number for the Preface and begin chapter
numbering at '1' with the following chapter?

I guess you still need to use the starred version (\chapter*)
to remove numbering.
The \frontmatter allows to feedback the contents of the chapter title to
the toc without ERT (a question which must be in the top 10 of
the list :-)

-- 
Jean-Pierre




Re: Chapter Number in Frontmatter

2004-01-16 Thread Rich Shepard
On Fri, 16 Jan 2004, Jean-Pierre.Chretien wrote:

 I guess you still need to use the starred version (\chapter*) to remove
 numbering. The \frontmatter allows to feedback the contents of the chapter
 title to the toc without ERT (a question which must be in the top 10 of
 the list :-)

Jean-Pierre,

  That's almost too simple. :-)

  I changed the type to \chapter*, then added ERT to:
\addcontentsline{toc}{chapter}{Preface}
\pagenumbering{roman}
\setcounter{page}{1}

placed at the beginning of the preface text. It all works just fine with the
Springer-Verlag monograph style.

Many thanks!

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr
Thanks for the reply Herbert. To answer your
question...
 
 this is done by the installtion and it is saved in
 /texmf/pdftex/config
 

I found pdftex.cfg.   It is there under  
/usr/local/share/texmf/pdftex/config/pdftex.cfg  
 
  % pdflatex temppdffile.pdf
 
 what is this? Are you running pdflatex on a pdf
 file???
 
 
Perhaps I've revealed my ignorance there and running
pdflatex on the .pdf did not make sense.I wasn't
really sure what I was doing, but since
\usepackage{pdfpages} wasn't working for me from
within LyX, I decided to try pdfnup on the command
line.

When I ran the pdfnup script on my .pdf, it also
failed.   When I checked the log file generated, I saw
that it failed at the step pdflatex.   So (not really
comprehending everything that was going on in pdfnup
script) I decided to run pdflatex on my .pdf file to
see what would happen from the command line.Like I
said, maybe that makes no sense, but that was my
thinking there.

This is what pdfnup gives me
 
pdf_nup ./pdfnup temppdffile.pdf 
This is pdfnup version 0.8
Temporary LaTeX file for this job is
/u/reyes/tmp/-.tex
Calling pdflatex...
Failed: output file not written

And this is the .log file from this conversion 

This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  15 JAN 2004 15:26
**temppdffile.pdf
(./temppdffile.pdf
Error: pdflatex (file pdftex.cfg): cannot open config
file
 == Fatal error occurred, the output PDF file is not
finished!



__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
And this is the .log file from this conversion 

This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  15 JAN 2004 15:26
**temppdffile.pdf
(./temppdffile.pdf
Error: pdflatex (file pdftex.cfg): cannot open config
file
 == Fatal error occurred, the output PDF file is not
finished!
Robert,

You need to edit the pdfnup script and specify the location of the 
pdflatex executable. You'll see this near the top of the pdfnup script:

pdflatex=/usr/bin/pdflatex

Once you've specfied the path to pdflatex (for e.g., 
/usr/bin/pdflatex), then to acheive what you mentioned in your first 
post, i.e. a pdf file for every page in your source pdf file, you 
need to use pdfnup as follows:

pdfnup --nup 1x1 --pages xx SourceFile.pdf

where xx = the page in the source file SourceFile.pdf that you want 
to convert to a pdf file...  repeat for the pages you want by 
changing the value of xx ... pdfnup will automatically name the 
output pdf file (which will be the same every time) so you may need 
to change the name of the output pdf file before re-running the 
script... not sure if there's a way to automate it...

nirmal



Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr

--- Nirmal  wrote:
  
 You need to edit the pdfnup script and specify the
 location of the 
 pdflatex executable. You'll see this near the top of
 the pdfnup script:
 
 pdflatex=/usr/bin/pdflatex
  
Thanks Nirmal,

I definitely have that set correctly.  

% pdfnup --nup 1x1 --pages 1 temppdffile.pdf
This is pdfnup version 0.8
Temporary LaTeX file for this job is
/u/reyes/tmp/-.tex
Calling pdflatex...
Failed: output file not written

Here is the .log 

more /u/reyes/tmp/-.log 
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  16 JAN 2004 14:42
**/u/reyes/tmp/-.tex
(/u/reyes/tmp/-.tex
Error:
/usr/local/teTeX/bin/sparc-sun-solaris2.7/pdflatex
(file pdftex.cfg): ca
nnot open config file
 == Fatal error occurred, the output PDF file is not
finished!



__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
Error:
/usr/local/teTeX/bin/sparc-sun-solaris2.7/pdflatex
(file pdftex.cfg): ca
nnot open config file
 == Fatal error occurred, the output PDF file is not
finished!
Obvious qn. but.. do you have read access to the pdftex.cfg file? 
You may need to change permissions on this file.. I was able to 
reproduce the above error by changing the permissions on the 
pdftex.cfg file so that I did not have read access to it as myself...

nirmal



Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr

Hi Nirmal,  

Here are the permissions I have set for pdftex.cfg

# ls -ltr
total 10
-rw-r--r--   1 root root2890 Jun 30  1998
cmttf.map
-rw-r--r--   1 root root 609 Oct 12  2002
pdftex.cfg
drwxr-xr-x   2 root root 512 Feb  1  2003
context
# 
# exit
pdf_nup 
pdf_nup ls -ltr
total 4424
-rw-r--r--   1 reyestest  168403 Jan 14 15:16
temppdffile.pdf
-rwxr-xr-x   1 reyestest   6786 Jan 14 15:25
pdfnup*
 

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Ugly pdf fonts

2004-01-16 Thread Daniel Goldin

When I convert to pdf using the built in export function from the menu
of Lyx 1.3 I get hideously jagged fonts. Anybody know why? What can I
do about it? 

d.



-- 
Daniel Goldin
323.225.1926
[EMAIL PROTECTED]


Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
(bringing it back onto the list)

Aah.. so pdflatex doesn't work... okay, so it's a more basic 
problem.. I'm not sure why pdflatex can't find the cfg file... have 
you run texhash recently? Maybe that'll help... hope someone here 
can point out why pdflatex doesn't work...

nirmal

Robert Orr wrote:


 % pdflatex temppdffile.tex
 This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
 (./temppdffile.tex
 Error: pdflatex (file pdftex.cfg): cannot open config
 file
  == Fatal error occurred, the output PDF file is not
 finished!
 %
 %
 % kpsewhich pdfpages.sty
 /usr/local/teTeX/share/texmf/tex/latex/misc/pdfpages.sty




Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
 Here are the permissions I have set for pdftex.cfg

The permissions look fine actually.. are you able to run pdflatex on 
a regular .tex file and generate a pdf file? Secondly, do you have 
the pdfpages package? kpsewhich pdfpages.sty should tell you if 
it's installed. And thirdly, you may want to check the pdfnup script 
and see what the call to pdflatex does -- this is towards the end of 
the pdfnup file; though I'm guessing pdfnup is not the problem... 
hopefully one of tests will shed some light on what's going wrong..

nirmal




Real line...

2004-01-16 Thread David Obadia

Hi all,
What's the proper way to write the standard symbol for the set of Real
numbers in LyX? (I mean the R with two bars..)
Thanks,

-- 
David Obadia
[EMAIL PROTECTED]


Re: cannot compile 1.4.0cvs

2004-01-16 Thread Georg Baum
christoff pale wrote:

 tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
 tr: invalid option -- o
 Try `tr --help' for more information.
 make[6]: [BiblioModuleBase.h] Error 1 (ignored)
 tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

export QTDIR=/usr/lib/qt3

(or wherever your qt lives) before the configure run should help. IIRC it
does not want to run tr but $QTDIR/bin/findtr, but some variables are empty
and so it does not find the correct program.


Georg




Re: compile lyx-1.3.3 on SuSE8.1?

2004-01-16 Thread Joachim Heidemeier
Am Freitag, 16. Januar 2004 01:22 schrieb Michael Hartje:
 Hello lyx-developers,

 since I did not find any binary verion Lyx-1.3.3 for SuSE8.1 I try to do
 it myself.
 Compiling the stable lyx-1.3.3 on SuSE8.1 with gcc3.2 on qt3.1.1
 out the official SRPM from Lyx.org I got some early compiling errors.
 (see below)

 The process stops very early during the first compilations. It seems to
 be an error of the compiler!! Ups - never had a compiler error before!

 Has anybody lyx-1.3.3 binary for SuSE8.1 with QT 3.1.1 prepared for
 download?
 Can anybody give me hints how to solve this problem to make a binary
 lyx-1.3.3 for SuSE8.1?

 Thanks in advance

 Michael

 ---8-
 .
 .
 g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost
 -isystem /usr/X11R6/include -O2 -fno-exceptions -c cregex.cpp -MT
 cregex.lo -MD -MP -MF .deps/cregex.TPlo
 ../../../../boost/boost/regex/detail/regex_match.hpp: In member function
 `unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const
 boost::RegEx), const char*, bool, unsigned int)':
 ../../../../boost/boost/regex/detail/regex_match.hpp:1904: Internal
 compiler error in expand_call, at calls.c:3049
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
 make[4]: *** [cregex.lo] Fehler 1
 make[4]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs/regex/src«
 make[3]: *** [all-recursive] Fehler 1
 make[3]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs/regex«
 make[2]: *** [all-recursive] Fehler 1
 make[2]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs«
 make[1]: *** [all-recursive] Fehler 1
 make[1]: Verlassen des Verzeichnisses
 »/usr/src/packages/BUILD/lyx-1.3.3/boost«
 make: *** [all-recursive] Fehler 1
 ---8--
You need a new gcc compiler, which is made available as rpm by suse at their 
inofficial ../people/.. room on their ftp server. This version fixes some 
problems with C++. 

-- 
Dr. Joachim Heidemeier  Tel. +49-30-8903-2780 
Fachgebiet II 3.2   [EMAIL PROTECTED] 
Umweltbundesamt, Bismarckplatz 1 D-14191 Berlin



New message, same ole' problem

2004-01-16 Thread Alain DIDIERJEAN
My last message received no answer. I do miss a french translation of LyX user 
interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
use a more standard one. I had one which came along with 1.3.1, lost. None 
with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
Fast (I have a few impatient new users who will go back to their Words if 
they can't use LyX in french).
Thanks,

-- 
 
 Alain DIDIERJEAN

Ces mystères nous dépassent...
...feignons d'en être l'organisateur
  J C


Re: Docbook documentation...

2004-01-16 Thread Christian Ridderström
On Thu, 15 Jan 2004, Matej Cepl wrote:

 Hi,
 
 I would love to learn something more about editing Docbook with 
 LyX and after searching for available documentation, I found out 
 that actually I could help to make some simple HOWTO myself 
 (maybe just a page or collection of pages in LyX wiki). Just to 
 be sure, that I am not missing anything, can you suggest me 
 anything related to LyX and/or Docbook? I know about this page
 http://bgu.chez.tiscali.fr/doc/db4lyx/, but it seems to be 
 slightly outdated and not totally simple.
 
 Any other suggestions?

I've found it useful to start by simply gathering related links - 
if nothing else, they're useful during writing about it and you quickly 
want to check something. 

Searching for docbook, this seems to be the place on the wiki for that:

http://wiki.lyx.org/pmwiki.php/LyX/DocBook

If you want to add text about using docbook with lyx, I suggest you put 
them on a page with this name (it doesn't exist yet, but clicking on the 
link you'll be able to create the page and start to edit it)

http://wiki.lyx.org/pmwiki.php/LyX/ManualDocBook

To help others find your page, you should add a link to it from this page:

http://wiki.lyx.org/pmwiki.php/LyX/Manuals

/Christian

PS. You'll find more general tips for working with the wiki here:
http://wiki.lyx.org/pmwiki.php/Site/WritingPages

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




Re: when is the 1.4 release due?

2004-01-16 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 02:41:42PM -0800, christoff pale wrote:
 i am having problems compiling from the cvs
 withfrontend=qt.
 
 So, I guess I have to wait till the new stable release
 comes out.
 When is the 1.4 release date?

Christmas.

Andre'


Re: Replacing all new line characters

2004-01-16 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 07:54:25PM +, Paul Smith wrote:
 Dear All
 
 I would like to replace, automatically, all new line characters by the 
 space character. Could someone here please teach me how to do that? I 
 think it suffices to me learning how LyX calls the new line character.

I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.

Andre'


Re: compile lyx-1.3.3 on SuSE8.1?

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 01:22:36AM +0100, Michael Hartje wrote:
 Hello lyx-developers,
 
 since I did not find any binary verion Lyx-1.3.3 for SuSE8.1 I try to do 
 it myself.
 Compiling the stable lyx-1.3.3 on SuSE8.1 with gcc3.2 on qt3.1.1
 out the official SRPM from Lyx.org I got some early compiling errors. 
 (see below)
 
 The process stops very early during the first compilations. It seems to 
 be an error of the compiler!! Ups - never had a compiler error before!

Lucky you.

In any cae, you can work around this particular bug by repalcing this
line with 'return 0;' or similar. LyX won't notice as it doesn't use
this particular function IIRC.

Andre'


Re: New message, same ole' problem

2004-01-16 Thread Jean-Pierre.Chretien

From: Alain DIDIERJEAN [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: New message, same ole' problem
Date: Fri, 16 Jan 2004 09:56:59 +0100

My last message received no answer. I do miss a french translation of LyX user 
interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
use a more standard one. I had one which came along with 1.3.1, lost. None 
with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
Fast (I have a few impatient new users who will go back to their Words if 
they can't use LyX in french).
Thanks,


There is no such thing like an french ui: the bynary internationalization
files like
../share/locale/fr/LC_MESSAGES/lyx.mo
built at lyx configure time from lyx-fr.po file knows
about the french translation of default.ui, layouts, ...

If lyx is built --without-nls, this won't work however.
Idem if gettext is not installed I guess.

You may check the existence of the .mo files, and perhaps review your
installation procedure.

-- 
Jean-Pierre



Re: Replacing all new line characters

2004-01-16 Thread Paul Smith
I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.
Thanks, André!

Paul


Re: New message, same ole' problem

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Jean-Pierre.Chretien wrote:

 
 From: Alain DIDIERJEAN [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: New message, same ole' problem
 Date: Fri, 16 Jan 2004 09:56:59 +0100
 
 My last message received no answer. I do miss a french translation of LyX user 
 interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
 use a more standard one. I had one which came along with 1.3.1, lost. None 
 with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
 Fast (I have a few impatient new users who will go back to their Words if 
 they can't use LyX in french).
 Thanks,
 
 
 There is no such thing like an french ui: the bynary internationalization
 files like
 ../share/locale/fr/LC_MESSAGES/lyx.mo
 built at lyx configure time from lyx-fr.po file knows
 about the french translation of default.ui, layouts, ...

If you really want to look at the ui-files from different versions of lyx, 
take a look at the CVS webinterface:
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/ui/
(you can chose the branch at the bottom in the window).

/Christian

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




New feature poll?

2004-01-16 Thread Martijn Brouwer
I just read the lyx the latest LyX development news, and noted that 
there are great interface improvements in the pipeline: cutomisable 
toolbars (I am looking forward to insert floats from the toolbar!), more 
structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive?
Gui improvents are good, but I am also interested in new latex 
functionality being covered by the lyx gui. I am wondering whether it 
would be a good idea to have a poll about what lyx users would like to 
be added to lyx. I think the opinions of the developers on a poll are 
especially important since they are the people who have to implement 
functionality suggested by the users.
So in short: what do we think about a new-features-poll?

Martijn



Re: New message, same ole' problem

2004-01-16 Thread Angus Leeming
Alain DIDIERJEAN wrote:

 My last message received no answer. I do miss a french translation
 of LyX user interface ( a .ui file). I know I can cook my own by
 myself. But I'd rather use a more standard one. I had one which
 came along with 1.3.1, lost. None with 1.3.3 sources. Does such a
 thing exist ? If so, please mail it to me. Fast (I have a few
 impatient new users who will go back to their Words if they can't
 use LyX in french). Thanks,

Alain, LyX's user interface is fully translated into french.

$ make
$ su
$ make install
$ exit

The translation uses gnu gettext. See the files in the po directory.

Installing lyx should result in these translation files being 
installed in /usr/local/share/locale. Eg, here I have: 
/usr/local/share/locale/fr/LC_MESSAGES/lyx-1.3.4cvs.mo

(because I configured lyx as 
./configure --with-version-suffix=-1.3.4cvs
)

I believe that there is a configure option to install only certain 
languages (rather than all of them).

To turn on the french translation:
$ echo $LANG
C
$ LANG=fr_FR
$ export LANG
$ echo $LANG
fr_FR
$ lyx-1.3.4cvs

See attached screenshot.

-- 
Angusattachment: lyx.png

Re: New feature poll?

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 11:32:03AM +0100, Martijn Brouwer wrote:
 So in short: what do we think about a new-features-poll?

Just do it and find someone who implements it.

Andre'


Re: New message, same ole' problem

2004-01-16 Thread Katrin Pietzsch
Am 16.01.2004 um 09:56 schrieb Alain DIDIERJEAN:

My last message received no answer. I do miss a french translation of 
LyX user
interface ( a .ui file). I know I can cook my own by myself. But I'd 
rather
use a more standard one. I had one which came along with 1.3.1, 
lost. None  with 1.3.3 sources. Does such a thing exist ?
I don't know, whether this is much of a help - it's rather an idea.  
Under Mac OS 10.3.2 I manually had to set the language in a file. Check 
out Ronald Florence web-site

http://www.18james.com/lyx_on_aqua.html  - using lyx

for the instructions and maybe you or someone else on the list knows 
which is the correspondig file on your System that needs to be changed.

Katrin



compiling exported tex file by hand

2004-01-16 Thread Alexandru Cabuz
Hi,

I have a question concerning the compilation by hand of a tex file exported 
from lyx. I have an article that I wrote in lyx and now I want to check 
that/how it can be compiled directly, without lyx.

What happens is I export to latex, then I run latex on the file just like 
that. It spits out a whole bunch of stuff, here is the first part.

This is TeX, Version 3.14159 (Web2C 7.3.1)
(APLmanuscript_Cabuz.tex
LaTeX2e 2001/06/01
Babel v3.7h and hyphenation patterns for american, french, german, ngerman, 
i
talian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/revtex4/revtex4.cls
Document Class: revtex4 2001/08/03 v4.0 (http://publish.aps.org/revtex4/ for 
do
cumentation)
ltxutil: portions licensed from W. E. Baxter ([EMAIL PROTECTED])
ltxgrid: portions licensed from W. E. Baxter ([EMAIL PROTECTED])
(/usr/share/texmf/tex/latex/html/url.sty)
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/revtex4/revsymb.sty))
(/usr/share/texmf/tex/latex/revtex4/aps.rtx)
(/usr/share/texmf/tex/latex/revtex4/12pt.rtx)
(/usr/share/texmf/tex/latex/base/fontenc.sty
(/usr/share/texmf/tex/latex/base/ot1enc.def))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/latin1.def))
(/usr/share/texmf/tex/latex/misc/float.sty)
(/usr/share/texmf/tex/latex/elsevier/ifac/graphicx.sty
(/usr/share/texmf/tex/latex/elsevier/ifac/keyval.sty)
(/usr/share/texmf/tex/latex/elsevier/ifac/graphics.sty
(/usr/share/texmf/tex/latex/elsevier/ifac/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/elsevier/ifac/dvips.def)))
(/usr/share/texmf/tex/latex/tools/indentfirst.sty)
(/usr/share/texmf/tex/generic/babel/babel.sty
(/usr/share/texmf/tex/generic/babel/frenchb.ldf
(/usr/share/texmf/tex/generic/babel/babel.def)
*
* Local config file frenchb.cfg used
*
(/usr/share/texmf/tex/generic/babel/frenchb.cfg))
(/usr/share/texmf/tex/generic/babel/english.ldf))
No file APLmanuscript_Cabuz.aux.
(/usr/share/texmf/tex/latex/cyrillic/ot2wncyr.fd)

Package frenchb.ldf Warning: The definition of [EMAIL PROTECTED] has been changed,
(frenchb.ldf)frenchb will NOT customize it;
(frenchb.ldf)reported on input line 22.

[1]

Package natbib Warning: Citation `Kosaka1998' on page 2 undefined on input 
line
 52.
Package natbib Warning: Citation `Kosaka1999b' on page 2 undefined on input 
lin
e 52.
Package natbib Warning: Citation `Baba2002b' on page 2 undefined on input line
52.

It goes on like this for a while with this natbib stuff then says

Output written on APLmanuscript_Cabuz.dvi (8 pages, 16016 bytes).

I try to open the dvi with gv and I get

Error: /undefined in ÷
Operand stack:

Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   
%oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--   
--nostringval--   --nostringval--
Dictionary stack:
   --dict:1050/1123(ro)(G)--   --dict:0/20(G)--   --dict:88/200(L)--
Current allocation mode is local
Current file position is 3
GNU Ghostscript 7.05: Unrecoverable error, exit code 1


Help.

Alex.




Re: New message, same ole' problem

2004-01-16 Thread Jean-Marc Lasgouttes
 Alain == Alain DIDIERJEAN [EMAIL PROTECTED] writes:

Alain My last message received no answer. I do miss a french
Alain translation of LyX user interface ( a .ui file). I know I can
Alain cook my own by myself. But I'd rather use a more standard
Alain one. I had one which came along with 1.3.1, lost. None with
Alain 1.3.3 sources. Does such a thing exist ? If so, please mail it
Alain to me. Fast (I have a few impatient new users who will go back
Alain to their Words if they can't use LyX in french). Thanks,

French is one of the few languages that have a complete translation
(even of the docs).

I guess you need to give us more details about what you are doing.

What version of LyX are you using? Are you under windows?

JMarc


Re: compiling exported tex file by hand

2004-01-16 Thread Jean-Pierre.Chretien

From: Alexandru Cabuz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: compiling exported tex file by hand
Date: Fri, 16 Jan 2004 12:03:10 +0100

Hi,

I have a question concerning the compilation by hand of a tex file exported 
from lyx. I have an article that I wrote in lyx and now I want to check 
that/how it can be compiled directly, without lyx.

What happens is I export to latex, then I run latex on the file just like 
that. It spits out a whole bunch of stuff, here is the first part.
[snip]
lin
e 52.
Package natbib Warning: Citation `Baba2002b' on page 2 undefined on input line
52.

You must run
bibtex APLmanuscript_Cabuz.tex
latex APLmanuscript_Cabuz.tex
latex APLmanuscript_Cabuz.tex
 (LyX does it for you)
 

I try to open the dvi with gv and I get

You must first build the psfile
dvips -o APLmanuscript_Cabuz.ps APLmanuscript_Cabuz.dvi
or open directly with
xdvi APLmanuscript_Cabuz

-- 
Jean-Pierre



Re: New feature poll?

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Martijn Brouwer wrote:

 I just read the lyx the latest LyX development news, and noted that 
 there are great interface improvements in the pipeline: cutomisable 
 toolbars (I am looking forward to insert floats from the toolbar!),

AFAIK you can create an icon to insert floats now... but please start a 
separate thread in case you'd like find out how.

/Christian

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




Re: Lyx special comments (fwd)

2004-01-16 Thread Christian Ridderström
On Thu, 15 Jan 2004, Mark van Rossum wrote:

 
 Here is a little patch to lyx that introduces a new comment style, which I 
 called exposedcomment and gives comments a separate paragraph in a 
 different font.
 
 It needs the attached macro file.
 In the preamble do:
 
 \usepackage{comment}
 \specialcomment{exposedcomment}{\begingroup\par{Comment:}\sffamily\footnotesize}{\par\endgroup}
 % \excludecomment{exposedcomment}
 
 
 It is not difficult in the end, but it took me some time to figure out, so 
 I thought it might serve the community.

If you want to, you can add this to the tips-section on the lyx wiki

http://wiki.lyx.org/pmwiki.php/Tips/Tips

or even create a LyX file that examplifies it and add it to the examples:

http://wiki.lyx.org/pmwiki.php/Examples/Examples

/Christian

PS. It's not difficult, but if you run into any problems just ask.

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




Re: New feature poll?

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Andre Poenitz wrote:

 On Fri, Jan 16, 2004 at 11:32:03AM +0100, Martijn Brouwer wrote:
  So in short: what do we think about a new-features-poll?
 
 Just do it and find someone who implements it.
 
Feel free to use pages on the lyx wiki for this purpose. (E.g. listing 
features, asking people to vote on them or simply use the pages to record 
the results of the poll).

/Christian

PS. If you expect to create many different pages, you should probably 
create a separate group for it.

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




Re: break up an .pdf file into smaller files

2004-01-16 Thread Uwe Stöhr
I'm writting a lyx document and I want to include some
figures  text from a .pdf document, but not the whole
.pdf. How can I break up my .pdf file into smaller
pieces (ideally I'd like to save each page of the .pdf
as it's own separate file). 

Does any lyx user know of a tool I could use to do
this. 
I've tested several pdf-tools and the best was Adobe Acrobat. I know 
that it is commercial software but also available for Unix/Linux.
With Acrobat you can save all pages as extra pdf. You can also copy 
tables, pictures or text of an existing pdf and export them as a new pdf 
or picture(jpeg, gif). Moreover you will be able to trim single-page 
pdfs to get the right size.



Re: New message, same ole' problem

2004-01-16 Thread Ronald Florence
Katrin Pietzsch [EMAIL PROTECTED] writes:

 I don't know, whether this is much of a help - it's rather an idea.
 Under Mac OS 10.3.2 I manually had to set the language in a
 file. Check out Ronald Florence web-site
 
 http://www.18james.com/lyx_on_aqua.html  - using lyx
 
 for the instructions and maybe you or someone else on the list knows
 which is the correspondig file on your System that needs to be
 changed.

Those instructions (changing ~/.MacOSX/preferences.plist) are a MacOSX
only configuration.  Because LyX/Mac starts as a direct GUI
application, the environment variable needs to be set independent of
shells.  For X11 systems under Linux or Unix, it is probably
sufficient to set and export LANG in the shell.
-- 

Ronald Florence www.18james.com



Re: break up an .pdf file into smaller files

2004-01-16 Thread Uwe Stöhr
I've tested several pdf-tools and the best was Adobe Acrobat.
I know that it is commercial software but also available for
Unix/Linux.


Is it? That it is the news -- so far the only variant was Acrobat 
Reader, which is not capable of doing all this stuff. And even 
Reader is not in sync with Win/Mac versions (IIRC, I gave up on 
it and using only kghostview/xpdf and eagerly waiting on kpdf).
Oops. You are right, all the things I described are only possible with 
Acrobat Standard or Professional.
And it's astonishing that it's not available for Linux but for MacOS. 
See here:

http://www.adobe.com/store/products/master.jhtml?id=catAcrobatStnd

Sorry, I didn't know that before.



Re: Docbook documentation...

2004-01-16 Thread Jose' Matos
On Friday 16 January 2004 4:41 am, Matej Cepl wrote:
 Hi,

 I would love to learn something more about editing Docbook with
 LyX and after searching for available documentation, I found out
 that actually I could help to make some simple HOWTO myself
 (maybe just a page or collection of pages in LyX wiki). Just to
 be sure, that I am not missing anything, can you suggest me
 anything related to LyX and/or Docbook? I know about this page
 http://bgu.chez.tiscali.fr/doc/db4lyx/, but it seems to be
 slightly outdated and not totally simple.

  Do not hesitate to ask you if you have any doubts.

  I know that this is one are where the docbook is missing a lot, but  my 
time is not as elastic as I would like it to be. ;-)

 Any other suggestions?

  I will try to collect all other bits that I have...

   Matej

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Chapter Number in Frontmatter

2004-01-16 Thread Rich Shepard
On Wed, 14 Jan 2004, Rich Shepard wrote:

   I'm puzzled. The Preface is located in the frontmatter and tagged as a
 chapter. But, when I look at the book in the dvi display created by pressing
 ctrl-d, the Preface is listed as Chapter 1.

   Doesn't LaTeX remove the numbering from components between \frontmatter{}
 and \mainmatter{}?

  I have looked at Herbert's Tips and Tricks site without finding an
answer to my question.

  How can I remove the chapter number for the Preface and begin chapter
numbering at '1' with the following chapter?

TIA,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Chapter Number in Frontmatter

2004-01-16 Thread Jean-Pierre.Chretien

Date: Fri, 16 Jan 2004 09:31:40 -0800 (PST)
From: Rich Shepard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Chapter Number in Frontmatter
X-message-flag: Sent virus-free from a linux system.

On Wed, 14 Jan 2004, Rich Shepard wrote:

   I'm puzzled. The Preface is located in the frontmatter and tagged as a
 chapter. But, when I look at the book in the dvi display created by pressing
 ctrl-d, the Preface is listed as Chapter 1.

   Doesn't LaTeX remove the numbering from components between \frontmatter{}
 and \mainmatter{}?

  I have looked at Herbert's Tips and Tricks site without finding an
answer to my question.

  How can I remove the chapter number for the Preface and begin chapter
numbering at '1' with the following chapter?

I guess you still need to use the starred version (\chapter*)
to remove numbering.
The \frontmatter allows to feedback the contents of the chapter title to
the toc without ERT (a question which must be in the top 10 of
the list :-)

-- 
Jean-Pierre




Re: Chapter Number in Frontmatter

2004-01-16 Thread Rich Shepard
On Fri, 16 Jan 2004, Jean-Pierre.Chretien wrote:

 I guess you still need to use the starred version (\chapter*) to remove
 numbering. The \frontmatter allows to feedback the contents of the chapter
 title to the toc without ERT (a question which must be in the top 10 of
 the list :-)

Jean-Pierre,

  That's almost too simple. :-)

  I changed the type to \chapter*, then added ERT to:
\addcontentsline{toc}{chapter}{Preface}
\pagenumbering{roman}
\setcounter{page}{1}

placed at the beginning of the preface text. It all works just fine with the
Springer-Verlag monograph style.

Many thanks!

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr
Thanks for the reply Herbert. To answer your
question...
 
 this is done by the installtion and it is saved in
 /texmf/pdftex/config
 

I found pdftex.cfg.   It is there under  
/usr/local/share/texmf/pdftex/config/pdftex.cfg  
 
  % pdflatex temppdffile.pdf
 
 what is this? Are you running pdflatex on a pdf
 file???
 
 
Perhaps I've revealed my ignorance there and running
pdflatex on the .pdf did not make sense.I wasn't
really sure what I was doing, but since
\usepackage{pdfpages} wasn't working for me from
within LyX, I decided to try pdfnup on the command
line.

When I ran the pdfnup script on my .pdf, it also
failed.   When I checked the log file generated, I saw
that it failed at the step pdflatex.   So (not really
comprehending everything that was going on in pdfnup
script) I decided to run pdflatex on my .pdf file to
see what would happen from the command line.Like I
said, maybe that makes no sense, but that was my
thinking there.

This is what pdfnup gives me
 
pdf_nup ./pdfnup temppdffile.pdf 
This is pdfnup version 0.8
Temporary LaTeX file for this job is
/u/reyes/tmp/-.tex
Calling pdflatex...
Failed: output file not written

And this is the .log file from this conversion 

This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  15 JAN 2004 15:26
**temppdffile.pdf
(./temppdffile.pdf
Error: pdflatex (file pdftex.cfg): cannot open config
file
 == Fatal error occurred, the output PDF file is not
finished!



__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
And this is the .log file from this conversion 

This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  15 JAN 2004 15:26
**temppdffile.pdf
(./temppdffile.pdf
Error: pdflatex (file pdftex.cfg): cannot open config
file
 == Fatal error occurred, the output PDF file is not
finished!
Robert,

You need to edit the pdfnup script and specify the location of the 
pdflatex executable. You'll see this near the top of the pdfnup script:

pdflatex=/usr/bin/pdflatex

Once you've specfied the path to pdflatex (for e.g., 
/usr/bin/pdflatex), then to acheive what you mentioned in your first 
post, i.e. a pdf file for every page in your source pdf file, you 
need to use pdfnup as follows:

pdfnup --nup 1x1 --pages xx SourceFile.pdf

where xx = the page in the source file SourceFile.pdf that you want 
to convert to a pdf file...  repeat for the pages you want by 
changing the value of xx ... pdfnup will automatically name the 
output pdf file (which will be the same every time) so you may need 
to change the name of the output pdf file before re-running the 
script... not sure if there's a way to automate it...

nirmal



Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr

--- Nirmal  wrote:
  
 You need to edit the pdfnup script and specify the
 location of the 
 pdflatex executable. You'll see this near the top of
 the pdfnup script:
 
 pdflatex=/usr/bin/pdflatex
  
Thanks Nirmal,

I definitely have that set correctly.  

% pdfnup --nup 1x1 --pages 1 temppdffile.pdf
This is pdfnup version 0.8
Temporary LaTeX file for this job is
/u/reyes/tmp/-.tex
Calling pdflatex...
Failed: output file not written

Here is the .log 

more /u/reyes/tmp/-.log 
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  16 JAN 2004 14:42
**/u/reyes/tmp/-.tex
(/u/reyes/tmp/-.tex
Error:
/usr/local/teTeX/bin/sparc-sun-solaris2.7/pdflatex
(file pdftex.cfg): ca
nnot open config file
 == Fatal error occurred, the output PDF file is not
finished!



__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
Error:
/usr/local/teTeX/bin/sparc-sun-solaris2.7/pdflatex
(file pdftex.cfg): ca
nnot open config file
 == Fatal error occurred, the output PDF file is not
finished!
Obvious qn. but.. do you have read access to the pdftex.cfg file? 
You may need to change permissions on this file.. I was able to 
reproduce the above error by changing the permissions on the 
pdftex.cfg file so that I did not have read access to it as myself...

nirmal



Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr

Hi Nirmal,  

Here are the permissions I have set for pdftex.cfg

# ls -ltr
total 10
-rw-r--r--   1 root root2890 Jun 30  1998
cmttf.map
-rw-r--r--   1 root root 609 Oct 12  2002
pdftex.cfg
drwxr-xr-x   2 root root 512 Feb  1  2003
context
# 
# exit
pdf_nup 
pdf_nup ls -ltr
total 4424
-rw-r--r--   1 reyestest  168403 Jan 14 15:16
temppdffile.pdf
-rwxr-xr-x   1 reyestest   6786 Jan 14 15:25
pdfnup*
 

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Ugly pdf fonts

2004-01-16 Thread Daniel Goldin

When I convert to pdf using the built in export function from the menu
of Lyx 1.3 I get hideously jagged fonts. Anybody know why? What can I
do about it? 

d.



-- 
Daniel Goldin
323.225.1926
[EMAIL PROTECTED]


Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
(bringing it back onto the list)

Aah.. so pdflatex doesn't work... okay, so it's a more basic 
problem.. I'm not sure why pdflatex can't find the cfg file... have 
you run texhash recently? Maybe that'll help... hope someone here 
can point out why pdflatex doesn't work...

nirmal

Robert Orr wrote:


 % pdflatex temppdffile.tex
 This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
 (./temppdffile.tex
 Error: pdflatex (file pdftex.cfg): cannot open config
 file
  == Fatal error occurred, the output PDF file is not
 finished!
 %
 %
 % kpsewhich pdfpages.sty
 /usr/local/teTeX/share/texmf/tex/latex/misc/pdfpages.sty




Re: break up an .pdf file into smaller files

2004-01-16 Thread Nirmal Govind
 Here are the permissions I have set for pdftex.cfg

The permissions look fine actually.. are you able to run pdflatex on 
a regular .tex file and generate a pdf file? Secondly, do you have 
the pdfpages package? kpsewhich pdfpages.sty should tell you if 
it's installed. And thirdly, you may want to check the pdfnup script 
and see what the call to pdflatex does -- this is towards the end of 
the pdfnup file; though I'm guessing pdfnup is not the problem... 
hopefully one of tests will shed some light on what's going wrong..

nirmal




Real line...

2004-01-16 Thread David Obadia

Hi all,
What's the proper way to write the standard symbol for the set of Real
numbers in LyX? (I mean the R with two bars..)
Thanks,

-- 
David Obadia
[EMAIL PROTECTED]


Re: cannot compile 1.4.0cvs

2004-01-16 Thread Georg Baum
christoff pale wrote:

> tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
> tr: invalid option -- o
> Try `tr --help' for more information.
> make[6]: [BiblioModuleBase.h] Error 1 (ignored)
> tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

export QTDIR=/usr/lib/qt3

(or wherever your qt lives) before the configure run should help. IIRC it
does not want to run tr but $QTDIR/bin/findtr, but some variables are empty
and so it does not find the correct program.


Georg




Re: compile lyx-1.3.3 on SuSE8.1?

2004-01-16 Thread Joachim Heidemeier
Am Freitag, 16. Januar 2004 01:22 schrieb Michael Hartje:
> Hello lyx-developers,
>
> since I did not find any binary verion Lyx-1.3.3 for SuSE8.1 I try to do
> it myself.
> Compiling the stable lyx-1.3.3 on SuSE8.1 with gcc3.2 on qt3.1.1
> out the official SRPM from Lyx.org I got some early compiling errors.
> (see below)
>
> The process stops very early during the first compilations. It seems to
> be an error of the compiler!! Ups - never had a compiler error before!
>
> Has anybody lyx-1.3.3 binary for SuSE8.1 with QT 3.1.1 prepared for
> download?
> Can anybody give me hints how to solve this problem to make a binary
> lyx-1.3.3 for SuSE8.1?
>
> Thanks in advance
>
> Michael
>
> ---8<-
> .
> .
> g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost
> -isystem /usr/X11R6/include -O2 -fno-exceptions -c cregex.cpp -MT
> cregex.lo -MD -MP -MF .deps/cregex.TPlo
> ../../../../boost/boost/regex/detail/regex_match.hpp: In member function
> `unsigned int boost::RegEx::GrepFiles(bool (*)(const char*, const
> boost::RegEx&), const char*, bool, unsigned int)':
> ../../../../boost/boost/regex/detail/regex_match.hpp:1904: Internal
> compiler error in expand_call, at calls.c:3049
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See  for instructions.
> make[4]: *** [cregex.lo] Fehler 1
> make[4]: Verlassen des Verzeichnisses
> »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs/regex/src«
> make[3]: *** [all-recursive] Fehler 1
> make[3]: Verlassen des Verzeichnisses
> »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs/regex«
> make[2]: *** [all-recursive] Fehler 1
> make[2]: Verlassen des Verzeichnisses
> »/usr/src/packages/BUILD/lyx-1.3.3/boost/libs«
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlassen des Verzeichnisses
> »/usr/src/packages/BUILD/lyx-1.3.3/boost«
> make: *** [all-recursive] Fehler 1
> ---8<--
You need a new gcc compiler, which is made available as rpm by suse at their 
inofficial ../people/.. room on their ftp server. This version fixes some 
problems with C++. 

-- 
Dr. Joachim Heidemeier  Tel. +49-30-8903-2780 
Fachgebiet II 3.2   [EMAIL PROTECTED] 
Umweltbundesamt, Bismarckplatz 1 D-14191 Berlin



New message, same ole' problem

2004-01-16 Thread Alain DIDIERJEAN
My last message received no answer. I do miss a french translation of LyX user 
interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
use a more "standard one". I had one which came along with 1.3.1, lost. None 
with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
Fast (I have a few impatient new users who will go back to their Words if 
they can't use LyX in french).
Thanks,

-- 
 
 Alain DIDIERJEAN

Ces mystères nous dépassent...
...feignons d'en être l'organisateur
  J C


Re: Docbook documentation...

2004-01-16 Thread Christian Ridderström
On Thu, 15 Jan 2004, Matej Cepl wrote:

> Hi,
> 
> I would love to learn something more about editing Docbook with 
> LyX and after searching for available documentation, I found out 
> that actually I could help to make some simple HOWTO myself 
> (maybe just a page or collection of pages in LyX wiki). Just to 
> be sure, that I am not missing anything, can you suggest me 
> anything related to LyX and/or Docbook? I know about this page
> http://bgu.chez.tiscali.fr/doc/db4lyx/, but it seems to be 
> slightly outdated and not totally simple.
> 
> Any other suggestions?

I've found it useful to start by simply gathering related links - 
if nothing else, they're useful during writing about it and you quickly 
want to check something. 

Searching for docbook, this seems to be the place on the wiki for that:

http://wiki.lyx.org/pmwiki.php/LyX/DocBook

If you want to add text about using docbook with lyx, I suggest you put 
them on a page with this name (it doesn't exist yet, but clicking on the 
link you'll be able to create the page and start to edit it)

http://wiki.lyx.org/pmwiki.php/LyX/ManualDocBook

To help others find your page, you should add a link to it from this page:

http://wiki.lyx.org/pmwiki.php/LyX/Manuals

/Christian

PS. You'll find more general tips for working with the wiki here:
http://wiki.lyx.org/pmwiki.php/Site/WritingPages

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




Re: when is the 1.4 release due?

2004-01-16 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 02:41:42PM -0800, christoff pale wrote:
> i am having problems compiling from the cvs
> withfrontend=qt.
> 
> So, I guess I have to wait till the new stable release
> comes out.
> When is the 1.4 release date?

Christmas.

Andre'


Re: Replacing all new line characters

2004-01-16 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 07:54:25PM +, Paul Smith wrote:
> Dear All
> 
> I would like to replace, automatically, all new line characters by the 
> space character. Could someone here please teach me how to do that? I 
> think it suffices to me learning how LyX calls the new line character.

I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.

Andre'


Re: compile lyx-1.3.3 on SuSE8.1?

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 01:22:36AM +0100, Michael Hartje wrote:
> Hello lyx-developers,
> 
> since I did not find any binary verion Lyx-1.3.3 for SuSE8.1 I try to do 
> it myself.
> Compiling the stable lyx-1.3.3 on SuSE8.1 with gcc3.2 on qt3.1.1
> out the official SRPM from Lyx.org I got some early compiling errors. 
> (see below)
> 
> The process stops very early during the first compilations. It seems to 
> be an error of the compiler!! Ups - never had a compiler error before!

Lucky you.

In any cae, you can work around this particular bug by repalcing this
line with 'return 0;' or similar. LyX won't notice as it doesn't use
this particular function IIRC.

Andre'


Re: New message, same ole' problem

2004-01-16 Thread Jean-Pierre.Chretien

>>From: Alain DIDIERJEAN <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: New message, same ole' problem
>>Date: Fri, 16 Jan 2004 09:56:59 +0100
>>
>>My last message received no answer. I do miss a french translation of LyX user 
>>interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
>>use a more "standard one". I had one which came along with 1.3.1, lost. None 
>>with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
>>Fast (I have a few impatient new users who will go back to their Words if 
>>they can't use LyX in french).
>>Thanks,
>>

There is no such thing like an french ui: the bynary internationalization
files like
../share/locale/fr/LC_MESSAGES/lyx.mo
built at lyx configure time from lyx-fr.po file knows
about the french translation of default.ui, layouts, ...

If lyx is built --without-nls, this won't work however.
Idem if gettext is not installed I guess.

You may check the existence of the .mo files, and perhaps review your
installation procedure.

-- 
Jean-Pierre



Re: Replacing all new line characters

2004-01-16 Thread Paul Smith
I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.
Thanks, André!

Paul


Re: New message, same ole' problem

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Jean-Pierre.Chretien wrote:

> 
> >>From: Alain DIDIERJEAN <[EMAIL PROTECTED]>
> >>To: [EMAIL PROTECTED]
> >>Subject: New message, same ole' problem
> >>Date: Fri, 16 Jan 2004 09:56:59 +0100
> >>
> >>My last message received no answer. I do miss a french translation of LyX user 
> >>interface ( a .ui file). I know I can cook my own by myself. But I'd rather 
> >>use a more "standard one". I had one which came along with 1.3.1, lost. None 
> >>with 1.3.3 sources. Does such a thing exist ? If so, please mail it to me. 
> >>Fast (I have a few impatient new users who will go back to their Words if 
> >>they can't use LyX in french).
> >>Thanks,
> >>
> 
> There is no such thing like an french ui: the bynary internationalization
> files like
> ../share/locale/fr/LC_MESSAGES/lyx.mo
> built at lyx configure time from lyx-fr.po file knows
> about the french translation of default.ui, layouts, ...

If you really want to look at the ui-files from different versions of lyx, 
take a look at the CVS webinterface:
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/ui/
(you can chose the branch at the bottom in the window).

/Christian

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




New feature poll?

2004-01-16 Thread Martijn Brouwer
I just read the lyx the latest LyX development news, and noted that 
there are great interface improvements in the pipeline: cutomisable 
toolbars (I am looking forward to insert floats from the toolbar!), more 
structured menus, and new icons. When will lyx-1.3.4 (or 1.4.0) arrive?
Gui improvents are good, but I am also interested in new latex 
functionality being covered by the lyx gui. I am wondering whether it 
would be a good idea to have a poll about what lyx users would like to 
be added to lyx. I think the opinions of the developers on a poll are 
especially important since they are the people who have to implement 
functionality suggested by the users.
So in short: what do we think about a new-features-poll?

Martijn



Re: New message, same ole' problem

2004-01-16 Thread Angus Leeming
Alain DIDIERJEAN wrote:

> My last message received no answer. I do miss a french translation
> of LyX user interface ( a .ui file). I know I can cook my own by
> myself. But I'd rather use a more "standard one". I had one which
> came along with 1.3.1, lost. None with 1.3.3 sources. Does such a
> thing exist ? If so, please mail it to me. Fast (I have a few
> impatient new users who will go back to their Words if they can't
> use LyX in french). Thanks,

Alain, LyX's user interface is fully translated into french.

$ make
$ su
$ make install
$ exit

The translation uses gnu gettext. See the files in the po directory.

Installing lyx should result in these translation files being 
installed in /usr/local/share/locale. Eg, here I have: 
/usr/local/share/locale/fr/LC_MESSAGES/lyx-1.3.4cvs.mo

(because I configured lyx as 
./configure --with-version-suffix=-1.3.4cvs
)

I believe that there is a configure option to install only certain 
languages (rather than all of them).

To turn on the french translation:
$ echo $LANG
C
$ LANG=fr_FR
$ export LANG
$ echo $LANG
fr_FR
$ lyx-1.3.4cvs

See attached screenshot.

-- 
Angus<>

Re: New feature poll?

2004-01-16 Thread Andre Poenitz
On Fri, Jan 16, 2004 at 11:32:03AM +0100, Martijn Brouwer wrote:
> So in short: what do we think about a new-features-poll?

Just do it and find someone who implements it.

Andre'


Re: New message, same ole' problem

2004-01-16 Thread Katrin Pietzsch
Am 16.01.2004 um 09:56 schrieb Alain DIDIERJEAN:

My last message received no answer. I do miss a french translation of 
LyX user
interface ( a .ui file). I know I can cook my own by myself. But I'd 
rather
use a more "standard one". I had one which came along with 1.3.1, 
lost. None  with 1.3.3 sources. Does such a thing exist ?
I don't know, whether this is much of a help - it's rather an idea.  
Under Mac OS 10.3.2 I manually had to set the language in a file. Check 
out Ronald Florence web-site

http://www.18james.com/lyx_on_aqua.html  -> using lyx

for the instructions and maybe you or someone else on the list knows 
which is the correspondig file on your System that needs to be changed.

Katrin



compiling exported tex file by hand

2004-01-16 Thread Alexandru Cabuz
Hi,

I have a question concerning the compilation by hand of a tex file exported 
from lyx. I have an article that I wrote in lyx and now I want to check 
that/how it can be compiled directly, without lyx.

What happens is I export to latex, then I run latex on the file just like 
that. It spits out a whole bunch of stuff, here is the first part.

This is TeX, Version 3.14159 (Web2C 7.3.1)
(APLmanuscript_Cabuz.tex
LaTeX2e <2001/06/01>
Babel  and hyphenation patterns for american, french, german, ngerman, 
i
talian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/revtex4/revtex4.cls
Document Class: revtex4 2001/08/03 v4.0 (http://publish.aps.org/revtex4/ for 
do
cumentation)
ltxutil: portions licensed from W. E. Baxter ([EMAIL PROTECTED])
ltxgrid: portions licensed from W. E. Baxter ([EMAIL PROTECTED])
(/usr/share/texmf/tex/latex/html/url.sty)
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/revtex4/revsymb.sty))
(/usr/share/texmf/tex/latex/revtex4/aps.rtx)
(/usr/share/texmf/tex/latex/revtex4/12pt.rtx)
(/usr/share/texmf/tex/latex/base/fontenc.sty
(/usr/share/texmf/tex/latex/base/ot1enc.def))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/latin1.def))
(/usr/share/texmf/tex/latex/misc/float.sty)
(/usr/share/texmf/tex/latex/elsevier/ifac/graphicx.sty
(/usr/share/texmf/tex/latex/elsevier/ifac/keyval.sty)
(/usr/share/texmf/tex/latex/elsevier/ifac/graphics.sty
(/usr/share/texmf/tex/latex/elsevier/ifac/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/elsevier/ifac/dvips.def)))
(/usr/share/texmf/tex/latex/tools/indentfirst.sty)
(/usr/share/texmf/tex/generic/babel/babel.sty
(/usr/share/texmf/tex/generic/babel/frenchb.ldf
(/usr/share/texmf/tex/generic/babel/babel.def)
*
* Local config file frenchb.cfg used
*
(/usr/share/texmf/tex/generic/babel/frenchb.cfg))
(/usr/share/texmf/tex/generic/babel/english.ldf))
No file APLmanuscript_Cabuz.aux.
(/usr/share/texmf/tex/latex/cyrillic/ot2wncyr.fd)

Package frenchb.ldf Warning: The definition of [EMAIL PROTECTED] has been changed,
(frenchb.ldf)frenchb will NOT customize it;
(frenchb.ldf)reported on input line 22.

[1]

Package natbib Warning: Citation `Kosaka1998' on page 2 undefined on input 
line
 52.
Package natbib Warning: Citation `Kosaka1999b' on page 2 undefined on input 
lin
e 52.
Package natbib Warning: Citation `Baba2002b' on page 2 undefined on input line
52.

It goes on like this for a while with this natbib stuff then says

Output written on APLmanuscript_Cabuz.dvi (8 pages, 16016 bytes).

I try to open the dvi with gv and I get

Error: /undefined in ÷
Operand stack:

Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   
%oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   
--nostringval--   --nostringval--   2   %stopped_push   --nostringval--   
--nostringval--   --nostringval--
Dictionary stack:
   --dict:1050/1123(ro)(G)--   --dict:0/20(G)--   --dict:88/200(L)--
Current allocation mode is local
Current file position is 3
GNU Ghostscript 7.05: Unrecoverable error, exit code 1


Help.

Alex.




Re: New message, same ole' problem

2004-01-16 Thread Jean-Marc Lasgouttes
> "Alain" == Alain DIDIERJEAN <[EMAIL PROTECTED]> writes:

Alain> My last message received no answer. I do miss a french
Alain> translation of LyX user interface ( a .ui file). I know I can
Alain> cook my own by myself. But I'd rather use a more "standard
Alain> one". I had one which came along with 1.3.1, lost. None with
Alain> 1.3.3 sources. Does such a thing exist ? If so, please mail it
Alain> to me. Fast (I have a few impatient new users who will go back
Alain> to their Words if they can't use LyX in french). Thanks,

French is one of the few languages that have a complete translation
(even of the docs).

I guess you need to give us more details about what you are doing.

What version of LyX are you using? Are you under windows?

JMarc


Re: compiling exported tex file by hand

2004-01-16 Thread Jean-Pierre.Chretien

>>From: Alexandru Cabuz <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: compiling exported tex file by hand
>>Date: Fri, 16 Jan 2004 12:03:10 +0100
>>
>>Hi,
>>
>>I have a question concerning the compilation by hand of a tex file exported 
>>from lyx. I have an article that I wrote in lyx and now I want to check 
>>that/how it can be compiled directly, without lyx.
>>
>>What happens is I export to latex, then I run latex on the file just like 
>>that. It spits out a whole bunch of stuff, here is the first part.
[snip]
>>lin
>>e 52.
>>Package natbib Warning: Citation `Baba2002b' on page 2 undefined on input line
>>52.

You must run
bibtex APLmanuscript_Cabuz.tex
latex APLmanuscript_Cabuz.tex
latex APLmanuscript_Cabuz.tex
 (LyX does it for you)
 

>>I try to open the dvi with gv and I get

You must first build the psfile
dvips -o APLmanuscript_Cabuz.ps APLmanuscript_Cabuz.dvi
or open directly with
xdvi APLmanuscript_Cabuz

-- 
Jean-Pierre



Re: New feature poll?

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Martijn Brouwer wrote:

> I just read the lyx the latest LyX development news, and noted that 
> there are great interface improvements in the pipeline: cutomisable 
> toolbars (I am looking forward to insert floats from the toolbar!),

AFAIK you can create an icon to insert floats now... but please start a 
separate thread in case you'd like find out how.

/Christian

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




Re: Lyx special comments (fwd)

2004-01-16 Thread Christian Ridderström
On Thu, 15 Jan 2004, Mark van Rossum wrote:

> 
> Here is a little patch to lyx that introduces a new comment style, which I 
> called exposedcomment and gives comments a separate paragraph in a 
> different font.
> 
> It needs the attached macro file.
> In the preamble do:
> 
> \usepackage{comment}
> \specialcomment{exposedcomment}{\begingroup\par{Comment:}\sffamily\footnotesize}{\par\endgroup}
> % \excludecomment{exposedcomment}
> 
> 
> It is not difficult in the end, but it took me some time to figure out, so 
> I thought it might serve the community.

If you want to, you can add this to the tips-section on the lyx wiki

http://wiki.lyx.org/pmwiki.php/Tips/Tips

or even create a LyX file that examplifies it and add it to the examples:

http://wiki.lyx.org/pmwiki.php/Examples/Examples

/Christian

PS. It's not difficult, but if you run into any problems just ask.

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




Re: New feature poll?

2004-01-16 Thread Christian Ridderström
On Fri, 16 Jan 2004, Andre Poenitz wrote:

> On Fri, Jan 16, 2004 at 11:32:03AM +0100, Martijn Brouwer wrote:
> > So in short: what do we think about a new-features-poll?
> 
> Just do it and find someone who implements it.
> 
Feel free to use pages on the lyx wiki for this purpose. (E.g. listing 
features, asking people to vote on them or simply use the pages to record 
the results of the poll).

/Christian

PS. If you expect to create many different pages, you should probably 
create a separate group for it.

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




Re: break up an .pdf file into smaller files

2004-01-16 Thread Uwe Stöhr
I'm writting a lyx document and I want to include some
figures & text from a .pdf document, but not the whole
.pdf. How can I break up my .pdf file into smaller
pieces (ideally I'd like to save each page of the .pdf
as it's own separate file). 

Does any lyx user know of a tool I could use to do
this. 
I've tested several pdf-tools and the best was Adobe Acrobat. I know 
that it is commercial software but also available for Unix/Linux.
With Acrobat you can save all pages as extra pdf. You can also copy 
tables, pictures or text of an existing pdf and export them as a new pdf 
or picture(jpeg, gif). Moreover you will be able to trim single-page 
pdfs to get the right size.



Re: New message, same ole' problem

2004-01-16 Thread Ronald Florence
Katrin Pietzsch <[EMAIL PROTECTED]> writes:

> I don't know, whether this is much of a help - it's rather an idea.
> Under Mac OS 10.3.2 I manually had to set the language in a
> file. Check out Ronald Florence web-site
> 
> http://www.18james.com/lyx_on_aqua.html  -> using lyx
> 
> for the instructions and maybe you or someone else on the list knows
> which is the correspondig file on your System that needs to be
> changed.

Those instructions (changing ~/.MacOSX/preferences.plist) are a MacOSX
only configuration.  Because LyX/Mac starts as a direct GUI
application, the environment variable needs to be set independent of
shells.  For X11 systems under Linux or Unix, it is probably
sufficient to set and export LANG in the shell.
-- 

Ronald Florence www.18james.com



Re: break up an .pdf file into smaller files

2004-01-16 Thread Uwe Stöhr
I've tested several pdf-tools and the best was Adobe Acrobat.
I know that it is commercial software but also available for
Unix/Linux.


Is it? That it is the news -- so far the only variant was Acrobat 
Reader, which is not capable of doing all this stuff. And even 
Reader is not in sync with Win/Mac versions (IIRC, I gave up on 
it and using only kghostview/xpdf and eagerly waiting on kpdf).
Oops. You are right, all the things I described are only possible with 
Acrobat Standard or Professional.
And it's astonishing that it's not available for Linux but for MacOS. 
See here:

http://www.adobe.com/store/products/master.jhtml?id=catAcrobatStnd

Sorry, I didn't know that before.



Re: Docbook documentation...

2004-01-16 Thread Jose' Matos
On Friday 16 January 2004 4:41 am, Matej Cepl wrote:
> Hi,
>
> I would love to learn something more about editing Docbook with
> LyX and after searching for available documentation, I found out
> that actually I could help to make some simple HOWTO myself
> (maybe just a page or collection of pages in LyX wiki). Just to
> be sure, that I am not missing anything, can you suggest me
> anything related to LyX and/or Docbook? I know about this page
> http://bgu.chez.tiscali.fr/doc/db4lyx/, but it seems to be
> slightly outdated and not totally simple.

  Do not hesitate to ask you if you have any doubts.

  I know that this is one are where the docbook is missing a lot, but  my 
time is not as elastic as I would like it to be. ;-)

> Any other suggestions?

  I will try to collect all other bits that I have...

>   Matej

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Chapter Number in Frontmatter

2004-01-16 Thread Rich Shepard
On Wed, 14 Jan 2004, Rich Shepard wrote:

>   I'm puzzled. The "Preface" is located in the frontmatter and tagged as a
> chapter. But, when I look at the book in the dvi display created by pressing
> ctrl-d, the Preface is listed as Chapter 1.
>
>   Doesn't LaTeX remove the numbering from components between \frontmatter{}
> and \mainmatter{}?

  I have looked at Herbert's "Tips and Tricks" site without finding an
answer to my question.

  How can I remove the chapter number for the Preface and begin chapter
numbering at '1' with the following chapter?

TIA,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Chapter Number in Frontmatter

2004-01-16 Thread Jean-Pierre.Chretien

>>Date: Fri, 16 Jan 2004 09:31:40 -0800 (PST)
>>From: Rich Shepard <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: Chapter Number in Frontmatter
>>X-message-flag: Sent virus-free from a linux system.
>>
>>On Wed, 14 Jan 2004, Rich Shepard wrote:
>>
>>>   I'm puzzled. The "Preface" is located in the frontmatter and tagged as a
>>> chapter. But, when I look at the book in the dvi display created by pressing
>>> ctrl-d, the Preface is listed as Chapter 1.
>>>
>>>   Doesn't LaTeX remove the numbering from components between \frontmatter{}
>>> and \mainmatter{}?
>>
>>  I have looked at Herbert's "Tips and Tricks" site without finding an
>>answer to my question.
>>
>>  How can I remove the chapter number for the Preface and begin chapter
>>numbering at '1' with the following chapter?

I guess you still need to use the starred version (\chapter*)
to remove numbering.
The \frontmatter allows to feedback the contents of the chapter title to
the toc without ERT (a question which must be in the top 10 of
the list :-)

-- 
Jean-Pierre




Re: Chapter Number in Frontmatter

2004-01-16 Thread Rich Shepard
On Fri, 16 Jan 2004, Jean-Pierre.Chretien wrote:

> I guess you still need to use the starred version (\chapter*) to remove
> numbering. The \frontmatter allows to feedback the contents of the chapter
> title to the toc without ERT (a question which must be in the top 10 of
> the list :-)

Jean-Pierre,

  That's almost too simple. :-)

  I changed the type to \chapter*, then added ERT to:
\addcontentsline{toc}{chapter}{Preface}
\pagenumbering{roman}
\setcounter{page}{1}

placed at the beginning of the preface text. It all works just fine with the
Springer-Verlag monograph style.

Many thanks!

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: break up an .pdf file into smaller files

2004-01-16 Thread Robert Orr
Thanks for the reply Herbert. To answer your
question...
 
> this is done by the installtion and it is saved in
> /texmf/pdftex/config
> 

I found pdftex.cfg.   It is there under  
/usr/local/share/texmf/pdftex/config/pdftex.cfg  
 
> > %> pdflatex temppdffile.pdf
> 
> what is this? Are you running pdflatex on a pdf
> file???
> 
 
Perhaps I've revealed my ignorance there and running
pdflatex on the .pdf did not make sense.I wasn't
really sure what I was doing, but since
\usepackage{pdfpages} wasn't working for me from
within LyX, I decided to try pdfnup on the command
line.

When I ran the pdfnup script on my .pdf, it also
failed.   When I checked the log file generated, I saw
that it failed at the step pdflatex.   So (not really
comprehending everything that was going on in pdfnup
script) I decided to run pdflatex on my .pdf file to
see what would happen from the command line.Like I
said, maybe that makes no sense, but that was my
thinking there.

This is what pdfnup gives me
 
pdf_nup> ./pdfnup temppdffile.pdf 
This is pdfnup version 0.8
Temporary LaTeX file for this job is
/u/reyes/tmp/-.tex
Calling pdflatex...
Failed: output file not written

And this is the .log file from this conversion 

This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(format=pdflatex 2003.4.10)  15 JAN 2004 15:26
**temppdffile.pdf
(./temppdffile.pdf
Error: pdflatex (file pdftex.cfg): cannot open config
file
 ==> Fatal error occurred, the output PDF file is not
finished!



__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


  1   2   >