Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
add_tag(name, start, stop)
public
Add a new set of LaTeX tags for an
attribute. We allow separate start and end tags for flexibility
# File lib/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