Re: '** qt 4 library not found !' configure error

2010-09-28 Thread Jean-Marc Lasgouttes

Le 27/09/2010 19:43, Liviu Andronic a écrit :

Some server-side problems. I put in in a pastebin [1].
[1] http://pastebin.com/gJ1pXSyp


The trick is to install pkgconfig. With that, configure will
automatically find the correct location for Qt.

JMarc


Numbering tables

2010-09-28 Thread Yurena Mendoza Lemes
Hi, How can I  change in Lyx the numbering of tables. I want that from Table
8 (that is in the Annex) instead of table 8 number as Table A.

Thank in advance


Re: '** qt 4 library not found !' configure error

2010-09-28 Thread Liviu Andronic
On Tue, Sep 28, 2010 at 3:00 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 The trick is to install pkgconfig. With that, configure will
 automatically find the correct location for Qt.

Indeed. It's pkg-config on Debian-based, and it wasn't installed. Now
./configure finishes successfully. I'll include this in the patch to
INSTALL file.

Liviu


error when I insert a table.

2010-09-28 Thread José Luis Cañadas

Hello everybody.

I can't insert a  float figure or a  float table . Lyx always is closed 
itself.

I use ubuntu 10.04 and the lyx version is 1.6.5.
Thanks


Re: Numbering tables

2010-09-28 Thread Richard Heck

On 09/28/2010 06:14 AM, Yurena Mendoza Lemes wrote:
Hi, How can I change in Lyx the numbering of tables. I want that from 
Table 8 (that is in the Annex) instead of table 8 number as Table A.



At the beginning of the appendix, in TeX code:
\setcounter{table}{0}\renewcommand\thetable{\Alph{table}}
See here:
http://www.personal.ceu.hu/tex/counters.htm
And the attached.

rh



table.lyx
Description: application/lyx


Re: error when I insert a table.

2010-09-28 Thread Richard Heck

On 09/28/2010 07:03 AM, José Luis Cañadas wrote:

Hello everybody.

I can't insert a  float figure or a  float table . Lyx always is 
closed itself.

I use ubuntu 10.04 and the lyx version is 1.6.5.


Can you run LyX from a terminal and report the error message?

Richard



issue with \tableofcontents

2010-09-28 Thread David Hopkins
I am trying to create a document that customized cls file (modified
from article.cls).  However, I cannot get the table of contents to be
created ... neither with he Lyx option Insert--List/TOC--Table of
Contents nor using \tableofcontents via ERT.

My document starts with a large ERT section to add cover pages and
other required pages.  If I add (via the GUI) the TOC,  I do not get
anything at all even though I get the 'grey' box Table of Contents
and if I click on it, I get the side panel which shows Table of
Contents as having two entries.  I've even tried adding
\addcontentsline{toc}{section}{Introduction}  after the Section title.
However, while I can get a pdf, I still don't get a TOC. I have
similar issues with \listoftables and \listoffigures.

With the second approach, I get two Erros, they are both: LaTex Error:
Something's wrong--perhaps a missing /item

Any ideas how I can the TOC to work?


Re: issue with \tableofcontents

2010-09-28 Thread Richard Heck

On 09/28/2010 11:13 AM, David Hopkins wrote:

I am trying to create a document that customized cls file (modified
from article.cls).  However, I cannot get the table of contents to be
created ... neither with he Lyx option Insert--List/TOC--Table of
Contents nor using \tableofcontents via ERT.

My document starts with a large ERT section to add cover pages and
other required pages.  If I add (via the GUI) the TOC,  I do not get
anything at all even though I get the 'grey' box Table of Contents
and if I click on it, I get the side panel which shows Table of
Contents as having two entries.  I've even tried adding
\addcontentsline{toc}{section}{Introduction}  after the Section title.
However, while I can get a pdf, I still don't get a TOC. I have
similar issues with \listoftables and \listoffigures.

With the second approach, I get two Erros, they are both: LaTex Error:
Something's wrong--perhaps a missing /item

Any ideas how I can the TOC to work?

   

I think we'd need to see an example file, with your custom layout.

Richard




Re: '** qt 4 library not found !' configure error

