Re: LyX terrible converting images

2003-02-18 Thread Andre Poenitz
On Tue, Feb 18, 2003 at 04:19:20PM -0300, Joao B. Oliveira wrote: > Of course, Jean-Marc's question about how to get 1.5 Mb EPS images > is a valid one. The answer: we have a few programs that create > images directly in XFig format. From that they can be edited and/or > converted into whatever we

Re: LyX terrible converting images

2003-02-18 Thread Andre Poenitz
On Tue, Feb 18, 2003 at 07:47:22PM +0200, Dekel Tsur wrote: > We should modify convertDefault.sh to work as a filter, namely > 'convertDefault.sh file.eps' should write its output to stdout and not to > the disk. Seconded. And possibly read from stdin, at least if no file argument was given... A

Re: paper numbers and paragraphs

2003-02-18 Thread Matej Cepl
Timothy J. Garrett wrote: > I want to put a paper number flush left on the same line as a centered > title. It should appear something like this: > > 10.2 The Title of my Paper > > Can't figure out how to do it. You probably need to redefine the \maketitle macro. If you by chance us

Re: crazy crazy symbol question

2003-02-18 Thread Steven Homolya
On Wed, 19 Feb 2003, owen lucas wrote: > I would like to use a symbol from the marvosym package. > i have put \usepackage{marvosym} in my preamble and some symbols work > some don't > > has it got anything to do with the viewer? > What viewer is it? Xdvi: yes, probably it's the viewer. Ghostvi

crazy crazy symbol question

2003-02-18 Thread owen lucas
I would like to use a symbol from the marvosym package. i have put \usepackage{marvosym} in my preamble and some symbols work some don't Im particuarly after \Laserbeam? does anyone know how to do this? has it got anything to do with the viewer? [olucas@mechol1 olucas]$ locate marvosym /usr/s

paper numbers and paragraphs

2003-02-18 Thread Timothy J. Garrett
A couple of questions for which I am unable to find a solution. I want to put a paper number flush left on the same line as a centered title. It should appear something like this: 10.2 The Title of my Paper Can't figure out how to do it. Also I want to make a paragraph such that th

Re: runlyx.bat does not start Cygwin LyX

2003-02-18 Thread Paul A. Rubin
Milos Komarcevic <[EMAIL PROTECTED]> wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: >>So any command in any of those files will be executed before calling >>lyx. lyxwin32 does not call tr a standard unix command (translate). It >>seems that that tr command does not terminate and therefore l

Re: problem with math symbols

2003-02-18 Thread Paul A. Rubin
[posted and mailed] "Usman, I \(Isa\)" <[EMAIL PROTECTED]> wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Hi, > > I've installed Claus Hentschel's port of LYX 1.3.0 under Win2k with > Xfree. When i opened my previous documents, all the equations are not > showing on the screen correctly

Re: How do I insert the LaTeX code "\,"?

2003-02-18 Thread Matej Cepl
Juergen Spitzmueller wrote: > \bind "C-M-space" "command-sequence ert-insert ; self-insert \ \; > delete-backward ; inset-toggle ;" > \bind "C-S-space" "command-sequence ert-insert ; self-insert \,; >inset-toggle > ;" Thanks for showing me the command-sequence command. S

Re: LyX terrible converting images

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, Angus Leeming wrote: > On Tuesday 18 February 2003 8:24 pm, Christian Ridderström wrote: > > On Tue, 18 Feb 2003, Angus Leeming wrote: > > > Joao B. Oliveira wrote: > > > > I have used LyX in -dbg mode and checked the conversion process. It > > > > does not seem that LyX itsel

Re: Bibliography

2003-02-18 Thread Jade
On Monday 17 February 2003 00:25, Zvezdan Petkovic wrote: > On Sun, Feb 16, 2003 at 11:57:16PM +0100, Jade wrote: > > I have found a package called "jurabib", that can help doing this, but I > > wondered if there was a way to include the package automatically using > > Lyx. > > Did you try putting

Re: LyX terrible converting images

2003-02-18 Thread Angus Leeming
On Tuesday 18 February 2003 8:24 pm, Christian Ridderström wrote: > On Tue, 18 Feb 2003, Angus Leeming wrote: > > Joao B. Oliveira wrote: > > > I have used LyX in -dbg mode and checked the conversion process. It > > > does not seem that LyX itself is doing things badly, but it calls > > > convert f

