From zaksh270 at isy.liu.se Mon Jan 16 10:18:33 2012 From: zaksh270 at isy.liu.se (zaksh270) Date: Mon, 16 Jan 2012 10:18:33 +0100 Subject: [tex-eplain] cite package Message-ID: <06437f3e7f873483368e850763c4179a@isy.liu.se> Hi When I use cite package I get the message ./chapter1/Chapter1.tex:24:Paragraph ended before \org@@citex was complete by commenting \usepackage{cite} it works OK. Biu I want to use cite package. Can you please help. regards zaka From olegkat at gmail.com Fri Jan 20 22:07:53 2012 From: olegkat at gmail.com (Oleg Katsitadze) Date: Fri, 20 Jan 2012 13:07:53 -0800 Subject: [tex-eplain] cite package In-Reply-To: <06437f3e7f873483368e850763c4179a@isy.liu.se> References: <06437f3e7f873483368e850763c4179a@isy.liu.se> Message-ID: Hi zaka, Sorry for the late reply. On 1/16/12, zaksh270 wrote: > When I use cite package I get the message > > ./chapter1/Chapter1.tex:24:Paragraph ended before \org@@citex was > complete That's because nobody ever ensured that the cite package works with Eplain. Eplain is not LaTeX, it only provides stubs for a few LaTeX packages to enable them to work under Eplain, where it makes sense. Here's a list of packages which work with Eplain: http://www.tug.org/eplain/doc/eplain/Packages-known-to-work.html#Packages-known-to-work > Biu I want to use cite package. Looking at the documentation for cite.sty I see this: "Modify LaTeX's normal citation mechanism" which makes me very doubtful that cite.sty can be made to work with Eplain without reimplementing a big chunk of LaTeX. I think your best bet is to find a plain TeX package which does what you want, lacking which you'd have to do some coding. Sorry for not being of much help, Oleg