Re: Most efficient way to import wide, long table

2018-11-04 Thread Rich Shepard
On Sun, 4 Nov 2018, Dr Eberhard Lisse wrote: obviously s/MySQL/PostgreSQL/g would do the trick. ... All of the above I still find easier than something like psql -P format=latex | supertabfiler > psqltable.tex Eberhard, What I did in the postgres shell (psql) was:

Re: Most efficient way to import wide, long table

2018-11-04 Thread Dr Eberhard Lisse
Rich obviously s/MySQL/PostgreSQL/g would do the trick. There is also, of course, luarocks install luasql-postgres and then the SQLite3 example from https://tex.stackexchange.com/questions/48193/reading-data-from-a-relational-database-into-a-latex-table which is

Re: Most efficient way to import wide, long table

2018-11-02 Thread Rich Shepard
On Fri, 2 Nov 2018, Dr Eberhard Lisse wrote: Somehow my reply from the iPad Newsreader got lost. It's a long way from southwestern Africa. :-) Why not include R Chunks generating tables and/or graphics at PDF generation in the LyX file using the knitr module? Two reasons: 1) It's a

Re: Most efficient way to import wide, long table

2018-11-02 Thread Dr Eberhard Lisse
Somehow my reply from the iPad Newsreader got lost. Why not include R Chunks generating tables and/or graphics at PDF generation in the LyX file using the knitr module? After a chunk with something like (for MySQL/MariaDB) suppressPackageStartupMessages(library(RMySQL))

Re: Most efficient way to import wide, long table

2018-11-01 Thread Paul A. Rubin
, depending on which MUA you use.)   In LyX this will be a long table in landscape orientation among pages in portrait orientation.   What is the most efficient procedure to import this to a 5-column, 83-row table? And, can I define the table size without dragging the table icon off the bottom

Re: Most efficient way to import wide, long table

2018-10-30 Thread Benedict Holland
For automation, I include a tex file within Lyx. I then create all of my latex tables using python or whatever. It produces valid latex. This is very hard to do without a heavy level of conformity. For example, I can write a quick script that will take 95 rows of 4 column data quite quickly. I

Re: Most efficient way to import wide, long table

2018-10-30 Thread Rich Shepard
On Tue, 30 Oct 2018, Baris Erkus wrote: Just a minor fix: 1. Replace all the "|" with the tab character with a text editor. 2. Select the portion you want to paste. 2a. Copy to clipboard. 3. Go to the first cell in Lyx. 4. Edit > Paste Special > Plain Text. 5. Table row and columns numbers

Re: Most efficient way to import wide, long table

2018-10-30 Thread Baris Erkus
On 10/31/2018 12:48 AM, Rich Shepard wrote: > On Tue, 30 Oct 2018, Dr Eberhard Lisse wrote: > >> it depends entirely on what you mean by efficient. > > el: > >   If I can highlight the entire file in emacs, use M-w to copy it, then > paste it in a blank LyX table that's efficient: 10 seconds or

Re: Most efficient way to import wide, long table

2018-10-30 Thread Rich Shepard
On Tue, 30 Oct 2018, Dr Eberhard Lisse wrote: it depends entirely on what you mean by efficient. el: If I can highlight the entire file in emacs, use M-w to copy it, then paste it in a blank LyX table that's efficient: 10 seconds or less. Thanks, Rich

Re: Most efficient way to import wide, long table

2018-10-30 Thread Dr Eberhard Lisse
Rich, it depends entirely on what you mean by efficient. There are a number of hits on https://www.google.de/search?q=csv2lyx If you wanted a command line workflow there are number of tools to convert CSV into LaTeX, which you can import easily. Some can use '|' as separator directly, some

Re: Most efficient way to import wide, long table

2018-10-30 Thread Baris Erkus
On 10/30/2018 11:23 PM, Rich Shepard wrote: > On Tue, 30 Oct 2018, Baris Erkus wrote: > >> I have done this, seems to work: >> >> 1. Replace all the "|" with the tab character with a text editor. >> 2. Select the portion you want to paste. >> 3. Go to the first cell in Lyx. >> 4. Edit > Paste

Re: Most efficient way to import wide, long table

2018-10-30 Thread Rich Shepard
On Tue, 30 Oct 2018, Baris Erkus wrote: I have done this, seems to work: 1. Replace all the "|" with the tab character with a text editor. 2. Select the portion you want to paste. 3. Go to the first cell in Lyx. 4. Edit > Paste Special > Plain Text. 5. Table row and columns numbers should be

