/usr/share/perl5/LaTeXML/Package/revtex4.sty.ltxml is in latexml 0.7.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # -*- CPERL -*-
# /======================================================= #
# | revtex4_support.sty - Implementation for LaTeXML | #
# | | #
# |=======================================================| #
# | Part of LaTeXML : http://dlmf.nist.gov/LaTeXML/ | #
# | Copyright (c) 2008 arXMLiv group | #
# | Catalin David <c.david@jacobs-university.de> | #
# | Released to Public Domain | #
# =======================================================/ #
package LaTeXML::Package::Pool;
use strict;
use LaTeXML::Package;
RequirePackage('revtex4_support');
1;
|