home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14389 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!att!allegra!hgs
  3. From: hgs@allegra.att.com (Henning G. Schulzrinne)
  4. Subject: Re: cite with white space - how?
  5. Message-ID: <1992Dec22.014026.15821@allegra.att.com>
  6. Organization: AT&T Bell Laboratories, Murray Hill, NJ
  7. References: <1992Dec21.132629.25089@allegra.att.com>
  8. Date: Tue, 22 Dec 1992 01:40:26 GMT
  9. Lines: 23
  10.  
  11. In article <1992Dec21.132629.25089@allegra.att.com> hgs@allegra.att.com (Henning G. Schulzrinne) writes:
  12. >It would be nice if long lists of citations could be broken over several
  13. >lines in the TeX **input** file (not the printed version). Currently,
  14. >white space inserted into the \cite{} argument is not handled gracefully
  15. >either by BibTeX or LaTeX. Thus, I want to be able to write
  16. >\cite{first, second, third,
  17. >fourth}.
  18. >
  19. >Any hints appreciated.
  20. >----
  21. >Henning Schulzrinne
  22. >hgs@research.att.com
  23.  
  24. Judging from the answers, I did not make myself clear. Using % does not
  25. work as it fails with rather bad consequences as soon as the ASCII
  26. input text is reformatted to fit the screen. (In my example, it might
  27. become \cite{first, second, third,% fourth} and eliminate the remainder
  28. of the line in the process.) Furthermore, even blanks after commas
  29. within \cite are not handled properly.  Thus, I'm looking for a
  30. modified version of \cite that treats its argument as comma-separated
  31. parameters, ignoring any white space between the arguments. To me, that
  32. would seem to be the intuitive way of defining such a command.
  33.  
  34.