lib/kramdown/converter/latex.rb in kramdown-1.5.0 vs lib/kramdown/converter/latex.rb in kramdown-1.6.0

- old
+ new

@@ -1,14 +1,15 @@ # -*- coding: utf-8 -*- # #-- -# Copyright (C) 2009-2014 Thomas Leitner <t_leitner@gmx.at> +# Copyright (C) 2009-2015 Thomas Leitner <t_leitner@gmx.at> # # This file is part of kramdown which is licensed under the MIT. #++ # require 'set' +require 'kramdown/converter' module Kramdown module Converter