I am using the hyperref package to insert links to websites in my documents.
The Adobe reader opens a new tab for each link in the PDF, and that is what I want.
Next I want to get the same behavior when I generate HTML using some LaTeX to HTML converter. I am using plasTeX.
How do I tell hyperref via \href{site}{text}that I want the HTML code to have a target="blank" inside the
<a href="site">text</a>
in the resulting HTML?
target="blank"for all external links on homepage. They have now removed it because people complained. – daleif May 22 '14 at 13:44tex4htthere's a solution urls - tex4ht: configure href to open in new tab - TeX - LaTeX Stack Exchange – user202729 May 14 '23 at 10:07