ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [off topic] wha'ts the best bibtex entity for lecture notes
@ 2009-07-20 20:28 Xan
  2009-07-20 22:28 ` Aditya Mahajan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xan @ 2009-07-20 20:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [off topic] wha'ts the best bibtex entity for lecture notes
  2009-07-20 20:28 [off topic] wha'ts the best bibtex entity for lecture notes Xan
@ 2009-07-20 22:28 ` Aditya Mahajan
  2009-07-21 12:02 ` Xan
  2009-07-21 12:08 ` Xan
  2 siblings, 0 replies; 6+ messages in thread
From: Aditya Mahajan @ 2009-07-20 22:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [off topic] wha'ts the best bibtex entity for lecture notes
  2009-07-20 20:28 [off topic] wha'ts the best bibtex entity for lecture notes Xan
  2009-07-20 22:28 ` Aditya Mahajan
@ 2009-07-21 12:02 ` Xan
  2009-07-21 12:08 ` Xan
  2 siblings, 0 replies; 6+ messages in thread
From: Xan @ 2009-07-21 12:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [off topic] wha'ts the best bibtex entity for lecture notes
  2009-07-20 20:28 [off topic] wha'ts the best bibtex entity for lecture notes Xan
  2009-07-20 22:28 ` Aditya Mahajan
  2009-07-21 12:02 ` Xan
@ 2009-07-21 12:08 ` Xan
  2009-07-21 17:54   ` Taco Hoekwater
  2009-07-21 18:50   ` Xan
  2 siblings, 2 replies; 6+ messages in thread
From: Xan @ 2009-07-21 12:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [off topic] wha'ts the best bibtex entity for lecture notes
  2009-07-21 12:08 ` Xan
@ 2009-07-21 17:54   ` Taco Hoekwater
  2009-07-21 18:50   ` Xan
  1 sibling, 0 replies; 6+ messages in thread
From: Taco Hoekwater @ 2009-07-21 17:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [off topic] wha'ts the best bibtex entity for lecture notes
  2009-07-21 12:08 ` Xan
  2009-07-21 17:54   ` Taco Hoekwater
@ 2009-07-21 18:50   ` Xan
  1 sibling, 0 replies; 6+ messages in thread
From: Xan @ 2009-07-21 18:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-21 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-20 20:28 [off topic] wha'ts the best bibtex entity for lecture notes Xan
2009-07-20 22:28 ` Aditya Mahajan
2009-07-21 12:02 ` Xan
2009-07-21 12:08 ` Xan
2009-07-21 17:54   ` Taco Hoekwater
2009-07-21 18:50   ` Xan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).