Re: [patch] support jurabib

2005-04-27 Thread Juergen Spitzmueller
Janus Sandsgaard wrote: > Anything new on the implementation of JuraBib in (the next version of) > LyX? Yes, the patch is in, i.e. LyX 1.4 will have basic support (i.e., not all commands are supported yet, but the most common things should work). Most importantly, it is now possible to use the na

Re: [patch] support jurabib

2005-04-26 Thread Janus Sandsgaard
On Friday 05 March 2004 17:29, Juergen Spitzmueller wrote: > I'd like to add support for the bibtex package jurabib (www.jurabib.org, > see bugzilla request 408). > Jurabib has been developped for law studies, to support short title > references, but in the meantime, it has evolved to a general bib

Re: [patch] support jurabib

2004-04-02 Thread Janus Sandsgaard
On Thursday 01 April 2004 09:10, Juergen Spitzmueller wrote: > But there's also a jurabib option which wraps all citations into footnotes > automatically. So if implemented it is possible to make af citation reference (like: Bijker 1996, page 11) in a footnote only by chosing insert -> citation

Re: [patch] support jurabib

2004-03-31 Thread Juergen Spitzmueller
Janus Sandsgaard wrote: > If "\foot[full]cite[p|t|alt|alp]" is implemented will I then be able to > make a referece in a footnote looking something like this > > Bijker 1995, page 7. > or  Bijker (1995), page 7. > > all automagic? That is: Will it be possible to make the referenec in a

Re: [patch] support jurabib

2004-03-31 Thread Juergen Spitzmueller
Janus Sandsgaard wrote: > I fully agree. Representing social science I have been looking for > something like this. I am not sure if there are alternative bib-systems out > there for social science and humanities (Jürgen?). Natbib has been > suggested but I am not sure if it is the right thing for

Re: [patch] support jurabib

2004-03-30 Thread Janus Sandsgaard
On Monday 08 March 2004 10:23, Juergen Spitzmueller wrote: > Remember that > citing is the most important feature for human scientists. You wouldn't > take the argument "you can both write formulas with and without AMS, so > let's decide", would you? :-) That is _exactly_ why I am writing my "Lin

Re: [patch] support jurabib

2004-03-30 Thread Angus Leeming
Janus Sandsgaard wrote: > I love the idea. Go for it! > Any idea when it can be implemented in LyX? It is already in the development series. And there are mutterings that we should start to think about bringing this (currently very unstable) thing to the masses. -- Angus

Re: [patch] support jurabib

2004-03-30 Thread Janus Sandsgaard
On Friday 05 March 2004 17:29, Juergen Spitzmueller wrote: > This patch does not support all jurabib features, namely the citation > commands \fullcite (cite the whole entry), \foot[full]cite[p|t|alt|alp] > (wrap citation into a footnote) If "\foot[full]cite[p|t|alt|alp]" is implemented will I th

Re: [patch] support jurabib

2004-03-30 Thread Janus Sandsgaard
On Friday 05 March 2004 17:29, Juergen Spitzmueller wrote: > But it makes the use of jurabib possible > in a reasonable way, a big step for LyX from a human scientist's view, IMO. I fully agree. Representing social science I have been looking for something like this. I am not sure if there are a

Re: [patch] support jurabib

2004-03-08 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Perhaps we can help propagating jurabib a bit with our support. Then it might | well be that we can indeed ditch natbib some day. Ok, thanks. -- Lgb

Re: [patch] support jurabib

2004-03-08 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > I just think that we should actively > support as few bib packages as possible (preferrably only one). Depends on the aims of the packages, but in general: yes. > If > jurabib can do the same as natbib and more: Great. Let's use that and > ditch natbib. OTOH if natb

Re: [patch] support jurabib

2004-03-07 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > So we should support jurabib instead of natbib? > > And before you go into flusters: ;-) > I just think that we should actively support as few bib packages > as possible (preferrably only one). Agreed. > If jurabib can do the same as natbib and more: Great. Let's >

Re: [patch] support jurabib

2004-03-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> What is the difference from natbib and jurabib? > | Read the message that started this thread. Jürgen writes an extremely | coherent explanation for the need of this patch. So we should support jurabib instead of natbib?

Re: [patch] support jurabib

2004-03-07 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > What is the difference from natbib and jurabib? Read the message that started this thread. Jürgen writes an extremely coherent explanation for the need of this patch. -- Angus

Re: [patch] support jurabib

2004-03-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: >>> Can I apply with the corrections? (the advantage is that I would >>> not have to increment the file format again). >> >> Here's the updated version. I did some further tweaks for the >> WYSIWYG output of jurabib's \cite c

Re: [patch] support jurabib

2004-03-07 Thread Angus Leeming
Juergen Spitzmueller wrote: >> Can I apply with the corrections? (the advantage is that I would >> not have to increment the file format again). > > Here's the updated version. I did some further tweaks for the > WYSIWYG output of jurabib's \cite command. Great! Go for it. -- Angus

Re: [patch] support jurabib

2004-03-07 Thread Juergen Spitzmueller
Angus Leeming wrote: > There is no technical difficulty in implementing this. It's just a > case of hacking the GraphicsCache code into a BiblioCache. However, > I'm wary of starting off down that route because I already have a > chunk of 'nearly-finished' code that I promised myself would become >

Re: [patch] support jurabib

2004-03-07 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> The formatting here has gone to pot: > > ok. I'll fix this. > >> This seems wrong. Shouldn't it be specialised for Jurabib? >> Index: src/frontends/controllers/biblio.C >> switch (styles[i]) { >> case CITE: >> + str = au

Re: [patch] support jurabib

2004-03-06 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Can I apply with the corrections? (the advantage is that I would not have > to increment the file format again). Here's the updated version. I did some further tweaks for the WYSIWYG output of jurabib's \cite command. OK? Jürgen. jurabib2.diff.gz Description: GNU

Re: [patch] support jurabib

2004-03-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > The formatting here has gone to pot: ok. I'll fix this. > This seems wrong. Shouldn't it be specialised for Jurabib? > Index: src/frontends/controllers/biblio.C >                 switch (styles[i]) { >                 case CITE: > +                       str = author; > +  

Re: [patch] support jurabib

2004-03-05 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > This seems wrong. Shouldn't it be specialised for Jurabib? > > Index: src/frontends/controllers/biblio.C > >                 switch (styles[i]) { > >                 case CITE: > > +                       str = author; > > +                       break; > > + > >    

Re: [patch] support jurabib

2004-03-05 Thread Angus Leeming
Juergen Spitzmueller wrote: Jürgen, this looks very good! A few minor questions only. Angus The formatting here has gone to pot: +string const BufferParams::babelCall(string const & lang_opts) const +{ + string tmp = lyxrc.language_package; + if (!lyxrc.language_global_option

[patch] support jurabib

2004-03-05 Thread Juergen Spitzmueller
I'd like to add support for the bibtex package jurabib (www.jurabib.org, see bugzilla request 408). Jurabib has been developped for law studies, to support short title references, but in the meantime, it has evolved to a general bibtex tool for human scientists, the best one around IMHO. It supp