Re: Most efficient way to import wide, long table

2018-10-30 Thread Benedict Holland
-01-05 |44 > > > > (N.B. Line length is 110 characters so it likely will be wrapped at > > different lengths, depending on which MUA you use.) > > > > In LyX this will be a long table in landscape orientation among > > pages in > > portrait orientation. > >

Re: Most efficient way to import wide, long table

2018-10-30 Thread Baris Erkus
2002-10-03 | 2011-01-05 |    44 > > (N.B. Line length is 110 characters so it likely will be wrapped at > different lengths, depending on which MUA you use.) > >   In LyX this will be a long table in landscape orientation among > pages in > portrait orientation. > >   W

Re: Most efficient way to import wide, long table

2018-10-30 Thread John White
On Tuesday, October 30, 2018 11:09:39 AM PDT Rich Shepard wrote: > On Tue, 30 Oct 2018, Benedict Holland wrote: > > Create a table that is 5 columns and 84 rows (assuming you want a header). > > Copy from excel into the table. You can specify rows and columns of your > > table. > > Ben, > >

Re: Most efficient way to import wide, long table

2018-10-30 Thread Rich Shepard
On Tue, 30 Oct 2018, Benedict Holland wrote: Create a table that is 5 columns and 84 rows (assuming you want a header). Copy from excel into the table. You can specify rows and columns of your table. Ben, A) The table is 82 rows long so a header row makes a total of 83 rows. B) I don't

Re: Most efficient way to import wide, long table

2018-10-30 Thread Benedict Holland
Create a table that is 5 columns and 84 rows (assuming you want a header). Copy from excel into the table. You can specify rows and columns of your table. Next comes orientation. From the table, select properties and I would chose fancy table options, long table, and then orient the page

Most efficient way to import wide, long table

2018-10-30 Thread Rich Shepard
this will be a long table in landscape orientation among pages in portrait orientation. What is the most efficient procedure to import this to a 5-column, 83-row table? And, can I define the table size without dragging the table icon off the bottom of the monitor? TIA, Rich

Doubt regarding long table

2018-07-13 Thread saiavinash sattiraju
Hi, I have a long table(in landscape mode) in a subsection of an article. I would like the long table not to have the watermark of the name of the subsection in every page as it is interfering with the visibility of the numbers in the table. Is there any solution to this? Thanks for reading my

How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
Hello lyxers! I'm not quite new to lyx but I'm still considering myself as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one table guessing where it start a new page

Re: How to create a more than one page long table

2012-03-21 Thread Ignacio García
Alex Vergara Gil wrote on Wed, 21 Mar 2012 Hello lyxers! I'm not quite new to lyx but I'm still considering myself as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one

Re: How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
that if the table is in a float you can't make it a long table. Select the line that you want to be the header, right click more - settings. Go to the long table tab and play around with the settings there. It is fairly self explanatory and I managed to get done what you are asking. Regards On 21 March

Re: How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one table guessing where it start a new page. Take a look at section 2.6 of the 'Embedded Objects', menu 'Help' Saludos

How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
Hello lyxers! I'm not quite new to lyx but I'm still considering myself as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one table guessing where it start a new page

Re: How to create a more than one page long table

2012-03-21 Thread Ignacio García
Alex Vergara Gil wrote on Wed, 21 Mar 2012 Hello lyxers! I'm not quite new to lyx but I'm still considering myself as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one

Re: How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
that if the table is in a float you can't make it a long table. Select the line that you want to be the header, right click more - settings. Go to the long table tab and play around with the settings there. It is fairly self explanatory and I managed to get done what you are asking. Regards On 21 March

Re: How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one table guessing where it start a new page. Take a look at section 2.6 of the 'Embedded Objects', menu 'Help' Saludos

How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
Hello lyxers! I'm not quite new to lyx but I'm still considering myself as newbie, may anyone tell me how can I set up a long table which occupy more than one page, so it has (the same) headings on every page? I'm refusing to create more than one table guessing where it start a new page

Re: How to create a more than one page long table

2012-03-21 Thread Ignacio García
Alex Vergara Gil wrote on Wed, 21 Mar 2012 > Hello lyxers! > I'm not quite new to lyx but I'm still considering myself as newbie, may > anyone tell > me how can I set up a long table which occupy more than one page, so it has (the same) > headings on every page? I'm refusing

Re: How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
that if the table is in a float you can't make it a long table. Select the line that you want to be the header, right click more -> settings. Go to the long table tab and play around with the settings there. It is fairly self explanatory and I managed to get done what you are asking. Regards On

