mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Relocated .latex2html-init to l2hinit.perl.
howto.perl is new; supports LaTeX2HTML for HOWTO documents.
This commit is contained in:
parent
bc772f466c
commit
bc7101dff0
2 changed files with 417 additions and 0 deletions
11
Doc/perl/howto.perl
Normal file
11
Doc/perl/howto.perl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- perl -*-
|
||||
#
|
||||
# This implements the Python howto class. All it really needs to do it
|
||||
# load the "python" style.
|
||||
|
||||
package main;
|
||||
|
||||
&do_require_package("article");
|
||||
&do_require_package("python");
|
||||
|
||||
1; # sheesh....
|
||||
Loading…
Add table
Add a link
Reference in a new issue