예제 #1
0
def test_create_thesis_small_tables_and_figures(
        thesis_small_tables_and_figures):
    name = "thesis_small_tables_and_figures"
    doc = thesis_small_tables_and_figures

    compare_doc(doc, name)
예제 #2
0
def test_create_thesis_from_next_level_down(thesis_from_next_level_down):
    name = "thesis"
    doc = thesis_from_next_level_down

    compare_doc(doc, name)
예제 #3
0
def test_create_thesis_custom_doc_class(thesis_custom_doc_class):
    name = "thesis_custom_doc_class"
    doc = thesis_custom_doc_class

    compare_doc(doc, name)
예제 #4
0
def test_create_thesis_multiple_appendix(thesis_multiple_appendix):
    name = "thesis_multiple_appendix"
    doc = thesis_multiple_appendix

    compare_doc(doc, name)
예제 #5
0
def test_create_thesis_full_single_appendix(thesis_full_single_appendix):
    name = "thesis_full_single_appendix"
    doc = thesis_full_single_appendix

    compare_doc(doc, name)
예제 #6
0
def test_create_thesis(thesis):
    name = "thesis"
    doc = thesis

    compare_doc(doc, name)