Sha256: ed6cec4cd24b872ba2ab4ff2ecaaaf159dc1b42c1ab8f99775268d4916f05da8

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

require "brandish/processors/latex/markup"

module Brandish
  module Processors
    # Processors for generating LaTeX output.  This implements the {Common}
    # processors.
    #
    # @note This does not currently implement the Common processors.
    module Latex
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brandish-0.1.3 lib/brandish/processors/latex.rb
brandish-0.1.2 lib/brandish/processors/latex.rb
brandish-0.1.1 lib/brandish/processors/latex.rb