Branch definition in .layout file

2005-12-22 Thread Sanders, Maarten (M.J.L.)
Hi,
 
Short question, is it possible to put a branch definition in a .layout
file?
 
met vriendelijke groet / kind regards,
 
Maarten Sanders



RE: Branch definition in .layout file

2005-12-22 Thread Sanders, Maarten (M.J.L.)
That was 'send' too fast:

Let me make it more clear: is it possible to put (not use) a branch
definition in a .layout file. Or, otherwise, can I create I file which I
import in a document so that the branches are visible in the master
document AND in all child documents?

Thanks,
Maarten



> -Original Message-
> From: Sanders, Maarten (M.J.L.) 
> Sent: Thursday, December 22, 2005 1:46 PM
> To: lyx-users@lists.lyx.org
> Subject: Branch definition in .layout file
> 
> 
> Hi,
>  
> Short question, is it possible to put a branch definition in 
> a .layout file?
>  
> met vriendelijke groet / kind regards,
>  
> Maarten Sanders
> 
> 


RE: Beamer/pdflatex mystery

2005-12-22 Thread Sanders, Maarten (M.J.L.)
Paul,

I have had a similar error on a mandrake 2005 system, though with
ps2pdf. It turned out to be a problem with graphics and the ghostscript
version. After I installed mandrake rpm ghostscript-8.15-16mdk.i586.rpm
instead of 8.15-22 the problem was gone.

Hope this gives you some pointers,

Maarten

> -Original Message-
> From: Paul A. Rubin [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, December 22, 2005 12:30 AM
> To: lyx-users@lists.lyx.org
> Subject: Beamer/pdflatex mystery
> 
> 
> This one is for the LaTeX gurus in the group:
> 
> I have 18 Beamer presentations generated the usual way 
> (created in LyX, 
> output using pdflatex).  To service a student request , 
> I loaded 
> each one into Acrobat Pro 7 and used the menu option to enable 
> commenting by Acrobat Reader.  This leads Acrobat Pro to do arcane 
> things (measured by a progress bar) and then write out a 
> modified copy 
> of the file.
> 
> On 14 files, this worked fine; on four, it aborted midway 
> with an error 
> message that Acrobat could not read the file.  The message is 
> probably a 
> bit misleading, as both Acrobat Pro and Acrobat Reader displayed all 
> pages of each file correctly on screen.  Poking around with Pro's 
> "preflight" tool (which I think is more or less analogous to 
> chklatex), 
> I got a message on the four recalcitrant files that the document 
> structure was corrupt.
> 
> So I returned to LyX and generated those four presentations using the 
> straight PDF output option, rather than pdflatex.  All four 
> files passed 
> visual muster, and Acrobat Pro was perfectly happy to enable 
> commenting 
> on all four.  Other than considerable time wasted hunting the bug and 
> work-around, the only (minor) problem is that the 
> non-pdflatex versions 
> are *much* bigger than their pdflatex cousins.
> 
> I can't find anything that differentiates the winners from the losers 
> here.  It's not the presence of graphics (at least one of the 
> four had 
> none), it's not the presence of math insets (several of the 14 that 
> worked had math insets), ...
> 
> Does anyone have any idea what pdflatex might be doing to offend the 
> Gods of Document Structure (particularly in a way that does not stop 
> Acrobat or Acrobat Reader from displaying the document correctly)?
> 
> TIA,
> Paul
> 
> 


Re: Branch definition in .layout file

2005-12-22 Thread Jean-Marc Lasgouttes
> "Maarten" == Sanders, Maarten (M J L ) <[EMAIL PROTECTED]> writes:

Maarten> That was 'send' too fast: Let me make it more clear: is it
Maarten> possible to put (not use) a branch definition in a .layout
Maarten> file. Or, otherwise, can I create I file which I import in a
Maarten> document so that the branches are visible in the master
Maarten> document AND in all child documents?

You can do that with a template, or by using 'Save as Document
defaults" in Document>Settings...

JMarc


Re: Crammed roman numerals in table of contents

2005-12-22 Thread Bennett Helm

On Dec 21, 2005, at 6:10 PM, Steve Litt wrote:


Hi all,

I'm using a modified Memoir document class. I have 6 parts in the
book, and the parts numbering needs to be in the table of contents
as roman numerals. Unfortunately, III, IV and VI but up against
their respective part titles in the table of contents. Those
particular titles are short enough that the problem isn't the
length of the titles.

How can I put extra space between the number and the part title
within the table of contents?


Here's my kludge: put the following in the preamble:

\addtolength{\cftpartnumwidth}{.5em}

Adjust to suit.

Bennett


RE: Branch definition in .layout file

2005-12-22 Thread Sanders, Maarten (M.J.L.)
That is true,

But we have 'organic' documentation so in time -thus after the document
is in use- the number of branches may grow. Then I still would like to
keep the available branches in sync over a range of documents.

