Skip to content
tool

Relaton Render

Formats bibliographic references in ISO 690, APA, MLA, and custom styles.

Installation

$gem install relaton-render

Quick Start

require 'relaton-render'

# Fetch a bibliographic item
bib = RelatonRender::Bibliography.get("ISO 690:2010")
puts bib.to_xml

Links