Re: How to create a more than one page long table

2012-03-21 Thread Alex Vergara Gil
till considering myself as newbie, may anyone tell > me how can I set up a long table which occupy more than one page, so it has (the same) > headings on every page? I'm refusing to create more than one table guessing > where it start a new page. Take a look at section 2.6 of the 'Embe

Re: Long Table

2011-02-26 Thread stephen's mailinglist account
i am trying to display a table that takes like two pages in lyx so it can't do it, Can you how i can add this package like longtables and to make it work in lyx? Help User Guide 4.5.2 Longtables http://blog.oak-tree.us/index.php/2010/07/13/custom-lyx-modules or this thread

Re: Long Table

2011-02-26 Thread stephen's mailinglist account
i am trying to display a table that takes like two pages in lyx so it can't do it, Can you how i can add this package like longtables and to make it work in lyx? Help User Guide 4.5.2 Longtables http://blog.oak-tree.us/index.php/2010/07/13/custom-lyx-modules or this thread

Re: Long Table

2011-02-26 Thread stephen's mailinglist account
>> i am trying to display a table that takes like two >> pages in lyx so it can't do it, Can you >> how i can add this package like longtables and to >> make it work in lyx? >> > Help > User Guide > 4.5.2 Longtables > http://blog.oak-tree.us/index.php/2010/07/13/custom-lyx-modules or this

Re: Long Table

2011-02-25 Thread Luis
hello, i need your help, i am trying to display a table that takes like two pages in lyx so it can't do it, Can you explain me from the beginning how i can add this package like longtables and to make it work in lyx? thanks Luis

Re: Long Table

2011-02-25 Thread Liviu Andronic
On Fri, Feb 25, 2011 at 10:36 PM, Luis luisf...@gmail.com wrote: hello, i need your help, i am trying to display a table that takes like two pages in lyx so it can't do it, Can you explain me from the beginning how i can add this package like longtables and to make it work in lyx? Help

Re: Long Table

2011-02-25 Thread Luis
hello, i need your help, i am trying to display a table that takes like two pages in lyx so it can't do it, Can you explain me from the beginning how i can add this package like longtables and to make it work in lyx? thanks Luis

Re: Long Table

2011-02-25 Thread Liviu Andronic
On Fri, Feb 25, 2011 at 10:36 PM, Luis luisf...@gmail.com wrote: hello, i need your help, i am trying to display a table that takes like two pages in lyx so it can't do it, Can you explain me from the beginning how i can add this package like longtables and to make it work in lyx? Help

Re: Long Table

2011-02-25 Thread Luis
hello, i need your help, i am trying to display a table that takes like two pages in lyx so it can't do it, Can you explain me from the beginning how i can add this package like longtables and to make it work in lyx? thanks Luis

Re: Long Table

2011-02-25 Thread Liviu Andronic
On Fri, Feb 25, 2011 at 10:36 PM, Luis wrote: > hello, i need your help, i am trying to display a table that takes like two > pages in lyx so it can't do it, Can you > explain me from the beginning how i can add this package like longtables and > to > make it work in lyx? >

SV: Long Table

2010-10-09 Thread Ingar Pareliussen
Hi I'm trying to change the margins of the page and it gives me lyx errors. The adustwith command should be written in one ERT-box to get rid of some extra }. if this does not work, try to write the command in a fresh ERT-box in lyx. How can I do this? How can I put just a page horizontal?

SV: Long Table

2010-10-09 Thread Ingar Pareliussen
Hi I'm trying to change the margins of the page and it gives me lyx errors. The adustwith command should be written in one ERT-box to get rid of some extra }. if this does not work, try to write the command in a fresh ERT-box in lyx. How can I do this? How can I put just a page horizontal?

SV: Long Table

2010-10-09 Thread Ingar Pareliussen
Hi >I'm trying to change the margins of the page and it gives me >lyx errors. The adustwith command should be written in one ERT-box to get rid of some extra }. if this does not work, try to write the command in a fresh ERT-box in lyx. >How can I do this? How can >I put just a page

Re: Long Table

2010-10-08 Thread Liviu Andronic
Hello Try to go via the CSV route. You can import CSV documents into LyX. Liviu On Fri, Oct 8, 2010 at 10:07 AM, Yurena Mendoza Lemes yurena.me...@gmail.com wrote: Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to lyx and compile the document gives me error. The file

Re: Long Table