Re: LyX terrible converting images

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, Angus Leeming wrote: > Joao B. Oliveira wrote: > > I have used LyX in -dbg mode and checked the conversion process. It > > does not seem that LyX itself is doing things badly, but it calls > > convert for every image on the current screen and convert seems to > > be doing a ba

Re: Lyx programming docs?

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, John Levon wrote: > On Tue, Feb 18, 2003 at 11:15:25AM -0800, James Frye wrote: > > > Is there any documentation around on programming Lyx? It looks like I may > > Not really. A pity, but really understand why... > > need do hack into the code to fix some of the bugs, and

Re: LyX terrible converting images

2003-02-18 Thread Angus Leeming
Joao B. Oliveira wrote: > Well, not really. It is rather common (at least here) to put > several smaller images in a figure, to draw comparisons like "In > Fig 6a you see this, and in 6b we clearly see that, but 6c clearly > shows...". Sometimes we put four or six smaller EPS imagens in a > figure.

Re: Lyx programming docs?

2003-02-18 Thread John Levon
On Tue, Feb 18, 2003 at 11:15:25AM -0800, James Frye wrote: > Is there any documentation around on programming Lyx? It looks like I may Not really. > need do hack into the code to fix some of the bugs, and add a few things > to make my life easier, and that sure would be easier if I had some so

Re: LyX terrible converting images

2003-02-18 Thread Joao B. Oliveira
hi everyone, > > Some history first: I keep LyX running on a Computer Science... > > The image handling code in LyX 1.2 is indeed nasty. Things should be much > better in LyX 1.3. In LyX 1.3 the conversion process is triggered only for > images that have been on screen for 2 seconds, so you sh

Lyx programming docs?

2003-02-18 Thread James Frye
Is there any documentation around on programming Lyx? It looks like I may need do hack into the code to fix some of the bugs, and add a few things to make my life easier, and that sure would be easier if I had some sort of guide. Thanks, James

Re: How do I insert the LaTeX code "\,"?

2003-02-18 Thread Rodrigo Fresneda
Moritz Moeller-Herrmann wrote: Is there any possibility to insert this small seperating space via keyboard and without ERT in lyx-1.3.1CVS? Thanks for any reply. An alternative possibility would be using "protected blank" via keyboard as, for instance, \bind "C-space""protec

Re: problems with spanish language

2003-02-18 Thread Pedro Tejedor
Tomás Revilla wrote: Hi Pedro, the tips did not work well. I got error messages whit the preamble commands if I want to change from "Cuadro" to "Tabla". With the enumerate customization, the \renewcommand... : \renewcommand\labelenumii{\alph{enumii})} \renewcommand\labelenumiii{\roman{enumiii})}

Re: ERT barrier for floats

2003-02-18 Thread Dekel Tsur
On Tue, Feb 18, 2003 at 02:05:54PM -, Rob S wrote: > Is there an ERT command that can create a "barrier" in a document > affectively trapping picture floats (that appear before it) behind it? > > I have images that I don't mind floating within a section but only up to > a point (i.e. where the

Re: LyX terrible converting images

2003-02-18 Thread Dekel Tsur
On Tue, Feb 18, 2003 at 12:36:35PM +, Angus Leeming wrote: > > -- First of all, how does the conversion/display process really > > works? Specially, how EPS files are handled? (I understand that > > they are always converted to ppm for displaying? Why ppm?) > > If you run > $ lyx -dbg

Re: problems with spanish language

2003-02-18 Thread Tomás Revilla
Hi Pedro, the tips did not work well. I got error messages whit the preamble commands if I want to change from "Cuadro" to "Tabla". With the enumerate customization, the \renewcommand... : \renewcommand\labelenumii{\alph{enumii})} \renewcommand\labelenumiii{\roman{enumiii})} works well, but from

Re: Lyx1.3 on Suse 6.4

2003-02-18 Thread Andre Poenitz
On Tue, Feb 18, 2003 at 05:34:11PM +0100, Sam Zeini wrote: > Hi, after updating on my Debian system at home i tried to install Lyx > 1.3.0 on my mashine at work to be able to share my documents between home > and work. At work i have 1.16fix3 and Suse 6.4. But Lyx asks me for > lib???stdc++??. Does

