Re: Beamer slides without side number and not count by the number of page side

2012-11-16 Thread Paul A . Rubin
To display the slide without a visible number, you can use the BeginPlainFrame
environment (which will suppress the head and foot lines).

To prevent the slide from being counted, add (on the example slide) a TeX box
(ERT) containing \addtocounter{framenumber}{-1}.

Paul





Re: Line Wrap in Table Cells

2012-11-16 Thread Uwe Stöhr

Am 17.11.2012 00:41, schrieb Rich Shepard:


   Thank you. Sometimes finding the appropriate help doc takes quite a long
time. :-)


That's the list:

- UserGuide:
 - basic info about everything (The things in chapter 6 are described in 
detail.)
 - description of all menus, document and LyX settings in the Appendices

- EmbeddedObjects: very detailed info about
 - graphics
 - tables
 - floats
 - boxes
 - listings
 - external material

- Math: very detailed info about math

- Additional: very detailed info about
 - document classes
 - LyX's communication with third-party programs and LaTeX
 - some unsorted (and in many cases outdated stuff)

- Customization: about
 - customizing LyX
 - how to write layout files
 - many outdated infos (e.g. about external material and internationalization)

regards Uwe


Re: Line Wrap in Table Cells

2012-11-16 Thread Uwe Stöhr

Am 16.11.2012 01:16, schrieb Rich Shepard:

   I have Herbert's book, "Typesetting tables with LaTeX," and cannot find a
package that allows text in a cell to wrap. Some text in a column cell is
longer than text in other cells of that column and I'd like to have it wrap
so the table is narrower but longer (only 18 lines without wrapping).

   Does setting a fixed cell width control this?


Yes, this a prerequisite. More about these things is described in sec. 2.8 "Multiple Lines, Columns 
and Rows" of the EmbeddedObjects manual.


regards Uwe


Re: Table Alignment on Page

2012-11-16 Thread Uwe Stöhr

Am 16.11.2012 16:46, schrieb Rich Shepard:


   I've made it a practice to set paragraph alignment to center for tables
and figures. Reading the Wiki to learn where setting table column width is
to be found I read that tables should be left-aligned.


Where did you read this? One should only not set a special alignment if you use rubber length 
(a.k.a. HFills) between consecutive tables.


regards Uwe

p.s. Almost all about tables is described in chapter 2 of the EmbeddedObjects 
manual.



Re: hyphenation in table cell

2012-11-16 Thread Uwe Stöhr

Am 16.11.2012 17:09, schrieb Matthias:


Looks like I overlooked something with the hyphenation in left and right
alligned paragraphs. It seems that this is the default behaviour in Tex to only
hyphenate justified paragraphs.


Not in all cases but in case of tables I think yes, it is.
Note also that you cannot hyphenate the first word in a table cell without the trick that is 
described in sec. 2.8.1 "Multiple Lines in Table Cells" of the EmbeddedObjects manual.


regards Uwe


Re: [ANNOUNCE] LyX 2.0.5

2012-11-16 Thread Andrew Parsloe

On 16/11/2012 9:52 p.m., Olivier Ripoll wrote:

On 12.11.2012 17:26, rgheck wrote:>
 > We are pleased to announce the release of LyX 2.0.5. This is the fifth
 > maintenance release in the 2.0.x series.
 >
 > LyX 2.0.5 is the result of on-going efforts to make our stable version
 > even more reliable and stable. We have fixed a number of bugs and made
 > a number of improvements. These are detailed below. We encourage all
 > LyX users to upgrade to this version.
 >
[...]

Hi,

I just reported it on the tracker, but although it's not mentioned in
the release notes, this version fixes bug 8135 for me. So it's even
better that expected :-)

Many thanks to the devs for the good work, and best regards!

Olivier.



I also experienced the scrolling problem (Windows Vista) and you're 
right, it is no longer there in LyX 2.0.5.


Andrew


Beamer slides without side number and not count by the number of page side

2012-11-16 Thread Uwe Ade
Hello,

i use beamer for my lecture. I want change some thing .
in the presentation i want use slides without numbers and this slide should not 
be count.

Like this Way:

Slide one
Slide two
example slide
Slide three
Slide four 
example slide
example slide
slide five

and so on..

Is this possible ?

Re: hyphenation in table cell

2012-11-16 Thread Matthias
Matthias  gmx.net> writes:

> I specified the width of the column so that longer text is spread over 
> multiple
> lines. Unfortunatley the text is not hyphenated in the output.

After playing around and reading many blog entries I tested the same situation
with having the cell text justified. Now hyphenation works.

Looks like I overlooked something with the hyphenation in left and right
alligned paragraphs. It seems that this is the default behaviour in Tex to only
hyphenate justified paragraphs.

