class Jekyll::Latex::Pdf::Scholar::Bibliography

Overrides the jekyll-scholar bibliography tag to be used for latex generation.

Public Class Methods

new(tag_name, arguments, tokens) click to toggle source
Calls superclass method
# File lib/jekyll/latex/pdf/scholar/bibliography.rb, line 15
def initialize(tag_name, arguments, tokens)
  super
  @keys = arguments
end

Public Instance Methods

render(_context) click to toggle source
# File lib/jekyll/latex/pdf/scholar/bibliography.rb, line 20
def render(_context)
  nomarkdown "\\printbibliography"
end