0

In LaTeX Ugly Line Above References, it is noted that REVTeX adds an ugly line above the references. The line is ugly because it is rasterized and looks pixelated.

enter image description here

The linked question and answer explains that we can remove the line through:

\def\bibsection{\section*{\refname}} 

Can we instead replace the line with a smooth, non-pixelated (perhaps vector) version? Perhaps using tikz, though the simpler the better.

This MWE produces the line:

\documentclass{revtex4-2}
\begin{document}
\bibliography{}
\end{document}
innisfree
  • 598
  • 5
  • 17
  • Please provide code for a minimal example. You could add an ornament from a font, for example. Or pgfornaments. – cfr Mar 25 '24 at 04:42
  • yes, good idea, mwe added. something like that, although the pgfornaments looks a bit too decorative – innisfree Mar 25 '24 at 04:58
  • Thanks, but that gives me no output at all. Do you know what this is called? There's a special name for this kind of line, but I can't remember it. There was a question about it somewhere .... – cfr Mar 25 '24 at 05:17

0 Answers0