Home | History | Annotate | Download | only in testdir

Lines Matching refs:HTML

19 ###     keywords        = "BibTeX, bibliography, HTML, journal table of
26 ### The output can be either plain text, or HTML.
32 ### [-v HTML=nnn] [-v INDENT=nnn] \
40 ### [-v HTML=nnn] [-v INDENT=nnn] \
44 ### HTML=nnn, results in HTML output instead of
46 ### to HTML=0). The
50 ### level of HTML. The default is INDENT=4.
52 ### option has no effect when the default HTML=0
55 ### When HTML output is selected, the
63 ### bibtex-to-html.awk.
65 ### The HTML output form may be useful as a more
249 if (HTML)
268 if (HTML)
367 # entities used in HTML can be found in the file
368 # /usr/local/lib/html-check/lib/ISOlat1.sgml (your path
472 return ((HTML && (BIBFILEURL != "")) ? ("<A HREF=\"" BIBFILEURL "#" Citation_label "\">") : "")
485 return ((HTML && (Url != "")) ? ("<A HREF=\"" Url "\">") : "")
509 # In the presence of HTML markup, the initialization of
514 # alternative of delayed insertion of HTML markup much
554 return ((HTML && (BIBFILEURL != "")) ? "</A>" : "")
570 return ((HTML && (Url != "")) ? "</A>" : "")
644 print "<!-- BibTeX format to HTML by journal-toc.awk version " VERSION_NUMBER " " VERSION_DATE " -->"
649 print "<!DOCTYPE HTML public \"-//IETF//DTD HTML//EN\">"
651 print "<HTML>"
672 { # Return visible length of s, ignoring any HTML markup
673 if (HTML)
703 print "</HTML>"
713 HTML = (HTML == "") ? 0 : (0 + HTML)
718 if (HTML == 0)
798 if (HTML) # must buffer in memory so that we can accumulate TOC
837 if (HTML)
884 if (HTML)
888 HTML = 0 # NB: stop line buffering
900 if (HTML)
924 # Mostly a dummy for now, but HTML 3 could support some math translation
942 if (HTML) # translate TeX markup to HTML
976 return (HTML ? ("<STRONG>" value "</STRONG>") : value)