This represents the whole document and holds global data.
Handling | = | Struct.new(:method, :parse_lines) |
T2_Handling | = | { nil => Handling.new(:t2_block_paragraph, true), 'p' => Handling.new(:t2_block_paragraph, true) |
Latex_preamble_enc_cjk | = | "\\usepackage[C40]{fontenc} \\usepackage[cjkjis]{ucs} \\usepackage[utf8x]{inputenc}" |
Latex_preamble_enc_utf8 | = | "\\usepackage{ucs} \\usepackage[utf8x]{inputenc}" |
to_md | -> | old_md |
toc | [RW] | an instance of Section (see below) |