2010-09-28 Thread Jean-Marc Lasgouttes

Le 27/09/2010 19:43, Liviu Andronic a écrit :

Some server-side problems. I put in in a pastebin [1].
[1] http://pastebin.com/gJ1pXSyp


The trick is to install pkgconfig. With that, configure will
automatically find the correct location for Qt.

JMarc


Numbering tables

2010-09-28 Thread Yurena Mendoza Lemes
Hi, How can I  change in Lyx the numbering of tables. I want that from Table
8 (that is in the Annex) instead of table 8 number as Table A.

Thank in advance


Re: '** qt 4 library not found !' configure error

2010-09-28 Thread Liviu Andronic
On Tue, Sep 28, 2010 at 3:00 AM, Jean-Marc Lasgouttes
lasgout...@lyx.org wrote:
 The trick is to install pkgconfig. With that, configure will
 automatically find the correct location for Qt.

Indeed. It's pkg-config on Debian-based, and it wasn't installed. Now
./configure finishes successfully. I'll include this in the patch to
INSTALL file.

Liviu


error when I insert a table.

2010-09-28 Thread José Luis Cañadas

Hello everybody.

I can't insert a  float figure or a  float table . Lyx always is closed 
itself.

I use ubuntu 10.04 and the lyx version is 1.6.5.
Thanks


Re: Numbering tables

2010-09-28 Thread Richard Heck

On 09/28/2010 06:14 AM, Yurena Mendoza Lemes wrote:
Hi, How can I change in Lyx the numbering of tables. I want that from 
Table 8 (that is in the Annex) instead of table 8 number as Table A.



At the beginning of the appendix, in TeX code:
\setcounter{table}{0}\renewcommand\thetable{\Alph{table}}
See here:
http://www.personal.ceu.hu/tex/counters.htm
And the attached.

rh



table.lyx
Description: application/lyx


Re: error when I insert a table.

2010-09-28 Thread Richard Heck

On 09/28/2010 07:03 AM, José Luis Cañadas wrote:

Hello everybody.

I can't insert a  float figure or a  float table . Lyx always is 
closed itself.

I use ubuntu 10.04 and the lyx version is 1.6.5.


Can you run LyX from a terminal and report the error message?

Richard



issue with \tableofcontents

2010-09-28 Thread David Hopkins
I am trying to create a document that customized cls file (modified
from article.cls).  However, I cannot get the table of contents to be
created ... neither with he Lyx option Insert--List/TOC--Table of
Contents nor using \tableofcontents via ERT.

My document starts with a large ERT section to add cover pages and
other required pages.  If I add (via the GUI) the TOC,  I do not get
anything at all even though I get the 'grey' box Table of Contents
and if I click on it, I get the side panel which shows Table of
Contents as having two entries.  I've even tried adding
\addcontentsline{toc}{section}{Introduction}  after the Section title.
However, while I can get a pdf, I still don't get a TOC. I have
similar issues with \listoftables and \listoffigures.

With the second approach, I get two Erros, they are both: LaTex Error:
Something's wrong--perhaps a missing /item

Any ideas how I can the TOC to work?


Re: issue with \tableofcontents

2010-09-28 Thread Richard Heck

On 09/28/2010 11:13 AM, David Hopkins wrote:

I am trying to create a document that customized cls file (modified
from article.cls).  However, I cannot get the table of contents to be
created ... neither with he Lyx option Insert--List/TOC--Table of
Contents nor using \tableofcontents via ERT.

My document starts with a large ERT section to add cover pages and
other required pages.  If I add (via the GUI) the TOC,  I do not get
anything at all even though I get the 'grey' box Table of Contents
and if I click on it, I get the side panel which shows Table of
Contents as having two entries.  I've even tried adding
\addcontentsline{toc}{section}{Introduction}  after the Section title.
However, while I can get a pdf, I still don't get a TOC. I have
similar issues with \listoftables and \listoffigures.

With the second approach, I get two Erros, they are both: LaTex Error:
Something's wrong--perhaps a missing /item

Any ideas how I can the TOC to work?

   

I think we'd need to see an example file, with your custom layout.

Richard




Re: '** qt 4 library not found !' configure error

