Dekel Tsur wrote:
>
> You can already control the linespacing using the document dialog.
> You can also set the margins, but the width of the dialogs is not changes
> accordingly (it is fixed to 4in). It is easy to fix this so the width
> will be relative to \textwidth.
Dekel,
OK, I defined a \ne
On Sun, Aug 26, 2001 at 01:31:18AM +0100, John Levon wrote:
> remove the hack, do it in Qt2 instead
whoops, forgot to edit the patch. try this one.
thanks
john
? a.diff
Index: ButtonController.h
===
RCS file:
/usr/local/lyx/cv
remove the hack, do it in Qt2 instead
update buttons properly
thanks
john
--
"That's just kitten-eating wrong."
- Richard Henderson
? a.diff
Index: ButtonController.h
===
RCS file:
/usr/local/lyx/cvsroot/lyx-devel/src/
Angus recently added isBuilt() in controllers/ to make sure that
the dialog is built before changing its readonly stuff.
60 template
61 void ControlDialog::show()
62 {
63 if (isBufferDependent() && !lv_.view()->available())
64 return;
65
Jose Abilio Oliveira Matos a écrit :
> > I've written this small C program to resolve ids from catalogs. It shows that with
> > xml2/xslt we don't need any java stuff, for the configuration and for the running
>time.
>
> Ok, I have installed libxslt, I'll try it. :-)
This is the catresolve pr
On Sat, Aug 25, 2001 at 05:14:10PM +0100, John Levon wrote:
> However, even changing it can't get it working satisfactorily. It cannot be
> done in the Qt2 frontend
yes it can. I'm busy compiling what should solve the problems. IT's hacky -
we have a bool that is set during update() that prevent
Angus, what you did doesn't work. The bc() stuff must come /after/
a view show/update.
However, even changing it can't get it working satisfactorily. It cannot be
done in the Qt2 frontend because it must distinguish betweencreateInset and showInset.
So this leads me to the conclusion that a bc(
The Qt2 frontend is currently using Qt's "tr()" in its dialogs. This is
obviously not going to get along with the rest of LyX using plain old gettext
_()
Anyone ideas on how to solve this ?
tr("") happens, which isn't allowable with gettext apparently. If we could allow this,
we could just ad
Jose Abilio Oliveira Matos a écrit :
> On Sat, Aug 25, 2001 at 03:50:21AM +0200, ben wrote:
> > Hi,
> >
> > For those who are interested, the release 0.1.3 of the DB2LyX
> > stylesheets is available at http://perso.libertysurf.fr/bgu/#DB2LyX
>
> Ok, I got it.
>
> > [...] Of course feedback is w
On Sat, Aug 25, 2001 at 03:50:21AM +0200, ben wrote:
> Hi,
>
> For those who are interested, the release 0.1.3 of the DB2LyX
> stylesheets is available at http://perso.libertysurf.fr/bgu/#DB2LyX
Ok, I got it.
> The main changes are:
>
> * New support of xsltproc (catalog resolver + config
On Sun, Aug 05, 2001 at 03:57:21AM +0200, ben wrote:
> Jose Abilio Oliveira Matos a écrit :
>
> > [...]
> >
> > > I will try to see how to use it to detect where the NW's DocBook XSLs are for the
> > > db2lyx config (same as the java catalog classes use).
> >
> > Good.
>
> I've written this sm
11 matches
Mail list logo