Lyx1.3 on Suse 6.4

2003-02-18 Thread Sam Zeini
Hi, after updating on my Debian system at home i tried to install Lyx 1.3.0 on my mashine at work to be able to share my documents between home and work. At work i have 1.16fix3 and Suse 6.4. But Lyx asks me for lib???stdc++??. Does anbody knows, where to get Lyx binaries for Suse 6.4 or an easy

Re: Setting GUI font, other setup?

2003-02-18 Thread Matej Cepl
James Frye wrote: > Oh, forgot to mention that I have the Xforms version, not Qt (and not KDE > either). Couldn't find anywhere to download the Qt stuff from, and I had > to hack into the source to figure out why colors weren't being set at all. Could you write us what is the environment you use (

Re: How do I insert the LaTeX code "\,"?

2003-02-18 Thread Juergen Spitzmueller
Moritz Moeller-Herrmann wrote: > Thanks a lot. Maybe this sequence should be added to the special characters > menue? I think the better way would be to implement a thin-space and a normal-space inset similar to nobreak-space. Another long time feature request. Jürgen

Re: How do I insert the LaTeX code "\,"?

2003-02-18 Thread Moritz Moeller-Herrmann
Juergen Spitzmueller wrote: > Moritz Moeller-Herrmann wrote: >> Is there any possibility to insert this small seperating space via >> keyboard and without ERT in lyx-1.3.1CVS? > > Not without ERT I guess, but I have those two lines in my bind file for \, > and \ (unbreak them): > > \bind "C-M-sp

Re: problems with spanish language

2003-02-18 Thread Pedro Tejedor
Tomás Revilla wrote: I notice some undesirable changes in the way that lyx produces the spanish output: 1) The way that LyX enumerates in spanish is not the same as in other languages. When I put one list into another I get: 1. item a) item 1) item a' item instead of: 1. item

Re: How do I insert the LaTeX code "\,"?

2003-02-18 Thread Juergen Spitzmueller
Moritz Moeller-Herrmann wrote: > Is there any possibility to insert this small seperating space via keyboard > and without ERT in lyx-1.3.1CVS? Not without ERT I guess, but I have those two lines in my bind file for \, and \ (unbreak them): \bind "C-M-space" "command-sequence ert-i

Re: How do I insert the LaTeX code "\,"?

2003-02-18 Thread Andre Poenitz
On Tue, Feb 18, 2003 at 04:09:36PM +0100, Moritz Moeller-Herrmann wrote: > Is there any possibility to insert this small seperating space via keyboard > and without ERT in lyx-1.3.1CVS? None that I am aware of. Andre' -- Those who desire to give up Freedom in order to gain Security, will not ha

hollywood

2003-02-18 Thread J. Breu
Hello, I have problems with the hollywood.cls that should help me to write a script for a film. I am neither a latex nor a lyx freak. The speaker and the following dialogue - there is too much vertical space between. I speculate that the vertical space between two lists has to be diminished. B

How do I insert the LaTeX code "\,"?

2003-02-18 Thread Moritz Moeller-Herrmann
Is there any possibility to insert this small seperating space via keyboard and without ERT in lyx-1.3.1CVS? Thanks for any reply. -- Moritz Moeller-Herrmann

Re: small bugs in 1.3.0-qt?

2003-02-18 Thread John Levon
On Mon, Feb 17, 2003 at 06:23:05PM +0100, Giovanni Bicz? wrote: > The first is, that when I click on my ToC, I cannot navigate in the document > by double-clicking on (sub)titles: I can still do it by clicking the navigate > menu, but it was a nice feature... Single click works fine. What is th

Re: When are we going to get character styles

2003-02-18 Thread Steve Litt
On Tuesday 18 February 2003 08:27 am, Praedor Atrebates wrote: > On Monday 17 February 2003 07:26 pm, John Levon wrote: > > On Mon, Feb 17, 2003 at 07:19:43PM -0500, Steve Litt wrote: > > > Whoaaa -- sorry, in no way did I mean that *John* was repudiating > > > anything. I meant the lack of charact

Re: When are we going to get character styles

2003-02-18 Thread John Levon
On Tue, Feb 18, 2003 at 08:27:39AM -0500, Praedor Atrebates wrote: > Real basic question...what is meant by "character styles"? Much like paragraph styles. It allows you to define a semantic name for a particular visual mark up. So instead of marking text in "monospace 10pt" or whatever, you mark

