Next: Ikiwiki, Previous: DocBook, Up: Publishing Styles
This publishing style is capable of producing HTML or XHTML documents.
html
xhtml
If an HTML option does not have a corresponding XHTML option, it will be used for both of these publishing styles.
These publishing styles use the same options for markup up special characters as the “xml” publishing style. See XML, for details.
muse-html-extension
muse-xhtml-extension
muse-html-style-sheet
This is used in muse-html-header
. You can put raw CSS in here or
a <link> tag to an external stylesheet. This text may contain
<lisp> markup tags.
If you are publishing to XHTML, then customize the
muse-xhtml-style-sheet
option instead.
muse-xhtml-style-sheet
This is used in muse-xhtml-header
. You can put raw CSS in here
or a <link> tag to an external stylesheet. This text may
contain <lisp> markup tags.
muse-html-header
This may be text or a filename.
muse-html-footer
This may be text or a filename.
muse-xhtml-header
This may be text or a filename.
muse-xhtml-footer
This may be text or a filename.
muse-html-anchor-on-word
This allows you to select them in a browser (i.e. for pasting), but has
the side-effect of marking up headers in multiple colors if your header
style is different from your link style.
muse-html-table-attributes
If you want to make more-complicated tables in HTML, surround the HTML
with the literal tag, so that it does not get escaped.
muse-html-markup-regexps
muse-html-markup-functions
muse-html-markup-strings
These cover the most basic kinds of markup, the handling of which
differs little between the various styles.
muse-xhtml-markup-strings
These cover the most basic kinds of markup, the handling of which
differs little between the various styles.
muse-html-markup-tags
muse-html-meta-http-equiv
muse-html-meta-content-type
If you are striving for XHTML 1.1 compliance, you may want to change
this to “application/xhtml+xml”.
muse-html-meta-content-encoding
If set to the symbol 'detect, use muse-xml-encoding-map
to try
and determine the HTML charset from emacs's coding. If set to a string,
this string will be used to force a particular charset.
muse-html-charset-default
muse-xml-encoding-map
.
muse-html-encoding-default