Name

tt — enclose input in HTML <tt> (typewriter) tag

DESCRIPTION

The filter encloses input in HTML <tt> (typewriter) tag.

EXAMPLES

Example: Filter example

R. J. Zavada's <a href="http://www.jfk-info.com/zreport.htm">report</a>:<br/>
[filter tt]Zapruder, eight millimeter, 8mm, cage print, B&H Model J Printer,<br/>
B&H 414PD Camera, NARA, ARRB[/filter] 
Example in action:
              
R. J. Zavada's <a href="http://www.jfk-info.com/zreport.htm">report</a>:<br/>
Zapruder, eight millimeter, 8mm, cage print, B&H Model J Printer,<br/>
B&H 414PD Camera, NARA, ARRB 

            

NOTES

AVAILABILITY

tt is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/Filter/tt.filter
Lines: 16


# Copyright 2002-2007 Interchange Development Group and others
# Copyright 1996-2002 Red Hat, Inc.
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.  See the LICENSE file for details.
# 
# $Id: tt.filter,v 1.3 2007-03-30 23:40:45 pajamian Exp $

CodeDef tt Filter
CodeDef tt Routine <<EOR
sub {
return '<tt>' . shift(@_) . '</tt>';
}
EOR

AUTHORS

Interchange Development Group

SEE ALSO

italics(7ic)

DocBook! Interchange!