2010-10-08 Thread Tennessee Carmel-Veilleux
On 8 October 2010 04:07, Yurena Mendoza Lemes yurena.me...@gmail.comwrote: Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to lyx and compile the document gives me error. The file is attached. For a table this big, an alternative I would suggest is to format the

SV: Long Table

2010-10-08 Thread Ingar Pareliussen
Hi Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to lyx and compile the document gives me error. The file is attached. Looking at your file, you have put the \begin tabualr behind a %, where latex can not find it. In addition there seem to be some more problems

Re: Long Table

2010-10-08 Thread Liviu Andronic
Hello Try to go via the CSV route. You can import CSV documents into LyX. Liviu On Fri, Oct 8, 2010 at 10:07 AM, Yurena Mendoza Lemes yurena.me...@gmail.com wrote: Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to lyx and compile the document gives me error. The file

Re: Long Table

2010-10-08 Thread Tennessee Carmel-Veilleux
On 8 October 2010 04:07, Yurena Mendoza Lemes yurena.me...@gmail.comwrote: Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to lyx and compile the document gives me error. The file is attached. For a table this big, an alternative I would suggest is to format the

SV: Long Table

2010-10-08 Thread Ingar Pareliussen
Hi Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to lyx and compile the document gives me error. The file is attached. Looking at your file, you have put the \begin tabualr behind a %, where latex can not find it. In addition there seem to be some more problems

Re: Long Table

2010-10-08 Thread Liviu Andronic
Hello Try to go via the CSV route. You can import CSV documents into LyX. Liviu On Fri, Oct 8, 2010 at 10:07 AM, Yurena Mendoza Lemes wrote: > Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns to > lyx and compile the document gives me error. The

Re: Long Table

2010-10-08 Thread Tennessee Carmel-Veilleux
On 8 October 2010 04:07, Yurena Mendoza Lemes wrote: > Hi, I'm using excel2latex to transfer a table of 1700 rows and 14 columns > to lyx and compile the document gives me error. The file is attached. > For a table this big, an alternative I would suggest is to format the

SV: Long Table

2010-10-08 Thread Ingar Pareliussen
Hi > >Hi, I'm using excel2latex >to transfer a table of 1700 rows and 14 columns to lyx and compile > the document gives me error. The file is attached. Looking at your file, you have put the \begin tabualr behind a %, where latex can not find it. In addition there seem to be some more problems

Re: Long table

2010-09-15 Thread PPCC
Yurena Mendoza Lemes yurena.me.le at gmail.com writes: Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option?Thank in advance Thank Uwe Stöhr!

Re: Long table

2010-09-15 Thread PPCC
Yurena Mendoza Lemes yurena.me.le at gmail.com writes: Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option?Thank in advance Thank Uwe Stöhr!

Re: Long table

2010-09-15 Thread PPCC
Yurena Mendoza Lemes gmail.com> writes: > > > Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option?Thank in advance > Thank Uwe Stöhr! Another way

Long table

2010-09-13 Thread Yurena Mendoza Lemes
Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option? Thank in advance

Re: Long table

2010-09-13 Thread Uwe Stöhr
Am 13.09.2010 09:02, schrieb Yurena Mendoza Lemes: Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option? Either - create a PDF out of your Excel file and

Long table

2010-09-13 Thread Yurena Mendoza Lemes
Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option? Thank in advance

Re: Long table

2010-09-13 Thread Uwe Stöhr
Am 13.09.2010 09:02, schrieb Yurena Mendoza Lemes: Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option? Either - create a PDF out of your Excel file and

Long table

2010-09-13 Thread Yurena Mendoza Lemes
Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option? Thank in advance

Re: Long table

2010-09-13 Thread Uwe Stöhr
Am 13.09.2010 09:02, schrieb Yurena Mendoza Lemes: Hi all, I need help. I have to attach an excel table with 1710 rows and 14 columns in my paper. The configuration of my paper is article(paper). Someone comes up as would be the easiest option? Either - create a PDF out of your Excel file and

Re: caption for long table in list of tables

2009-07-12 Thread Uwe Stöhr
the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? This bug has now been fixed for the next LyX version. regards Uwe

Re: caption for long table in list of tables

2009-07-12 Thread Uwe Stöhr
the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? This bug has now been fixed for the next LyX version. regards Uwe

Re: caption for long table in list of tables

2009-07-12 Thread Uwe Stöhr
> the problem is that I am getting an entry for each page in the list of > tables Is there a way to get only one entry? This bug has now been fixed for the next LyX version. regards Uwe

caption for long table in list of tables

