File: fontenc.perl

package info (click to toggle)
latex2html 2023-debian1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,924 kB
  • sloc: perl: 34,024; makefile: 437; sh: 32
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# fontenc.perl
package main;
sub do_fontenc_T2A{
    if ( require("$LATEX2HTMLSTYLES${dd}t2a.perl") ) {
        print STDERR "\nLoading $file";
}}
1;