docgenerator 1.0.4 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/creole/creole2doc.rb +777 -0
- data/lib/creole/creole_inclusion_and_plugins.rb +236 -0
- data/lib/creole/creole_placeholder.rb +74 -0
- data/lib/creole/creole_tabular.rb +170 -0
- data/lib/docgenerator.rb +15 -6
- data/lib/docgenerator_attribute.rb +2 -2
- data/lib/docgenerator_characters.rb +20 -4
- data/lib/docgenerator_document.rb +132 -42
- data/lib/docgenerator_element.rb +531 -524
- data/lib/docgenerator_elements.rb +408 -399
- data/lib/docgenerator_environments.rb +28 -2
- data/lib/docgenerator_footnote.rb +72 -79
- data/lib/docgenerator_sections.rb +1 -1
- data/lib/docgenerator_tabular.rb +8 -3
- data/lib/packages/docgenerator_beamer.rb +253 -0
- data/lib/packages/docgenerator_scrlettr2.rb +53 -9
- data/lib/templates/docgenerator_template_css.rb +4 -0
- data/lib/wiki2doc/wiki2docgenerator.rb +1087 -970
- data/lib/yaml2presentation/yaml2presentation.rb +1091 -0
- data/self_docgenerator.rb +8 -6
- data/unittest/Red_Flower.jpg +0 -0
- data/unittest/creole1.0test.txt +128 -0
- data/unittest/expected/beamer_01_doc.html +1 -1
- data/unittest/expected/beamer_02_doc.html +1 -1
- data/unittest/expected/beamer_doc_html_overview_with_detailpic_and_text_doc.html +34 -0
- data/unittest/expected/beamer_doc_html_overview_with_detailpic_doc.html +34 -0
- data/unittest/expected/beamer_doc_key_doc.html +1 -1
- data/unittest/expected/beamer_doc_note_doc.html +1 -1
- data/unittest/expected/beamer_doc_pic_bottom_doc.html +1 -1
- data/unittest/expected/beamer_doc_pic_doc.html +1 -1
- data/unittest/expected/beamer_doc_pic_left_doc.html +1 -1
- data/unittest/expected/beamer_doc_pic_right_doc.html +1 -1
- data/unittest/expected/beamer_doc_pic_top_doc.html +1 -1
- data/unittest/expected/test_footnote.html +2 -2
- data/unittest/expected/test_footnote.latex +1 -1
- data/unittest/expected/test_footnote_group.html +3 -3
- data/unittest/expected/test_footnote_group.latex +2 -2
- data/unittest/expected_creole/test_creole.html +3 -0
- data/unittest/expected_creole/test_creole_characters_all.html +10 -0
- data/unittest/expected_creole/test_creole_characters_all.latex +20 -0
- data/unittest/expected_creole/test_creole_characters_special.html +10 -0
- data/unittest/expected_creole/test_creole_characters_special.latex +18 -0
- data/unittest/expected_creole/test_creole_countdown.html +3 -0
- data/unittest/expected_creole/test_creole_countdown.latex +4 -0
- data/unittest/expected_creole/test_creole_creole1.0test.html +182 -0
- data/unittest/expected_creole/test_creole_creole1.0test.latex +253 -0
- data/unittest/expected_creole/test_creole_creole1.0test.text +160 -0
- data/unittest/expected_creole/test_creole_footnotes.html +9 -0
- data/unittest/expected_creole/test_creole_footnotes.latex +14 -0
- data/unittest/expected_creole/test_creole_footnotes_label.html +9 -0
- data/unittest/expected_creole/test_creole_headings.html +17 -0
- data/unittest/expected_creole/test_creole_headings.latex +19 -0
- data/unittest/expected_creole/test_creole_headings.text +48 -0
- data/unittest/expected_creole/test_creole_headings.wiki +37 -0
- data/unittest/expected_creole/test_creole_hr.html +7 -0
- data/unittest/expected_creole/test_creole_hr.latex +9 -0
- data/unittest/expected_creole/test_creole_hr.text +4 -0
- data/unittest/expected_creole/test_creole_inline.html +3 -0
- data/unittest/expected_creole/test_creole_inline.latex +4 -0
- data/unittest/expected_creole/test_creole_inline.text +2 -0
- data/unittest/expected_creole/test_creole_inline_ruby.html +12 -0
- data/unittest/expected_creole/test_creole_inline_ruby.latex +20 -0
- data/unittest/expected_creole/test_creole_inline_ruby_raw.html +6 -0
- data/unittest/expected_creole/test_creole_inline_ruby_raw.latex +8 -0
- data/unittest/expected_creole/test_creole_input.normsource +23 -0
- data/unittest/expected_creole/test_creole_label.html +12 -0
- data/unittest/expected_creole/test_creole_label.latex +15 -0
- data/unittest/expected_creole/test_creole_line_break.html +6 -0
- data/unittest/expected_creole/test_creole_line_break.latex +8 -0
- data/unittest/expected_creole/test_creole_links_explicit_internal.html +6 -0
- data/unittest/expected_creole/test_creole_links_explicit_internal.text +4 -0
- data/unittest/expected_creole/test_creole_links_explicit_with_em.html +3 -0
- data/unittest/expected_creole/test_creole_links_explicit_with_em.latex +4 -0
- data/unittest/expected_creole/test_creole_links_explicit_with_em.text +2 -0
- data/unittest/expected_creole/test_creole_links_external.html +6 -0
- data/unittest/expected_creole/test_creole_links_external.latex +8 -0
- data/unittest/expected_creole/test_creole_links_external.text +4 -0
- data/unittest/expected_creole/test_creole_links_external_implicit.html +9 -0
- data/unittest/expected_creole/test_creole_links_external_implicit.latex +12 -0
- data/unittest/expected_creole/test_creole_links_external_implicit.text +6 -0
- data/unittest/expected_creole/test_creole_links_file.html +6 -0
- data/unittest/expected_creole/test_creole_links_file.latex +8 -0
- data/unittest/expected_creole/test_creole_links_file.text +4 -0
- data/unittest/expected_creole/test_creole_list_ol.html +12 -0
- data/unittest/expected_creole/test_creole_list_ol.latex +22 -0
- data/unittest/expected_creole/test_creole_list_ol_after_ul.html +12 -0
- data/unittest/expected_creole/test_creole_list_ol_after_ul.latex +20 -0
- data/unittest/expected_creole/test_creole_list_ol_after_ul.text +6 -0
- data/unittest/expected_creole/test_creole_list_ol_ul.html +15 -0
- data/unittest/expected_creole/test_creole_list_ol_ul.latex +26 -0
- data/unittest/expected_creole/test_creole_list_ul.html +22 -0
- data/unittest/expected_creole/test_creole_list_ul.latex +40 -0
- data/unittest/expected_creole/test_creole_list_ul.normsource +83 -0
- data/unittest/expected_creole/test_creole_list_ul_too_much.html +24 -0
- data/unittest/expected_creole/test_creole_list_ul_too_much.latex +44 -0
- data/unittest/expected_creole/test_creole_newline.html +9 -0
- data/unittest/expected_creole/test_creole_newline.latex +11 -0
- data/unittest/expected_creole/test_creole_newline.text +7 -0
- data/unittest/expected_creole/test_creole_paragraphs.html +6 -0
- data/unittest/expected_creole/test_creole_paragraphs.latex +8 -0
- data/unittest/expected_creole/test_creole_paragraphs.normsource +27 -0
- data/unittest/expected_creole/test_creole_paragraphs.text +4 -0
- data/unittest/expected_creole/test_creole_paragraphs.wiki +4 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap.html +5 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap.latex +6 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap.text +4 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap.wiki +4 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap0.html +9 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap0.latex +11 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap0.text +7 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap0.wiki +7 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap60.html +5 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap60.latex +6 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap60.text +4 -0
- data/unittest/expected_creole/test_creole_paragraphs_wrap60.wiki +4 -0
- data/unittest/expected_creole/test_creole_picture_link.html +6 -0
- data/unittest/expected_creole/test_creole_pictures.html +10 -0
- data/unittest/expected_creole/test_creole_pictures.latex +13 -0
- data/unittest/expected_creole/test_creole_pictures_css.html +3 -0
- data/unittest/expected_creole/test_creole_pictures_css.latex +4 -0
- data/unittest/expected_creole/test_creole_pictures_imgclass.html +6 -0
- data/unittest/expected_creole/test_creole_pictures_imgclass.latex +8 -0
- data/unittest/expected_creole/test_creole_placeholders_html.html +7 -0
- data/unittest/expected_creole/test_creole_placeholders_html.latex +8 -0
- data/unittest/expected_creole/test_creole_placeholders_html.text +4 -0
- data/unittest/expected_creole/test_creole_placeholders_latex.html +6 -0
- data/unittest/expected_creole/test_creole_placeholders_latex.latex +9 -0
- data/unittest/expected_creole/test_creole_placeholders_latex.text +4 -0
- data/unittest/expected_creole/test_creole_tabular.html +20 -0
- data/unittest/expected_creole/test_creole_tabular.latex +22 -0
- data/unittest/expected_creole/test_creole_tabular_creole.html +18 -0
- data/unittest/expected_creole/test_creole_tabular_creole.latex +19 -0
- data/unittest/expected_creole/test_creole_tabular_css.html +20 -0
- data/unittest/expected_creole/test_creole_tabular_css.latex +22 -0
- data/unittest/expected_creole/test_creole_toc.html +11 -0
- data/unittest/expected_creole/test_creole_toc.latex +22 -0
- data/unittest/expected_creole/test_creole_toc.text +4 -0
- data/unittest/expected_creole/test_creole_toc_text.html +5 -0
- data/unittest/expected_creole/test_creole_toc_text.latex +5 -0
- data/unittest/expected_creole/test_creole_ul_multiple_line.html +7 -0
- data/unittest/expected_creole/test_creole_ul_multiple_line.latex +14 -0
- data/unittest/expected_creole/test_creole_ul_with_blank.html +11 -0
- data/unittest/expected_creole/test_creole_ul_with_blank.latex +20 -0
- data/unittest/expected_creole/test_creole_ul_with_bold.creole +0 -0
- data/unittest/expected_creole/test_creole_ul_with_bold.html +11 -0
- data/unittest/expected_creole/test_creole_ul_with_bold.latex +18 -0
- data/unittest/expected_creole/test_creole_ul_with_bold.text +7 -0
- data/unittest/expected_creole/test_creole_verbatim.html +25 -0
- data/unittest/expected_creole/test_creole_verbatim.latex +33 -0
- data/unittest/expected_creole/test_creole_verbatim.text +17 -0
- data/unittest/expected_creole/test_creole_verbatim_inline.html +6 -0
- data/unittest/expected_creole/test_creole_verbatim_inline.latex +8 -0
- data/unittest/expected_creole/test_creole_verbatim_inline_at_start.html +6 -0
- data/unittest/expected_creole/test_creole_verbatim_inline_at_start.latex +8 -0
- data/unittest/expected_privat/test_creole_test_document.html +6 -0
- data/unittest/{expected → expected_wiki}/test_wiki.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_amazon.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_description.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_description.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_description.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_description.wiki +0 -0
- data/unittest/expected_wiki/test_wiki_footnote.html +8 -0
- data/unittest/expected_wiki/test_wiki_footnote.latex +17 -0
- data/unittest/{expected → expected_wiki}/test_wiki_footnote.text +2 -4
- data/unittest/expected_wiki/test_wiki_footnote.wiki +10 -0
- data/unittest/expected_wiki/test_wiki_footnote_2.html +8 -0
- data/unittest/expected_wiki/test_wiki_footnote_groupid.html +21 -0
- data/unittest/{expected → expected_wiki}/test_wiki_html_code.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_html_code.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_html_code.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_html_code.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_inline.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_inline.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_inline.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_inline.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_label.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_link.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_link.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_link.log +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_link.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_picture.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_picture.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_picture_thumb.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_tab1.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_tab1.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_tab1.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_textformatting.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_textformatting.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_textformatting.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_textformatting.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_toc.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_toc.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_toc.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_toc.wiki +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.html +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.latex +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.text +0 -0
- data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.wiki +0 -0
- data/unittest/test_docgenerator.rb +1 -2
- data/unittest/unittest_creole2doc.rb +1024 -0
- data/unittest/unittest_docgenerator.rb +17 -8
- data/unittest/unittest_wiki2doc.rb +92 -88
- data/unittest/unittest_yaml2pres.rb +336 -0
- metadata +202 -70
- data/unittest/expected/test_wiki_footnote.html +0 -8
- data/unittest/expected/test_wiki_footnote.latex +0 -15
- data/unittest/expected/test_wiki_footnote.wiki +0 -12
- data/unittest/expected/test_wiki_footnote_groupid.html +0 -21
@@ -0,0 +1,336 @@
|
|
1
|
+
require 'test_docgenerator.rb'
|
2
|
+
|
3
|
+
#~ $: << 'C:/usr/Script/DocumentGenerator/yaml2presentation'
|
4
|
+
#~ $: << 'C:/usr/Script/DocumentGenerator/lib/packages' #for docgenerator_beamer.rb
|
5
|
+
require '../lib/yaml2presentation/yaml2presentation.rb'
|
6
|
+
#~ require 'yaml2presentation/yaml2presentation'
|
7
|
+
|
8
|
+
Element.log = true
|
9
|
+
$log = Log4r::Logger.new( 'test yaml2pres', Log4r::WARN )
|
10
|
+
$log.outputters = Log4r::StdoutOutputter.new('test yaml2pres')
|
11
|
+
$log.level = Log4r::INFO
|
12
|
+
$log.info("Remark: Known errors/problems and missing checks are logged.")
|
13
|
+
#~ DOCGENERATOR_LOGGER.level = Log4r::DEBUG
|
14
|
+
#~ DOCGENERATOR_LOGGER.level = Log4r::INFO
|
15
|
+
#~ DOCGENERATOR_LOGGER.level = Log4r::WARN
|
16
|
+
#~ DOCGENERATOR_LOGGER.level = Log4r::ERROR
|
17
|
+
|
18
|
+
#~ include Log4r
|
19
|
+
|
20
|
+
class TestBeamer < Test::Unit::TestCase
|
21
|
+
def test_beamer_frametitle()
|
22
|
+
text = element(:frametitle,{}, 'Title').cr
|
23
|
+
assert_equal_filecontent( "expected/beamer_frametitle.html", text.to_doc(:html))
|
24
|
+
assert_equal_filecontent( "expected/beamer_frametitle.latex", text.to_doc(:latex))
|
25
|
+
end
|
26
|
+
def test_beamer_note()
|
27
|
+
text = element(:note,{}, 'Notiz').cr
|
28
|
+
assert_equal_filecontent( "expected/beamer_note.html", text.to_doc(:html))
|
29
|
+
assert_equal_filecontent( "expected/beamer_note.latex", text.to_doc(:latex))
|
30
|
+
end
|
31
|
+
def test_beamer_block()
|
32
|
+
text = element(:block,{}, 'Block').cr
|
33
|
+
assert_equal_filecontent( "expected/beamer_block.html", text.to_doc(:html))
|
34
|
+
assert_equal_filecontent( "expected/beamer_block.latex", text.to_doc(:latex))
|
35
|
+
end
|
36
|
+
def test_beamer_framepic()
|
37
|
+
text = element(:framepic,{ :file => 'test.jpg'}, 'description').cr
|
38
|
+
assert_equal_filecontent( "expected/beamer_framepic.html", text.to_doc(:html))
|
39
|
+
assert_equal_filecontent( "expected/beamer_framepic.latex", text.to_doc(:latex))
|
40
|
+
|
41
|
+
text = element(:framepic,{ :file => 'test.jpg', :link => 'linktopic'}, 'description').cr
|
42
|
+
assert_equal_filecontent( "expected/beamer_framepic_link.html", text.to_doc(:html))
|
43
|
+
assert_equal_filecontent( "expected/beamer_framepic_link.latex", text.to_doc(:latex))
|
44
|
+
|
45
|
+
# ...css-eigenschaften. umbau in Attribute?
|
46
|
+
end
|
47
|
+
end #TestBeamer
|
48
|
+
|
49
|
+
class TestFrame < Test::Unit::TestCase
|
50
|
+
def test_frame()
|
51
|
+
frame = Frame.new()
|
52
|
+
frame << element(:frametitle,{}, 'Titel')
|
53
|
+
frame << element(:ul,{}, [
|
54
|
+
element(:li,{}, 'top 1' ).cr,
|
55
|
+
element(:li,{}, 'top 2' ).cr,
|
56
|
+
]).cR
|
57
|
+
assert_equal_filecontent( "expected/beamer_frame.tex", frame.to_latex())
|
58
|
+
assert_equal_filecontent( "expected/beamer_frame.html", frame.to_html())
|
59
|
+
end
|
60
|
+
def test_frame_fragile()
|
61
|
+
frame = Frame.new()
|
62
|
+
frame.fragile = true
|
63
|
+
frame << element(:frametitle,{}, 'Titel')
|
64
|
+
frame << element(:verbatim,{}, <<-txt
|
65
|
+
|
66
|
+
Verbatim requires a fragile flag
|
67
|
+
txt
|
68
|
+
)
|
69
|
+
assert_equal_filecontent( "expected/beamer_frame_fragile.tex", frame.to_latex())
|
70
|
+
#~ assert_equal_filecontent( "expected/beamer_frame_fragile.html", frame.to_html())
|
71
|
+
end
|
72
|
+
def test_frame_id()
|
73
|
+
frame = Frame.new(:id => 'frame-id' )
|
74
|
+
frame << 'content'
|
75
|
+
assert_equal_filecontent( "expected/beamer_frame_id.tex", frame.to_latex())
|
76
|
+
assert_equal_filecontent( "expected/beamer_frame_id.html", frame.to_html())
|
77
|
+
end
|
78
|
+
def test_frame_pic()
|
79
|
+
$log.warn("Line #{__LINE__}: Missing test for Frame like test_beamer_pic()")
|
80
|
+
end
|
81
|
+
def test_frame_pic_pos()
|
82
|
+
$log.warn("Line #{__LINE__}: Missing test for Frame like test_beamer_pic_pos()")
|
83
|
+
end
|
84
|
+
def test_frame_pic_ratio()
|
85
|
+
$log.warn("Line #{__LINE__}: Missing test for Frame like test_beamer_pic_ratio()")
|
86
|
+
end
|
87
|
+
end #TestFrame
|
88
|
+
|
89
|
+
class DocumentTest < Test::Unit::TestCase
|
90
|
+
#Always used settings.
|
91
|
+
def settings()
|
92
|
+
settings = {
|
93
|
+
:template => :beamerthemetree,
|
94
|
+
:shorttitle => 'Short title',
|
95
|
+
:subtitle => 'Subtitle',
|
96
|
+
:author => 'Knut Lickert',
|
97
|
+
:language => [ 'ngerman' ],
|
98
|
+
# :classoption => ['bib'],
|
99
|
+
:date => '2008-05-15'
|
100
|
+
}
|
101
|
+
end
|
102
|
+
TESTDOCUMENTS = [:tex, :html, :presentation, :article, :notes , :attachment ]
|
103
|
+
#Get a presenation and create all document variants.
|
104
|
+
#Parameter what defines, what should be tested
|
105
|
+
#complete list in TESTDOCUMENTS
|
106
|
+
def my_beamer_doc_tests(testcasename, pres, settings, what )
|
107
|
+
assert_equal( :beamerthemetree, pres.settings[:template])
|
108
|
+
|
109
|
+
assert_equal_filecontent( "expected/#{testcasename}_doc.tex",
|
110
|
+
pres.build_document(settings).to_latex({
|
111
|
+
:filename => "#{testcasename}_doc.tex",
|
112
|
+
:log => pres.log,
|
113
|
+
:template => DocumentTemplate[:beamer],
|
114
|
+
})) if what.include?(:tex)
|
115
|
+
assert_equal_filecontent( "expected/#{testcasename}_doc.html",
|
116
|
+
pres.build_document(settings).to_html({
|
117
|
+
:filename => "#{testcasename}_doc.html",
|
118
|
+
:log => pres.log,
|
119
|
+
:template => DocumentTemplate[:html],
|
120
|
+
})) if what.include?(:html)
|
121
|
+
assert_equal_filecontent( "expected/#{testcasename}_presentation.tex",
|
122
|
+
pres.build_presentation("#{testcasename}_presentation.tex", settings).to_latex({
|
123
|
+
:filename => "#{testcasename}_presentation.tex",
|
124
|
+
:log => pres.log,
|
125
|
+
:template => DocumentTemplate[pres.settings[:template]],
|
126
|
+
})) if what.include?(:presentation )
|
127
|
+
assert_equal_filecontent( "expected/#{testcasename}_article.tex",
|
128
|
+
pres.build_article("#{testcasename}_article.tex", settings).to_latex({
|
129
|
+
:filename => "#{testcasename}_article.tex",
|
130
|
+
:log => pres.log,
|
131
|
+
:template => DocumentTemplate[:beamerarticle],
|
132
|
+
})) if what.include?(:article )
|
133
|
+
if what.include?(:notes )
|
134
|
+
["show", "only", "onlyslideswithnotes"].each{|notes_variant|
|
135
|
+
assert_equal_filecontent( "expected/#{testcasename}_notes_#{notes_variant}.tex",
|
136
|
+
pres.build_notes("#{testcasename}.tex",
|
137
|
+
{ :beamer_notes => notes_variant}.update(settings)
|
138
|
+
).to_latex({
|
139
|
+
:filename => "#{testcasename}.tex",
|
140
|
+
:log => pres.log,
|
141
|
+
:template => DocumentTemplate[pres.settings[:template]],
|
142
|
+
}))
|
143
|
+
}
|
144
|
+
end #what.include?(:notes )
|
145
|
+
assert_equal_filecontent( "expected/#{testcasename}_attachment.tex",
|
146
|
+
pres.build_attachment_doc(settings).to_latex({
|
147
|
+
:filename => "#{testcasename}_attachment.tex",
|
148
|
+
:log => pres.log,
|
149
|
+
:template => DocumentTemplate[:include],
|
150
|
+
})) if what.include?(:attachment )
|
151
|
+
end #my_beamer_doc_tests
|
152
|
+
#Check empty presentation
|
153
|
+
def test_beamer_empty_doc()
|
154
|
+
pres = Presentation.new( 'Title', settings )
|
155
|
+
my_beamer_doc_tests('beamer_01', pres, settings, TESTDOCUMENTS )
|
156
|
+
end
|
157
|
+
#Check sections and one frame
|
158
|
+
def test_beamer_doc()
|
159
|
+
pres = Presentation.new( 'Title', settings )
|
160
|
+
pres << <<yaml
|
161
|
+
-
|
162
|
+
section: Sectiontitle
|
163
|
+
subsection: Subectiontitle
|
164
|
+
title: Title
|
165
|
+
wiki: |
|
166
|
+
*Top 1
|
167
|
+
*Top 2
|
168
|
+
yaml
|
169
|
+
my_beamer_doc_tests('beamer_02', pres, settings, [:tex, :html ] )
|
170
|
+
end
|
171
|
+
def test_beamer_fragile()
|
172
|
+
pres = Presentation.new( 'Title', settings )
|
173
|
+
pres << <<yaml
|
174
|
+
-
|
175
|
+
title: Title
|
176
|
+
fragile: true
|
177
|
+
wiki: |
|
178
|
+
remark:
|
179
|
+
Verbatim require fragile flag
|
180
|
+
yaml
|
181
|
+
my_beamer_doc_tests('beamer_doc_fragile', pres, settings, [:tex ] )
|
182
|
+
end
|
183
|
+
def test_beamer_pic()
|
184
|
+
pres = Presentation.new( 'Presentation with picture', settings )
|
185
|
+
pres << <<yaml
|
186
|
+
-
|
187
|
+
title: Frame with picture
|
188
|
+
pic: test.jpg
|
189
|
+
wiki: |
|
190
|
+
remark: With a picture
|
191
|
+
yaml
|
192
|
+
my_beamer_doc_tests('beamer_doc_pic', pres, settings, [:tex, :html ] )
|
193
|
+
|
194
|
+
#~ *pic: Bildadresse
|
195
|
+
#~ *pic*: Bild mit Link zu Bild in Fullpage am Dokumentende
|
196
|
+
#~ *PIC: Bild in Fullpage
|
197
|
+
#~ *thumb: Vorlage f�r ''pic*'' (sinnvoll f�r HTML)
|
198
|
+
$log.warn("Line #{__LINE__}: Missing test for picture variants")
|
199
|
+
end
|
200
|
+
|
201
|
+
def test_beamer_pic_pos()
|
202
|
+
pres = Presentation.new( 'Title', settings )
|
203
|
+
pres << <<yaml
|
204
|
+
-
|
205
|
+
title: Title
|
206
|
+
pic: test.jpg
|
207
|
+
pos: right
|
208
|
+
wiki: |
|
209
|
+
remark: With a picture
|
210
|
+
yaml
|
211
|
+
my_beamer_doc_tests('beamer_doc_pic_right', pres, settings, [:tex, :html ] )
|
212
|
+
|
213
|
+
pres = Presentation.new( 'Title', settings )
|
214
|
+
pres << <<yaml
|
215
|
+
-
|
216
|
+
title: Title
|
217
|
+
pic: test.jpg
|
218
|
+
pos: left
|
219
|
+
wiki: |
|
220
|
+
remark: With a picture
|
221
|
+
yaml
|
222
|
+
my_beamer_doc_tests('beamer_doc_pic_left', pres, settings, [:tex, :html ] )
|
223
|
+
|
224
|
+
pres = Presentation.new( 'Picture on top', settings )
|
225
|
+
pres << <<yaml
|
226
|
+
-
|
227
|
+
title: Picture on top
|
228
|
+
pic: test.jpg
|
229
|
+
pos: top
|
230
|
+
wiki: |
|
231
|
+
remark: Not for TeX
|
232
|
+
yaml
|
233
|
+
my_beamer_doc_tests('beamer_doc_pic_top', pres, settings, [:html ] )
|
234
|
+
|
235
|
+
pres = Presentation.new( 'Picture at bottom', settings )
|
236
|
+
pres << <<yaml
|
237
|
+
-
|
238
|
+
title: Picture at bottom
|
239
|
+
pic: test.jpg
|
240
|
+
pos: bottom
|
241
|
+
wiki: |
|
242
|
+
remark: Not for TeX
|
243
|
+
yaml
|
244
|
+
$log.error("Line #{__LINE__}: picture at bottom")
|
245
|
+
my_beamer_doc_tests('beamer_doc_pic_bottom', pres, settings, [:html ] )
|
246
|
+
end
|
247
|
+
def test_beamer_key()
|
248
|
+
#~ *key: Optional, f�r label/Link genutzt
|
249
|
+
pres = Presentation.new( 'Title', settings )
|
250
|
+
pres << <<yaml
|
251
|
+
-
|
252
|
+
title: Title
|
253
|
+
key: key
|
254
|
+
wiki: |
|
255
|
+
remark: Ids can be defined
|
256
|
+
yaml
|
257
|
+
my_beamer_doc_tests('beamer_doc_key', pres, settings, [:tex, :html ] )
|
258
|
+
end
|
259
|
+
def test_beamer_pic_options()
|
260
|
+
#~ href: http://...
|
261
|
+
#~ picwidth: 12px
|
262
|
+
#~ alignment: t
|
263
|
+
#~ html_class: xx
|
264
|
+
#~ img_class: xx
|
265
|
+
$log.warn("Line #{__LINE__}: Pic-options")
|
266
|
+
#~ my_beamer_doc_tests('beamer_doc_pic_options', pres, settings, [:tex, :html ] )
|
267
|
+
end
|
268
|
+
def test_beamer_pic_ratio()
|
269
|
+
pres = Presentation.new( 'Picture with different ratio', settings )
|
270
|
+
pres << <<yaml
|
271
|
+
-
|
272
|
+
title: Frame with different ratio
|
273
|
+
pic: test.jpg
|
274
|
+
framepicratio: 0.25;0.5
|
275
|
+
wiki: |
|
276
|
+
remark: Bildgr��e und Textgr��e im Verh�ltnis zur Textbreite.
|
277
|
+
yaml
|
278
|
+
my_beamer_doc_tests('beamer_doc_pic_ratio', pres, settings, [:tex ] )
|
279
|
+
end
|
280
|
+
def test_beamer_notes()
|
281
|
+
pres = Presentation.new( 'Title', settings )
|
282
|
+
pres << <<yaml
|
283
|
+
-
|
284
|
+
title: Title
|
285
|
+
wiki: |
|
286
|
+
remark: You can make notes
|
287
|
+
notes: |
|
288
|
+
*This is a note
|
289
|
+
*Notes are wiki-enabled
|
290
|
+
yaml
|
291
|
+
my_beamer_doc_tests('beamer_doc_note', pres, settings, [:tex, :html ] )
|
292
|
+
$log.warn("Line #{__LINE__}: Missing test notes with splitscreen right/bottom")
|
293
|
+
end
|
294
|
+
def test_beamer_html()
|
295
|
+
pres = Presentation.new( 'Title', settings )
|
296
|
+
pres << <<yaml
|
297
|
+
-
|
298
|
+
title: Title
|
299
|
+
pic: test.png
|
300
|
+
wiki: |
|
301
|
+
remark: You can make notes
|
302
|
+
notes: |
|
303
|
+
*This is a note
|
304
|
+
*Notes are wiki-enabled
|
305
|
+
yaml
|
306
|
+
|
307
|
+
$log.warn("Line #{__LINE__}: Missing test html-variants")
|
308
|
+
#~ my_beamer_doc_tests('beamer_doc_html', pres, settings, [:html ] )
|
309
|
+
#~ #Overview contains the title and a link to the detail page
|
310
|
+
#~ my_beamer_doc_tests('beamer_doc_html_overview_with_singlepages', pres, {:html => :overview_with_singlepages}.update(settings), [:html ] )
|
311
|
+
my_beamer_doc_tests('beamer_doc_html_overview_with_detailpic', pres, {:html => :with_detailpic}.update(settings), [:html ] )
|
312
|
+
my_beamer_doc_tests('beamer_doc_html_overview_with_detailpic_and_text', pres, {:html => :with_detailpic_and_text}.update(settings), [:html ] )
|
313
|
+
end
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
end
|
318
|
+
|
319
|
+
__END__
|
320
|
+
subsection: Weitere Optionen
|
321
|
+
title: Option Restrict
|
322
|
+
wiki: |
|
323
|
+
Werte f�r restrict
|
324
|
+
*:latex
|
325
|
+
*:html
|
326
|
+
Ausgabe auf ein Format begrenzen.
|
327
|
+
-
|
328
|
+
title: Option pdftk
|
329
|
+
wiki: |
|
330
|
+
Mit der Option ''pdftk'' wird mittels pdftk eine zweite
|
331
|
+
Screen-Version erzeugt.
|
332
|
+
|
333
|
+
Optionen:
|
334
|
+
*owner\_pw
|
335
|
+
*user\_pw
|
336
|
+
*allow: Ausnahmen f�r Verbote, wenn Passwort gesetzt.
|
metadata
CHANGED
@@ -3,9 +3,9 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: docgenerator
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.
|
7
|
-
date:
|
8
|
-
summary: The docgenerator-package allows the definition of documents and export to *LaTeX *HTML *Wiki (not
|
6
|
+
version: 1.1.1
|
7
|
+
date: 2009-06-28 00:00:00 +02:00
|
8
|
+
summary: The docgenerator-package allows the definition of documents and export to *LaTeX *HTML *Creole (a A common wiki markup, see http://www.wikicreole.org ) *Wiki-markup like Wikimedia (not supported any longer) *plain text (not very good supported) This package is the base of *creole2doc.rb - a Creole-Wiki to TeX/HTML-Translator (part of the distribution) *wiki2docgenerator.rb - a Wiki to TeX/HTML-Translator (part of the distribution) *yaml2presentation.rb - a presentation generator for LaTeX-Beamer-class. Can also be used to build image galleries. *Sitegenerator - An offline website generator (No generation on the fly)
|
9
9
|
require_paths:
|
10
10
|
- ./lib
|
11
11
|
email: knut@lickert.net
|
@@ -52,6 +52,8 @@ files:
|
|
52
52
|
- lib/packages/docgenerator_scrlettr2.rb
|
53
53
|
- lib/packages/docgenerator_scrpage2.rb
|
54
54
|
- lib/packages/docgenerator_url.rb
|
55
|
+
- lib/yaml2presentation/yaml2presentation.rb
|
56
|
+
- lib/packages/docgenerator_beamer.rb
|
55
57
|
- examples/docgenerator_example.rb
|
56
58
|
- examples/docgenerator_example_list.rb
|
57
59
|
- examples/docgenerator_example_tabular.rb
|
@@ -59,12 +61,20 @@ files:
|
|
59
61
|
- examples/docgenerator_example_restrictions.rb
|
60
62
|
- examples/docgenerator_example_tripfalls.rb
|
61
63
|
- lib/wiki2doc/wiki2docgenerator.rb
|
64
|
+
- lib/creole/creole2doc.rb
|
65
|
+
- lib/creole/creole_placeholder.rb
|
66
|
+
- lib/creole/creole_tabular.rb
|
67
|
+
- lib/creole/creole_inclusion_and_plugins.rb
|
62
68
|
- examples/wiki2docgenerator_example.rb
|
63
69
|
- self_docgenerator.rb
|
64
70
|
test_files:
|
65
71
|
- unittest/test_docgenerator.rb
|
66
72
|
- unittest/unittest_docgenerator.rb
|
67
73
|
- unittest/unittest_wiki2doc.rb
|
74
|
+
- unittest/unittest_yaml2pres.rb
|
75
|
+
- unittest/unittest_creole2doc.rb
|
76
|
+
- unittest/creole1.0test.txt
|
77
|
+
- unittest/Red_Flower.jpg
|
68
78
|
- unittest/expected/beamer_01_article.tex
|
69
79
|
- unittest/expected/beamer_01_attachment.tex
|
70
80
|
- unittest/expected/beamer_01_doc.html
|
@@ -78,6 +88,8 @@ test_files:
|
|
78
88
|
- unittest/expected/beamer_block.html
|
79
89
|
- unittest/expected/beamer_block.latex
|
80
90
|
- unittest/expected/beamer_doc_fragile_doc.tex
|
91
|
+
- unittest/expected/beamer_doc_html_overview_with_detailpic_and_text_doc.html
|
92
|
+
- unittest/expected/beamer_doc_html_overview_with_detailpic_doc.html
|
81
93
|
- unittest/expected/beamer_doc_key_doc.html
|
82
94
|
- unittest/expected/beamer_doc_key_doc.tex
|
83
95
|
- unittest/expected/beamer_doc_note_doc.html
|
@@ -170,74 +182,194 @@ test_files:
|
|
170
182
|
- unittest/expected/test_tabular.latex
|
171
183
|
- unittest/expected/test_tabular.wiki
|
172
184
|
- unittest/expected/test_tabular_doc.latex
|
173
|
-
- unittest/expected/test_wiki.html
|
174
|
-
- unittest/expected/test_wiki.latex
|
175
|
-
- unittest/expected/test_wiki.text
|
176
|
-
- unittest/expected/test_wiki.wiki
|
177
|
-
- unittest/expected/test_wiki_amazon.html
|
178
|
-
- unittest/expected/test_wiki_description.html
|
179
|
-
- unittest/expected/test_wiki_description.latex
|
180
|
-
- unittest/expected/test_wiki_description.text
|
181
|
-
- unittest/expected/test_wiki_description.wiki
|
182
|
-
- unittest/expected/test_wiki_footnote.html
|
183
|
-
- unittest/expected/test_wiki_footnote.latex
|
184
|
-
- unittest/expected/test_wiki_footnote.text
|
185
|
-
- unittest/expected/test_wiki_footnote.wiki
|
186
|
-
- unittest/expected/test_wiki_footnote_groupid.html
|
187
|
-
- unittest/expected/test_wiki_html_code.html
|
188
|
-
- unittest/expected/test_wiki_html_code.latex
|
189
|
-
- unittest/expected/test_wiki_html_code.text
|
190
|
-
- unittest/expected/test_wiki_html_code.wiki
|
191
|
-
- unittest/expected/test_wiki_inline.html
|
192
|
-
- unittest/expected/test_wiki_inline.latex
|
193
|
-
- unittest/expected/test_wiki_inline.text
|
194
|
-
- unittest/expected/test_wiki_inline.wiki
|
195
|
-
- unittest/expected/test_wiki_label.html
|
196
|
-
- unittest/expected/test_wiki_link.html
|
197
|
-
- unittest/expected/test_wiki_link.latex
|
198
|
-
- unittest/expected/test_wiki_link.log
|
199
|
-
- unittest/expected/test_wiki_link.wiki
|
200
|
-
- unittest/expected/test_wiki_list_ol.html
|
201
|
-
- unittest/expected/test_wiki_list_ol.latex
|
202
|
-
- unittest/expected/test_wiki_list_ol.text
|
203
|
-
- unittest/expected/test_wiki_list_ol.wiki
|
204
|
-
- unittest/expected/test_wiki_list_ol_after_ul.html
|
205
|
-
- unittest/expected/test_wiki_list_ol_after_ul.latex
|
206
|
-
- unittest/expected/test_wiki_list_ol_after_ul.text
|
207
|
-
- unittest/expected/test_wiki_list_ol_after_ul.wiki
|
208
|
-
- unittest/expected/test_wiki_list_ol_ul.html
|
209
|
-
- unittest/expected/test_wiki_list_ol_ul.latex
|
210
|
-
- unittest/expected/test_wiki_list_ol_ul.text
|
211
|
-
- unittest/expected/test_wiki_list_ol_ul.wiki
|
212
|
-
- unittest/expected/test_wiki_list_ul.html
|
213
|
-
- unittest/expected/test_wiki_list_ul.latex
|
214
|
-
- unittest/expected/test_wiki_list_ul.text
|
215
|
-
- unittest/expected/test_wiki_list_ul.wiki
|
216
|
-
- unittest/expected/test_wiki_list_ul_too_much.html
|
217
|
-
- unittest/expected/test_wiki_list_ul_too_much.latex
|
218
|
-
- unittest/expected/test_wiki_list_ul_too_much.text
|
219
|
-
- unittest/expected/test_wiki_list_ul_too_much.wiki
|
220
|
-
- unittest/expected/test_wiki_picture.html
|
221
|
-
- unittest/expected/test_wiki_picture.latex
|
222
|
-
- unittest/expected/test_wiki_picture_thumb.html
|
223
|
-
- unittest/expected/test_wiki_tab1.html
|
224
|
-
- unittest/expected/test_wiki_tab1.latex
|
225
|
-
- unittest/expected/test_wiki_tab1.wiki
|
226
|
-
- unittest/expected/test_wiki_textformatting.html
|
227
|
-
- unittest/expected/test_wiki_textformatting.latex
|
228
|
-
- unittest/expected/test_wiki_textformatting.text
|
229
|
-
- unittest/expected/test_wiki_textformatting.wiki
|
230
|
-
- unittest/expected/test_wiki_toc.html
|
231
|
-
- unittest/expected/test_wiki_toc.latex
|
232
|
-
- unittest/expected/test_wiki_toc.text
|
233
|
-
- unittest/expected/test_wiki_toc.wiki
|
234
|
-
- unittest/expected/test_wiki_ul_multiple_line.html
|
235
|
-
- unittest/expected/test_wiki_ul_multiple_line.latex
|
236
|
-
- unittest/expected/test_wiki_ul_multiple_line.text
|
237
|
-
- unittest/expected/test_wiki_ul_multiple_line.wiki
|
238
185
|
- unittest/expected/toc_css.css
|
239
|
-
|
240
|
-
|
186
|
+
- unittest/expected_creole/test_creole.html
|
187
|
+
- unittest/expected_creole/test_creole_characters_all.html
|
188
|
+
- unittest/expected_creole/test_creole_characters_all.latex
|
189
|
+
- unittest/expected_creole/test_creole_characters_special.html
|
190
|
+
- unittest/expected_creole/test_creole_characters_special.latex
|
191
|
+
- unittest/expected_creole/test_creole_countdown.html
|
192
|
+
- unittest/expected_creole/test_creole_countdown.latex
|
193
|
+
- unittest/expected_creole/test_creole_creole1.0test.html
|
194
|
+
- unittest/expected_creole/test_creole_creole1.0test.latex
|
195
|
+
- unittest/expected_creole/test_creole_creole1.0test.text
|
196
|
+
- unittest/expected_creole/test_creole_footnotes.html
|
197
|
+
- unittest/expected_creole/test_creole_footnotes.latex
|
198
|
+
- unittest/expected_creole/test_creole_footnotes_label.html
|
199
|
+
- unittest/expected_creole/test_creole_headings.html
|
200
|
+
- unittest/expected_creole/test_creole_headings.latex
|
201
|
+
- unittest/expected_creole/test_creole_headings.text
|
202
|
+
- unittest/expected_creole/test_creole_headings.wiki
|
203
|
+
- unittest/expected_creole/test_creole_hr.html
|
204
|
+
- unittest/expected_creole/test_creole_hr.latex
|
205
|
+
- unittest/expected_creole/test_creole_hr.text
|
206
|
+
- unittest/expected_creole/test_creole_inline.html
|
207
|
+
- unittest/expected_creole/test_creole_inline.latex
|
208
|
+
- unittest/expected_creole/test_creole_inline.text
|
209
|
+
- unittest/expected_creole/test_creole_inline_ruby.html
|
210
|
+
- unittest/expected_creole/test_creole_inline_ruby.latex
|
211
|
+
- unittest/expected_creole/test_creole_inline_ruby_raw.html
|
212
|
+
- unittest/expected_creole/test_creole_inline_ruby_raw.latex
|
213
|
+
- unittest/expected_creole/test_creole_input.normsource
|
214
|
+
- unittest/expected_creole/test_creole_label.html
|
215
|
+
- unittest/expected_creole/test_creole_label.latex
|
216
|
+
- unittest/expected_creole/test_creole_line_break.html
|
217
|
+
- unittest/expected_creole/test_creole_line_break.latex
|
218
|
+
- unittest/expected_creole/test_creole_links_explicit_internal.html
|
219
|
+
- unittest/expected_creole/test_creole_links_explicit_internal.text
|
220
|
+
- unittest/expected_creole/test_creole_links_explicit_with_em.html
|
221
|
+
- unittest/expected_creole/test_creole_links_explicit_with_em.latex
|
222
|
+
- unittest/expected_creole/test_creole_links_explicit_with_em.text
|
223
|
+
- unittest/expected_creole/test_creole_links_external.html
|
224
|
+
- unittest/expected_creole/test_creole_links_external.latex
|
225
|
+
- unittest/expected_creole/test_creole_links_external.text
|
226
|
+
- unittest/expected_creole/test_creole_links_external_implicit.html
|
227
|
+
- unittest/expected_creole/test_creole_links_external_implicit.latex
|
228
|
+
- unittest/expected_creole/test_creole_links_external_implicit.text
|
229
|
+
- unittest/expected_creole/test_creole_links_file.html
|
230
|
+
- unittest/expected_creole/test_creole_links_file.latex
|
231
|
+
- unittest/expected_creole/test_creole_links_file.text
|
232
|
+
- unittest/expected_creole/test_creole_list_ol.html
|
233
|
+
- unittest/expected_creole/test_creole_list_ol.latex
|
234
|
+
- unittest/expected_creole/test_creole_list_ol_after_ul.html
|
235
|
+
- unittest/expected_creole/test_creole_list_ol_after_ul.latex
|
236
|
+
- unittest/expected_creole/test_creole_list_ol_after_ul.text
|
237
|
+
- unittest/expected_creole/test_creole_list_ol_ul.html
|
238
|
+
- unittest/expected_creole/test_creole_list_ol_ul.latex
|
239
|
+
- unittest/expected_creole/test_creole_list_ul.html
|
240
|
+
- unittest/expected_creole/test_creole_list_ul.latex
|
241
|
+
- unittest/expected_creole/test_creole_list_ul.normsource
|
242
|
+
- unittest/expected_creole/test_creole_list_ul_too_much.html
|
243
|
+
- unittest/expected_creole/test_creole_list_ul_too_much.latex
|
244
|
+
- unittest/expected_creole/test_creole_newline.html
|
245
|
+
- unittest/expected_creole/test_creole_newline.latex
|
246
|
+
- unittest/expected_creole/test_creole_newline.text
|
247
|
+
- unittest/expected_creole/test_creole_paragraphs.html
|
248
|
+
- unittest/expected_creole/test_creole_paragraphs.latex
|
249
|
+
- unittest/expected_creole/test_creole_paragraphs.normsource
|
250
|
+
- unittest/expected_creole/test_creole_paragraphs.text
|
251
|
+
- unittest/expected_creole/test_creole_paragraphs.wiki
|
252
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap.html
|
253
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap.latex
|
254
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap.text
|
255
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap.wiki
|
256
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap0.html
|
257
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap0.latex
|
258
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap0.text
|
259
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap0.wiki
|
260
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap60.html
|
261
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap60.latex
|
262
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap60.text
|
263
|
+
- unittest/expected_creole/test_creole_paragraphs_wrap60.wiki
|
264
|
+
- unittest/expected_creole/test_creole_pictures.html
|
265
|
+
- unittest/expected_creole/test_creole_pictures.latex
|
266
|
+
- unittest/expected_creole/test_creole_pictures_css.html
|
267
|
+
- unittest/expected_creole/test_creole_pictures_css.latex
|
268
|
+
- unittest/expected_creole/test_creole_pictures_imgclass.html
|
269
|
+
- unittest/expected_creole/test_creole_pictures_imgclass.latex
|
270
|
+
- unittest/expected_creole/test_creole_picture_link.html
|
271
|
+
- unittest/expected_creole/test_creole_placeholders_html.html
|
272
|
+
- unittest/expected_creole/test_creole_placeholders_html.latex
|
273
|
+
- unittest/expected_creole/test_creole_placeholders_html.text
|
274
|
+
- unittest/expected_creole/test_creole_placeholders_latex.html
|
275
|
+
- unittest/expected_creole/test_creole_placeholders_latex.latex
|
276
|
+
- unittest/expected_creole/test_creole_placeholders_latex.text
|
277
|
+
- unittest/expected_creole/test_creole_tabular.html
|
278
|
+
- unittest/expected_creole/test_creole_tabular.latex
|
279
|
+
- unittest/expected_creole/test_creole_tabular_creole.html
|
280
|
+
- unittest/expected_creole/test_creole_tabular_creole.latex
|
281
|
+
- unittest/expected_creole/test_creole_tabular_css.html
|
282
|
+
- unittest/expected_creole/test_creole_tabular_css.latex
|
283
|
+
- unittest/expected_creole/test_creole_toc.html
|
284
|
+
- unittest/expected_creole/test_creole_toc.latex
|
285
|
+
- unittest/expected_creole/test_creole_toc.text
|
286
|
+
- unittest/expected_creole/test_creole_toc_text.html
|
287
|
+
- unittest/expected_creole/test_creole_toc_text.latex
|
288
|
+
- unittest/expected_creole/test_creole_ul_multiple_line.html
|
289
|
+
- unittest/expected_creole/test_creole_ul_multiple_line.latex
|
290
|
+
- unittest/expected_creole/test_creole_ul_with_blank.html
|
291
|
+
- unittest/expected_creole/test_creole_ul_with_blank.latex
|
292
|
+
- unittest/expected_creole/test_creole_ul_with_bold.creole
|
293
|
+
- unittest/expected_creole/test_creole_ul_with_bold.html
|
294
|
+
- unittest/expected_creole/test_creole_ul_with_bold.latex
|
295
|
+
- unittest/expected_creole/test_creole_ul_with_bold.text
|
296
|
+
- unittest/expected_creole/test_creole_verbatim.html
|
297
|
+
- unittest/expected_creole/test_creole_verbatim.latex
|
298
|
+
- unittest/expected_creole/test_creole_verbatim.text
|
299
|
+
- unittest/expected_creole/test_creole_verbatim_inline.html
|
300
|
+
- unittest/expected_creole/test_creole_verbatim_inline.latex
|
301
|
+
- unittest/expected_creole/test_creole_verbatim_inline_at_start.html
|
302
|
+
- unittest/expected_creole/test_creole_verbatim_inline_at_start.latex
|
303
|
+
- unittest/expected_privat/test_creole_test_document.html
|
304
|
+
- unittest/expected_wiki/test_wiki.html
|
305
|
+
- unittest/expected_wiki/test_wiki.latex
|
306
|
+
- unittest/expected_wiki/test_wiki.text
|
307
|
+
- unittest/expected_wiki/test_wiki.wiki
|
308
|
+
- unittest/expected_wiki/test_wiki_amazon.html
|
309
|
+
- unittest/expected_wiki/test_wiki_description.html
|
310
|
+
- unittest/expected_wiki/test_wiki_description.latex
|
311
|
+
- unittest/expected_wiki/test_wiki_description.text
|
312
|
+
- unittest/expected_wiki/test_wiki_description.wiki
|
313
|
+
- unittest/expected_wiki/test_wiki_footnote.html
|
314
|
+
- unittest/expected_wiki/test_wiki_footnote.latex
|
315
|
+
- unittest/expected_wiki/test_wiki_footnote.text
|
316
|
+
- unittest/expected_wiki/test_wiki_footnote.wiki
|
317
|
+
- unittest/expected_wiki/test_wiki_footnote_2.html
|
318
|
+
- unittest/expected_wiki/test_wiki_footnote_groupid.html
|
319
|
+
- unittest/expected_wiki/test_wiki_html_code.html
|
320
|
+
- unittest/expected_wiki/test_wiki_html_code.latex
|
321
|
+
- unittest/expected_wiki/test_wiki_html_code.text
|
322
|
+
- unittest/expected_wiki/test_wiki_html_code.wiki
|
323
|
+
- unittest/expected_wiki/test_wiki_inline.html
|
324
|
+
- unittest/expected_wiki/test_wiki_inline.latex
|
325
|
+
- unittest/expected_wiki/test_wiki_inline.text
|
326
|
+
- unittest/expected_wiki/test_wiki_inline.wiki
|
327
|
+
- unittest/expected_wiki/test_wiki_label.html
|
328
|
+
- unittest/expected_wiki/test_wiki_link.html
|
329
|
+
- unittest/expected_wiki/test_wiki_link.latex
|
330
|
+
- unittest/expected_wiki/test_wiki_link.log
|
331
|
+
- unittest/expected_wiki/test_wiki_link.wiki
|
332
|
+
- unittest/expected_wiki/test_wiki_list_ol.html
|
333
|
+
- unittest/expected_wiki/test_wiki_list_ol.latex
|
334
|
+
- unittest/expected_wiki/test_wiki_list_ol.text
|
335
|
+
- unittest/expected_wiki/test_wiki_list_ol.wiki
|
336
|
+
- unittest/expected_wiki/test_wiki_list_ol_after_ul.html
|
337
|
+
- unittest/expected_wiki/test_wiki_list_ol_after_ul.latex
|
338
|
+
- unittest/expected_wiki/test_wiki_list_ol_after_ul.text
|
339
|
+
- unittest/expected_wiki/test_wiki_list_ol_after_ul.wiki
|
340
|
+
- unittest/expected_wiki/test_wiki_list_ol_ul.html
|
341
|
+
- unittest/expected_wiki/test_wiki_list_ol_ul.latex
|
342
|
+
- unittest/expected_wiki/test_wiki_list_ol_ul.text
|
343
|
+
- unittest/expected_wiki/test_wiki_list_ol_ul.wiki
|
344
|
+
- unittest/expected_wiki/test_wiki_list_ul.html
|
345
|
+
- unittest/expected_wiki/test_wiki_list_ul.latex
|
346
|
+
- unittest/expected_wiki/test_wiki_list_ul.text
|
347
|
+
- unittest/expected_wiki/test_wiki_list_ul.wiki
|
348
|
+
- unittest/expected_wiki/test_wiki_list_ul_too_much.html
|
349
|
+
- unittest/expected_wiki/test_wiki_list_ul_too_much.latex
|
350
|
+
- unittest/expected_wiki/test_wiki_list_ul_too_much.text
|
351
|
+
- unittest/expected_wiki/test_wiki_list_ul_too_much.wiki
|
352
|
+
- unittest/expected_wiki/test_wiki_picture.html
|
353
|
+
- unittest/expected_wiki/test_wiki_picture.latex
|
354
|
+
- unittest/expected_wiki/test_wiki_picture_thumb.html
|
355
|
+
- unittest/expected_wiki/test_wiki_tab1.html
|
356
|
+
- unittest/expected_wiki/test_wiki_tab1.latex
|
357
|
+
- unittest/expected_wiki/test_wiki_tab1.wiki
|
358
|
+
- unittest/expected_wiki/test_wiki_textformatting.html
|
359
|
+
- unittest/expected_wiki/test_wiki_textformatting.latex
|
360
|
+
- unittest/expected_wiki/test_wiki_textformatting.text
|
361
|
+
- unittest/expected_wiki/test_wiki_textformatting.wiki
|
362
|
+
- unittest/expected_wiki/test_wiki_toc.html
|
363
|
+
- unittest/expected_wiki/test_wiki_toc.latex
|
364
|
+
- unittest/expected_wiki/test_wiki_toc.text
|
365
|
+
- unittest/expected_wiki/test_wiki_toc.wiki
|
366
|
+
- unittest/expected_wiki/test_wiki_ul_multiple_line.html
|
367
|
+
- unittest/expected_wiki/test_wiki_ul_multiple_line.latex
|
368
|
+
- unittest/expected_wiki/test_wiki_ul_multiple_line.text
|
369
|
+
- unittest/expected_wiki/test_wiki_ul_multiple_line.wiki
|
370
|
+
rdoc_options:
|
371
|
+
- --main
|
372
|
+
- lib/docgenerator.rb
|
241
373
|
extra_rdoc_files: []
|
242
374
|
|
243
375
|
executables: []
|