2009-06-05 Thread Hesham Kamel
Hello, Please, I have a long table, the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? Thank you H

Re: caption for long table in list of tables

2009-06-05 Thread Uwe Stöhr
Hesham Kamel schrieb: Please, I have a long table, the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? Yes, see the EmbeddedObjects manual that you find in LyX's help menu. regards Uwe

Re: caption for long table in list of tables

2009-06-05 Thread Uwe Stöhr
Hesham Kamel schrieb: I read the EmbeddedObjects manual and there is nothing about this problem. Then I haven't understand your problem correctly. In the EmbeddedObjects manual you only get one entry in the table of contents, no matter how long your table is. I think that is what you need,

caption for long table in list of tables

2009-06-05 Thread Hesham Kamel
Hello, Please, I have a long table, the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? Thank you H

Re: caption for long table in list of tables

2009-06-05 Thread Uwe Stöhr
Hesham Kamel schrieb: Please, I have a long table, the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? Yes, see the EmbeddedObjects manual that you find in LyX's help menu. regards Uwe

Re: caption for long table in list of tables

2009-06-05 Thread Uwe Stöhr
Hesham Kamel schrieb: I read the EmbeddedObjects manual and there is nothing about this problem. Then I haven't understand your problem correctly. In the EmbeddedObjects manual you only get one entry in the table of contents, no matter how long your table is. I think that is what you need,

caption for long table in list of tables

2009-06-05 Thread Hesham Kamel
Hello, Please, I have a long table, the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? Thank you H

Re: caption for long table in list of tables

2009-06-05 Thread Uwe Stöhr
Hesham Kamel schrieb: Please, I have a long table, the problem is that I am getting an entry for each page in the list of tables Is there a way to get only one entry? Yes, see the EmbeddedObjects manual that you find in LyX's help menu. regards Uwe

Re: caption for long table in list of tables

2009-06-05 Thread Uwe Stöhr
Hesham Kamel schrieb: I read the EmbeddedObjects manual and there is nothing about this problem. Then I haven't understand your problem correctly. In the EmbeddedObjects manual you only get one entry in the table of contents, no matter how long your table is. I think that is what you need,

Re: Long table messes up table numbering

2009-02-04 Thread Jürgen Spitzmüller
Axsuul wrote: Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=table/longtable#caption Jürgen

Re: Long table messes up table numbering

2009-02-04 Thread Uwe Stöhr
Axsuul schrieb: Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. I.e. Table 1 (long table) then the next table number would be Table 3 This behaviour and the workaround is described in sec. 2.6.3 of the Embedded Objects manual

Re: Long table messes up table numbering

2009-02-04 Thread Jürgen Spitzmüller
Axsuul wrote: Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=table/longtable#caption Jürgen

Re: Long table messes up table numbering

2009-02-04 Thread Uwe Stöhr
Axsuul schrieb: Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. I.e. Table 1 (long table) then the next table number would be Table 3 This behaviour and the workaround is described in sec. 2.6.3 of the Embedded Objects manual

Re: Long table messes up table numbering

2009-02-04 Thread Jürgen Spitzmüller
Axsuul wrote: > Anyone having this problem? It seems to be that having a long table makes > the next table numbering skip. http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=table/longtable#caption Jürgen

Re: Long table messes up table numbering

2009-02-04 Thread Uwe Stöhr
Axsuul schrieb: Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. I.e. Table 1 (long table) then the next table number would be Table 3 This behaviour and the workaround is described in sec. 2.6.3 of the Embedded Objects manual

Long table messes up table numbering

2009-02-03 Thread Axsuul
Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. I.e. Table 1 (long table) then the next table number would be Table 3 -- View this message in context: http://n2.nabble.com/Long-table-messes-up-table-numbering-tp2267503p2267503.html

Long table messes up table numbering

2009-02-03 Thread Axsuul
Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. I.e. Table 1 (long table) then the next table number would be Table 3 -- View this message in context: http://n2.nabble.com/Long-table-messes-up-table-numbering-tp2267503p2267503.html

Long table messes up table numbering

2009-02-03 Thread Axsuul
Anyone having this problem? It seems to be that having a long table makes the next table numbering skip. I.e. Table 1 (long table) then the next table number would be Table 3 -- View this message in context: http://n2.nabble.com/Long-table-messes-up-table-numbering-tp2267503p2267503.html

long table with math...