ERT barrier for floats

2003-02-18 Thread Rob S
Dear list Is there an ERT command that can create a "barrier" in a document affectively trapping picture floats (that appear before it) behind it? I have images that I don't mind floating within a section but only up to a point (i.e. where their location is still in some context within the sectio

Re: LyX terrible converting images

2003-02-18 Thread Matej Cepl
Jean-Marc Lasgouttes wrote: > Joao> -- If EPS files are large (I have some with more or less 1.5 Mb) > Joao> their conversion and displaying takes all memory and a 64Mb > Joao> computer simply crashes. With more images of the same size, > Joao> larger machines crash as well. Was this foreseen? > >

problems with spanish language

2003-02-18 Thread Tomás Revilla
I notice some undesirable changes in the way that lyx produces the spanish output: 1) The way that LyX enumerates in spanish is not the same as in other languages. When I put one list into another I get: 1. item a) item 1) item a' item instead of: 1. item (a) item i.

enumerate in spanish documents

2003-02-18 Thread Tomás Revilla
Hello friends, I have the following problem: the way that LyX enumerates in spanish is not the same as in other languages. When I put one list into another I get: 1. item a) item 1) item a' item instead of: 1. item (a) item i. item A. item This happ

Re: When are we going to get character styles

2003-02-18 Thread Praedor Atrebates
On Monday 17 February 2003 07:26 pm, John Levon wrote: > On Mon, Feb 17, 2003 at 07:19:43PM -0500, Steve Litt wrote: > > Whoaaa -- sorry, in no way did I mean that *John* was repudiating > > anything. I meant the lack of character styles, which is nobody's fault, > > is inconsistent (much better wo

Re: runlyx.bat does not start Cygwin LyX

2003-02-18 Thread Milos Komarcevic
Claus, At 11:41 18/02/2003 +0100, you wrote: > I have tried launching with wrapper lyxwin32.exe using Cygwin/XFree86, > and still I have the same problem: nothing happens, but if I start with > 'lyx' from an xterm window everything is fine. So what's the difference between lyx.exe and lyxwin32.e

Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, John Levon wrote: > On Tue, Feb 18, 2003 at 01:56:37PM +0100, Christian Ridderstr?m wrote: > > > These are the alternatives (and a new one) I've seen so far: > > 1. A user preference indicating how new ERTs are created: open or inline. > > 2. Modify inset-toggle() to switch

Re: LyX terrible converting images

2003-02-18 Thread Jean-Marc Lasgouttes
> "Joao" == Joao B Oliveira <[EMAIL PROTECTED]> writes: Joao> -- If EPS files are large (I have some with more or less 1.5 Mb) Joao> their conversion and displaying takes all memory and a 64Mb Joao> computer simply crashes. With more images of the same size, Joao> larger machines crash as well

Re: Option to set all ERT's to 'inline'

2003-02-18 Thread John Levon
On Tue, Feb 18, 2003 at 01:56:37PM +0100, Christian Ridderstr?m wrote: > These are the alternatives (and a new one) I've seen so far: > 1. A user preference indicating how new ERTs are created: open or inline. > 2. Modify inset-toggle() to switch between three modes instead of two. > 3. A lyx f

CONFIDENTIAL

2003-02-18 Thread GODWIN
Federal Ministry Of WORKS And Housing, 34 Bishop Street Garki,Abuja. Email;[EMAIL PROTECTED] Dear Sir, I am making this contact with you on behalf of my colleagues and I. We are members of the Presidential Contract Review Panel on foreign debt. We are contacting you as a individual, into whose

Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Christian Ridderström
On 18 Feb 2003, Jean-Marc Lasgouttes wrote: > > "Davor" == Davor Cengija <[EMAIL PROTECTED]> writes: > > Davor> ERT's, either open or closed, my document looks really ugly on > Davor> the screen, almost unreadable. An option 'turn all ERT's to > Davor> inlined/open/closed' would be really use

Re: LyX terrible converting images

2003-02-18 Thread Angus Leeming
Joao B. Oliveira wrote: > > Hi everyone (specially the folks from the devel team), Hello, Joao. > Some history first: I keep LyX running on a Computer Science > Department, with some 20-30 students constantly using LyX on several > machines. Everything was fine, until LyX 1.2.0 came along. The

