Zailong Bian wrote:
>
> Hi. I tried to use the overcite style. It looks good in text, but not
> in footnote. Sometimes I need to say things like, "Please see [1] for
> blah..and see [3] for blah...." in footnote. But they appear like
> superscript in footnote.
>
> So is there a way to make it look like superscript in text but normal in
> footnote or margin note?
>
> I have to admit I am really uncomfortable to edit the style files. But
> if you are kind enough to give me some hints I will try to do it.
this is a little bit strange ... ;-)
in latex preamble:
%------------
\usepackage{cite}
\newcommand{\cd}{% overcite-mode
\renewcommand{\citeleft}{$^[$}%
\renewcommand{\citeright}{$^]$}%
}
\newcommand{\cf}{% defaultcite - mode
\renewcommand\citeleft{[}%
\renewcommand\citeright{]}%
}
\cd %like overcite
\renewcommand{\citeform}[1]{$^{#1}$}
%-------------
citations in footnotes:
a) BEFORE the citation in tex (red):
\cf\renewcommand{\citeform}[1]{#1}
b) BEHIND the citation, in tex (red) too:
\cd\renewcommand{\citeform}[1]{$^{#1}$}
Herbert
--
[EMAIL PROTECTED]
http://perce.de/voss/lyx/