2008-07-06 Thread assasukasse
Hello i have the need to make a table filled with math formulas, the formulas are too big so they have to be split in 2 or 3 row for each box of the table, however, is i do by ctrl-enter, then the pdf doesn't compile.. What is the correct procedure for having multi line math formulas in

Re: long table with math...

2008-07-06 Thread assasukasse
here is an an example: Look at the last tables Assa Parte4.lyx Description: application/lyx

Re: long table with math...

2008-07-06 Thread Enrico Forestieri
assasukasse writes: What is the correct procedure for having multi line math formulas in tables? http://thread.gmane.org/gmane.editors.lyx.general/43802/focus=43811 -- Enrico

long table with math...

2008-07-06 Thread assasukasse
Hello i have the need to make a table filled with math formulas, the formulas are too big so they have to be split in 2 or 3 row for each box of the table, however, is i do by ctrl-enter, then the pdf doesn't compile.. What is the correct procedure for having multi line math formulas in

Re: long table with math...

2008-07-06 Thread assasukasse
here is an an example: Look at the last tables Assa Parte4.lyx Description: application/lyx

Re: long table with math...

2008-07-06 Thread Enrico Forestieri
assasukasse writes: What is the correct procedure for having multi line math formulas in tables? http://thread.gmane.org/gmane.editors.lyx.general/43802/focus=43811 -- Enrico

long table with math...

2008-07-06 Thread assasukasse
Hello i have the need to make a table filled with math formulas, the formulas are too big so they have to be split in 2 or 3 row for each box of the table, however, is i do by ctrl-enter, then the pdf doesn't compile.. What is the correct procedure for having multi line math formulas in

Re: long table with math...

2008-07-06 Thread assasukasse
here is an an example: Look at the last tables Assa Parte4.lyx Description: application/lyx

Re: long table with math...

2008-07-06 Thread Enrico Forestieri
assasukasse writes: > What is the correct procedure for having multi line math formulas in tables? http://thread.gmane.org/gmane.editors.lyx.general/43802/focus=43811 -- Enrico

fit a long table into many pages in Lyx

2008-06-09 Thread Kuo-Hsien Chang
Hi all, I already look at the user guide and this page, http://www.lyx.org/~jug/lyx/lyxdoc/UserGuide/node28.html However, I still cannot make the long table to fit into pages. I also can not find the TableExamples.lyx If you know how to do or you have the template file, please email me

fit a long table into many pages in Lyx

2008-06-09 Thread Kuo-Hsien Chang
Hi all, I already look at the user guide and this page, http://www.lyx.org/~jug/lyx/lyxdoc/UserGuide/node28.html However, I still cannot make the long table to fit into pages. I also can not find the TableExamples.lyx If you know how to do or you have the template file, please email me

fit a long table into many pages in Lyx

2008-06-09 Thread Kuo-Hsien Chang
Hi all, I already look at the user guide and this page, http://www.lyx.org/~jug/lyx/lyxdoc/UserGuide/node28.html However, I still cannot make the long table to fit into pages. I also can not find the TableExamples.lyx If you know how to do or you have the template file, please email me

Page break on a long table

2008-06-08 Thread Kuo-Hsien Chang
How to set a page breaking point on a long table? The default can not let long table break into pages automatically. Thanks, Michael

Page break on a long table

2008-06-08 Thread Kuo-Hsien Chang
How to set a page breaking point on a long table? The default can not let long table break into pages automatically. Thanks, Michael

Page break on a long table

2008-06-08 Thread Kuo-Hsien Chang
How to set a page breaking point on a long table? The default can not let long table break into pages automatically. Thanks, Michael

Re: Long table settings problem

2008-03-23 Thread Uwe Stöhr
Julio Rojas schrieb: Hi, I have been using the long table settings in the attached sample document with two tables, ... You inserted the longtable into a float. But longtables are desgned to be longer than a page while floats are not. A longtble can therefore not really be floated. So take

Re: Long table settings problem

2008-03-23 Thread Julio Rojas
Ok. Thx. On Sun, Mar 23, 2008 at 1:20 PM, Uwe Stöhr [EMAIL PROTECTED] wrote: Julio Rojas schrieb: Hi, I have been using the long table settings in the attached sample document with two tables, ... You inserted the longtable into a float. But longtables are desgned to be longer than

Re: Long table settings problem

2008-03-23 Thread Uwe Stöhr
Julio Rojas schrieb: Hi, I have been using the long table settings in the attached sample document with two tables, ... You inserted the longtable into a float. But longtables are desgned to be longer than a page while floats are not. A longtble can therefore not really be floated. So take

  1   2   3   >