Andre Poenitz <[EMAIL PROTECTED]> writes:
| > | map >::iterator it = l.find(type);
| > | if (it == l.end()) {
| > | vector vti;
| > | vti.push_back(ti);
| > | l[type] = vti;
| > | } else {
| > | it->second.push_back(ti);
| > | }
| > |
| > | Can't the above code be
> | map >::iterator it = l.find(type);
> | if (it == l.end()) {
> | vector vti;
> | vti.push_back(ti);
> | l[type] = vti;
> | } else {
> | it->second.push_back(ti);
> | }
> |
> | Can't the above code be replaced by simply
> | l[type].push_back(ti);
> I think tha
> eh? did you look at buffer.C?
No, I had only a look at the snippets.
Ok... I'll take care of my own bugs ;-}
Andre'
--
André Pönitz [EMAIL PROTECTED]
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Sun, Mar 11, 2001 at 09:04:33PM +0100, [EMAIL PROTECTED] wrote:
| > Update of /usr/local/lyx/cvsroot/lyx-devel/src
| > In directory baywatch.lyx.org:/tmp/cvs-serv20573/src
| >
| > Modified Files:
| > ChangeLog buffer.C
| > Log Message:
| > gen toc
On Sun, Mar 11, 2001 at 09:04:33PM +0100, [EMAIL PROTECTED] wrote:
> Update of /usr/local/lyx/cvsroot/lyx-devel/src
> In directory baywatch.lyx.org:/tmp/cvs-serv20573/src
>
> Modified Files:
> ChangeLog buffer.C
> Log Message:
> gen toc also when NEW_INSETS is defined
> http://www.lyx.org
On Fri, 9 Mar 2001 [EMAIL PROTECTED] wrote:
> Log Message:
> Added code to search for simple and regular expressions to the citation
> controller (lifted shamelessly from Marco's gnome frontend) and used it to
> implement searching in the xforms citation dialog.
cool ! you rock Angus !
john
--
On Mon, Feb 05, 2001 at 09:26:51PM +0100, Lars Gullik Bjønnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
> | I want to apply this patch to 1.1.6.
> | Since it relies on my previous patch (that adds support for multiple
> | bibliographies), I'll just add both patches.
>
> Did you check witht
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Sat, Feb 03, 2001 at 02:48:22PM +0200, Dekel Tsur wrote:
| > On Sat, Feb 03, 2001 at 01:27:21PM +0100, [EMAIL PROTECTED] wrote:
| > > Update of /usr/local/lyx/cvsroot/lyx-devel/src
| > > In directory baywatch.lyx.org:/tmp/cvs-serv23214
| > >
| > > Modi
On Sat, Feb 03, 2001 at 02:48:22PM +0200, Dekel Tsur wrote:
> On Sat, Feb 03, 2001 at 01:27:21PM +0100, [EMAIL PROTECTED] wrote:
> > Update of /usr/local/lyx/cvsroot/lyx-devel/src
> > In directory baywatch.lyx.org:/tmp/cvs-serv23214
> >
> > Modified Files:
> > ChangeLog LaTeX.C LaTeX.h
> > L
On Monday 22 January 2001 16:10, Dekel Tsur wrote:
> > Does "bibliographystyle" belong in the inset or is this a document-wide
> > option?
>
> bibtopic does allow having different styles for different bibliographies,
> but it probably doesn't make sense to do it.
Then, does this design make sen
> Does "bibliographystyle" belong in the inset or is this a document-wide
> option?
bibtopic does allow having different styles for different bibliographies,
but it probably doesn't make sense to do it.
On Monday 22 January 2001 15:26, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Dekel, you'll have to tell me more. What information should be contained
in
> | InsetBibtex?
>
> We really should finish the guii for these insets before adding too
> many new features.
On Mon, Jan 22, 2001 at 03:19:39PM +, Angus Leeming wrote:
> Dekel, you'll have to tell me more. What information should be contained in
> InsetBibtex?
>
> Currently, the LaTeX output is:
>
> os << "\\bibliographystyle{" << style << "}\n"
> << "\\bibliography{" << db_out <<
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 22 January 2001 15:06, Dekel Tsur wrote:
| > Actually, we want to support bibtopic which is more general (and perhaps
| > also bibunits as bibtopic doesn't allow having per chapter _and_ global
| > bibliographies).
| > I've already started add
On Monday 22 January 2001 15:06, Dekel Tsur wrote:
> Actually, we want to support bibtopic which is more general (and perhaps
> also bibunits as bibtopic doesn't allow having per chapter _and_ global
> bibliographies).
> I've already started adding bibtopic support.
Fair enough.
> Angus, can you
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Mon, Jan 22, 2001 at 01:42:40PM +, Angus Leeming wrote:
| > > IMHO the bibtex inset should be required to be in the master document.
| >
| > Note that your requirement precludes LyX support for chapbib.sty (or
| > whatever it's called --- differen
On Mon, Jan 22, 2001 at 01:42:40PM +, Angus Leeming wrote:
> > IMHO the bibtex inset should be required to be in the master document.
>
> Note that your requirement precludes LyX support for chapbib.sty (or
> whatever it's called --- different bibliographies for different Chapters that
> MU
John Levon <[EMAIL PROTECTED]> writes:
| > Modified Files:
| > ChangeLog FormRef.C
|
| no tag, so its trunk right ?
?? say again please.
| >
|http://www.lyx.org/cgi-bin/cvsweb.cgi/lyx-devel/src/frontends/xforms/FormRef.C.diff?r1=1.17&r2=1.18
|
| Seems broken.
Actually it probalby works
On Wed, 17 Jan 2001 [EMAIL PROTECTED] wrote:
> Modified Files:
> ChangeLog FormRef.C
no tag, so its trunk right ?
>
>http://www.lyx.org/cgi-bin/cvsweb.cgi/lyx-devel/src/frontends/xforms/FormRef.C.diff?r1=1.17&r2=1.18
Seems broken.
Actually, is there any chance of being able to read a
19 matches
Mail list logo