home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / graphics / 9317 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.0 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!deccrl!news.crl.dec.com!pa.dec.com!wsl.dec.com!klee
  2. From: klee@wsl.dec.com (Ken Lee)
  3. Newsgroups: comp.graphics
  4. Subject: Re: Bibliographic Formats
  5. Message-ID: <1992Aug31.215407.22911@PA.dec.com>
  6. Date: 31 Aug 92 21:54:07 GMT
  7. References: <1992Aug31.210152.21773@rtpnc.epa.gov>
  8. Sender: news@PA.dec.com (News)
  9. Reply-To: klee@wsl.dec.com
  10. Organization: DEC Western Software Laboratory
  11. Lines: 41
  12.  
  13. |> Can anybody tell me what the format is for references 
  14. |> of the following type ?
  15. |> ----------------------------------------------------------------
  16. |> %A A.H. Barr
  17. |> %T Ray Tracing Deformed Surfaces
  18.  
  19. This is UNIX refer format.  The "addbib" man page lists these tokens:
  20.  
  21.           %A   Author's name
  22.           %B   Book containing article referenced
  23.           %C   City (place of publication)
  24.           %D   Date of publication
  25.           %E   Editor of book containing article referenced
  26.           %F   Footnote number or label (supplied by refer)
  27.           %G   Government order number
  28.           %H   Header commentary, printed before reference
  29.           %I   Issuer (publisher)
  30.           %J   Journal containing article
  31.           %K   Keywords to use in locating reference
  32.           %L   Label field used by -k option of refer
  33.           %M   Bell Labs Memorandum (undefined)
  34.           %N   Number within volume
  35.           %O   Other commentary, printed at end of reference
  36.           %P   Page number(s)
  37.           %Q   Corporate or Foreign Author (unreversed)
  38.           %R   Report, paper, or thesis (unpublished)
  39.           %S   Series title
  40.           %T   Title of article or book
  41.           %V   Volume number
  42.           %X   Abstract - used by roffbib, not by refer
  43.           %Y,Z ignored by refer
  44.  
  45. Refer is a (somewhat) primitive set of tools for editing, sorting, and
  46. printing bibliographies that use these tokens.  It comes free with most UNIX
  47. systems.  Type "man refer" on a UNIX system for more info.
  48.  
  49. -- 
  50. Ken Lee
  51. DEC Western Software Laboratory, Palo Alto, Calif.
  52. Internet: klee@wsl.dec.com
  53. uucp: uunet!decwrl!klee
  54.