Re: [OT] something about cite

2012-03-03 Thread lina
On Sat, Mar 3, 2012 at 1:08 AM, Camaleón noela...@gmail.com wrote:
 On Fri, 02 Mar 2012 12:08:00 +0800, lina wrote:

 sorry again, a bit off-topic.

 As far as you tag the subject accordingly -as you do [OT], it's fine with
 me :-)

Thanks for understanding.

 My question is that how to cite something in the text. usually is
 superscript. like [8] as superscript default in \cite{aaa}, as normal
 text for one citing case, not all.

 I've never used LaTeX but that sounds like one of the basic pieces for
 document composition, right?

 sometimes when write something like the detailed review please see Ref.
 \cite{bbb}, here for this one in an exception, not expected to be in
 the superscript.

 And what kind of format are you expecting that to be? :-?

 I googled for a while, so much distractions, and no one around I can
 ask. so ...

 None of this helped?

 http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Citations

I checked that link before. haha ...

Well this works for me,
http://tex.stackexchange.com/questions/36235/bibtex-natbib-with-super-does-not-allow-using-occasional-citet


\makeatletter
\newcommand*{\citenst}[2][]{%
  \begingroup
  \let\NAT@mbox=\mbox
  \let\@cite\NAT@citenum
  \let\NAT@space\NAT@spacechar
  \let\NAT@super@kern\relax
  \renewcommand\NAT@open{[}%
  \renewcommand\NAT@close{]}%
  %\citet[#1]{#2}%
  \cite[#1]{#2}
  \endgroup
}
\makeatother


But still imperfect, cause the extract bib file program couldn't
recognize the new command, and won't extract that entry out from the
bib database. (I shouldn't have spent 3~4 hours on it, actually it's
so easy to do manually.)

Thanks,

Best wishes,

 Greetings,

 --
 Camaleón


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/jiqupu$aoa$1...@dough.gmane.org



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cag9cjmkj-ur+1na+or5v1fhnguonrhdlvszmt8moh7rfbkj...@mail.gmail.com



Re: [OT] something about cite

2012-03-02 Thread Eduardo M KALINOWSKI

On Sex, 02 Mar 2012, lina wrote:

sorry again, a bit off-topic.


A lot I'd say. You might get more help at a Tex-specific list such as  
texhax (http://tug.org/mailman/listinfo/texhax).


My question is that how to cite something in the text. usually is  
superscript.

like [8] as superscript default in \cite{aaa},
as normal text for one citing case, not all.

sometimes when write something like the detailed review please see
Ref. \cite{bbb}, here for this one in an exception, not expected to
be in the superscript.

I googled for a while, so much distractions, and no one around I can
ask. so ...


I assume you're using LaTeX.

How citations appear depends on the bibliography style (and packages  
such as natbib if you're using them). I don't think any of the  
standard LaTeX styles uses superscripted citations.


Anyway, it is hard to help you without more details of the document:  
what citation style is used, packages that influence references, etc.



--
Sometimes a cigar is just a cigar.
-- Sigmund Freud

Eduardo M KALINOWSKI
edua...@kalinowski.com.br




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/20120302094927.horde.njpxaeisjlfpumhx7nl1...@mail.kalinowski.com.br



Re: [OT] something about cite

2012-03-02 Thread lina
On Fri, Mar 2, 2012 at 8:49 PM, Eduardo M KALINOWSKI
edua...@kalinowski.com.br wrote:
 On Sex, 02 Mar 2012, lina wrote:

 sorry again, a bit off-topic.


 A lot I'd say. You might get more help at a Tex-specific list such as texhax
 (http://tug.org/mailman/listinfo/texhax).
I just subscribe, thanks,


 My question is that how to cite something in the text. usually is
 superscript.
 like [8] as superscript default in \cite{aaa},
 as normal text for one citing case, not all.

 sometimes when write something like the detailed review please see
 Ref. \cite{bbb}, here for this one in an exception, not expected to
 be in the superscript.

 I googled for a while, so much distractions, and no one around I can
 ask. so ...


 I assume you're using LaTeX.

 How citations appear depends on the bibliography style (and packages such as
 natbib if you're using them). I don't think any of the standard LaTeX styles
 uses superscripted citations.

 Anyway, it is hard to help you without more details of the document: what
 citation style is used, packages that influence references, etc.

I don't want something heavy, so wonder there might be some short
commands to change.

\citen not work, I will re-think about that,

Thanks again,
best regards,


 --
 Sometimes a cigar is just a cigar.
                -- Sigmund Freud

 Eduardo M KALINOWSKI
 edua...@kalinowski.com.br




 --
 To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.orgwith a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/20120302094927.horde.njpxaeisjlfpumhx7nl1...@mail.kalinowski.com.br



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cag9cjmnpmnmqtj1okegdppgsj9uuote89cmgph7maoa81vb...@mail.gmail.com



Re: [OT] something about cite

2012-03-02 Thread Camaleón
On Fri, 02 Mar 2012 12:08:00 +0800, lina wrote:

 sorry again, a bit off-topic.

As far as you tag the subject accordingly -as you do [OT], it's fine with 
me :-)
 
 My question is that how to cite something in the text. usually is
 superscript. like [8] as superscript default in \cite{aaa}, as normal
 text for one citing case, not all.

I've never used LaTeX but that sounds like one of the basic pieces for 
document composition, right?

 sometimes when write something like the detailed review please see Ref.
 \cite{bbb}, here for this one in an exception, not expected to be in
 the superscript.

And what kind of format are you expecting that to be? :-?

 I googled for a while, so much distractions, and no one around I can
 ask. so ...

None of this helped?

http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Citations

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jiqupu$aoa$1...@dough.gmane.org



[OT] something about cite

2012-03-01 Thread lina
Hi,

sorry again, a bit off-topic.

My question is that how to cite something in the text. usually is superscript.
like [8] as superscript default in \cite{aaa},
as normal text for one citing case, not all.

sometimes when write something like the detailed review please see
Ref. \cite{bbb}, here for this one in an exception, not expected to
be in the superscript.

I googled for a while, so much distractions, and no one around I can
ask. so ...

Thanks and best regards,


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAG9cJm=ZDb=91pp-zjsohubgft3whb2ruod3qhndxdoqeon...@mail.gmail.com