home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!mcsun!sun4nl!sci.kun.nl!ronaldk
- From: ronaldk@sci.kun.nl (Ronald Kappert)
- Subject: Re: cite with white space - how?
- Message-ID: <BzM9AL.FE5@sci.kun.nl>
- Sender: news@sci.kun.nl (News owner)
- Nntp-Posting-Host: wn2.sci.kun.nl
- Organization: University of Nijmegen, The Netherlands
- References: <1992Dec21.132629.25089@allegra.att.com>
- Date: Mon, 21 Dec 1992 15:49:32 GMT
- Lines: 22
-
- In <1992Dec21.132629.25089@allegra.att.com> hgs@allegra.att.com (Henning G. Schulzrinne) writes:
-
- >It would be nice if long lists of citations could be broken over several
- >lines in the TeX **input** file (not the printed version). Currently,
- >white space inserted into the \cite{} argument is not handled gracefully
- >either by BibTeX or LaTeX. Thus, I want to be able to write
- >\cite{first, second, third,
- >fourth}.
-
- >Any hints appreciated.
- >----
- >Henning Schulzrinne
- >hgs@research.att.com
-
- What about
-
- \cite{first,second,third,%
- fourth}
-
- works for me.
-
- Ronald Kappert
-