Maarten


> -Original Message-
> From: Jean-Marc Lasgouttes [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, December 22, 2005 3:29 PM
> To: Sanders, Maarten (M.J.L.)
> Cc: lyx-users@lists.lyx.org
> Subject: Re: Branch definition in .layout file
> 
> 
> > "Maarten" == Sanders, Maarten (M J L ) <[EMAIL PROTECTED]> writes:
> 
> Maarten> That was 'send' too fast: Let me make it more clear: is it 
> Maarten> possible to put (not use) a branch definition in a .layout 
> Maarten> file. Or, otherwise, can I create I file which I import in a 
> Maarten> document so that the branches are visible in the master 
> Maarten> document AND in all child documents?
> 
> You can do that with a template, or by using 'Save as 
> Document defaults" in Document>Settings...
> 
> JMarc
> 


SVMult document class

2005-12-22 Thread Axel Dessecker
Dear list,

I was able to install svmult.cls to my system, and LyX does show svmult.cls in 
its LaTeX information window. Reconfiguring LyX, however, will not make it 
available as a document class.

Any clue?

Thanks,
Axel


Re: SVMult document class

2005-12-22 Thread Paul A. Rubin

Axel Dessecker wrote:

Dear list,

I was able to install svmult.cls to my system, and LyX does show svmult.cls in 
its LaTeX information window. Reconfiguring LyX, however, will not make it 
available as a document class.


Any clue?

Thanks,
Axel



Do you have a layout for it?

Paul




Re: Beamer/pdflatex mystery

2005-12-22 Thread Paul A. Rubin

Maarten,

Thanks for the reply.  I don't think graphics is the culprit in my case, 
since some of the buggered files contained no graphics (unless you count 
colored backgrounds for titles, but I'm pretty sure that does not 
require ghostscript or imagemagick).  Still, I may take a crack at 
upgrading ghostscript and see if that cures the problem.


Regards,
Paul

Sanders, Maarten (M.J.L.) wrote:

Paul,

I have had a similar error on a mandrake 2005 system, though with
ps2pdf. It turned out to be a problem with graphics and the ghostscript
version. After I installed mandrake rpm ghostscript-8.15-16mdk.i586.rpm
instead of 8.15-22 the problem was gone.

Hope this gives you some pointers,

Maarten



-Original Message-
From: Paul A. Rubin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 22, 2005 12:30 AM

To: lyx-users@lists.lyx.org
Subject: Beamer/pdflatex mystery


This one is for the LaTeX gurus in the group:

I have 18 Beamer presentations generated the usual way 
(created in LyX, 
output using pdflatex).  To service a student request , 
I loaded 
each one into Acrobat Pro 7 and used the menu option to enable 
commenting by Acrobat Reader.  This leads Acrobat Pro to do arcane 
things (measured by a progress bar) and then write out a 
modified copy 
of the file.


On 14 files, this worked fine; on four, it aborted midway 
with an error 
message that Acrobat could not read the file.  The message is 
probably a 
bit misleading, as both Acrobat Pro and Acrobat Reader displayed all 
pages of each file correctly on screen.  Poking around with Pro's 
"preflight" tool (which I think is more or less analogous to 
chklatex), 
I got a message on the four recalcitrant files that the document 
structure was corrupt.


So I returned to LyX and generated those four presentations using the 
straight PDF output option, rather than pdflatex.  All four 
files passed 
visual muster, and Acrobat Pro was perfectly happy to enable 
commenting 
on all four.  Other than considerable time wasted hunting the bug and 
work-around, the only (minor) problem is that the 
non-pdflatex versions 
are *much* bigger than their pdflatex cousins.


I can't find anything that differentiates the winners from the losers 
here.  It's not the presence of graphics (at least one of the 
four had 
none), it's not the presence of math insets (several of the 14 that 
worked had math insets), ...


Does anyone have any idea what pdflatex might be doing to offend the 
Gods of Document Structure (particularly in a way that does not stop 
Acrobat or Acrobat Reader from displaying the document correctly)?


TIA,
Paul










Re: SVMult document class

2005-12-22 Thread Axel Dessecker
Am Donnerstag, 22. Dezember 2005 15:49 schrieb Paul A. Rubin:
> Do you have a layout for it?

Well, I'm going to create one... Thanks Paul.

Axel


Redefine chapter/section and subsection appearance

2005-12-22 Thread Sanders, Maarten (M.J.L.)
Hi,

This is more latex, but probably someone has an answer quickly. I want
chapter, section and subsections to appear like this (view with a
monospace font):

1.Chapter
  Her starts the text
  More text.
  .
  .
  .
 
1.1   Section
  Some section text

etc.


So I want the numbering to appear in the margin. Are there any packacges
that deal with this or do I need to redefine the section, subsection,
chapter etc. commands?


met vriendelijke groet / kind regards,
 
Maarten Sanders


Re: Branch definition in .layout file

