Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!SHSU.BITNET!bed_gdg From: bed_gdg@SHSU.BITNET ("George D. Greenwade") Newsgroups: comp.text.tex Subject: RE: BIBTEX- Bibliography style file wanted Message-ID: <00946D4D.74DE1D40.5342@SHSU.BITNET> Date: 8 Apr 91 22:13:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 27 In <91098.142149U27095@uicvm.uic.edu> on Monday, 8 Apr 1991 14:21:48 CDT, Cynthia E. Rodriguez asks: > We have a user here who needs an unusual (and ugly) bibtex style file. > The style is similar to apalike except that instead of "(Jones, 1986)" > it should be "Jones (1986)". Does anyone know of such a style file? Unless I've missed the point, you are talking about in-text cites. If so, and if apalike otherwise meets the requirements you are looking for, I think all you need to do is copy the apalike.sty (.sty not .bst) to another file (say, mytemp.sty) and change the line (line 26 in my copy) which reads: \def\@cite#1#2{(#1\if@tempswa , #2\fi)} to \def\@cite#1#2{#1\if@tempswa (#2) \fi} then instead of \documentstyle[...,apalike,...]{article} (or report) use \documentstyle[...,mytemp,...]{article} As usual, I am probably demonstrating my ignorance, but this change worked for me when I tested it. Regards, George %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% George D. Greenwade, Ph.D. Bitnet: BED_GDG@SHSU Department of Economics and Business Analysis THEnet: SHSU::BED_GDG P. O. Box 2118 Voice: (409) 294-1266 Sam Houston State University FAX: (409) 294-3612 Huntsville, TX 77341 Internet: bed_gdg%shsu.decnet@relay.the.net %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%