Generalhow to put text into cite?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

how to put text into cite?

Post by spiegboy »

how can i put text into the cite
make it like
text,text[see, for example, 1-4]
i use 'cite' package

thank you very much

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: how to put text into cite?

Post by localghost »

This looks to me like a very unusual way of citing. I would do this in another way (see, for example [1-4]).


Best regards
Thorsten¹
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

how to put text into cite?

Post by Stefan Kottwitz »

If it's really necessary it could be achieved by

Code: Select all

text \citeleft see, for example, \citen{key1,key2,key3,key4}\citeright
Stefan
LaTeX.org admin
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: how to put text into cite?

Post by spiegboy »

stephan,

that's exactly what i want, you are so smart.

thank you very much
Post Reply