Re: Lyx 1.4.0 won'http://www.codeweavers.com/support/tickets/browse/?list=6;ticket_level=2t allow quotation marks inside ERT boxes

2006-04-05 Thread Georg Baum
Paul Johnson wrote:

 However, LyX will not let me type double quotation marks:   inside
 ERT boxes.  And that's vital for the R code.  I am allowed to copy and
 paste quotation marks from ERT boxes that I wrote with LyX 1.3.7, so
 that is a work around.  But I can't understand why LyX would disable
 the  key altogether.

This is a bug that will be fixed in 1.4.1:
http://bugzilla.lyx.org/show_bug.cgi?id=2429


Georg



Re: problem with lyx-1.4.0 and beamer

2006-04-05 Thread Georg Baum
Gisbert, Fernando wrote:

 Hi, I have a problem related with the pdf index generation with the beamer
 class. I write a simple lyx document, and when I view it with pdflatex,
 the resulting pdf leaves the left-side navigation panel empty, even using
 section and subsection environments in the lyx document. When I export the
 file to latex to see what happen, I see two strange lines:
 
 \setcounter{secnumdepth}{-1000}
 \setcounter{tocdepth}{-1000}
 
 that in previous beamer documents had a value of 3 instead of -1000. I
 don't know why these two numbers are set to -1000, and I also don't know
 how to reset them to its original value. By setting them to a reasonable
 value, let's say 3, for instance, the index appears again. Does anyone
 know how to fix it?

This is a problem in the layout conversion script that converts layout files
from 1.3 format to 1.4 format. Please try the procedure I decsribed at
http://thread.gmane.org/gmane.editors.lyx.general/29518/focus=29518 and
report whether it works.


Georg



button to add rows to tables

2006-04-05 Thread Nabil Hathout
Hello,

In lyx 1.3.x, I used to use the global tabular window to add and
remove rows and columns (only one click was needed to add one row).
In lyx 1.4.0, this functionality has become items in a sub-menu (3
clicks to add each row).  It would be nice to have both options (keep
the the tabular window buttons and the menu items).

Thanks,

-- 
Nabil Hathout
ERSS (UMR 5610) CNRS  Université de Toulouse-Le Mirail
Maison de la Recherche.  F-31058 Toulouse cedex 9
Tél. (+33) 561-50-36-03  Fax (+33) 561-50-46-77


Help on compiling Lyx 1.4.0 for teTex3

2006-04-05 Thread Patton, Eric
Hi,

I see that the latest teTex is version 3, so I was wondering if it is
possible to compile Lyx for support of teTex3? I'm using Ubuntu 5.10 on a
PC.

I successfully compiled teTex3 last night, but when I went to install the
deb packages for Lyx1.4.0, it complained that version 2.02 of teTex-base,
-extra, and -bin were not found. If I can use teTex3 with Lyx 1.4.0, can
anyone tell me what configure flags I need to pass? If it helps, the root
directory of my teTex install is /usr/local/teTex.

Thanks,

~ Eric. 


Re: Help on compiling Lyx 1.4.0 for teTex3

2006-04-05 Thread Charles de Miramon
Patton, Eric wrote:

 Hi,
 
 I see that the latest teTex is version 3, so I was wondering if it is
 possible to compile Lyx for support of teTex3? I'm using Ubuntu 5.10 on a
 PC.
 

Why don't you install official ubuntu tetex3 packages ? According to
http://de.archive.ubuntu.com/ubuntu/pool/main/t/tetex-base/

they exist. 
ou will solve your dependency problem. Another solution would be to force
the installation of LyX without checking dependencies.

Cheers,
Charles
-- 
http://www.kde-france.org



RE: Re: problem with lyx-1.4.0 and beamer

2006-04-05 Thread Gisbert, Fernando
I tried the layout2layout.py script, and it works well, now the pdf document 
contains the index. Thanks very much for your help.


-Original Message-
From: news on behalf of Georg Baum
Sent: Wed 4/5/2006 8:47 AM
To: lyx-users@lists.lyx.org
Subject:  Re: problem with lyx-1.4.0 and beamer
 
Gisbert, Fernando wrote:

 Hi, I have a problem related with the pdf index generation with the beamer
 class. I write a simple lyx document, and when I view it with pdflatex,
 the resulting pdf leaves the left-side navigation panel empty, even using
 section and subsection environments in the lyx document. When I export the
 file to latex to see what happen, I see two strange lines:
 
 \setcounter{secnumdepth}{-1000}
 \setcounter{tocdepth}{-1000}
 
 that in previous beamer documents had a value of 3 instead of -1000. I
 don't know why these two numbers are set to -1000, and I also don't know
 how to reset them to its original value. By setting them to a reasonable
 value, let's say 3, for instance, the index appears again. Does anyone
 know how to fix it?

This is a problem in the layout conversion script that converts layout files
from 1.3 format to 1.4 format. Please try the procedure I decsribed at
http://thread.gmane.org/gmane.editors.lyx.general/29518/focus=29518 and
report whether it works.


Georg





Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is book,
the style is default.
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style fancy? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim



Re: button to add rows to tables

2006-04-05 Thread Paul A. Rubin

Nabil Hathout wrote:

Hello,

In lyx 1.3.x, I used to use the global tabular window to add and
remove rows and columns (only one click was needed to add one row).
In lyx 1.4.0, this functionality has become items in a sub-menu (3
clicks to add each row).  It would be nice to have both options (keep
the the tabular window buttons and the menu items).

Thanks,



If you right-click anywhere on the main tool bar and select the Table 
tool bar, you'll get a new tool bar with buttons to add/remove rows and 
columns.  So after displaying the tool bar (two clicks), it's one click 
per action.


/Paul




Re: Easy way to get the page number top right

2006-04-05 Thread Richard Heck


The way to do this kind of thing is to redefine the chapter start
macro from the class file. Here's what that macro looks like in my
version of book.cls:

[EMAIL PROTECTED]
\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}

What's causing the page number to be at the bottom is the second line,
so you might try something like this:

[EMAIL PROTECTED]
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}

in the preamble. Since you're on Windows, I suppose it's possible that
your book.cls may differ from mine. So you'll want to find that file and
see what your definition looks like. But the same sort of trick should work.

Richard

Joachim Krieg wrote:

Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is book,
the style is default.
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style fancy? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim
  





Re: LyX on Mac OS X: key binding strangeness

2006-04-05 Thread jesse mejia
That's strange. I'm using LyX 1.4.0 on OSX 10.3.9 and cmd-, opens 
preferences while cmd-q quits. as it should do...
Now as far as fixing it on your machine, I'm afraid I have no idea.. 
sorry.


-J
On Apr 5, 2006, at 4:24 PM, A S Hodel wrote:

I've found a couple of behaviors of LyX 1.4.0 on Mac OS X (both 10.3 
and 10.4) that are annoying and I don't know how to fix them.


Key bindings listed in the menu are:
CMD-, for preferences
CMD-Q to quit.

However, if I use Cmd-, I instead get the About LyX dialog.  This 
occurs even if I use the menu to select LyX preferences.  The only 
exception is my first use of LyX after a reinstall.


Similarly, if I use CMD-Q, it pulls up the document settings dialog, 
even if I use the menu instead of the key binding.


I am at a loss on how to repair this behavior.

Yours,

A S Hodel





Re: Easy way to get the page number top right

2006-04-05 Thread Richard Heck


I'm afraid that starts to get beyond my understanding of these class 
files. I /believe/ the thing you need to do is to redefine the 
\chaptermark macro, but this is a TeX construct, not a LaTeX one, and 
I'm not absolutely sure how to do that. I'd try:

