Add a new set of LaTeX tags for an attribute. We allow separate start and end tags for flexibility
Source Code
# File rdoc/markup/simple_markup/to_latex.rb, line 84 def add_tag(name, start, stop) @attr_tags << InlineTag.new(SM::Attribute.bitmap_for(name), start, stop) end
<code/>and<pre/>for code samples.