From 1e4973be731074b2eeaf194bafb225479153d91b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 28 Jul 1998 21:52:17 +0000 Subject: [PATCH] Define stuff to allow simple HTML-only selection using TeX's \if...\fi stuff. \ifhtml ...\fi for HTML only. --- Doc/texinputs/python.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 2e0a7d2fae9..d94176abad0 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -646,6 +646,11 @@ % I'd really like to get rid of this! \newif\iftexi\texifalse +% This is used to get l2h to put the copyright and abstract on +% a separate HTML page. +\newif\ifhtml\htmlfalse + + % These should be used for all references to identifiers which are % used to refer to instances of specific language constructs. See the % names for specific semantic assignments.