LyX terrible converting images

2003-02-18 Thread Joao B. Oliveira
Hi everyone (specially the folks from the devel team), I would like to raise a few questions about the handling of figures under LyX. Maybe the answers will help me to set LyX properly at our installation, as things are getting out of hand... Some history first: I keep LyX running on a Computer

Re: [Fwd: Re: Announce: LyX 1.3.0 released.[SuSE]]

2003-02-18 Thread Konrad Blum
Dear Paul, thanks for your feedback and help. Now lyx-1.3.0-1.i386.SuSE-8.1-KDE3.1-qt3.rpm is installed and runs perfectly nice on my (online-updated) SuSE 8.1. A small problem was to get the new qt3-packages installed, because of the dependencies. I had a few trial and error cycles, until I manag

Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Jean-Marc Lasgouttes
> "Davor" == Davor Cengija <[EMAIL PROTECTED]> writes: Davor> I'm not an advanced user, but I frequently use \emph and Davor> similar commands, not to mention my own, really simple ones. Davor> E.g., each english word, or a word with english roots should be Davor> emphasized, and since I write

Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Davor Cengija
John Levon wrote: > On Mon, Feb 17, 2003 at 03:56:32PM -0700, Fernando Perez wrote: > >> > I think that I can say definitively that that won't happen. 'Inlined' >> > is good only for short snippets of ERT. We couldn't allow it to be >> > the default. Anyway, you have your script, so what's the pr

latex pdf and TTfonts

2003-02-18 Thread Paolo Ariano
hi * sorry for the question probably there is an howto somewhere but: i'm writing an article in latex using lyx on a GNU/Linux debian, i save my pdf, then i've to make a poster to present my data: if i open my pdf in Macromedia Freehand there are a lot of fonts errors and it is unusable if i o

Re: Option to set all ERT's to 'inline'

2003-02-18 Thread Angus Leeming
Bo Peng wrote: > On Tue, Feb 18, 2003 at 12:13:03AM +, John Levon wrote: >> On Mon, Feb 17, 2003 at 03:56:32PM -0700, Fernando Perez wrote: >> > If I may say, there shouldn't be any problem with adding an _option_ >> > in the preferences dialog such as 'New ERT default state' -> >> > inlined/e

Re: Change font-size to 13 pt.

2003-02-18 Thread I Wayan Warmada
On Tue, 18 Feb 2003, Helge Hafting wrote: | My publisher wants 10.5 pt font and 12.5 pt between lines. So | I added this to the preamble: | | \renewcommand{\normalsize}{\fontsize{10.5pt}{12.5pt}\selectfont} this is only for normalsize font.. the footnote, superscript etc are still based origina

Re: Change font-size to 13 pt.

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, Helge Hafting wrote: > My publisher wants 10.5 pt font and 12.5 pt between lines. So > I added this to the preamble: > > \renewcommand{\normalsize}{\fontsize{10.5pt}{12.5pt}\selectfont} > I added your tip to this URI http://ev-en.org/wiki/moin.cgi/LyxChangeFontUsingL

Re: Change font-size to 13 pt.

2003-02-18 Thread Helge Hafting
Steve Litt wrote: > > If anyone can figure out how to change the default fontsize to 10.5, I'd be > very interested in that. I could have gotten LyX in at a major publisher, but > one of their requirements was half sized fonts and I didn't know how to do > it. My publisher wants 10.5 pt font and 1

Questions about "Book" and "Book AMS"

2003-02-18 Thread pmellerin
Hello, Is it possible to select the "book" document (in place of "book AMS") and have environments like Definition, Theorem, ... ? I have checked "AMS package" but there's no effect. Another question : for the subsection level in "book AMS", there is no linebreak at the start of the subsection

Re: big fle, footnote isn't created in HTML view

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, Helge Hafting wrote: > Adinda Praditya wrote: > > > > Hi list, > > > > Is there any documentations or tips for writing a book? Any example (lyx file) > > of book (at least 70 pages) can be downloaded? Well, I have a problem when my > > Help->Users Guide. It is more than 70

Re: big fle, footnote isn't created in HTML view