Therefore I experimented with the package ragged2e as mentioned here:


But so far it does not give the expected result. Everything appears to be
formatted the same way.

Thanks for the help.
 
 






Table Alignment on Page

2012-11-16 Thread Rich Shepard

  I've made it a practice to set paragraph alignment to center for tables
and figures. Reading the Wiki to learn where setting table column width is
to be found I read that tables should be left-aligned. Why is this, and does
it make a visible difference on the page from being centered?

Just curious,

Rich



Re: Line Wrap in Table Cells

2012-11-16 Thread Rich Shepard

On Fri, 16 Nov 2012, Matthias wrote:


Yes, setting a fixed column width in Lyx should do the trick.


Matthias,

  I thought this would be the case; it was at the end of a long day so I
didnot experiment before asking for confirmation.


Here you can find additional infos if you want to define the column width
relative to the page width:


One additional hint: Since the columns of the table have margins, the total
width of the table is not equal to the sum of the fixed column widths. I found
out that a table with one column and a fixed column width of "100% text width"
has not the same width as a table with ten columns and a fixed column width of
"10% text width".


  All very good to know.

Thanks!

Rich



Re: href for footnote / endnote (Solved)

2012-11-16 Thread Andreas Paeffgen

On 2012-11-14 12:11:01 +, PhilipPirrip said:


On 11/13/2012 10:05 PM, Andreas Paeffgen wrote:

Any hint/ suggestion  would be appreciated.


Export LaTeX from LyX and compare with the file that works. It is 
probably something about the order in which the packages (commands) are 
called.


Ok, the order of the packages is wrong. You can not use the modules 
"endnotes", "footnote to endnote", but you have to insert in the 
preamble the following commands.


\usepackage{endnotes}
\usepackage{hyperendnotes}
\let\footnote=\endnote


Then everything works as expected.

Thanks to all for the great help
AP




Re: [ANNOUNCE] LyX 2.0.5

2012-11-16 Thread Olivier Ripoll

On 12.11.2012 17:26, rgheck wrote:>
> We are pleased to announce the release of LyX 2.0.5. This is the fifth
> maintenance release in the 2.0.x series.
>
> LyX 2.0.5 is the result of on-going efforts to make our stable version
> even more reliable and stable. We have fixed a number of bugs and made
> a number of improvements. These are detailed below. We encourage all
> LyX users to upgrade to this version.
>
[...]

Hi,

I just reported it on the tracker, but although it's not mentioned in 
the release notes, this version fixes bug 8135 for me. So it's even 
better that expected :-)


Many thanks to the devs for the good work, and best regards!

Olivier.





Re: Line Wrap in Table Cells

2012-11-16 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 16/11/12 09:19, Matthias wrote:
> Rich Shepard  appl-ecosys.com> writes:
> 
>> Some text in a column cell is longer than text in other cells of that column 
>> and I'd like to
>> have it wrap so the table is narrower but longer
>> 
>> Does setting a fixed cell width control this?
> 
> Yes, setting a fixed column width in Lyx should do the trick.
> 
> Here you can find additional infos if you want to define the column width 
> relative to the page
> width: 
> 
> 
> One additional hint: Since the columns of the table have margins, the total 
> width of the table
> is not equal to the sum of the fixed column widths. I found out that a table 
> with one column
> and a fixed column width of "100% text width" has not the same width as a 
> table with ten
> columns and a fixed column width of "10% text width".
> 
> I don't know what the size of this margin actually is and where to set it and 
> if my experience
> is correct.

I experienced the same problem and got some help here:

http://tex.stackexchange.com/questions/71521/width-multicolum-not-sum-of-combined-cells

Cheers,

Rainer

> 
> Hope that helps.
> 
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlCl/fYACgkQoYgNqgF2egpJxgCcCeVYXGnefmmL2++4LJF0Ygg7
f+EAnjX1ZF9Mzf3WNEiiXUZh61z5lPvM
=w5hN
-END PGP SIGNATURE-


Re: Line Wrap in Table Cells

2012-11-16 Thread Matthias
Rich Shepard  appl-ecosys.com> writes:

> Some text in a column cell is
> longer than text in other cells of that column and I'd like to have it wrap
> so the table is narrower but longer
>
> Does setting a fixed cell width control this?

Yes, setting a fixed column width in Lyx should do the trick.

Here you can find additional infos if you want to define the column width
relative to the page width:


One additional hint: Since the columns of the table have margins, the total
width of the table is not equal to the sum of the fixed column widths. I found
out that a table with one column and a fixed column width of "100% text width"
has not the same width as a table with ten columns and a fixed column width of
"10% text width".

I don't know what the size of this margin actually is and where to set it and if
my experience is correct.

Hope that helps.