Class: Xpub::CallBook::CallLatexBuilder::CallEmptyPageLatexOp

Inherits:
CallLatexOp
  • Object
show all
Defined in:
lib/xpub/dsl/page.rb

Instance Method Summary collapse

Methods inherited from CallLatexOp

#initialize, #template_path, #validate

Constructor Details

This class inherits a constructor from Xpub::CallBook::CallLatexBuilder::CallLatexOp

Instance Method Details

#latex(_book, _builder) ⇒ Object



50
51
52
# File 'lib/xpub/dsl/page.rb', line 50

def latex(_book, _builder)
  (no_page_number ? '\\thispagestyle{empty}' : '') + " \\clearpage\n"
end