manpagez: man pages & more
info texinfo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.7.1 @documentdescription: Summary Text

When producing HTML output for a document, makeinfo writes a ‘<meta>’ element in the ‘<head>’ to give some idea of the content of the document. By default, this description is the title of the document, taken from the @settitle command (see section @settitle: Set the Document Title). To change this, use the @documentdescription environment, as in:

@documentdescription
descriptive text.
@end documentdescription

This will produce the following output in the ‘<head>’ of the HTML:

<meta name=description content="descriptive text.">

@documentdescription must be specified before the first node of the document.


This document was generated on October 2, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.