2010-09-28 Thread Jean-Marc Lasgouttes

Le 27/09/2010 19:43, Liviu Andronic a écrit :

Some server-side problems. I put in in a pastebin [1].
[1] http://pastebin.com/gJ1pXSyp


The trick is to install pkgconfig. With that, configure will
automatically find the correct location for Qt.

JMarc


Numbering tables

2010-09-28 Thread Yurena Mendoza Lemes
Hi, How can I  change in Lyx the numbering of tables. I want that from Table
8 (that is in the Annex) instead of table 8 number as Table A.

Thank in advance


Re: '** qt 4 library not found !' configure error

2010-09-28 Thread Liviu Andronic
On Tue, Sep 28, 2010 at 3:00 AM, Jean-Marc Lasgouttes
 wrote:
> The trick is to install pkgconfig. With that, configure will
> automatically find the correct location for Qt.
>
Indeed. It's pkg-config on Debian-based, and it wasn't installed. Now
./configure finishes successfully. I'll include this in the patch to
INSTALL file.

Liviu


error when I insert a table.

2010-09-28 Thread José Luis Cañadas

Hello everybody.

I can't insert a  float figure or a  float table . Lyx always is closed 
itself.

I use ubuntu 10.04 and the lyx version is 1.6.5.
Thanks


Re: Numbering tables

2010-09-28 Thread Richard Heck

On 09/28/2010 06:14 AM, Yurena Mendoza Lemes wrote:
Hi, How can I change in Lyx the numbering of tables. I want that from 
Table 8 (that is in the Annex) instead of table 8 number as Table A.



At the beginning of the appendix, in TeX code:
\setcounter{table}{0}\renewcommand\thetable{\Alph{table}}
See here:
http://www.personal.ceu.hu/tex/counters.htm
And the attached.

rh



table.lyx
Description: application/lyx


Re: error when I insert a table.

2010-09-28 Thread Richard Heck

On 09/28/2010 07:03 AM, José Luis Cañadas wrote:

Hello everybody.

I can't insert a  float figure or a  float table . Lyx always is 
closed itself.

I use ubuntu 10.04 and the lyx version is 1.6.5.


Can you run LyX from a terminal and report the error message?

Richard



issue with \tableofcontents

2010-09-28 Thread David Hopkins
I am trying to create a document that customized cls file (modified
from article.cls).  However, I cannot get the table of contents to be
created ... neither with he Lyx option Insert-->List/TOC-->Table of
Contents nor using \tableofcontents via ERT.

My document starts with a large ERT section to add cover pages and
other required pages.  If I add (via the GUI) the TOC,  I do not get
anything at all even though I get the 'grey' box "Table of Contents"
and if I click on it, I get the side panel which shows Table of
Contents as having two entries.  I've even tried adding
\addcontentsline{toc}{section}{Introduction}  after the Section title.
However, while I can get a pdf, I still don't get a TOC. I have
similar issues with \listoftables and \listoffigures.

With the second approach, I get two Erros, they are both: LaTex Error:
Something's wrong--perhaps a missing /item

Any ideas how I can the TOC to work?


Re: issue with \tableofcontents

2010-09-28 Thread Richard Heck

On 09/28/2010 11:13 AM, David Hopkins wrote:

I am trying to create a document that customized cls file (modified
from article.cls).  However, I cannot get the table of contents to be
created ... neither with he Lyx option Insert-->List/TOC-->Table of
Contents nor using \tableofcontents via ERT.

My document starts with a large ERT section to add cover pages and
other required pages.  If I add (via the GUI) the TOC,  I do not get
anything at all even though I get the 'grey' box "Table of Contents"
and if I click on it, I get the side panel which shows Table of
Contents as having two entries.  I've even tried adding
\addcontentsline{toc}{section}{Introduction}  after the Section title.
However, while I can get a pdf, I still don't get a TOC. I have
similar issues with \listoftables and \listoffigures.

With the second approach, I get two Erros, they are both: LaTex Error:
Something's wrong--perhaps a missing /item

Any ideas how I can the TOC to work?

   

I think we'd need to see an example file, with your custom layout.

Richard