\let\chaptermark##1\empty
But I don't say that will work. If that didn't work, I'd try:
\def\chaptermark#1{}%
Perhaps someone else here knows how to do this.

Richard

Joachim Krieg wrote:

Thanks for your fast support!! Your trick works very good.
I have one more question: Now on every start page of a chapter the
name of the chapter is shown top right too. Is there any possibility
to show only the page number on this page?

--
Joachim



Richard Heck wrote:

  
The way to do this kind of thing is to redefine the chapter start 
macro from the class file. Here's what that macro looks like in my 
version of book.cls:


[EMAIL PROTECTED]
\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}
  

What's causing the page number to be at the bottom is the second line,
so you might try something like this:


[EMAIL PROTECTED]
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}
  

in the preamble. Since you're on Windows, I suppose it's possible that
your book.cls may differ from mine. So you'll want to find that file and
see what your definition looks like. But the same sort of trick should work.



  

Richard



  

Joachim Krieg wrote:


Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is book,
the style is default.
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style fancy? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim
  
  




  




Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
I hope I test your advice in the right way.

I changed the line
  \chaptermark{#1}%
to
  \let\chaptermark##1\empty
That didn't work. No I have one 1 on every chapter start page.
Then I changed the line to
  \def\chaptermark#1{}%
That didn't work too. Now I have on every page the name of the first
chapter.

At last I found a little problem with your first trick. Every
chapter that haven't a number (chapter*) isn't shown in the header...


Joachim



Richard Heck wrote:

 I'm afraid that starts to get beyond my understanding of these class 
 files. I /believe/ the thing you need to do is to redefine the 
 \chaptermark macro, but this is a TeX construct, not a LaTeX one, and 
 I'm not absolutely sure how to do that. I'd try:
 \let\chaptermark##1\empty
 But I don't say that will work. If that didn't work, I'd try:
 \def\chaptermark#1{}%
 Perhaps someone else here knows how to do this.

 Richard

 Joachim Krieg wrote:
 Thanks for your fast support!! Your trick works very good.
 I have one more question: Now on every start page of a chapter the
 name of the chapter is shown top right too. Is there any possibility
 to show only the page number on this page?

 --
 Joachim




thesaurus in windows version

2006-04-05 Thread Scott Otterson
Should the thesaurus work in the Windows version of lyx 1.4?  I've got 
it working in Linux but don't see it in the 1.4.1svn windows version 
I've installed using the new windows installer.  Seems like it should be 
possible to do since there's a windows port of Aiksaurus.


Anyway, thanks for 1.4!  Lots of improvements!

Scott


Page numbering (in memoir)

2006-04-05 Thread mail.k

Hi everyone,


I've written my thesis in memoir, and I'm almost ready to print.

I chose Ruled for my page style,

but I'm required to put the folios for the abstract, acknowledgement 
page, and table of contents *in the footer, centered*.


The title page must be empty (this I've accomplished with 
/\thispagestyle{empty}/).


I've tried to use /\pagestyle{plain} /but in the the second page of the 
abstracts and table of contents, the folio is put in the footer *outside*.



Any ideas?


Thanks,

Eran



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Richard Heck wrote:

 The idea was to put
   \let\chaptermark##1\empty
 or
   \def\chaptermark#1{}%
 in the preamble. If you just changed that line, then you redefined it
 only after the first chaptermark was created. Hence the behavior you
 are seeing.

If I put
  \let\chaptermark##1\empty
in the preamble I get this two errors:

1.
LaTeX Error: Missing \begin{document}.
 \let\chaptermark##1
\empty
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

2.
You can't use `macro parameter character #' in vertical mode.
 \let\chaptermark##
   1\empty
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.



If I put
  \def\chaptermark#1{}%
in the preamble I get on every page the header from my TOC



 At last I found a little problem with your first trick. Every chapter that 
 haven't a number (chapter*) isn't shown in the header...
   
 I'm not sure why that would happen. Are you sure it was happening just
 with the first trick?
Yes!


 Richard



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
I tried your idea. It works very good too. First I changed the
book.cls like Richard told it. Then I changed the style to fancy and
wrote your commands in the preamble.
I get the page numbers on all pages, on the first page of the chapter
too.

How can I add the name of the chapter or subchapter to the header?


Thanks for your help too!

--
Joachim


Kamran SHAFQAT wrote:

 Hi,
 I think it could be done by changing the page style to fancy and adding
 the following commands in the peramble

 \pagestyle{fancy}
 \renewcommand{\headrulewidth}{0pt}
 \rhead{\thepage}
 \lhead{}
 \rfoot{}
 \lfoot{}
 \cfoot{}

 But this will not give you the page number on the first page of the 
 chapter. To add the page number on the first page you have to put 
 command \thispagestyle{fancy} using ERT at the start of the first line
 of the page.




 regards,

 Kamran



Re: Easy way to get the page number top right

2006-04-05 Thread Kamran SHAFQAT

Joachim Krieg wrote:


I tried your idea. It works very good too. First I changed the
book.cls like Richard told it. Then I changed the style to fancy and
wrote your commands in the preamble.
I get the page numbers on all pages, on the first page of the chapter
too.

How can I add the name of the chapter or subchapter to the header?


Thanks for your help too!

--
Joachim


Kamran SHAFQAT wrote:

 


Hi,
I think it could be done by changing the page style to fancy and adding
the following commands in the peramble
   



 


\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{\thepage}
\lhead{}
\rfoot{}
\lfoot{}
\cfoot{}
   



 

But this will not give you the page number on the first page of the 
chapter. To add the page number on the first page you have to put 
command \thispagestyle{fancy} using ERT at the start of the first line

of the page.
   






 


regards,
   



 


Kamran
   





 


Hi
well i am assuming that you want the name of chapter and 
section/subsection on each page for that try adding these commands to 
preamble



\renewcommand{\chaptermark}[1]{\markboth{{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]{\markright{{\thesection.\ #1}}}

than \lhead{\rightmark} and \cfoot{\leftmark} will produce the chapter 
name and section/subsection on left side of header and cneter of footer 
respectively. But on the first page of the chapter only the chapter name 
will apper.



regards,


kamran


Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Kamran SHAFQAT wrote:

 Hi
 well i am assuming that you want the name of chapter and 
 section/subsection on each page for that try adding these commands to 
 preamble


 \renewcommand{\chaptermark}[1]{\markboth{{\thechapter.\ #1}}{}}
 \renewcommand{\sectionmark}[1]{\markright{{\thesection.\ #1}}}

 than \lhead{\rightmark} and \cfoot{\leftmark} will produce the chapter
 name and section/subsection on left side of header and cneter of footer
 respectively. But on the first page of the chapter only the chapter name
 will apper.


 regards,


 kamran

Hi,
that works! But I haven't on the first page of a chapter only the
chapter name, there is nothing (in the header. But that's okay for me.
Now I have one more problem. The page after my toc is a chapter*
without a number. The header of this page shows the name of my
toc. Can I change this?


You sound like a user who knows fancy. This is a little bit OT for
this thread but maybe you can give me a hint. How can I make a line
under the header to visual separate him from the text?

Once more thanks for your help!


-- 
Joachim  



Re: Easy way to get the page number top right

2006-04-05 Thread Charles de Miramon
c. Can I change this?
 
 
 You sound like a user who knows fancy. This is a little bit OT for
 this thread but maybe you can give me a hint. How can I make a line
 under the header to visual separate him from the text?
 

http://tug.org/TeXnik/mainFAQ.cgi?file=fancy/header
-- 
http://www.kde-france.org



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Charles de Miramon wrote:

 c. Can I change this?

Yes, thanks for the hint.
 
 
 You sound like a user who knows fancy. This is a little bit OT for
 this thread but maybe you can give me a hint. How can I make a line
 under the header to visual separate him from the text?
 

 http://tug.org/TeXnik/mainFAQ.cgi?file=fancy/header



-- 
Joachim  



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Kamran SHAFQAT wrote:

Hi,
that works! But I haven't on the first page of a chapter only the
chapter name, there is nothing (in the header. But that's okay for me.
Now I have one more problem. The page after my toc is a chapter*
without a number. The header of this page shows the name of my
toc. Can I change this?


You sound like a user who knows fancy. This is a little bit OT for
this thread but maybe you can give me a hint. How can I make a line
under the header to visual separate him from the text?

Once more thanks for your help!


  

 Hi,
  sorry i haven't tried to use heards with *chapter so i dont really know
 how this will work but i do remember that there is somthing about it in
 fancy header document. i have attaached the file i hope you will be able
 to see it there. sorry


No problem and many thanks once more.

-- 
Joachim  



Re: \bind not working on 1.4.0

2006-04-05 Thread Jean-Marc Lasgouttes
 belahcene == belahcene abdelkader [EMAIL PROTECTED] writes:

belahcene Hi, great it is obsolete, how to switch to another
belahcene language!!! please can you send me a correct file withc
belahcene replaces the previous lyxrc, with a correct switching and
belahcene using the F12 key for example

Just what I said previously: in ~/.lyx/bind/,  create a file
mybindings.bind containing

 --mybindings.bind-- 
 \bind_file cua
 
 \bind F12 delete-backward
 

The in ToolsPreference, set the bindings to mybindings, instead of
the default CUA.

Obviously you will have to bind F12 to something more useful than
delete-backward, but since I do not know what you want to do...

JMarc




Re: The new version

2006-04-05 Thread Jean-Marc Lasgouttes
 Patrick == Patrick Dupre [EMAIL PROTECTED] writes:

Patrick Hello, I experience at least 2 problems with the new version:
Patrick I cannot tape: \sqrt for example in a formula 

What do you mean?

Patrick My old text have \rm in the formula, this non-slanted mode
Patrick does not appear any more under lyx I get compilaton error:
Patrick Latex error File'1_home_pdupre_publications_figure.eps.bb' n

This error message seems strange... Is that supposed to be related to
\rm in formula???

JMarc


Re: proc document class

2006-04-05 Thread Jean-Marc Lasgouttes
 Alexandru == Alexandru Cabuz [EMAIL PROTECTED] writes:

Alexandru Hello, list! Question concerning proc document class:

Alexandru Why is the proc document class not supported in lyx?

Alexandru Can I still use lyx to write proc documents, by some
Alexandru workaround?

Hello,

proc is not supported because we did not know about it :) What are the
differences wrt article except that it is in two columns?

JMarc


Re: Page numbering (in memoir)

2006-04-05 Thread Marcelo Acuña
 I've written my thesis in memoir, and I'm almost
 ready to print.
 
 I chose Ruled for my page style,
 
 but I'm required to put the folios for the abstract,
 acknowledgement 
 page, and table of contents *in the footer,
 centered*.
 
 The title page must be empty (this I've accomplished
 with 
 /\thispagestyle{empty}/).
 
 I've tried to use /\pagestyle{plain} /but in the the
 second page of the 
 abstracts and table of contents, the folio is put in
 the footer *outside*.
 
package titlesec  provide control over header and
footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


system of equations

2006-04-05 Thread Nick Kuzmik

Is there anyway to do systems of equations in lyx, such that there is a 
curly brace on the left side, nothing on the right side, 2 or more 
equation matrices inside the brace, and here's the tricky part, the 
equations  are all counted as part of the total equation tally. 
 

Nick Kuzmik
(845) 406-5115
AIM NKUZMIK

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Pocono Wedding Planner - Now you can read it on line

2006-04-05 Thread Bill Vander Brink
The current issue of the Pocono Wedding Planner is
now available for view on line. Click on this link to read.
http://www.justlookonline.com/projectlist.php?login=1username=2042nepa

If you would like a hard copy please email or call and we will mail you a copy.

For information on our upcoming Bridal magazines:

Pocono Wedding Planner - Fall 2006
North Jersey Bride  - Fall 2006
Lehigh Valley Bridal Guide - Fall 2006

Call or email for information and pricing. 
NEPA Marketing Group, Inc 570-646-9340

Bill  -  Cell: 570-656-0729 

View magazines   information at: www.nepamarketinggroup.com

http://www.nepamarketinggroup.com/Pocono%20wedding_planner.htm

http://www.wedalert.com/vendsearch/states/pennsylvania/poconos.asp

http://www.planyourwedding.net/catalog.asp?keyword=Publications


Re: Lyx 1.4.0 won'http://www.codeweavers.com/support/tickets/browse/?list=6;ticket_level=2t allow quotation marks inside ERT boxes

2006-04-05 Thread Georg Baum
Paul Johnson wrote:

 However, LyX will not let me type double quotation marks:   inside
 ERT boxes.  And that's vital for the R code.  I am allowed to copy and
 paste quotation marks from ERT boxes that I wrote with LyX 1.3.7, so
 that is a work around.  But I can't understand why LyX would disable
 the  key altogether.

This is a bug that will be fixed in 1.4.1:
http://bugzilla.lyx.org/show_bug.cgi?id=2429


Georg



Re: problem with lyx-1.4.0 and beamer

2006-04-05 Thread Georg Baum
Gisbert, Fernando wrote:

 Hi, I have a problem related with the pdf index generation with the beamer
 class. I write a simple lyx document, and when I view it with pdflatex,
 the resulting pdf leaves the left-side navigation panel empty, even using
 section and subsection environments in the lyx document. When I export the
 file to latex to see what happen, I see two strange lines:
 
 \setcounter{secnumdepth}{-1000}
 \setcounter{tocdepth}{-1000}
 
 that in previous beamer documents had a value of 3 instead of -1000. I
 don't know why these two numbers are set to -1000, and I also don't know
 how to reset them to its original value. By setting them to a reasonable
 value, let's say 3, for instance, the index appears again. Does anyone
 know how to fix it?

This is a problem in the layout conversion script that converts layout files
from 1.3 format to 1.4 format. Please try the procedure I decsribed at
http://thread.gmane.org/gmane.editors.lyx.general/29518/focus=29518 and
report whether it works.


Georg



button to add rows to tables

2006-04-05 Thread Nabil Hathout
Hello,

In lyx 1.3.x, I used to use the global tabular window to add and
remove rows and columns (only one click was needed to add one row).
In lyx 1.4.0, this functionality has become items in a sub-menu (3
clicks to add each row).  It would be nice to have both options (keep
the the tabular window buttons and the menu items).

Thanks,

-- 
Nabil Hathout
ERSS (UMR 5610) CNRS  Université de Toulouse-Le Mirail
Maison de la Recherche.  F-31058 Toulouse cedex 9
Tél. (+33) 561-50-36-03  Fax (+33) 561-50-46-77


Help on compiling Lyx 1.4.0 for teTex3

2006-04-05 Thread Patton, Eric
Hi,

I see that the latest teTex is version 3, so I was wondering if it is
possible to compile Lyx for support of teTex3? I'm using Ubuntu 5.10 on a
PC.

I successfully compiled teTex3 last night, but when I went to install the
deb packages for Lyx1.4.0, it complained that version 2.02 of teTex-base,
-extra, and -bin were not found. If I can use teTex3 with Lyx 1.4.0, can
anyone tell me what configure flags I need to pass? If it helps, the root
directory of my teTex install is /usr/local/teTex.

Thanks,

~ Eric. 


Re: Help on compiling Lyx 1.4.0 for teTex3

2006-04-05 Thread Charles de Miramon
Patton, Eric wrote:

 Hi,
 
 I see that the latest teTex is version 3, so I was wondering if it is
 possible to compile Lyx for support of teTex3? I'm using Ubuntu 5.10 on a
 PC.
 

Why don't you install official ubuntu tetex3 packages ? According to
http://de.archive.ubuntu.com/ubuntu/pool/main/t/tetex-base/

they exist. 
ou will solve your dependency problem. Another solution would be to force
the installation of LyX without checking dependencies.

Cheers,
Charles
-- 
http://www.kde-france.org



RE: Re: problem with lyx-1.4.0 and beamer

2006-04-05 Thread Gisbert, Fernando
I tried the layout2layout.py script, and it works well, now the pdf document 
contains the index. Thanks very much for your help.


-Original Message-
From: news on behalf of Georg Baum
Sent: Wed 4/5/2006 8:47 AM
To: lyx-users@lists.lyx.org
Subject:  Re: problem with lyx-1.4.0 and beamer
 
Gisbert, Fernando wrote:

 Hi, I have a problem related with the pdf index generation with the beamer
 class. I write a simple lyx document, and when I view it with pdflatex,
 the resulting pdf leaves the left-side navigation panel empty, even using
 section and subsection environments in the lyx document. When I export the
 file to latex to see what happen, I see two strange lines:
 
 \setcounter{secnumdepth}{-1000}
 \setcounter{tocdepth}{-1000}
 
 that in previous beamer documents had a value of 3 instead of -1000. I
 don't know why these two numbers are set to -1000, and I also don't know
 how to reset them to its original value. By setting them to a reasonable
 value, let's say 3, for instance, the index appears again. Does anyone
 know how to fix it?

This is a problem in the layout conversion script that converts layout files
from 1.3 format to 1.4 format. Please try the procedure I decsribed at
http://thread.gmane.org/gmane.editors.lyx.general/29518/focus=29518 and
report whether it works.


Georg





Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is book,
the style is default.
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style fancy? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim



Re: button to add rows to tables

2006-04-05 Thread Paul A. Rubin

Nabil Hathout wrote:

Hello,

In lyx 1.3.x, I used to use the global tabular window to add and
remove rows and columns (only one click was needed to add one row).
In lyx 1.4.0, this functionality has become items in a sub-menu (3
clicks to add each row).  It would be nice to have both options (keep
the the tabular window buttons and the menu items).

Thanks,



If you right-click anywhere on the main tool bar and select the Table 
tool bar, you'll get a new tool bar with buttons to add/remove rows and 
columns.  So after displaying the tool bar (two clicks), it's one click 
per action.


/Paul




Re: Easy way to get the page number top right

2006-04-05 Thread Richard Heck


The way to do this kind of thing is to redefine the chapter start
macro from the class file. Here's what that macro looks like in my
version of book.cls:

[EMAIL PROTECTED]
\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}

What's causing the page number to be at the bottom is the second line,
so you might try something like this:

[EMAIL PROTECTED]
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}

in the preamble. Since you're on Windows, I suppose it's possible that
your book.cls may differ from mine. So you'll want to find that file and
see what your definition looks like. But the same sort of trick should work.

Richard

Joachim Krieg wrote:

Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is book,
the style is default.
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style fancy? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim
  





Re: LyX on Mac OS X: key binding strangeness

2006-04-05 Thread jesse mejia
That's strange. I'm using LyX 1.4.0 on OSX 10.3.9 and cmd-, opens 
preferences while cmd-q quits. as it should do...
Now as far as fixing it on your machine, I'm afraid I have no idea.. 
sorry.


-J
On Apr 5, 2006, at 4:24 PM, A S Hodel wrote:

I've found a couple of behaviors of LyX 1.4.0 on Mac OS X (both 10.3 
and 10.4) that are annoying and I don't know how to fix them.


Key bindings listed in the menu are:
CMD-, for preferences
CMD-Q to quit.

However, if I use Cmd-, I instead get the About LyX dialog.  This 
occurs even if I use the menu to select LyX preferences.  The only 
exception is my first use of LyX after a reinstall.


Similarly, if I use CMD-Q, it pulls up the document settings dialog, 
even if I use the menu instead of the key binding.


I am at a loss on how to repair this behavior.

Yours,

A S Hodel





Re: Easy way to get the page number top right

2006-04-05 Thread Richard Heck


I'm afraid that starts to get beyond my understanding of these class 
files. I /believe/ the thing you need to do is to redefine the 
\chaptermark macro, but this is a TeX construct, not a LaTeX one, and 
I'm not absolutely sure how to do that. I'd try:

\let\chaptermark##1\empty
But I don't say that will work. If that didn't work, I'd try:
\def\chaptermark#1{}%
Perhaps someone else here knows how to do this.

Richard

Joachim Krieg wrote:

Thanks for your fast support!! Your trick works very good.
I have one more question: Now on every start page of a chapter the
name of the chapter is shown top right too. Is there any possibility
to show only the page number on this page?

--
Joachim



Richard Heck wrote:

  
The way to do this kind of thing is to redefine the chapter start 
macro from the class file. Here's what that macro looks like in my 
version of book.cls:


[EMAIL PROTECTED]
\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}
  

What's causing the page number to be at the bottom is the second line,
so you might try something like this:


[EMAIL PROTECTED]
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}
  

in the preamble. Since you're on Windows, I suppose it's possible that
your book.cls may differ from mine. So you'll want to find that file and
see what your definition looks like. But the same sort of trick should work.



  

Richard



  

Joachim Krieg wrote:


Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is book,
the style is default.
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style fancy? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim
  
  




  




Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
I hope I test your advice in the right way.

I changed the line
  \chaptermark{#1}%
to
  \let\chaptermark##1\empty
That didn't work. No I have one 1 on every chapter start page.
Then I changed the line to
  \def\chaptermark#1{}%
That didn't work too. Now I have on every page the name of the first
chapter.

At last I found a little problem with your first trick. Every
chapter that haven't a number (chapter*) isn't shown in the header...


Joachim



Richard Heck wrote:

 I'm afraid that starts to get beyond my understanding of these class 
 files. I /believe/ the thing you need to do is to redefine the 
 \chaptermark macro, but this is a TeX construct, not a LaTeX one, and 
 I'm not absolutely sure how to do that. I'd try:
 \let\chaptermark##1\empty
 But I don't say that will work. If that didn't work, I'd try:
 \def\chaptermark#1{}%
 Perhaps someone else here knows how to do this.

 Richard

 Joachim Krieg wrote:
 Thanks for your fast support!! Your trick works very good.
 I have one more question: Now on every start page of a chapter the
 name of the chapter is shown top right too. Is there any possibility
 to show only the page number on this page?

 --
 Joachim




thesaurus in windows version

2006-04-05 Thread Scott Otterson
Should the thesaurus work in the Windows version of lyx 1.4?  I've got 
it working in Linux but don't see it in the 1.4.1svn windows version 
I've installed using the new windows installer.  Seems like it should be 
possible to do since there's a windows port of Aiksaurus.


Anyway, thanks for 1.4!  Lots of improvements!

Scott


Page numbering (in memoir)

2006-04-05 Thread mail.k

Hi everyone,


I've written my thesis in memoir, and I'm almost ready to print.

I chose Ruled for my page style,

but I'm required to put the folios for the abstract, acknowledgement 
page, and table of contents *in the footer, centered*.


The title page must be empty (this I've accomplished with 
/\thispagestyle{empty}/).


I've tried to use /\pagestyle{plain} /but in the the second page of the 
abstracts and table of contents, the folio is put in the footer *outside*.



Any ideas?


Thanks,

Eran



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Richard Heck wrote:

 The idea was to put
   \let\chaptermark##1\empty
 or
   \def\chaptermark#1{}%
 in the preamble. If you just changed that line, then you redefined it
 only after the first chaptermark was created. Hence the behavior you
 are seeing.

If I put
  \let\chaptermark##1\empty
in the preamble I get this two errors:

1.
LaTeX Error: Missing \begin{document}.
 \let\chaptermark##1
\empty
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

2.
You can't use `macro parameter character #' in vertical mode.
 \let\chaptermark##
   1\empty
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.



If I put
  \def\chaptermark#1{}%
in the preamble I get on every page the header from my TOC



 At last I found a little problem with your first trick. Every chapter that 
 haven't a number (chapter*) isn't shown in the header...
   
 I'm not sure why that would happen. Are you sure it was happening just
 with the first trick?
Yes!


 Richard



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
I tried your idea. It works very good too. First I changed the
book.cls like Richard told it. Then I changed the style to fancy and
wrote your commands in the preamble.
I get the page numbers on all pages, on the first page of the chapter
too.

How can I add the name of the chapter or subchapter to the header?


Thanks for your help too!

--
Joachim


Kamran SHAFQAT wrote:

 Hi,
 I think it could be done by changing the page style to fancy and adding
 the following commands in the peramble

 \pagestyle{fancy}
 \renewcommand{\headrulewidth}{0pt}
 \rhead{\thepage}
 \lhead{}
 \rfoot{}
 \lfoot{}
 \cfoot{}

 But this will not give you the page number on the first page of the 
 chapter. To add the page number on the first page you have to put 
 command \thispagestyle{fancy} using ERT at the start of the first line
 of the page.




 regards,

 Kamran



Re: Easy way to get the page number top right

2006-04-05 Thread Kamran SHAFQAT

Joachim Krieg wrote:


I tried your idea. It works very good too. First I changed the
book.cls like Richard told it. Then I changed the style to fancy and
wrote your commands in the preamble.
I get the page numbers on all pages, on the first page of the chapter
too.

How can I add the name of the chapter or subchapter to the header?


Thanks for your help too!

--
Joachim


Kamran SHAFQAT wrote:

 


Hi,
I think it could be done by changing the page style to fancy and adding
the following commands in the peramble
   



 


\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{\thepage}
\lhead{}
\rfoot{}
\lfoot{}
\cfoot{}
   



 

But this will not give you the page number on the first page of the 
chapter. To add the page number on the first page you have to put 
command \thispagestyle{fancy} using ERT at the start of the first line

of the page.
   






 


regards,
   



 


Kamran
   





 


Hi
well i am assuming that you want the name of chapter and 
section/subsection on each page for that try adding these commands to 
preamble



\renewcommand{\chaptermark}[1]{\markboth{{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]{\markright{{\thesection.\ #1}}}

than \lhead{\rightmark} and \cfoot{\leftmark} will produce the chapter 
name and section/subsection on left side of header and cneter of footer 
respectively. But on the first page of the chapter only the chapter name 
will apper.



regards,


kamran


Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Kamran SHAFQAT wrote:

 Hi
 well i am assuming that you want the name of chapter and 
 section/subsection on each page for that try adding these commands to 
 preamble


 \renewcommand{\chaptermark}[1]{\markboth{{\thechapter.\ #1}}{}}
 \renewcommand{\sectionmark}[1]{\markright{{\thesection.\ #1}}}

 than \lhead{\rightmark} and \cfoot{\leftmark} will produce the chapter
 name and section/subsection on left side of header and cneter of footer
 respectively. But on the first page of the chapter only the chapter name
 will apper.


 regards,


 kamran

Hi,
that works! But I haven't on the first page of a chapter only the
chapter name, there is nothing (in the header. But that's okay for me.
Now I have one more problem. The page after my toc is a chapter*
without a number. The header of this page shows the name of my
toc. Can I change this?


You sound like a user who knows fancy. This is a little bit OT for
this thread but maybe you can give me a hint. How can I make a line
under the header to visual separate him from the text?

Once more thanks for your help!


-- 
Joachim  



Re: Easy way to get the page number top right

2006-04-05 Thread Charles de Miramon
c. Can I change this?
 
 
 You sound like a user who knows fancy. This is a little bit OT for
 this thread but maybe you can give me a hint. How can I make a line
 under the header to visual separate him from the text?
 

http://tug.org/TeXnik/mainFAQ.cgi?file=fancy/header
-- 
http://www.kde-france.org



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Charles de Miramon wrote:

 c. Can I change this?

Yes, thanks for the hint.
 
 
 You sound like a user who knows fancy. This is a little bit OT for
 this thread but maybe you can give me a hint. How can I make a line
 under the header to visual separate him from the text?
 

 http://tug.org/TeXnik/mainFAQ.cgi?file=fancy/header



-- 
Joachim  



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Kamran SHAFQAT wrote:

Hi,
that works! But I haven't on the first page of a chapter only the
chapter name, there is nothing (in the header. But that's okay for me.
Now I have one more problem. The page after my toc is a chapter*
without a number. The header of this page shows the name of my
toc. Can I change this?


You sound like a user who knows fancy. This is a little bit OT for
this thread but maybe you can give me a hint. How can I make a line
under the header to visual separate him from the text?

Once more thanks for your help!


  

 Hi,
  sorry i haven't tried to use heards with *chapter so i dont really know
 how this will work but i do remember that there is somthing about it in
 fancy header document. i have attaached the file i hope you will be able
 to see it there. sorry


No problem and many thanks once more.

-- 
Joachim  



Re: \bind not working on 1.4.0

2006-04-05 Thread Jean-Marc Lasgouttes
 belahcene == belahcene abdelkader [EMAIL PROTECTED] writes:

belahcene Hi, great it is obsolete, how to switch to another
belahcene language!!! please can you send me a correct file withc
belahcene replaces the previous lyxrc, with a correct switching and
belahcene using the F12 key for example

Just what I said previously: in ~/.lyx/bind/,  create a file
mybindings.bind containing

 --mybindings.bind-- 
 \bind_file cua
 
 \bind F12 delete-backward
 

The in ToolsPreference, set the bindings to mybindings, instead of
the default CUA.

Obviously you will have to bind F12 to something more useful than
delete-backward, but since I do not know what you want to do...

JMarc




Re: The new version

2006-04-05 Thread Jean-Marc Lasgouttes
 Patrick == Patrick Dupre [EMAIL PROTECTED] writes:

Patrick Hello, I experience at least 2 problems with the new version:
Patrick I cannot tape: \sqrt for example in a formula 

What do you mean?

Patrick My old text have \rm in the formula, this non-slanted mode
Patrick does not appear any more under lyx I get compilaton error:
Patrick Latex error File'1_home_pdupre_publications_figure.eps.bb' n

This error message seems strange... Is that supposed to be related to
\rm in formula???

JMarc


Re: proc document class

2006-04-05 Thread Jean-Marc Lasgouttes
 Alexandru == Alexandru Cabuz [EMAIL PROTECTED] writes:

Alexandru Hello, list! Question concerning proc document class:

Alexandru Why is the proc document class not supported in lyx?

Alexandru Can I still use lyx to write proc documents, by some
Alexandru workaround?

Hello,

proc is not supported because we did not know about it :) What are the
differences wrt article except that it is in two columns?

JMarc


Re: Page numbering (in memoir)

2006-04-05 Thread Marcelo Acuña
 I've written my thesis in memoir, and I'm almost
 ready to print.
 
 I chose Ruled for my page style,
 
 but I'm required to put the folios for the abstract,
 acknowledgement 
 page, and table of contents *in the footer,
 centered*.
 
 The title page must be empty (this I've accomplished
 with 
 /\thispagestyle{empty}/).
 
 I've tried to use /\pagestyle{plain} /but in the the
 second page of the 
 abstracts and table of contents, the folio is put in
 the footer *outside*.
 
package titlesec  provide control over header and
footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


system of equations

2006-04-05 Thread Nick Kuzmik

Is there anyway to do systems of equations in lyx, such that there is a 
curly brace on the left side, nothing on the right side, 2 or more 
equation matrices inside the brace, and here's the tricky part, the 
equations  are all counted as part of the total equation tally. 
 

Nick Kuzmik
(845) 406-5115
AIM NKUZMIK

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Pocono Wedding Planner - Now you can read it on line

2006-04-05 Thread Bill Vander Brink
The current issue of the Pocono Wedding Planner is
now available for view on line. Click on this link to read.
http://www.justlookonline.com/projectlist.php?login=1username=2042nepa

If you would like a hard copy please email or call and we will mail you a copy.

For information on our upcoming Bridal magazines:

Pocono Wedding Planner - Fall 2006
North Jersey Bride  - Fall 2006
Lehigh Valley Bridal Guide - Fall 2006

Call or email for information and pricing. 
NEPA Marketing Group, Inc 570-646-9340

Bill  -  Cell: 570-656-0729 

View magazines   information at: www.nepamarketinggroup.com

http://www.nepamarketinggroup.com/Pocono%20wedding_planner.htm

http://www.wedalert.com/vendsearch/states/pennsylvania/poconos.asp

http://www.planyourwedding.net/catalog.asp?keyword=Publications


Re: Lyx 1.4.0 won'http://www.codeweavers.com/support/tickets/browse/?list=6;ticket_level=2t allow quotation marks inside ERT boxes

2006-04-05 Thread Georg Baum
Paul Johnson wrote:

> However, LyX will not let me type double quotation marks: "  inside
> ERT boxes.  And that's vital for the R code.  I am allowed to copy and
> paste quotation marks from ERT boxes that I wrote with LyX 1.3.7, so
> that is a work around.  But I can't understand why LyX would disable
> the " key altogether.

This is a bug that will be fixed in 1.4.1:
http://bugzilla.lyx.org/show_bug.cgi?id=2429


Georg



Re: problem with lyx-1.4.0 and beamer

2006-04-05 Thread Georg Baum
Gisbert, Fernando wrote:

> Hi, I have a problem related with the pdf index generation with the beamer
> class. I write a simple lyx document, and when I view it with pdflatex,
> the resulting pdf leaves the left-side navigation panel empty, even using
> section and subsection environments in the lyx document. When I export the
> file to latex to see what happen, I see two strange lines:
> 
> \setcounter{secnumdepth}{-1000}
> \setcounter{tocdepth}{-1000}
> 
> that in previous beamer documents had a value of 3 instead of -1000. I
> don't know why these two numbers are set to -1000, and I also don't know
> how to reset them to its original value. By setting them to a reasonable
> value, let's say 3, for instance, the index appears again. Does anyone
> know how to fix it?

This is a problem in the layout conversion script that converts layout files
from 1.3 format to 1.4 format. Please try the procedure I decsribed at
http://thread.gmane.org/gmane.editors.lyx.general/29518/focus=29518 and
report whether it works.


Georg



button to add rows to tables

2006-04-05 Thread Nabil Hathout
Hello,

In lyx 1.3.x, I used to use the global tabular window to add and
remove rows and columns (only one click was needed to add one row).
In lyx 1.4.0, this functionality has become items in a sub-menu (3
clicks to add each row).  It would be nice to have both options (keep
the the tabular window buttons and the menu items).

Thanks,

-- 
Nabil Hathout
ERSS (UMR 5610) CNRS & Université de Toulouse-Le Mirail
Maison de la Recherche.  F-31058 Toulouse cedex 9
Tél. (+33) 561-50-36-03  Fax (+33) 561-50-46-77


Help on compiling Lyx 1.4.0 for teTex3

2006-04-05 Thread Patton, Eric
Hi,

I see that the latest teTex is version 3, so I was wondering if it is
possible to compile Lyx for support of teTex3? I'm using Ubuntu 5.10 on a
PC.

I successfully compiled teTex3 last night, but when I went to install the
deb packages for Lyx1.4.0, it complained that version 2.02 of teTex-base,
-extra, and -bin were not found. If I can use teTex3 with Lyx 1.4.0, can
anyone tell me what configure flags I need to pass? If it helps, the root
directory of my teTex install is /usr/local/teTex.

Thanks,

~ Eric. 


Re: Help on compiling Lyx 1.4.0 for teTex3

2006-04-05 Thread Charles de Miramon
Patton, Eric wrote:

> Hi,
> 
> I see that the latest teTex is version 3, so I was wondering if it is
> possible to compile Lyx for support of teTex3? I'm using Ubuntu 5.10 on a
> PC.
> 

Why don't you install official ubuntu tetex3 packages ? According to
http://de.archive.ubuntu.com/ubuntu/pool/main/t/tetex-base/

they exist. 
ou will solve your dependency problem. Another solution would be to force
the installation of LyX without checking dependencies.

Cheers,
Charles
-- 
http://www.kde-france.org



RE: Re: problem with lyx-1.4.0 and beamer

2006-04-05 Thread Gisbert, Fernando
I tried the layout2layout.py script, and it works well, now the pdf document 
contains the index. Thanks very much for your help.


-Original Message-
From: news on behalf of Georg Baum
Sent: Wed 4/5/2006 8:47 AM
To: lyx-users@lists.lyx.org
Subject:  Re: problem with lyx-1.4.0 and beamer
 
Gisbert, Fernando wrote:

> Hi, I have a problem related with the pdf index generation with the beamer
> class. I write a simple lyx document, and when I view it with pdflatex,
> the resulting pdf leaves the left-side navigation panel empty, even using
> section and subsection environments in the lyx document. When I export the
> file to latex to see what happen, I see two strange lines:
> 
> \setcounter{secnumdepth}{-1000}
> \setcounter{tocdepth}{-1000}
> 
> that in previous beamer documents had a value of 3 instead of -1000. I
> don't know why these two numbers are set to -1000, and I also don't know
> how to reset them to its original value. By setting them to a reasonable
> value, let's say 3, for instance, the index appears again. Does anyone
> know how to fix it?

This is a problem in the layout conversion script that converts layout files
from 1.3 format to 1.4 format. Please try the procedure I decsribed at
http://thread.gmane.org/gmane.editors.lyx.general/29518/focus=29518 and
report whether it works.


Georg





Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is "book",
the style is "default".
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style "fancy"? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim



Re: button to add rows to tables

2006-04-05 Thread Paul A. Rubin

Nabil Hathout wrote:

Hello,

In lyx 1.3.x, I used to use the global tabular window to add and
remove rows and columns (only one click was needed to add one row).
In lyx 1.4.0, this functionality has become items in a sub-menu (3
clicks to add each row).  It would be nice to have both options (keep
the the tabular window buttons and the menu items).

Thanks,



If you right-click anywhere on the main tool bar and select the Table 
tool bar, you'll get a new tool bar with buttons to add/remove rows and 
columns.  So after displaying the tool bar (two clicks), it's one click 
per action.


/Paul




Re: Easy way to get the page number top right

2006-04-05 Thread Richard Heck


The way to do this kind of thing is to redefine the "chapter start"
macro from the class file. Here's what that macro looks like in my
version of book.cls:

[EMAIL PROTECTED]
\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}

What's causing the page number to be at the bottom is the second line,
so you might try something like this:

[EMAIL PROTECTED]
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}

in the preamble. Since you're on Windows, I suppose it's possible that
your book.cls may differ from mine. So you'll want to find that file and
see what your definition looks like. But the same sort of trick should work.

Richard

Joachim Krieg wrote:

Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is "book",
the style is "default".
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style "fancy"? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim
  





Re: LyX on Mac OS X: key binding strangeness

2006-04-05 Thread jesse mejia
That's strange. I'm using LyX 1.4.0 on OSX 10.3.9 and cmd-, opens 
preferences while cmd-q quits. as it should do...
Now as far as fixing it on your machine, I'm afraid I have no idea.. 
sorry.


-J
On Apr 5, 2006, at 4:24 PM, A S Hodel wrote:

I've found a couple of behaviors of LyX 1.4.0 on Mac OS X (both 10.3 
and 10.4) that are annoying and I don't know how to fix them.


Key bindings listed in the menu are:
CMD-, for preferences
CMD-Q to quit.

However, if I use "Cmd-," I instead get the "About LyX" dialog.  This 
occurs even if I use the menu to select LyX preferences.  The only 
exception is my first use of LyX after a reinstall.


Similarly, if I use CMD-Q, it pulls up the document settings dialog, 
even if I use the menu instead of the key binding.


I am at a loss on how to repair this behavior.

Yours,

A S Hodel





Re: Easy way to get the page number top right

2006-04-05 Thread Richard Heck


I'm afraid that starts to get beyond my understanding of these class 
files. I /believe/ the thing you need to do is to redefine the 
\chaptermark macro, but this is a TeX construct, not a LaTeX one, and 
I'm not absolutely sure how to do that. I'd try:

\let\chaptermark##1\empty
But I don't say that will work. If that didn't work, I'd try:
\def\chaptermark#1{}%
Perhaps someone else here knows how to do this.

Richard

Joachim Krieg wrote:

Thanks for your fast support!! Your trick works very good.
I have one more question: Now on every start page of a chapter the
name of the chapter is shown top right too. Is there any possibility
to show only the page number on this page?

--
Joachim



Richard Heck wrote:

  
The way to do this kind of thing is to redefine the "chapter start" 
macro from the class file. Here's what that macro looks like in my 
version of book.cls:


[EMAIL PROTECTED]
\thispagestyle{plain}%
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}
  

What's causing the page number to be at the bottom is the second line,
so you might try something like this:


[EMAIL PROTECTED]
[EMAIL PROTECTED]@
[EMAIL PROTECTED]
[EMAIL PROTECTED]@schapter}
  

in the preamble. Since you're on Windows, I suppose it's possible that
your book.cls may differ from mine. So you'll want to find that file and
see what your definition looks like. But the same sort of trick should work.



  

Richard



  

Joachim Krieg wrote:


Hello,
I'm writing my thesis with LyX 1.3.7 on WinXP. The class is "book",
the style is "default".
It's working very nice but now I have one question:
Is there an easy way to get the page number top right without
using style "fancy"? The problem is that on every start page of a chapter
the page number is in the footer.
I searched for a solution in the mailinglist, on the LyX wiki and in
one LaTeX book but there are only hints for using fancy. Are there
other possibilities?

Thanks for your help and sorry for my bad English

--
Joachim
  
  




  




Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
I hope I test your advice in the right way.

I changed the line
  \chaptermark{#1}%
to
  \let\chaptermark##1\empty
That didn't work. No I have one "1" on every chapter start page.
Then I changed the line to
  \def\chaptermark#1{}%
That didn't work too. Now I have on every page the name of the first
chapter.

At last I found a little problem with your first "trick". Every
chapter that haven't a number (chapter*) isn't shown in the header...


Joachim



Richard Heck wrote:

> I'm afraid that starts to get beyond my understanding of these class 
> files. I /believe/ the thing you need to do is to redefine the 
> \chaptermark macro, but this is a TeX construct, not a LaTeX one, and 
> I'm not absolutely sure how to do that. I'd try:
> \let\chaptermark##1\empty
> But I don't say that will work. If that didn't work, I'd try:
> \def\chaptermark#1{}%
> Perhaps someone else here knows how to do this.

> Richard

> Joachim Krieg wrote:
>> Thanks for your fast support!! Your trick works very good.
>> I have one more question: Now on every start page of a chapter the
>> name of the chapter is shown top right too. Is there any possibility
>> to show only the page number on this page?
>>
>> --
>> Joachim




thesaurus in windows version

2006-04-05 Thread Scott Otterson
Should the thesaurus work in the Windows version of lyx 1.4?  I've got 
it working in Linux but don't see it in the 1.4.1svn windows version 
I've installed using the new windows installer.  Seems like it should be 
possible to do since there's a windows port of Aiksaurus.


Anyway, thanks for 1.4!  Lots of improvements!

Scott


Page numbering (in memoir)

2006-04-05 Thread mail.k

Hi everyone,


I've written my thesis in memoir, and I'm almost ready to print.

I chose "Ruled" for my page style,

but I'm required to put the folios for the abstract, acknowledgement 
page, and table of contents *in the footer, centered*.


The title page must be empty (this I've accomplished with 
/\thispagestyle{empty}/).


I've tried to use /\pagestyle{plain} /but in the the second page of the 
abstracts and table of contents, the folio is put in the footer *outside*.



Any ideas?


Thanks,

Eran



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Richard Heck wrote:

> The idea was to put
>>   \let\chaptermark##1\empty
> or
>>   \def\chaptermark#1{}%
> in the preamble. If you just changed that line, then you redefined it
> only after the first "chaptermark" was created. Hence the behavior you
> are seeing.

If I put
  \let\chaptermark##1\empty
in the preamble I get this two errors:

1.
LaTeX Error: Missing \begin{document}.
 \let\chaptermark##1
\empty
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.

2.
You can't use `macro parameter character #' in vertical mode.
 \let\chaptermark##
   1\empty
Sorry, but I'm not programmed to handle this case;
I'll just pretend that you didn't ask for it.
If you're in the wrong mode, you might be able to
return to the right one by typing `I}' or `I$' or `I\par'.



If I put
  \def\chaptermark#1{}%
in the preamble I get on every page the header from my TOC



>> At last I found a little problem with your first "trick". Every chapter that 
>> haven't a number (chapter*) isn't shown in the header...
>>   
> I'm not sure why that would happen. Are you sure it was happening just
> with the first trick?
Yes!


> Richard



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
I tried your idea. It works very good too. First I changed the
book.cls like Richard told it. Then I changed the style to fancy and
wrote your commands in the preamble.
I get the page numbers on all pages, on the first page of the chapter
too.

How can I add the name of the chapter or subchapter to the header?


Thanks for your help too!

--
Joachim


Kamran SHAFQAT wrote:

> Hi,
> I think it could be done by changing the page style to fancy and adding
> the following commands in the peramble

> \pagestyle{fancy}
> \renewcommand{\headrulewidth}{0pt}
> \rhead{\thepage}
> \lhead{}
> \rfoot{}
> \lfoot{}
> \cfoot{}

> But this will not give you the page number on the first page of the 
> chapter. To add the page number on the first page you have to put 
> command \thispagestyle{fancy} using ERT at the start of the first line
> of the page.




> regards,

> Kamran



Re: Easy way to get the page number top right

2006-04-05 Thread Kamran SHAFQAT

Joachim Krieg wrote:


I tried your idea. It works very good too. First I changed the
book.cls like Richard told it. Then I changed the style to fancy and
wrote your commands in the preamble.
I get the page numbers on all pages, on the first page of the chapter
too.

How can I add the name of the chapter or subchapter to the header?


Thanks for your help too!

--
Joachim


Kamran SHAFQAT wrote:

 


Hi,
I think it could be done by changing the page style to fancy and adding
the following commands in the peramble
   



 


\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{\thepage}
\lhead{}
\rfoot{}
\lfoot{}
\cfoot{}
   



 

But this will not give you the page number on the first page of the 
chapter. To add the page number on the first page you have to put 
command \thispagestyle{fancy} using ERT at the start of the first line

of the page.
   






 


regards,
   



 


Kamran
   





 


Hi
well i am assuming that you want the name of chapter and 
section/subsection on each page for that try adding these commands to 
preamble



\renewcommand{\chaptermark}[1]{\markboth{{\thechapter.\ #1}}{}}
\renewcommand{\sectionmark}[1]{\markright{{\thesection.\ #1}}}

than \lhead{\rightmark} and \cfoot{\leftmark} will produce the chapter 
name and section/subsection on left side of header and cneter of footer 
respectively. But on the first page of the chapter only the chapter name 
will apper.



regards,


kamran


Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Kamran SHAFQAT wrote:

> Hi
> well i am assuming that you want the name of chapter and 
> section/subsection on each page for that try adding these commands to 
> preamble


> \renewcommand{\chaptermark}[1]{\markboth{{\thechapter.\ #1}}{}}
> \renewcommand{\sectionmark}[1]{\markright{{\thesection.\ #1}}}

> than \lhead{\rightmark} and \cfoot{\leftmark} will produce the chapter
> name and section/subsection on left side of header and cneter of footer
> respectively. But on the first page of the chapter only the chapter name
> will apper.


> regards,


> kamran

Hi,
that works! But I haven't on the first page of a chapter only the
chapter name, there is nothing (in the header. But that's okay for me.
Now I have one more problem. The page after my toc is a chapter*
without a number. The header of this page shows the name of my
toc. Can I change this?


You sound like a user who knows fancy. This is a little bit OT for
this thread but maybe you can give me a hint. How can I make a line
under the header to visual separate him from the text?

Once more thanks for your help!


-- 
Joachim  



Re: Easy way to get the page number top right

2006-04-05 Thread Charles de Miramon
c. Can I change this?
> 
> 
> You sound like a user who knows fancy. This is a little bit OT for
> this thread but maybe you can give me a hint. How can I make a line
> under the header to visual separate him from the text?
> 

http://tug.org/TeXnik/mainFAQ.cgi?file=fancy/header
-- 
http://www.kde-france.org



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Charles de Miramon wrote:

> c. Can I change this?

Yes, thanks for the hint.
>> 
>> 
>> You sound like a user who knows fancy. This is a little bit OT for
>> this thread but maybe you can give me a hint. How can I make a line
>> under the header to visual separate him from the text?
>> 

> http://tug.org/TeXnik/mainFAQ.cgi?file=fancy/header



-- 
Joachim  



Re: Easy way to get the page number top right

2006-04-05 Thread Joachim Krieg
Kamran SHAFQAT wrote:

>>Hi,
>>that works! But I haven't on the first page of a chapter only the
>>chapter name, there is nothing (in the header. But that's okay for me.
>>Now I have one more problem. The page after my toc is a chapter*
>>without a number. The header of this page shows the name of my
>>toc. Can I change this?
>>
>>
>>You sound like a user who knows fancy. This is a little bit OT for
>>this thread but maybe you can give me a hint. How can I make a line
>>under the header to visual separate him from the text?
>>
>>Once more thanks for your help!
>>
>>
>>  
>>
> Hi,
>  sorry i haven't tried to use heards with *chapter so i dont really know
> how this will work but i do remember that there is somthing about it in
> fancy header document. i have attaached the file i hope you will be able
> to see it there. sorry


No problem and many thanks once more.

-- 
Joachim  



Re: \bind not working on 1.4.0

2006-04-05 Thread Jean-Marc Lasgouttes
> "belahcene" == belahcene abdelkader <[EMAIL PROTECTED]> writes:

belahcene> Hi, great it is obsolete, how to switch to another
belahcene> language!!! please can you send me a correct file withc
belahcene> replaces the previous lyxrc, with a correct switching and
belahcene> using the F12 key for example

Just what I said previously: in ~/.lyx/bind/,  create a file
mybindings.bind containing

>> --mybindings.bind-- 
>> \bind_file cua
>> 
>> \bind "F12" "delete-backward"
>> 

The in Tools>Preference, set the bindings to mybindings, instead of
the default CUA.

Obviously you will have to bind F12 to something more useful than
delete-backward, but since I do not know what you want to do...

JMarc




Re: The new version

2006-04-05 Thread Jean-Marc Lasgouttes
> "Patrick" == Patrick Dupre <[EMAIL PROTECTED]> writes:

Patrick> Hello, I experience at least 2 problems with the new version:
Patrick> I cannot tape: \sqrt for example in a formula 

What do you mean?

Patrick> My old text have \rm in the formula, this non-slanted mode
Patrick> does not appear any more under lyx I get compilaton error:
Patrick> Latex error File'1_home_pdupre_publications_figure.eps.bb' n

This error message seems strange... Is that supposed to be related to
\rm in formula???

JMarc


Re: proc document class

2006-04-05 Thread Jean-Marc Lasgouttes
> "Alexandru" == Alexandru Cabuz <[EMAIL PROTECTED]> writes:

Alexandru> Hello, list! Question concerning proc document class:

Alexandru> Why is the proc document class not supported in lyx?

Alexandru> Can I still use lyx to write proc documents, by some
Alexandru> workaround?

Hello,

proc is not supported because we did not know about it :) What are the
differences wrt article except that it is in two columns?

JMarc


Re: Page numbering (in memoir)

2006-04-05 Thread Marcelo Acuña
> I've written my thesis in memoir, and I'm almost
> ready to print.
> 
> I chose "Ruled" for my page style,
> 
> but I'm required to put the folios for the abstract,
> acknowledgement 
> page, and table of contents *in the footer,
> centered*.
> 
> The title page must be empty (this I've accomplished
> with 
> /\thispagestyle{empty}/).
> 
> I've tried to use /\pagestyle{plain} /but in the the
> second page of the 
> abstracts and table of contents, the folio is put in
> the footer *outside*.
> 
package titlesec  provide control over header and
footer.
package fancy too.
you can find this two package in standard distribution
of latex.
Marcelo


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


system of equations

2006-04-05 Thread Nick Kuzmik

Is there anyway to do systems of equations in lyx, such that there is a 
curly brace on the left side, nothing on the right side, 2 or more 
equation matrices inside the brace, and here's the tricky part, the 
equations  are all counted as part of the total equation tally. 
 

Nick Kuzmik
(845) 406-5115
AIM NKUZMIK

-
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Pocono Wedding Planner - Now you can read it on line

2006-04-05 Thread Bill Vander Brink
The current issue of the Pocono Wedding Planner is
now available for view on line. Click on this link to read.
http://www.justlookonline.com/projectlist.php?login=1=2042nepa

If you would like a hard copy please email or call and we will mail you a copy.

For information on our upcoming Bridal magazines:

Pocono Wedding Planner - Fall 2006
North Jersey Bride  - Fall 2006
Lehigh Valley Bridal Guide - Fall 2006

Call or email for information and pricing. 
NEPA Marketing Group, Inc 570-646-9340

Bill  -  Cell: 570-656-0729 

View magazines &  information at: www.nepamarketinggroup.com

http://www.nepamarketinggroup.com/Pocono%20wedding_planner.htm

http://www.wedalert.com/vendsearch/states/pennsylvania/poconos.asp

http://www.planyourwedding.net/catalog.asp?keyword=Publications