Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-21 Thread Xan



On Mon, 20 Jul 2009, Xan wrote:

/ I just don't know what's the best class for lecture notes: @conference, 
// @inproceeding, @misc, e.

/
I use @unpublished for lecture notes..

Aditya
  




Thanks Aditya. Just a thing, perhaps Taco should know it.
With:

@unpublished{millerIII,
title = Combinatorial Group Theory,
author = Charles F. {{Miller III}},
year = 2004
}

it's **not** space between Author and Title with ams bib style.
Instead, if we put @misc, all it's ok.

So it seems a (little) bug. Taco, can you confirm that?

Xan

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-21 Thread Xan

En/na Xan ha escrit:

Hi,

I just don't know what's the best class for lecture notes: 
@conference, @inproceeding, @misc, e.



Thanks in advance,
Xan.


Change:

\setuppublicationlayout[unpublished]{%
  \insertauthors{}{}{}%
  \inserttitle{\bgroup \it }{\egroup \insertseries{ (}{)}{}}{}%
  \insertbibtype{ (}{)}{}%
  \insertpubyear{ (unpublished,}{)}{ (unpublished)}%
  \insertpages{\unskip, }{ }{}%
  \insertNote{\unskip. }{.}{\unskip.}%
}


to

\setuppublicationlayout[unpublished]{%
  \insertauthors{}{}{}%
  \inserttitle{, \bgroup \it }{\egroup \insertseries{ (}{)}{}}{}%
  \insertbibtype{ (}{)}{}%
  \insertpubyear{ (unpublished, }{)}{ (unpublished)}%
  \insertpages{\unskip, }{ }{}%
  \insertNote{\unskip. }{.}{\unskip.}%
}

in /usr/share/texmf/tex/context/bib/bibl-ams.tex

Not of all,
Xan.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-21 Thread Taco Hoekwater

Xan wrote:


in /usr/share/texmf/tex/context/bib/bibl-ams.tex


I'll fix the module tomorrow, thanks for the patch.

Best wishes,
Taco
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-21 Thread Xan

Not of all, Taco.
Xan.


Xan wrote:
/ 

// in /usr/share/texmf/tex/context/bib/bibl-ams.tex
/
I'll fix the module tomorrow, thanks for the patch.

Best wishes,
Taco


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-20 Thread Xan

Hi,

I just don't know what's the best class for lecture notes: @conference, 
@inproceeding, @misc, e.



Thanks in advance,
Xan.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [off topic] wha'ts the best bibtex entity for lecture notes

2009-07-20 Thread Aditya Mahajan

On Mon, 20 Jul 2009, Xan wrote:

I just don't know what's the best class for lecture notes: @conference, 
@inproceeding, @misc, e.


I use @unpublished for lecture notes..

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___