Is it possible to achieve citations that are superscript and don't have brackets using the revtex4-1 document class?
An example of how they should look:
Afirmation3,4
|
|
|
This is the Phys. Rev. B citation style, so |
|||
|
|
|
As the revtex4-1 document class loads the natbib package, it is responsive to natbib's options and commands. The natbib command
(The filecontents environment is only used to include some external files directly into the example, so that it compiles. It is not necessary for the solution.) |
|||
|
|
|
Sketch of a biblatex solution:
Now when you write |
|||||||||
|
|
The easiest way to accomplish this is to add
to the preamble of you latex file. This will provide a superscript, but will leave the bibliography as the usual separate section. |
|||
|
|
|
A general way (working for revtex, but also - everything else) is to add:
Here |
|||
|
|