Sha256: e0194a10a657d93bd5c3842128a35d2b73fd75ac216d5109ac3b0e3dfbcb67c2
Contents?: true
Size: 534 Bytes
Versions: 2
Compression:
Stored size: 534 Bytes
Contents
# latex-notemplate.rb # @Author: Luca Greco (luca.greco AT alca.le.it) # @Website: http://alca.le.it/ # @License: GPL (see http://www.gnu.org/licenses/gpl.txt) # @Created: 16-Oct-2006. # @Last Change: 16-Oct-2006. # @Revision: 0.1 require 'deplate/fmt/latex' class Deplate::Formatter::LatexNoTemplate < Deplate::Formatter::LaTeX self.myname = "latex-notemplate" self.rx = /(la)?tex(-notemplate)?/i def prepare end def initialize_deplate_sty end def add_package(pkg, *options) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dokkit-0.3.0 | lib/dokkit/deplate/fmt/latex-notemplate.rb |
dokkit-0.2.0 | lib/dokkit/deplate/fmt/latex-notemplate.rb |