tbook: DTD Element View [User Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element visual

Synopsis

Mixed Content Model

(#PCDATA|%inline;)*

Attributes

NameTypeDefault Value
markup Enumeration:
  bf
  it
  nm
  rm
  sc
  sf
  sl
  tt
  vs
Required

Parameter Entities

The following parameter entities contain visual: fontchange, indexinline, inline

Description

Allows font style/variant change. The attribute markup is the same as in LaTeX's \text?? commands. "nm" switches to “normal” without changing the family. "vs" (“Versaliae”) is intended for all-uppercase acronyms like “BASIC”.

Parents

aphorism, caption, cell, cite, closing, em, footnote, heading, idx, item, ix, ix2, legalnotice, mathref, multipar, opening, p, pageref, proof, psfrag, quote, ref, subject, subtitle, term, theorem, title, to, verbatim, verse, visual, vref, wrap

Children

ch, cite, em, footnote, graphics, hspace, idx, indexsee, ix, latex, m, math, mathref, pageref, ref, relax, unit, url, verb, visual, vref, wrap

Example

<p><visual markup="bf">bold</visual>, <visual markup="it">italic</visual>, 
  <visual markup="sc">Small Caps</visual>, <visual markup="sf">sans serif</visual>, 
  <visual markup="sl">slanted</visual>, <visual markup="tt">typewriter</visual>, 
  <visual markup="vs">versaliae</visual>.</p>

This yields:

bold, italic, Small Caps, sans serif, slanted, typewriter, versaliae.


HTML Presentation of tbook by DTDParse (version 2.0beta6).