initial version

This commit is contained in:
gohigh
2024-02-19 01:11:57 -05:00
parent 7c80ef0753
commit 692092f8e0
817 changed files with 430745 additions and 0 deletions

12
Linus/images.pl Normal file
View File

@@ -0,0 +1,12 @@
# LaTeX2HTML 2002 (1.62)
# Associate images original text with physical files.
$key = q/alpha;MSF=1.6;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="14" HEIGHT="14" ALIGN="BOTTOM" BORDER="0"
SRC="|."$dir".q|img1.png"
ALT="$\alpha$">|;
1;