From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12973 Path: main.gmane.org!not-for-mail From: "Dave Bailey" Newsgroups: gmane.comp.tex.context Subject: problem using bibtex Date: Mon, 25 Aug 2003 16:14:35 -0600 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C36B23.FAF0AC50" X-Trace: sea.gmane.org 1061850017 29194 80.91.224.253 (25 Aug 2003 22:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2003 22:20:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Aug 26 00:20:15 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rPh9-0007tK-00 for ; Tue, 26 Aug 2003 00:20:15 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6C4B710B48; Tue, 26 Aug 2003 00:20:10 +0200 (MEST) Original-Received: from palestrina.swcp.com (unknown [207.188.170.163]) by ref.ntg.nl (Postfix) with ESMTP id BCE5710B47 for ; Tue, 26 Aug 2003 00:14:40 +0200 (MEST) Original-Received: from DFR8C821 (unknown [207.188.170.170]) by palestrina.swcp.com (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 3E371490A7 for ; Mon, 25 Aug 2003 16:10:00 -0600 (MDT) Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12973 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12973 This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C36B23.FAF0AC50 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi--- I've been trying to get an @InProceedings bibtex entry to format. The original entry looked like this: @InProceedings {aapga, author = {Williams, Jeffery and Schaefer, Marv and Landoll, Douglas }, title = {Pretty good assurance}, booktitle = {New Security Paradigms Workshop}, year = {1995}, publisher = {ACM Special Interest Group on Security, Audit, and Control} } When bibtexed, the authors appear in the .bbl file, but they do not appear in the references list. The references list entry begins at "(1995)." If I change the bibtex entry to an Article, as follows, all the information appears in the reference list. @Article{aapga, author = {Williams, Jeffery and Schaefer, Marv and Landoll, Douglas }, title = {Pretty good assurance}, journal = {New Security Paradigms Workshop}, year = {1995}, note = {ACM Special Interest Group on Security, Audit, and Control} } Is there a problem with the InProceedings entry type, or have I done something wrong? ---Dave Bailey ------=_NextPart_000_0010_01C36B23.FAF0AC50 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi---

 

I’ve been trying to get an @InProceedings bibtex = entry to format.

 

The original entry looked like this: =

 

@InProceedings {aapga,

  author =3D {Williams, Jeffery and Schaefer, Marv = and Landoll, Douglas },

  title =3D  {Pretty good = assurance},

  booktitle =3D {New Security Paradigms = Workshop},

  year =3D = {1995},

  publisher =3D {ACM Special Interest Group on Security, Audit, and = Control}

}

 

When bibtexed, the authors appear in the .bbl file, but they do not appear in the = references list. The references list entry begins at = “(1995).”

 

If I change the  bibtex entry to an Article, as follows, all the information appears in the reference = list.

@Article{aapga,

  author =3D  {Williams, Jeffery and = Schaefer, Marv and Landoll, = Douglas },

  title =3D  {Pretty good = assurance},

  journal =3D  {New Security = Paradigms Workshop},

  year =3D = {1995},

  note =3D {ACM Special Interest Group on Security, Audit, and = Control}

}

 

Is there a problem with the InProceedings entry type, or have I done something wrong?

 

---Dave Bailey

 

 

------=_NextPart_000_0010_01C36B23.FAF0AC50--