> I've been using LyX since 0.12.0 Beta and it has worked quite well.
> Is there any way to convert *.lyx files into *.tex from a command
> line. I'd like to have a Makefile do this conversion, and I see
> no command line options that can do this.
There is lyx --export latex .lyx since 1999-11-
Hi,
I've been using LyX since 0.12.0 Beta and it has worked quite well.
Is there any way to convert *.lyx files into *.tex from a command
line. I'd like to have a Makefile do this conversion, and I see
no command line options that can do this.
Thanks,
Fred W. Obermeier
[EMAIL PROTECTED]
On Tue, 2 May 2000, Dekel Tsur wrote:
> On Tue, May 02, 2000 at 06:06:55PM +1000, Allan Rae wrote:
> > That's what pybliographer, barracuda and tkbib among others are all for.
> > It would be nice if they could insert multiple references however I think
> > they only insert one at a time at the m
On Tue, May 02, 2000 at 11:00:01PM +0300, Dekel Tsur wrote:
> On Tue, May 02, 2000 at 01:16:29PM +0200, Andre Poenitz wrote:
> > > How difficult is it to incorporate advanced searches,
> > > e.g. for math expressons or formatted text?
> >
> > Quite difficult. The math stuff is fairly separated
> I'm trying to get LyX to compile with DEC cxx. Aside from the string::clear()
> errors, I get the following error in table.C. Is there a better way of fixing
> this than my way?
Well, you could try to convince Juergen to rewrite the table stuff using
STL containers...
Andre'
PS: *hint* ;-)
-
On Tue, May 02, 2000 at 10:54:40AM -0400, Amir Karger wrote:
> IMO, there shouldn't be lots of different ways of looking at the TOC. Seems
> like overkill and too many features. Why have a separate menu of the TOC
> when you can get it with keys, mouseclick, or menu selection?
Using my ToC menu i
On Tue, May 02, 2000 at 04:28:21PM +0200, Jean-Marc Lasgouttes wrote:
>
> Hi Dekel. I really like the idea of this patch...
>
> Some comments:
>
> - could the TOC menu be hierarchical (with submenus)?
I've already suggested this idea (however, I think that the ToC should be
"flat" if there is
On Tue, May 02, 2000 at 01:16:29PM +0200, Andre Poenitz wrote:
> > How difficult is it to incorporate advanced searches,
> > e.g. for math expressons or formatted text?
>
> Quite difficult. The math stuff is fairly separated from the 'rest',
> both with respect to data structures and with respec
On Tue, May 02, 2000 at 06:06:55PM +1000, Allan Rae wrote:
> That's what pybliographer, barracuda and tkbib among others are all for.
> It would be nice if they could insert multiple references however I think
> they only insert one at a time at the moment.
I'm aware of these programs, but I thin
On Mon, May 01, 2000 at 07:11:33PM -0300, Garst R. Reese wrote:
> > or by typing "M-e t".
> Duh,
> But in that case why not just have the TOC on the menu do the same
> thing?
> Are there key-bindings for TOC and REF? e.g., F10-T F10-R
M-t and M-r
The attached patch was created with
cvs diff -p -u > angus.patch
bzip2 angus.patch
It allows the head branch of CVS to be compiled with DEC cxx and DEC's
implementation of std::string. (Does little more than replace string::clear()
with string::erase().)
Angus
ps. Allan, if acce
Sorry. That should be:
void LyXTable::cellstruct::setBuffer(Buffer * buf)
{
if (inset) delete inset;
inset = new InsetText(buf);
}
I'm trying to get LyX to compile with DEC cxx. Aside from the string::clear()
errors, I get the following error in table.C. Is there a better way of fixing
this than my way?
Angus (never stop learning) Leeming
cxx: Error: table.C, line 235: a new-initializer may not be specified for an
Compiling the head branch of CVS, I get the following warnings with DEC cxx.
Perhaps this is useful?
cxx: Warning: ../../src/insets/insettext.h, line 109:
"void InsetText::init(Buffer *, const InsetText *)" does not match
"Inset::init" -- virtual function override intended?
Jean-Marc Lasgouttes wrote:
> - Now that labels are editable, there should maybe be something like
> 'label:' in their box, so that they are really different from refs.
> Of course, a small icon would be nice, but it might be a bit
> difficult.
>
> JMarc
I just tested this great new featur
> "U" == U Guenther <[EMAIL PROTECTED]> writes:
U> Open two docs. Select more than one paragraph in doc 1 (Crtl-C).
U> Paste in doc two.
-> reproducable crash!
U> Must be > 1 paragraph.
Hello,
Thanks for the report. This particular bug has been fixed just after
the release of 1.1.5pre1.
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
Amir> IMO, there shouldn't be lots of different ways of looking at the
Amir> TOC. Seems like overkill and too many features. Why have a
Amir> separate menu of the TOC when you can get it with keys,
Amir> mouseclick, or menu selection?
It wo
IMO, there shouldn't be lots of different ways of looking at the TOC. Seems
like overkill and too many features. Why have a separate menu of the TOC
when you can get it with keys, mouseclick, or menu selection?
-Amir
> "Yves" == Yves Pocchiola <[EMAIL PROTECTED]> writes:
Yves> BUG REPORT TESTED VERSION: Lyx1-1.1.5pre1
Yves> DESCRIPTION: DOCUMENT LAYOUT: AMS (unnumbered) TEXT WRITTEN:
Yves> Titre (Title) Introduction (Part*) Prologue (Part) REPORTED
Yves> ERROR BY LyX: Missing control sequence inserted [.
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> OK. I've changed my patch to (2). The attached patch contains
Dekel> both ToC & Refs menus (and it also simplifies existing code).
Hi Dekel. I really like the idea of this patch...
Some comments:
- could the TOC menu be hierarchica
> "Gal" == Gal Aviel <[EMAIL PROTECTED]> writes:
Gal> Hello Developers, I'll make it quick: the configure script looks
Gal> for libforms and not for libxforms, therefor I had to link
Gal> manually to make the program link.
Gal> [root@localhost lib]# pwd /usr/X11R6/lib [root@localhost lib]#
G
> How difficult is it to incorporate advanced searches,
> e.g. for math expressons or formatted text?
Quite difficult. The math stuff is fairly separated from the 'rest',
both with respect to data structures and with respect to the
developers interest to mess around with it (I hope I did not ins
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> In my case just about everything I write gets a couple of
Allan> protected spaces because it's recommended practice to use one
Allan> between a word and its following citation~[1]. Just like that
Allan> one, to ensure the citation does
> "Bert" == Bert Schiettecatte <[EMAIL PROTECTED]> writes:
Bert> I'm running RedHat 6.2 with the latest Xforms (I think 0.89),
Bert> and I can't compile LyX. I've attached the link error I
Bert> encountered. I'm not really on this mailing list -- can anyone
Bert> please send me an answer dire
> "Asger" == Asger K Alstrup Nielsen <[EMAIL PROTECTED]> writes:
Asger> But maybe you should start learning another trade so you can be
Asger> helpful rather than complain that your trade is useless?
What should I learn? How to brew beer?
JMarc
BUG REPORT
TESTED VERSION: Lyx1-1.1.5pre1
DESCRIPTION:
DOCUMENT LAYOUT: AMS (unnumbered)
TEXT WRITTEN:
Titre (Title)
Introduction (Part*)
Prologue (Part)
REPORTED ERROR BY LyX:
Missing control sequence inserted
On 01-May-2000 Allan Rae wrote:
>
> You need to use a 100 in the percentage input field. The code then puts
> {1.00\columnwidth} as the width of the minipage.
>
Well yes, I guess I don't remember how really good I'm working when I
implement a feature #:O)
Jürgen
-._-._-._-._-._-._-._-
On 01-May-2000 Allan Rae wrote:
>
> What happens with a minipage set to \columnwidth? Centred lines should
> then be centred in the middle of the minipage and you shouldn't need to
> worry about how wide the widest line of the poem is.
>
Well I guess you cannot insert \columnwidth in the mini
How diffcult is it to change 'search' so that there is no
more need to use the mouse (to hit the arrow keys)?
How difficult is it to incorporate advanced searches,
e.g. for math expressons or formatted text?
(e.g. replace all 1H by $^1{H}$)
Ulrich
--
Ulrich Günther
On Mon, 1 May 2000, Dekel Tsur wrote:
> On Mon, May 01, 2000 at 12:41:03PM +1000, Allan Rae wrote:
> > What did you have in mind for the citation popup?
> [...]
> > In addition one change I've been meaning to do for ages which should be
> > extremely simple is to change the combox operation so th
30 matches
Mail list logo