2005-12-22 Thread Jean-Marc Lasgouttes
> "Maarten" == Sanders, Maarten (M J L ) <[EMAIL PROTECTED]> writes:

Maarten> That is true, But we have 'organic' documentation so in time
Maarten> -thus after the document is in use- the number of branches
Maarten> may grow. Then I still would like to keep the available
Maarten> branches in sync over a range of documents.

I see what you mean. Unfortunately, it is not possible currently.

JMarc


spacing before and after enumerate and other list environments

2005-12-22 Thread David Soukal

Hello,

could anybody, please, point me to a resource with information how to 
set the spacing *before* and *after* list environments? The only 
references I found on the mailing list and on the Internet discuss the 
spacing between the items of a list.


I was trying to change the distance by looking at parameters of the 
paragraphs surrounding the list environment but both have zero spacing 
below and above...


Thank you!

David


TeX version is 3.141592. pi?

2005-12-22 Thread John E. Harbold

Hi,

	Has anyone noticed that the current 
version of TeX is 3.141592. I'm having 
adversed reaction to this because I 
can't access the aastex macros.  Has TeX 
been hacked yet?


John E. Harbold


Re: TeX version is 3.141592. pi?

2005-12-22 Thread Angus Leeming
John E. Harbold wrote:

> Hi,
> 
> Has anyone noticed that the current
> version of TeX is 3.141592. I'm having
> adversed reaction to this because I
> can't access the aastex macros.  Has TeX
> been hacked yet?

I'm not sure what you're trying to say. If you're asking is the above TeX
version number expected, then yes, it's expected. Knuth it would be funny
(and probably reasonable) to indicate improvements in TeX by arriving at
the exact answer asymptotically.

That's mathematicians for you.

-- 
Angus



Re: [announce] sixth release of LyXWinInstaller

2005-12-22 Thread Bo Peng
> I just published the version 0.6 of the LyX installer for Windows.

Just tried the complete version of the installer on a fresh winXP VM:
installation goes fine and everything works as expected. Thank you for
the great work!

I think this installer is ready to go public or even become official.
Would you add the link to lyx/wiki, for example,
http://wiki.lyx.org/Windows/LyX136? It will be good if you can upload
the installers to ftp://ftp.lyx.org/pub/lyx/bin/1.3.7/ .

Bo


Re: [announce] sixth release of LyXWinInstaller

2005-12-22 Thread Angus Leeming
Bo Peng wrote:

>> I just published the version 0.6 of the LyX installer for Windows.
> 
> Just tried the complete version of the installer on a fresh winXP VM:
> installation goes fine and everything works as expected. Thank you for
> the great work!
> 
> I think this installer is ready to go public or even become official.
> Would you add the link to lyx/wiki, for example,
> http://wiki.lyx.org/Windows/LyX136?

No, not to that page. Not unless you use the LyX 1.3.6 executable. Feel
free to add it to the 1.3.7pre page.

> It will be good if you can upload 
> the installers to ftp://ftp.lyx.org/pub/lyx/bin/1.3.7/ .

Not until 1.3.7 is released please.

-- 
Angus



Re: spacing before and after enumerate and other list environments

2005-12-22 Thread Marcelo Acuÿfffff1a
>could anybody, please, point me to a resource with >information how to 
set the spacing *before* and *after* list >environments? The only references I 
found on the mailing >list and on the Internet discuss the 
>spacing between the items of a list.
>
>I was trying to change the distance by looking at >parameters of the 
>paragraphs surrounding the list environment but both have >zero spacing below 
>and above...

  I get this with tweaklist package.
  I found it in InterNet and when I installed correctly it
  I can get global control over list, enumerate, itemize, enumerate*
  Spacing above and below :
  \topsep
  \parsep
  If I can remember correctly.
  Marcelo
   


-
  1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
Abrí tu cuenta aquí



-
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Re: Redefine chapter/section and subsection appearance

2005-12-22 Thread Marcelo Acuÿfffff1a
>This is more latex, but probably someone has an answer quickly. I >want 
chapter, section and subsections to appear like this (view with > a monospace 
font):
>
>1. Chapter
>Her starts the text
>More text.
>.
>.
>
>
>1.1 Section
>Some section text
>
>etc.

titlesec package
  come with standard distribution of latex
  have very good documentation
  Marcelo
   



-
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Re: list of figures / subfigures

2005-12-22 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:

[concerning the List of Figures page]

> 1. I need something like "tocleft" to move the subfigures to the far
> left side (since their are no figures).
>
> 2. I'm wondering how to use the "short caption" feature. (My captions
> are within the LyX "caption" fields under "Subfigures". Can I somehow
> add this there (to the LaTeX options right below it)?

Rather than me torturing the LyX list with this, can anyone recommend a 
good LaTeX list (newsgroup?) where I can get help (beginner's) for the 
caption and subfigure packages?

Thanks all,

Kevin

-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations