Filename horrors

2003-06-06 Thread Angus Leeming
Sheesh, something somewhere has gone wrong with InsetGraphic's generation of EPS files from bitmaps in order to generate PS output. Attached is a kludgy solution and a test case that demonstrates the problem. Yet more reason to create a FileName class. This stuff is too fragile to be funny. Al

Re: header (chapter name) problem

2003-06-06 Thread De Faveri Gilberto
On Fri, 6 Jun 2003, Guldo K wrote: > Try putting > \frontmatter > b4 your intro-chapter, change that environment from chapter* into chapter, > then put > \mainmatter > just b4 your "real" first chapter. > Then look at the dvi, and enjoy! Thank you very much: it worked great! Gilberto De Faveri

Re: header (chapter name) problem

2003-06-06 Thread Guldo K
On Thu, 5 Jun 2003 19:47:14 +0200 (CEST) De Faveri Gilberto <[EMAIL PROTECTED]> wrote: > Hi, I'm using LyX 1.3.2 under gentoo linux. > > I'm creating a new document using the book class and the first chapter > after table of contents uses the Chapter* style. > > The header that lyx automatically

Re: lyx does not split all lines ? (lyx-code & emphasized text)

2003-06-06 Thread John Levon
On Thu, Jun 05, 2003 at 10:01:17PM +0200, Lethal Weapon wrote: > When i write a too long sentence and the last very-long-word is in > Emphasized text It doesn't have any thing to do with emphasize, it's inter-word spacing. Latex will refuse to break a line such that the spacing between words is t

lyx does not split all lines ? (lyx-code & emphasized text)

2003-06-06 Thread Lethal Weapon
Hello, (this is a resend since it appears the first time it didn't get into the ml, maybe the msg was too big?) I have a problem with LyX 1.3.2 on redhat 9: When i write a too long sentence and the last very-long-word is in Emphasized text, or when it's a long Lyx-Code, then generate the pdf, t

\LyX is missing: solved.

2003-06-06 Thread Joao B. Oliveira
Sorry guys, the answer was in the devel list but seemingly not in the user list. http://www.mail-archive.com/[EMAIL PROTECTED]/msg56335.html j. b.

Re: \LyX is missing in 1.3.2?

2003-06-06 Thread Juergen Spitzmueller
> This macro seems to be dropped in version 1.3.2 ? Dows anyone > remember the actual macro? [EMAIL PROTECTED] It has not been dropped but it is now only inserted if the user types "LyX". So you`ll get it if you write that. Jürgen.

Re: small bug in interface translation?

2003-06-06 Thread Jean-Marc Lasgouttes
> "Marcin" == Marcin Bukat <[EMAIL PROTECTED]> writes: Marcin> Hi! In english version (LANG=en, LC_ALL=en) when I insert Marcin> float->figure caption in this float begins with 'Figure:'. If Marcin> I do the same with ma national settings (LANG=pl_PL, Marcin> LC_ALL=pl_PL) insted of polish tra

Re: figure caption font

2003-06-06 Thread Uwe Stöhr
Why don't you use the caption-package. It works very well when using\usepackage[options]{caption2}in the preamble.For your special problem use\usepackage[it,small]{caption2}where it is for the italic shape of the label and small for the captionsize.But please also have a look at the attach

Re: figure caption font

2003-06-06 Thread Marcin Bukat
\makeatletter [EMAIL PROTECTED]@makecaption [EMAIL PROTECTED]@makecaption} \makeatother This one works for me :-) (FIG 8. Diagramme bla bla bla) Thats what I've got after added this to preamble (I mean whole caption is italic including digits) Regards wo

\LyX is missing in 1.3.2?

2003-06-06 Thread Joao B. Oliveira
Hi everyone, after installing LyX 1.3.2 and running it happily, today I came across a file written with an older version, and it uses the \LyX macro, causing TeX to fail. This macro seems to be dropped in version 1.3.2 ? Dows anyone remember the actual macro? thanks in advance, joao b.

Re: figure caption font

2003-06-06 Thread Alexandru Cabuz
> I seem to remember responding to a similar problem giving four lines of ERT > that redefined [EMAIL PROTECTED] > > Have you tried that? Yeah, I tried both the stuff you sent me and the stuff in my previous email. They both have the same effect. The captions are a little smaller (not much, but

header (chapter name) problem

2003-06-06 Thread De Faveri Gilberto
Hi, I'm using LyX 1.3.2 under gentoo linux. I'm creating a new document using the book class and the first chapter after table of contents uses the Chapter* style. The header that lyx automatically puts on top of pages does not display the name of the chapter but the name of the TOC (typically it

Re: figure caption font

2003-06-06 Thread Andre Poenitz
On Fri, Jun 06, 2003 at 11:56:29AM +0200, Alexandru Cabuz wrote: > Sorry, there was another thread where some people recommended this but I > forgot this would start a different thread and people wouldn't know what I > was talking about. I seem to remember responding to a similar problem giving

Re: figure caption font

2003-06-06 Thread Alexandru Cabuz
> It certainly depends on what stuff you added to the preamble... Sorry, there was another thread where some people recommended this but I forgot this would start a different thread and people wouldn't know what I was talking about. Here's what I added (I have no idea what any of it means, only

Re: filename.lyx archive format?

2003-06-06 Thread Rithvik Vinekar
On Friday 06 Jun 2003 12:08 pm, Andre Poenitz wrote: > On Fri, Jun 06, 2003 at 11:54:26AM +0530, Rithvik Vinekar wrote: > > My question is, is it possible to save the lyx file+all source images etc > > in one archive in one go? > > No(t yet). > > > If it is not already, it would be a lovely feature

Re: changing the figure legend font size

2003-06-06 Thread Marcin Bukat
Add something like this to your preamble. This particular one will give you italic captions. If you were to replace \itshape with \small\bfseries you'll get... guess what? Angus %% Set the captions to be italic \newcommand\myCaption[1]{\itshape\refstepcounter{figure}% \begin{center}\figuren

Re: figure caption font

2003-06-06 Thread Andre Poenitz
On Fri, Jun 06, 2003 at 10:21:19AM +0200, Alexandru Ioan Cabuz wrote: > I added some stuff to the preamble to make my figure captions italic, > and smaller. I noticed however that the "Fig." is still normal, then the > number of the figure and the caption itself are italic. I think either it > shou

figure caption font

2003-06-06 Thread Alexandru Ioan Cabuz
Hello, I added some stuff to the preamble to make my figure captions italic, and smaller. I noticed however that the "Fig." is still normal, then the number of the figure and the caption itself are italic. I think either it should be all italic, Unless this is the convention? Alex.

small bug in interface translation?

2003-06-06 Thread Marcin Bukat
Hi! In english version (LANG=en, LC_ALL=en) when I insert float->figure caption in this float begins with 'Figure:'. If I do the same with ma national settings (LANG=pl_PL, LC_ALL=pl_PL) insted of polish translation of 'Figure' I can see only '%1'. This applie only to the 'editor' - dvi, gs, p

Re: Cross reference

2003-06-06 Thread Marcin Bukat
Exactly the same way. Insert a label in the caption of the figure/table and insert a reference to that label when you need it. Andre' Oh in caption... that was the missing information :-). Works great (as usual). Regards wo

Re: Cross reference

2003-06-06 Thread Andre Poenitz
On Fri, Jun 06, 2003 at 08:52:53AM +0200, Marcin Bukat wrote: > I do like feature of lyx (latex it is to say) that I can mark some > section/subsection/subsubsection (adding label) and then, when I want > point reader thet problem was previously disscused, insert 'cross > reference', which will