2003-02-18 Thread Helge Hafting
Adinda Praditya wrote: > > Hi list, > > Is there any documentations or tips for writing a book? Any example (lyx file) > of book (at least 70 pages) can be downloaded? Well, I have a problem when my Help->Users Guide. It is more than 70 pages, at least if typeset on A4 pages. Helge Hafting

Re: use Chinese?

2003-02-18 Thread Angus Leeming
zhaoliang wrote: > Can lyx1.3 use Chinese character? No, not yet. However there is a CJK port of LyX (see http://cellular.phys.pusan.ac.kr/cjk.html) whose author, ChangGil Han is busy preparing CJK-LyX-1.3. -- Angus

Re: LyX WYSIWYM document processor???

2003-02-18 Thread Ingar Pareliussen
Tuesday 18 February 2003 22:40, skreiv Adinda Praditya: > I've moved the double space using "replace" editor, and then copy-paste > again into lyx. It's beter than before, but i still get (lesser) sentence > who are out of paragraph. What's wrong? Try adding \sloppy to the preamble. Ingar -- In

Re: Itemizede list inside a box

2003-02-18 Thread Christian Ridderström
On Tue, 18 Feb 2003, José Matos wrote: > On Monday 17 February 2003 23:28, Nirmal Govind wrote: > > > have a box around your list... > > > > Or not.. looks like one can't put a list inside a table.. is this > > possible at all? > > I think that the column should have a fixed size for that. >

Re: LyX WYSIWYM document processor???

2003-02-18 Thread Adinda Praditya
Pada tanggal Monday 17 February 2003 09:43 am, Dekel Tsur menulis: > On Mon, Feb 17, 2003 at 09:23:44PM -0500, Adinda Praditya wrote: > > Have look the file and convert it to DVI or PDF > > > > Do you guys know what's wrong with the file? > > You inserted non-breakable-space chars (i.e., chr(0xa0))

Re: Margin notes

2003-02-18 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Dienstag, 18. Februar 2003 04:46, Peter Clark wrote: > On Sunday 16 February 2003 10:19 pm, Peter Clark wrote: > Replying to myself again (am I talking to myself?), the 'footmisc' package > provides numbered footnotes in the margin. Very nice. Keep on,

problem with math symbols

2003-02-18 Thread Usman, I \(Isa\)
Hi, I've installed Claus Hentschel's port of LYX 1.3.0 under Win2k with Xfree. When i opened my previous documents, all the equations are not showing on the screen correctly.But if i view it in DVI the equations are alright. Anybody know what is going on? Thanks Isa Department of Electronic Eng

Re: LyX WYSIWYM document processor???

2003-02-18 Thread Andre Poenitz
On Tue, Feb 18, 2003 at 02:39:16PM +1030, Owen Lucas wrote: > as for the program to change chr(0xa0) to chr(0x20) I could do that in C > with something like the below. (untested) But some scripting dude could > knock something better up in a jiffy. tr '\240' '\040' < infile > outfile > int main

Re: Setting GUI font, other setup?

2003-02-18 Thread Andre Poenitz
On Mon, Feb 17, 2003 at 01:45:26PM -0800, James Frye wrote: > Also, is there a list of bindable functions anywhere? I see the several > existing sets are documented, but I can't find a list of the functions. > That might help me with my next question, which is how I get out of insert > mode into n

Re: When are we going to get character styles

2003-02-18 Thread Andre Poenitz
On Mon, Feb 17, 2003 at 01:57:42PM -0500, Steve Litt wrote: > Then allow me to suggest that the lack of character styles is a > repudiation of the WYSIWYM philosophy, and is an obvious deficiency I think there is consensus on that. However, it is not a five-minute-fix. Andre' -- Those who desir

Re: Itemizede list inside a box

2003-02-18 Thread José Matos
On Monday 17 February 2003 23:28, Nirmal Govind wrote: > > have a box around your list... > > Or not.. looks like one can't put a list inside a table.. is this > possible at all? I think that the column should have a fixed size for that. > nirmal -- José Abílio

Re: When are we going to get character styles

2003-02-18 Thread José Matos
On Monday 17 February 2003 13:42, Steve Litt wrote: > Hi all, Hi Steve, > Several months ago there was much agreement that LyX needed character > styles, and in fact character styles was the one seriously missing feature. > Any idea when we'll get character styles? Bug Lars about this when h