├── .coveragerc ├── .gitattributes ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── 01_crash.yml │ ├── 02_bad_output.yml │ ├── 03_feature_request.yml │ ├── 05_other.md │ └── config.yml ├── dependabot.yml └── workflows │ ├── noxpy.py │ ├── rebase.yml │ └── tests.yml ├── .gitignore ├── .python-version ├── CHANGES.rst ├── CONTRIBUTING.rst ├── DEVELOPING.rst ├── LICENSE ├── README.rst ├── doc ├── .gitignore ├── Makefile ├── _static │ ├── logo_white.svg │ ├── rinohtype_logo.pdf │ ├── rinohtype_logo_abbrev.svg │ └── tweaks.css ├── _templates │ └── autosummary │ │ └── style_class.rst ├── api │ ├── api.rst │ ├── attribute.rst │ ├── color.rst │ ├── dimension.rst │ ├── document.rst │ ├── draw.rst │ ├── flowable.rst │ ├── font.rst │ ├── image.rst │ ├── index.rst │ ├── language.rst │ ├── number.rst │ ├── paper.rst │ ├── paragraph.rst │ ├── reference.rst │ ├── strings.rst │ ├── structure.rst │ ├── style.rst │ ├── table.rst │ └── template.rst ├── article.rst ├── basicstyling.rst ├── book.rst ├── build.py ├── changelog.rst ├── conf.py ├── contributing.rst ├── developing.rst ├── elementstyling.rst ├── faq.rst ├── index.rst ├── install.rst ├── intro.rst ├── make.bat ├── manual.rst ├── my_book.rtt ├── python-objects.inv ├── quickstart.rst ├── reference.rst ├── rinoh.rst ├── rinohtype.rts ├── rinohtype.rtt ├── showcase.rst ├── showcase │ ├── Odpisy.pdf │ └── Odpisy.png ├── sphinx-objects.inv ├── sphinx.rst ├── sphinx_stylesheet.rst ├── src │ └── book.rst ├── stdtemplates.rst ├── stylesheets.rst ├── templates.rst └── testcode.rst ├── examples ├── .gitignore ├── commonmark │ ├── .gitignore │ ├── README.md │ └── commonmark.py ├── docbook │ ├── .gitignore │ ├── article.py │ ├── article_db45.xml │ ├── article_db50.xml │ ├── image │ │ └── carwash.jpg │ ├── images │ │ └── title.png │ └── sequence.xml ├── epub │ └── epub.py └── restructuredtext │ ├── .gitignore │ ├── COPYING.txt │ ├── FAQ.txt │ ├── THANKS.txt │ ├── article.rtt │ ├── demo.txt │ ├── images │ ├── biohazard.png │ └── title.png │ ├── quickstart.txt │ └── test.py ├── gitlabpypi.py ├── icons ├── logo_work.svg ├── make_icons.sh ├── rinoh.icns ├── rinoh.ico ├── rinoh_icon.png └── rinoh_icon.svg ├── macapp.py ├── macapp ├── setup.py └── src │ └── rinoh_macapp │ ├── __init__.py │ ├── app.py │ └── rinoh.sh ├── noxfile.py ├── noxutil.py ├── poetry.lock ├── poetry.toml ├── pyenv_setup.py ├── pyproject.toml ├── run_tests.py ├── setup.cfg ├── src └── rinoh │ ├── __init__.py │ ├── __main__.py │ ├── annotation.py │ ├── attribute.py │ ├── backend │ ├── __init__.py │ └── pdf │ │ ├── __init__.py │ │ ├── cos.py │ │ ├── filter.py │ │ ├── pdfdoccodec.py │ │ ├── reader.py │ │ ├── util.py │ │ └── xobject │ │ ├── __init__.py │ │ ├── icc │ │ ├── __init__.py │ │ ├── sRGB_IEC61966-2-1_black_scaled.icc │ │ └── sRGB_IEC61966-2-1_black_scaled.txt │ │ ├── jpeg.py │ │ ├── png.py │ │ └── purepng.py │ ├── color.py │ ├── csl_formatter.py │ ├── data │ ├── fonts │ │ ├── adobe14 │ │ │ ├── Courier-Bold.afm │ │ │ ├── Courier-BoldOblique.afm │ │ │ ├── Courier-Oblique.afm │ │ │ ├── Courier.afm │ │ │ ├── Helvetica-Bold.afm │ │ │ ├── Helvetica-BoldOblique.afm │ │ │ ├── Helvetica-Oblique.afm │ │ │ ├── Helvetica.afm │ │ │ ├── MustRead.html │ │ │ ├── Symbol.afm │ │ │ ├── Times-Bold.afm │ │ │ ├── Times-BoldItalic.afm │ │ │ ├── Times-Italic.afm │ │ │ ├── Times-Roman.afm │ │ │ └── ZapfDingbats.afm │ │ └── zapfdingbats.txt │ ├── hyphen │ │ └── hyph_en_US.dic │ ├── stylesheets │ │ ├── article_base14.rts │ │ ├── base14.rts │ │ ├── sphinx.rts │ │ └── sphinx_article.rts │ └── xml │ │ ├── catalog │ │ ├── docutils │ │ ├── docutils.dtd │ │ └── soextblx.dtd │ │ └── w3c-entities │ │ ├── html5-uppercase.ent │ │ ├── htmlmathml-f.ent │ │ ├── htmlmathml.ent │ │ ├── isoamsa.ent │ │ ├── isoamsb.ent │ │ ├── isoamsc.ent │ │ ├── isoamsn.ent │ │ ├── isoamso.ent │ │ ├── isoamsr.ent │ │ ├── isobox.ent │ │ ├── isocyr1.ent │ │ ├── isocyr2.ent │ │ ├── isodia.ent │ │ ├── isogrk1.ent │ │ ├── isogrk2.ent │ │ ├── isogrk3.ent │ │ ├── isogrk4.ent │ │ ├── isolat1.ent │ │ ├── isolat2.ent │ │ ├── isomfrk.ent │ │ ├── isomopf.ent │ │ ├── isomscr.ent │ │ ├── isonum.ent │ │ ├── isopub.ent │ │ ├── isotech.ent │ │ ├── mmlalias.ent │ │ ├── mmlextra.ent │ │ ├── predefined.ent │ │ ├── w3centities-f.ent │ │ ├── w3centities.ent │ │ ├── xhtml1-lat1.ent │ │ ├── xhtml1-special.ent │ │ └── xhtml1-symbol.ent │ ├── dimension.py │ ├── document.py │ ├── draw.py │ ├── element.py │ ├── flowable.py │ ├── font │ ├── __init__.py │ ├── google.py │ ├── mapping.py │ ├── opentype │ │ ├── __init__.py │ │ ├── cff.py │ │ ├── gpos.py │ │ ├── gsub.py │ │ ├── ids.py │ │ ├── layout.py │ │ ├── macglyphs.py │ │ ├── other.py │ │ ├── parse.py │ │ ├── required.py │ │ └── truetype.py │ ├── style.py │ └── type1.py │ ├── fonts │ ├── __init__.py │ └── adobe14.py │ ├── frontend │ ├── __init__.py │ ├── commonmark │ │ └── __init__.py │ ├── docbook │ │ ├── __init__.py │ │ └── nodes.py │ ├── epub │ │ ├── __init__.py │ │ └── nodes.py │ ├── rst │ │ ├── __init__.py │ │ └── nodes.py │ ├── sphinx │ │ ├── __init__.py │ │ ├── nodes.py │ │ ├── transforms.py │ │ └── util.py │ └── xml │ │ ├── __init__.py │ │ ├── elementtree.py │ │ └── lxml.py │ ├── glossary.py │ ├── highlight.py │ ├── hyphenator.py │ ├── image.py │ ├── index.py │ ├── inline.py │ ├── language │ ├── __init__.py │ ├── cls.py │ ├── cs.py │ ├── de.py │ ├── en.py │ ├── es.py │ ├── fr.py │ ├── hu.py │ ├── it.py │ ├── nl.py │ └── pl.py │ ├── layout.py │ ├── number.py │ ├── paper.py │ ├── paragraph.py │ ├── reference.py │ ├── resource.py │ ├── strings.py │ ├── structure.py │ ├── style.py │ ├── styleds.py │ ├── styles.py │ ├── stylesheets │ ├── __init__.py │ └── matcher.py │ ├── table.py │ ├── template.py │ ├── templates │ ├── __init__.py │ ├── article.py │ └── book.py │ ├── text.py │ ├── util.py │ └── warnings.py ├── tests ├── Cuprum.otf ├── Puritan2.otf ├── __init__.py ├── afm.py ├── backend_pdf.py ├── opentype.py ├── pdf_read.py ├── test_attribute.py ├── test_color.py ├── test_dimension.py ├── test_font.py ├── test_highlight.py ├── test_parse.py ├── test_pdf_reader.py ├── test_selectors.py ├── test_sphinx.py ├── test_style.py ├── test_template.py ├── test_util.py ├── texgyretermes-regular.otf ├── type1.py └── util │ └── test_intersperse.py ├── tests_regression ├── .gitignore ├── __init__.py ├── conftest.py ├── demo.txt ├── helpers │ ├── __init__.py │ ├── diffpdf.py │ ├── pdf_linkchecker.py │ ├── regression.py │ └── util.py ├── images │ ├── biohazard.png │ ├── lensinfo.jpg │ ├── png │ │ ├── PngSuite.LICENSE │ │ ├── PngSuite.README │ │ ├── PngSuite.png │ │ ├── basi0g01.png │ │ ├── basi0g02.png │ │ ├── basi0g04.png │ │ ├── basi0g08.png │ │ ├── basi0g16.png │ │ ├── basi2c08.png │ │ ├── basi2c16.png │ │ ├── basi3p01.png │ │ ├── basi3p02.png │ │ ├── basi3p04.png │ │ ├── basi3p08.png │ │ ├── basi4a08.png │ │ ├── basi4a16.png │ │ ├── basi6a08.png │ │ ├── basi6a16.png │ │ ├── basn0g01.png │ │ ├── basn0g02.png │ │ ├── basn0g04.png │ │ ├── basn0g08.png │ │ ├── basn0g16.png │ │ ├── basn2c08.png │ │ ├── basn2c16.png │ │ ├── basn3p01.png │ │ ├── basn3p02.png │ │ ├── basn3p04.png │ │ ├── basn3p08.png │ │ ├── basn4a08.png │ │ ├── basn4a16.png │ │ ├── basn6a08.png │ │ ├── basn6a16.png │ │ ├── bgai4a08.png │ │ ├── bgai4a16.png │ │ ├── bgan6a08.png │ │ ├── bgan6a16.png │ │ ├── bgbn4a08.png │ │ ├── bggn4a16.png │ │ ├── bgwn6a08.png │ │ ├── bgyn6a16.png │ │ ├── ccwn2c08.png │ │ ├── ccwn3p08.png │ │ ├── cdfn2c08.png │ │ ├── cdhn2c08.png │ │ ├── cdsn2c08.png │ │ ├── cdun2c08.png │ │ ├── ch1n3p04.png │ │ ├── ch2n3p08.png │ │ ├── cm0n0g04.png │ │ ├── cm7n0g04.png │ │ ├── cm9n0g04.png │ │ ├── cs3n2c16.png │ │ ├── cs3n3p08.png │ │ ├── cs5n2c08.png │ │ ├── cs5n3p08.png │ │ ├── cs8n2c08.png │ │ ├── cs8n3p08.png │ │ ├── ct0n0g04.png │ │ ├── ct1n0g04.png │ │ ├── cten0g04.png │ │ ├── ctfn0g04.png │ │ ├── ctgn0g04.png │ │ ├── cthn0g04.png │ │ ├── ctjn0g04.png │ │ ├── ctzn0g04.png │ │ ├── exif2c08.png │ │ ├── f00n0g08.png │ │ ├── f00n2c08.png │ │ ├── f01n0g08.png │ │ ├── f01n2c08.png │ │ ├── f02n0g08.png │ │ ├── f02n2c08.png │ │ ├── f03n0g08.png │ │ ├── f03n2c08.png │ │ ├── f04n0g08.png │ │ ├── f04n2c08.png │ │ ├── f99n0g04.png │ │ ├── g03n0g16.png │ │ ├── g03n2c08.png │ │ ├── g03n3p04.png │ │ ├── g04n0g16.png │ │ ├── g04n2c08.png │ │ ├── g04n3p04.png │ │ ├── g05n0g16.png │ │ ├── g05n2c08.png │ │ ├── g05n3p04.png │ │ ├── g07n0g16.png │ │ ├── g07n2c08.png │ │ ├── g07n3p04.png │ │ ├── g10n0g16.png │ │ ├── g10n2c08.png │ │ ├── g10n3p04.png │ │ ├── g25n0g16.png │ │ ├── g25n2c08.png │ │ ├── g25n3p04.png │ │ ├── oi1n0g16.png │ │ ├── oi1n2c16.png │ │ ├── oi2n0g16.png │ │ ├── oi2n2c16.png │ │ ├── oi4n0g16.png │ │ ├── oi4n2c16.png │ │ ├── oi9n0g16.png │ │ ├── oi9n2c16.png │ │ ├── pp0n2c16.png │ │ ├── pp0n6a08.png │ │ ├── ps1n0g08.png │ │ ├── ps1n2c16.png │ │ ├── ps2n0g08.png │ │ ├── ps2n2c16.png │ │ ├── s01i3p01.png │ │ ├── s01n3p01.png │ │ ├── s02i3p01.png │ │ ├── s02n3p01.png │ │ ├── s03i3p01.png │ │ ├── s03n3p01.png │ │ ├── s04i3p01.png │ │ ├── s04n3p01.png │ │ ├── s05i3p02.png │ │ ├── s05n3p02.png │ │ ├── s06i3p02.png │ │ ├── s06n3p02.png │ │ ├── s07i3p02.png │ │ ├── s07n3p02.png │ │ ├── s08i3p02.png │ │ ├── s08n3p02.png │ │ ├── s09i3p02.png │ │ ├── s09n3p02.png │ │ ├── s32i3p04.png │ │ ├── s32n3p04.png │ │ ├── s33i3p04.png │ │ ├── s33n3p04.png │ │ ├── s34i3p04.png │ │ ├── s34n3p04.png │ │ ├── s35i3p04.png │ │ ├── s35n3p04.png │ │ ├── s36i3p04.png │ │ ├── s36n3p04.png │ │ ├── s37i3p04.png │ │ ├── s37n3p04.png │ │ ├── s38i3p04.png │ │ ├── s38n3p04.png │ │ ├── s39i3p04.png │ │ ├── s39n3p04.png │ │ ├── s40i3p04.png │ │ ├── s40n3p04.png │ │ ├── tbbn0g04.png │ │ ├── tbbn2c16.png │ │ ├── tbbn3p08.png │ │ ├── tbgn2c16.png │ │ ├── tbgn3p08.png │ │ ├── tbrn2c08.png │ │ ├── tbwn0g16.png │ │ ├── tbwn3p08.png │ │ ├── tbyn3p08.png │ │ ├── tm3n3p02.png │ │ ├── tp0n0g08.png │ │ ├── tp0n2c08.png │ │ ├── tp0n3p08.png │ │ ├── tp1n3p08.png │ │ ├── xc1n0g08.png │ │ ├── xc9n2c08.png │ │ ├── xcrn0g04.png │ │ ├── xcsn0g01.png │ │ ├── xd0n2c08.png │ │ ├── xd3n2c08.png │ │ ├── xd9n2c08.png │ │ ├── xdtn0g01.png │ │ ├── xhdn0g08.png │ │ ├── xlfn0g04.png │ │ ├── xs1n0g01.png │ │ ├── xs2n0g01.png │ │ ├── xs4n0g01.png │ │ ├── xs7n0g01.png │ │ ├── z00n2c08.png │ │ ├── z03n2c08.png │ │ ├── z06n2c08.png │ │ └── z09n2c08.png │ └── title.png ├── reference │ ├── demo.pdf │ └── demo.stylelog ├── rinoh │ ├── install_resources.pdf │ ├── install_resources.rst │ ├── install_resources.rts │ ├── install_resources.rtt │ ├── install_resources.stylelog │ ├── minimal.pdf │ ├── minimal.rst │ ├── minimal.rts │ ├── minimal.stylelog │ ├── template_paper_size.pdf │ ├── template_paper_size.rst │ ├── template_paper_size.rtt │ └── template_paper_size.stylelog ├── rst │ ├── 315_label_containeroverflow.pdf │ ├── 315_label_containeroverflow.rst │ ├── 315_label_containeroverflow.rts │ ├── 315_label_containeroverflow.stylelog │ ├── admonition.pdf │ ├── admonition.rst │ ├── admonition.rts │ ├── admonition.stylelog │ ├── before_after.pdf │ ├── before_after.rst │ ├── before_after.rts │ ├── before_after.stylelog │ ├── border_paragraph.pdf │ ├── border_paragraph.rst │ ├── border_paragraph.rts │ ├── border_paragraph.stylelog │ ├── border_table.pdf │ ├── border_table.rst │ ├── border_table.rts │ ├── border_table.stylelog │ ├── bullet_list.pdf │ ├── bullet_list.rst │ ├── bullet_list.stylelog │ ├── caption_none_num_1.pdf │ ├── caption_none_num_1.rst │ ├── caption_none_num_1.rts │ ├── caption_none_num_1.stylelog │ ├── caption_none_num_2.pdf │ ├── caption_none_num_2.rst │ ├── caption_none_num_2.rts │ ├── caption_none_num_2.stylelog │ ├── caption_num_num_1.pdf │ ├── caption_num_num_1.rst │ ├── caption_num_num_1.rts │ ├── caption_num_num_1.stylelog │ ├── caption_num_num_2.pdf │ ├── caption_num_num_2.rst │ ├── caption_num_num_2.rts │ ├── caption_num_num_2.stylelog │ ├── citation_in_body.pdf │ ├── citation_in_body.rst │ ├── citation_in_body.rts │ ├── citation_in_footer.pdf │ ├── citation_in_footer.rst │ ├── columns.rts │ ├── columns_one.pdf │ ├── columns_one.rst │ ├── columns_one.rtt │ ├── columns_one.stylelog │ ├── columns_two.pdf │ ├── columns_two.rst │ ├── columns_two.rtt │ ├── columns_two.stylelog │ ├── contents.pdf │ ├── contents.rst │ ├── contents.stylelog │ ├── decoration.pdf │ ├── decoration.rst │ ├── decoration.stylelog │ ├── empty_section.pdf │ ├── empty_section.rst │ ├── empty_section.stylelog │ ├── enumerated_list.pdf │ ├── enumerated_list.rst │ ├── enumerated_list.rts │ ├── enumerated_list.stylelog │ ├── exceptional_style.pdf │ ├── exceptional_style.rst │ ├── exceptional_style.rts │ ├── exceptional_style.stylelog │ ├── figure.pdf │ ├── figure.rst │ ├── figure.rts │ ├── figure.stylelog │ ├── figure_in_table.pdf │ ├── figure_in_table.rst │ ├── figure_in_table.stylelog │ ├── figure_sideways.pdf │ ├── figure_sideways.rst │ ├── figure_sideways.stylelog │ ├── footnote.pdf │ ├── footnote.rst │ ├── footnote.rts │ ├── footnote.stylelog │ ├── footnote_descender_overflow.pdf │ ├── footnote_descender_overflow.rst │ ├── footnote_descender_overflow.rts │ ├── footnote_descender_overflow.stylelog │ ├── footnote_in_note.pdf │ ├── footnote_in_note.rst │ ├── footnote_in_note.stylelog │ ├── footnote_in_table.pdf │ ├── footnote_in_table.rst │ ├── footnote_in_table.rts │ ├── footnote_in_table.stylelog │ ├── google_fonts.pdf │ ├── google_fonts.pxml │ ├── google_fonts.rst │ ├── google_fonts.rts │ ├── google_fonts.stylelog │ ├── header.pdf │ ├── header.rst │ ├── header.rts │ ├── header.rtt │ ├── header.stylelog │ ├── hide.pdf │ ├── hide.rst │ ├── hide.rts │ ├── hide.stylelog │ ├── hide_list_item_label.pdf │ ├── hide_list_item_label.rst │ ├── hide_list_item_label.rts │ ├── hide_list_item_label.stylelog │ ├── hyphenation.pdf │ ├── hyphenation.pxml │ ├── hyphenation.rst │ ├── hyphenation.rts │ ├── hyphenation.stylelog │ ├── image.pdf │ ├── image.rst │ ├── image.stylelog │ ├── indent_first.pdf │ ├── indent_first.rst │ ├── indent_first.rts │ ├── indent_first.stylelog │ ├── inline_image.pdf │ ├── inline_image.rst │ ├── inline_image.stylelog │ ├── inline_markup.pdf │ ├── inline_markup.rst │ ├── inline_markup.stylelog │ ├── inline_raw.pdf │ ├── inline_raw.rst │ ├── inline_raw.stylelog │ ├── jpeg_lensinfo.pdf │ ├── jpeg_lensinfo.rst │ ├── jpeg_lensinfo.stylelog │ ├── list_of_figures.pdf │ ├── list_of_figures.rst │ ├── list_of_figures.stylelog │ ├── list_of_tables.pdf │ ├── list_of_tables.rst │ ├── list_of_tables.stylelog │ ├── literal_block.pdf │ ├── literal_block.rst │ ├── literal_block.stylelog │ ├── math.pdf │ ├── math.rst │ ├── math.stylelog │ ├── missing_glyphs.pdf │ ├── missing_glyphs.rst │ ├── missing_glyphs.stylelog │ ├── no_break_after.pdf │ ├── no_break_after.rst │ ├── no_break_after.rts │ ├── no_break_after.rtt │ ├── no_break_after.stylelog │ ├── nobreak_space.pdf │ ├── nobreak_space.rst │ ├── nobreak_space.stylelog │ ├── paragraph.pdf │ ├── paragraph.rst │ ├── paragraph.rts │ ├── paragraph.stylelog │ ├── paragraph_none_num_1.pdf │ ├── paragraph_none_num_1.rst │ ├── paragraph_none_num_1.rts │ ├── paragraph_none_num_1.stylelog │ ├── paragraph_none_num_2.pdf │ ├── paragraph_none_num_2.rst │ ├── paragraph_none_num_2.rts │ ├── paragraph_none_num_2.stylelog │ ├── paragraph_num_num_0.pdf │ ├── paragraph_num_num_0.rst │ ├── paragraph_num_num_0.rts │ ├── paragraph_num_num_0.stylelog │ ├── paragraph_num_num_1.pdf │ ├── paragraph_num_num_1.rst │ ├── paragraph_num_num_1.rts │ ├── paragraph_num_num_1.stylelog │ ├── paragraph_num_num_2.pdf │ ├── paragraph_num_num_2.rst │ ├── paragraph_num_num_2.rts │ ├── paragraph_num_num_2.stylelog │ ├── png.pdf │ ├── png.rst │ ├── png.rts │ ├── png.stylelog │ ├── raw_role.pdf │ ├── raw_role.rst │ ├── raw_role.stylelog │ ├── reference_in_reference.pdf │ ├── reference_in_reference.rst │ ├── reference_in_reference.rts │ ├── reference_in_reference.stylelog │ ├── section_custom_label.pdf │ ├── section_custom_label.rst │ ├── section_custom_label.rts │ ├── section_custom_label.stylelog │ ├── show_in_toc.pdf │ ├── show_in_toc.rst │ ├── show_in_toc.rts │ ├── show_in_toc.stylelog │ ├── space_below.pdf │ ├── space_below.rst │ ├── space_below.stylelog │ ├── sphinx_admonition.pdf │ ├── sphinx_admonition.pxml │ ├── sphinx_admonition.rst │ ├── sphinx_admonition.stylelog │ ├── sphinx_centered.pdf │ ├── sphinx_centered.rst │ ├── sphinx_centered.stylelog │ ├── sphinx_codeblock.pdf │ ├── sphinx_codeblock.rst │ ├── sphinx_codeblock.stylelog │ ├── sphinx_collapsible.pdf │ ├── sphinx_collapsible.rst │ ├── sphinx_collapsible.stylelog │ ├── sphinx_domain.pdf │ ├── sphinx_domain.pxml │ ├── sphinx_domain.rst │ ├── sphinx_domain.stylelog │ ├── sphinx_hlist.pdf │ ├── sphinx_hlist.rst │ ├── sphinx_hlist.stylelog │ ├── sphinx_inline_markup.pdf │ ├── sphinx_inline_markup.pxml │ ├── sphinx_inline_markup.rst │ ├── sphinx_inline_markup.stylelog │ ├── sphinx_literalinclude.pdf │ ├── sphinx_literalinclude.rst │ ├── sphinx_literalinclude.stylelog │ ├── sphinx_object.pdf │ ├── sphinx_object.rst │ ├── sphinx_object.stylelog │ ├── stringfield.pdf │ ├── stringfield.rst │ ├── stringfield.rtt │ ├── stringfield.stylelog │ ├── stringfield_lang.pdf │ ├── stringfield_lang.rst │ ├── stringfield_lang.rtt │ ├── stringfield_lang.stylelog │ ├── table.pdf │ ├── table.rst │ ├── table.stylelog │ ├── table_auto_column_widths.pdf │ ├── table_auto_column_widths.rst │ ├── table_auto_column_widths.stylelog │ ├── table_auto_width.pdf │ ├── table_auto_width.rst │ ├── table_auto_width.rts │ ├── table_auto_width.stylelog │ ├── table_fixed_width.pdf │ ├── table_fixed_width.rst │ ├── table_fixed_width.rts │ ├── table_fixed_width.stylelog │ ├── table_fullrowspan.pdf │ ├── table_fullrowspan.rst │ ├── table_fullrowspan.stylelog │ ├── table_no_body.csv │ ├── table_no_body.pdf │ ├── table_no_body.rst │ ├── table_no_body.stylelog │ ├── table_short_wrapped.pdf │ ├── table_short_wrapped.rst │ ├── table_short_wrapped.stylelog │ ├── table_sideways.pdf │ ├── table_sideways.rst │ ├── table_sideways.rts │ ├── table_sideways.stylelog │ ├── unnumbered_headings.pdf │ ├── unnumbered_headings.rst │ ├── unnumbered_headings.rts │ ├── unnumbered_headings.rtt │ └── unnumbered_headings.stylelog ├── rstdemo.rtt ├── sphinx │ ├── citations.pdf │ ├── citations.stylelog │ ├── continuepagenumberformat.pdf │ ├── continuepagenumberformat.stylelog │ ├── customtemplate.pdf │ ├── customtemplate.stylelog │ ├── graphviz.pdf │ ├── graphviz.stylelog │ ├── manual.pdf │ ├── manual.stylelog │ ├── minimal.pdf │ ├── minimal.stylelog │ ├── outoflineflowables.pdf │ ├── outoflineflowables.stylelog │ ├── pyref.pdf │ ├── pyref.stylelog │ ├── ref.pdf │ ├── ref.stylelog │ ├── reference.pdf │ ├── reference.stylelog │ ├── relativepaths.pdf │ ├── relativepaths.stylelog │ ├── samepagenumberformat.pdf │ ├── samepagenumberformat.stylelog │ ├── subdir.pdf │ ├── subdir.stylelog │ ├── test-citations │ │ ├── bibliography.rst │ │ ├── chapter1.rst │ │ ├── conf.py │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-continuepagenumberformat │ │ ├── conf.py │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-customtemplate │ │ ├── chapter1.rst │ │ ├── chapter2.rst │ │ ├── conf.py │ │ ├── index.rst │ │ ├── mystylesheet.rts │ │ ├── mytemplate.py │ │ ├── mytemplate.rtt │ │ ├── rear_page_1.png │ │ ├── rear_page_2.png │ │ └── rear_page_bg.png │ ├── test-graphviz │ │ ├── conf.py │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-minimal │ │ ├── conf.py │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-outoflineflowables │ │ ├── conclusion.rst │ │ ├── conf.py │ │ ├── index.rst │ │ ├── intro.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-pyref │ │ ├── conf.py │ │ ├── dimension.rst │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-ref │ │ ├── biohazard.png │ │ ├── chapter1.rst │ │ ├── chapter2.rst │ │ ├── conf.py │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-relativepaths │ │ ├── conclusion.rst │ │ ├── conf.py │ │ ├── index.rst │ │ ├── intro.rst │ │ ├── logo.png │ │ ├── stylesheet │ │ │ ├── base.rts │ │ │ ├── stylesheet.png │ │ │ └── stylesheet.rts │ │ ├── template │ │ │ ├── __init__.py │ │ │ ├── page │ │ │ │ ├── __init__.py │ │ │ │ └── page_template.png │ │ │ └── template.png │ │ └── template_configuration │ │ │ ├── template.rtt │ │ │ └── template_configuration.png │ ├── test-samepagenumberformat │ │ ├── conf.py │ │ ├── index.rst │ │ ├── stylesheet.rts │ │ └── template.rtt │ ├── test-subdir │ │ ├── conf.py │ │ ├── stylesheet.rts │ │ ├── sub │ │ │ ├── img │ │ │ │ └── biohazard.png │ │ │ └── index.rst │ │ └── template.rtt │ └── test-twotargets │ │ ├── api.rst │ │ ├── command.rst │ │ ├── conf.py │ │ ├── index.rst │ │ ├── install.rst │ │ ├── intro.rst │ │ ├── manual.rst │ │ ├── reference.rst │ │ ├── stylesheet.rts │ │ └── template.rtt ├── test_rinoh.py ├── test_rst.py ├── test_rstdemo.py └── test_sphinx.py ├── wininst.cfg └── wininst.py /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.coveragerc -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [brechtm] 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/01_crash.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/ISSUE_TEMPLATE/01_crash.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/02_bad_output.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/ISSUE_TEMPLATE/02_bad_output.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/03_feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/ISSUE_TEMPLATE/03_feature_request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/05_other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/ISSUE_TEMPLATE/05_other.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/noxpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/workflows/noxpy.py -------------------------------------------------------------------------------- /.github/workflows/rebase.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/workflows/rebase.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.gitignore -------------------------------------------------------------------------------- /.python-version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/.python-version -------------------------------------------------------------------------------- /CHANGES.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/CHANGES.rst -------------------------------------------------------------------------------- /CONTRIBUTING.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/CONTRIBUTING.rst -------------------------------------------------------------------------------- /DEVELOPING.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/DEVELOPING.rst -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/README.rst -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- 1 | /.eggs 2 | /_build 3 | /style 4 | -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/_static/logo_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/_static/logo_white.svg -------------------------------------------------------------------------------- /doc/_static/rinohtype_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/_static/rinohtype_logo.pdf -------------------------------------------------------------------------------- /doc/_static/rinohtype_logo_abbrev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/_static/rinohtype_logo_abbrev.svg -------------------------------------------------------------------------------- /doc/_static/tweaks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/_static/tweaks.css -------------------------------------------------------------------------------- /doc/_templates/autosummary/style_class.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/_templates/autosummary/style_class.rst -------------------------------------------------------------------------------- /doc/api/api.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/api.rst -------------------------------------------------------------------------------- /doc/api/attribute.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/attribute.rst -------------------------------------------------------------------------------- /doc/api/color.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/color.rst -------------------------------------------------------------------------------- /doc/api/dimension.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/dimension.rst -------------------------------------------------------------------------------- /doc/api/document.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/document.rst -------------------------------------------------------------------------------- /doc/api/draw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/draw.rst -------------------------------------------------------------------------------- /doc/api/flowable.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/flowable.rst -------------------------------------------------------------------------------- /doc/api/font.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/font.rst -------------------------------------------------------------------------------- /doc/api/image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/image.rst -------------------------------------------------------------------------------- /doc/api/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/index.rst -------------------------------------------------------------------------------- /doc/api/language.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/language.rst -------------------------------------------------------------------------------- /doc/api/number.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/number.rst -------------------------------------------------------------------------------- /doc/api/paper.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/paper.rst -------------------------------------------------------------------------------- /doc/api/paragraph.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/paragraph.rst -------------------------------------------------------------------------------- /doc/api/reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/reference.rst -------------------------------------------------------------------------------- /doc/api/strings.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/strings.rst -------------------------------------------------------------------------------- /doc/api/structure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/structure.rst -------------------------------------------------------------------------------- /doc/api/style.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/style.rst -------------------------------------------------------------------------------- /doc/api/table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/table.rst -------------------------------------------------------------------------------- /doc/api/template.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/api/template.rst -------------------------------------------------------------------------------- /doc/article.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/article.rst -------------------------------------------------------------------------------- /doc/basicstyling.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/basicstyling.rst -------------------------------------------------------------------------------- /doc/book.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/book.rst -------------------------------------------------------------------------------- /doc/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/build.py -------------------------------------------------------------------------------- /doc/changelog.rst: -------------------------------------------------------------------------------- 1 | .. _changelog: 2 | 3 | .. include:: ../CHANGES.rst 4 | -------------------------------------------------------------------------------- /doc/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/conf.py -------------------------------------------------------------------------------- /doc/contributing.rst: -------------------------------------------------------------------------------- 1 | .. _contributing: 2 | 3 | .. include:: ../CONTRIBUTING.rst 4 | -------------------------------------------------------------------------------- /doc/developing.rst: -------------------------------------------------------------------------------- 1 | .. _developing: 2 | 3 | .. include:: ../DEVELOPING.rst 4 | -------------------------------------------------------------------------------- /doc/elementstyling.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/elementstyling.rst -------------------------------------------------------------------------------- /doc/faq.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/faq.rst -------------------------------------------------------------------------------- /doc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/index.rst -------------------------------------------------------------------------------- /doc/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/install.rst -------------------------------------------------------------------------------- /doc/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/intro.rst -------------------------------------------------------------------------------- /doc/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/make.bat -------------------------------------------------------------------------------- /doc/manual.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/manual.rst -------------------------------------------------------------------------------- /doc/my_book.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/my_book.rtt -------------------------------------------------------------------------------- /doc/python-objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/python-objects.inv -------------------------------------------------------------------------------- /doc/quickstart.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/quickstart.rst -------------------------------------------------------------------------------- /doc/reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/reference.rst -------------------------------------------------------------------------------- /doc/rinoh.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/rinoh.rst -------------------------------------------------------------------------------- /doc/rinohtype.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/rinohtype.rts -------------------------------------------------------------------------------- /doc/rinohtype.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/rinohtype.rtt -------------------------------------------------------------------------------- /doc/showcase.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/showcase.rst -------------------------------------------------------------------------------- /doc/showcase/Odpisy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/showcase/Odpisy.pdf -------------------------------------------------------------------------------- /doc/showcase/Odpisy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/showcase/Odpisy.png -------------------------------------------------------------------------------- /doc/sphinx-objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/sphinx-objects.inv -------------------------------------------------------------------------------- /doc/sphinx.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/sphinx.rst -------------------------------------------------------------------------------- /doc/sphinx_stylesheet.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/sphinx_stylesheet.rst -------------------------------------------------------------------------------- /doc/src/book.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/src/book.rst -------------------------------------------------------------------------------- /doc/stdtemplates.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/stdtemplates.rst -------------------------------------------------------------------------------- /doc/stylesheets.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/stylesheets.rst -------------------------------------------------------------------------------- /doc/templates.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/templates.rst -------------------------------------------------------------------------------- /doc/testcode.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/doc/testcode.rst -------------------------------------------------------------------------------- /examples/.gitignore: -------------------------------------------------------------------------------- 1 | *.stylelog 2 | -------------------------------------------------------------------------------- /examples/commonmark/.gitignore: -------------------------------------------------------------------------------- 1 | /README.pdf 2 | -------------------------------------------------------------------------------- /examples/commonmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/commonmark/README.md -------------------------------------------------------------------------------- /examples/commonmark/commonmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/commonmark/commonmark.py -------------------------------------------------------------------------------- /examples/docbook/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/.gitignore -------------------------------------------------------------------------------- /examples/docbook/article.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/article.py -------------------------------------------------------------------------------- /examples/docbook/article_db45.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/article_db45.xml -------------------------------------------------------------------------------- /examples/docbook/article_db50.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/article_db50.xml -------------------------------------------------------------------------------- /examples/docbook/image/carwash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/image/carwash.jpg -------------------------------------------------------------------------------- /examples/docbook/images/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/images/title.png -------------------------------------------------------------------------------- /examples/docbook/sequence.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/docbook/sequence.xml -------------------------------------------------------------------------------- /examples/epub/epub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/epub/epub.py -------------------------------------------------------------------------------- /examples/restructuredtext/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/.gitignore -------------------------------------------------------------------------------- /examples/restructuredtext/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/COPYING.txt -------------------------------------------------------------------------------- /examples/restructuredtext/FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/FAQ.txt -------------------------------------------------------------------------------- /examples/restructuredtext/THANKS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/THANKS.txt -------------------------------------------------------------------------------- /examples/restructuredtext/article.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/article.rtt -------------------------------------------------------------------------------- /examples/restructuredtext/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/demo.txt -------------------------------------------------------------------------------- /examples/restructuredtext/images/biohazard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/images/biohazard.png -------------------------------------------------------------------------------- /examples/restructuredtext/images/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/images/title.png -------------------------------------------------------------------------------- /examples/restructuredtext/quickstart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/quickstart.txt -------------------------------------------------------------------------------- /examples/restructuredtext/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/examples/restructuredtext/test.py -------------------------------------------------------------------------------- /gitlabpypi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/gitlabpypi.py -------------------------------------------------------------------------------- /icons/logo_work.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/icons/logo_work.svg -------------------------------------------------------------------------------- /icons/make_icons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/icons/make_icons.sh -------------------------------------------------------------------------------- /icons/rinoh.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/icons/rinoh.icns -------------------------------------------------------------------------------- /icons/rinoh.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/icons/rinoh.ico -------------------------------------------------------------------------------- /icons/rinoh_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/icons/rinoh_icon.png -------------------------------------------------------------------------------- /icons/rinoh_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/icons/rinoh_icon.svg -------------------------------------------------------------------------------- /macapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/macapp.py -------------------------------------------------------------------------------- /macapp/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/macapp/setup.py -------------------------------------------------------------------------------- /macapp/src/rinoh_macapp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /macapp/src/rinoh_macapp/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/macapp/src/rinoh_macapp/app.py -------------------------------------------------------------------------------- /macapp/src/rinoh_macapp/rinoh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/macapp/src/rinoh_macapp/rinoh.sh -------------------------------------------------------------------------------- /noxfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/noxfile.py -------------------------------------------------------------------------------- /noxutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/noxutil.py -------------------------------------------------------------------------------- /poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/poetry.lock -------------------------------------------------------------------------------- /poetry.toml: -------------------------------------------------------------------------------- 1 | [virtualenvs] 2 | in-project = true 3 | -------------------------------------------------------------------------------- /pyenv_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/pyenv_setup.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/pyproject.toml -------------------------------------------------------------------------------- /run_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/run_tests.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/setup.cfg -------------------------------------------------------------------------------- /src/rinoh/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/__init__.py -------------------------------------------------------------------------------- /src/rinoh/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/__main__.py -------------------------------------------------------------------------------- /src/rinoh/annotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/annotation.py -------------------------------------------------------------------------------- /src/rinoh/attribute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/attribute.py -------------------------------------------------------------------------------- /src/rinoh/backend/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/__init__.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/__init__.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/cos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/cos.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/filter.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/pdfdoccodec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/pdfdoccodec.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/reader.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/util.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/xobject/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/xobject/__init__.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/xobject/icc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/xobject/icc/__init__.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/xobject/jpeg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/xobject/jpeg.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/xobject/png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/xobject/png.py -------------------------------------------------------------------------------- /src/rinoh/backend/pdf/xobject/purepng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/backend/pdf/xobject/purepng.py -------------------------------------------------------------------------------- /src/rinoh/color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/color.py -------------------------------------------------------------------------------- /src/rinoh/csl_formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/csl_formatter.py -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Courier-Bold.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Courier-Bold.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Courier-BoldOblique.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Courier-BoldOblique.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Courier-Oblique.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Courier-Oblique.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Courier.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Courier.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Helvetica-Bold.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Helvetica-Bold.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Helvetica-Oblique.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Helvetica-Oblique.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Helvetica.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Helvetica.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/MustRead.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/MustRead.html -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Symbol.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Symbol.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Times-Bold.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Times-Bold.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Times-BoldItalic.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Times-BoldItalic.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Times-Italic.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Times-Italic.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/Times-Roman.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/Times-Roman.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/adobe14/ZapfDingbats.afm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/adobe14/ZapfDingbats.afm -------------------------------------------------------------------------------- /src/rinoh/data/fonts/zapfdingbats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/fonts/zapfdingbats.txt -------------------------------------------------------------------------------- /src/rinoh/data/hyphen/hyph_en_US.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/hyphen/hyph_en_US.dic -------------------------------------------------------------------------------- /src/rinoh/data/stylesheets/article_base14.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/stylesheets/article_base14.rts -------------------------------------------------------------------------------- /src/rinoh/data/stylesheets/base14.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/stylesheets/base14.rts -------------------------------------------------------------------------------- /src/rinoh/data/stylesheets/sphinx.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/stylesheets/sphinx.rts -------------------------------------------------------------------------------- /src/rinoh/data/stylesheets/sphinx_article.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/stylesheets/sphinx_article.rts -------------------------------------------------------------------------------- /src/rinoh/data/xml/catalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/catalog -------------------------------------------------------------------------------- /src/rinoh/data/xml/docutils/docutils.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/docutils/docutils.dtd -------------------------------------------------------------------------------- /src/rinoh/data/xml/docutils/soextblx.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/docutils/soextblx.dtd -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/html5-uppercase.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/html5-uppercase.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/htmlmathml-f.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/htmlmathml-f.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/htmlmathml.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/htmlmathml.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isoamsa.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isoamsa.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isoamsb.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isoamsb.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isoamsc.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isoamsc.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isoamsn.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isoamsn.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isoamso.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isoamso.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isoamsr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isoamsr.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isobox.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isobox.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isocyr1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isocyr1.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isocyr2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isocyr2.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isodia.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isodia.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isogrk1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isogrk1.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isogrk2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isogrk2.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isogrk3.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isogrk3.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isogrk4.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isogrk4.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isolat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isolat1.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isolat2.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isolat2.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isomfrk.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isomfrk.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isomopf.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isomopf.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isomscr.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isomscr.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isonum.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isonum.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isopub.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isopub.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/isotech.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/isotech.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/mmlalias.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/mmlalias.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/mmlextra.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/mmlextra.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/predefined.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/predefined.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/w3centities-f.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/w3centities-f.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/w3centities.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/w3centities.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/xhtml1-lat1.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/xhtml1-lat1.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/xhtml1-special.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/xhtml1-special.ent -------------------------------------------------------------------------------- /src/rinoh/data/xml/w3c-entities/xhtml1-symbol.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/data/xml/w3c-entities/xhtml1-symbol.ent -------------------------------------------------------------------------------- /src/rinoh/dimension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/dimension.py -------------------------------------------------------------------------------- /src/rinoh/document.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/document.py -------------------------------------------------------------------------------- /src/rinoh/draw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/draw.py -------------------------------------------------------------------------------- /src/rinoh/element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/element.py -------------------------------------------------------------------------------- /src/rinoh/flowable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/flowable.py -------------------------------------------------------------------------------- /src/rinoh/font/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/__init__.py -------------------------------------------------------------------------------- /src/rinoh/font/google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/google.py -------------------------------------------------------------------------------- /src/rinoh/font/mapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/mapping.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/__init__.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/cff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/cff.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/gpos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/gpos.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/gsub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/gsub.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/ids.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/ids.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/layout.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/macglyphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/macglyphs.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/other.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/other.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/parse.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/required.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/required.py -------------------------------------------------------------------------------- /src/rinoh/font/opentype/truetype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/opentype/truetype.py -------------------------------------------------------------------------------- /src/rinoh/font/style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/style.py -------------------------------------------------------------------------------- /src/rinoh/font/type1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/font/type1.py -------------------------------------------------------------------------------- /src/rinoh/fonts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/fonts/__init__.py -------------------------------------------------------------------------------- /src/rinoh/fonts/adobe14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/fonts/adobe14.py -------------------------------------------------------------------------------- /src/rinoh/frontend/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/commonmark/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/commonmark/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/docbook/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/docbook/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/docbook/nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/docbook/nodes.py -------------------------------------------------------------------------------- /src/rinoh/frontend/epub/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/epub/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/epub/nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/epub/nodes.py -------------------------------------------------------------------------------- /src/rinoh/frontend/rst/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/rst/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/rst/nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/rst/nodes.py -------------------------------------------------------------------------------- /src/rinoh/frontend/sphinx/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/sphinx/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/sphinx/nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/sphinx/nodes.py -------------------------------------------------------------------------------- /src/rinoh/frontend/sphinx/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/sphinx/transforms.py -------------------------------------------------------------------------------- /src/rinoh/frontend/sphinx/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/sphinx/util.py -------------------------------------------------------------------------------- /src/rinoh/frontend/xml/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/xml/__init__.py -------------------------------------------------------------------------------- /src/rinoh/frontend/xml/elementtree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/xml/elementtree.py -------------------------------------------------------------------------------- /src/rinoh/frontend/xml/lxml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/frontend/xml/lxml.py -------------------------------------------------------------------------------- /src/rinoh/glossary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/glossary.py -------------------------------------------------------------------------------- /src/rinoh/highlight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/highlight.py -------------------------------------------------------------------------------- /src/rinoh/hyphenator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/hyphenator.py -------------------------------------------------------------------------------- /src/rinoh/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/image.py -------------------------------------------------------------------------------- /src/rinoh/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/index.py -------------------------------------------------------------------------------- /src/rinoh/inline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/inline.py -------------------------------------------------------------------------------- /src/rinoh/language/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/__init__.py -------------------------------------------------------------------------------- /src/rinoh/language/cls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/cls.py -------------------------------------------------------------------------------- /src/rinoh/language/cs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/cs.py -------------------------------------------------------------------------------- /src/rinoh/language/de.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/de.py -------------------------------------------------------------------------------- /src/rinoh/language/en.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/en.py -------------------------------------------------------------------------------- /src/rinoh/language/es.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/es.py -------------------------------------------------------------------------------- /src/rinoh/language/fr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/fr.py -------------------------------------------------------------------------------- /src/rinoh/language/hu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/hu.py -------------------------------------------------------------------------------- /src/rinoh/language/it.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/it.py -------------------------------------------------------------------------------- /src/rinoh/language/nl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/nl.py -------------------------------------------------------------------------------- /src/rinoh/language/pl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/language/pl.py -------------------------------------------------------------------------------- /src/rinoh/layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/layout.py -------------------------------------------------------------------------------- /src/rinoh/number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/number.py -------------------------------------------------------------------------------- /src/rinoh/paper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/paper.py -------------------------------------------------------------------------------- /src/rinoh/paragraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/paragraph.py -------------------------------------------------------------------------------- /src/rinoh/reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/reference.py -------------------------------------------------------------------------------- /src/rinoh/resource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/resource.py -------------------------------------------------------------------------------- /src/rinoh/strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/strings.py -------------------------------------------------------------------------------- /src/rinoh/structure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/structure.py -------------------------------------------------------------------------------- /src/rinoh/style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/style.py -------------------------------------------------------------------------------- /src/rinoh/styleds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/styleds.py -------------------------------------------------------------------------------- /src/rinoh/styles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/styles.py -------------------------------------------------------------------------------- /src/rinoh/stylesheets/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/stylesheets/__init__.py -------------------------------------------------------------------------------- /src/rinoh/stylesheets/matcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/stylesheets/matcher.py -------------------------------------------------------------------------------- /src/rinoh/table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/table.py -------------------------------------------------------------------------------- /src/rinoh/template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/template.py -------------------------------------------------------------------------------- /src/rinoh/templates/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/templates/__init__.py -------------------------------------------------------------------------------- /src/rinoh/templates/article.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/templates/article.py -------------------------------------------------------------------------------- /src/rinoh/templates/book.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/templates/book.py -------------------------------------------------------------------------------- /src/rinoh/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/text.py -------------------------------------------------------------------------------- /src/rinoh/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/util.py -------------------------------------------------------------------------------- /src/rinoh/warnings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/src/rinoh/warnings.py -------------------------------------------------------------------------------- /tests/Cuprum.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/Cuprum.otf -------------------------------------------------------------------------------- /tests/Puritan2.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/Puritan2.otf -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/afm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/afm.py -------------------------------------------------------------------------------- /tests/backend_pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/backend_pdf.py -------------------------------------------------------------------------------- /tests/opentype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/opentype.py -------------------------------------------------------------------------------- /tests/pdf_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/pdf_read.py -------------------------------------------------------------------------------- /tests/test_attribute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_attribute.py -------------------------------------------------------------------------------- /tests/test_color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_color.py -------------------------------------------------------------------------------- /tests/test_dimension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_dimension.py -------------------------------------------------------------------------------- /tests/test_font.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_font.py -------------------------------------------------------------------------------- /tests/test_highlight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_highlight.py -------------------------------------------------------------------------------- /tests/test_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_parse.py -------------------------------------------------------------------------------- /tests/test_pdf_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_pdf_reader.py -------------------------------------------------------------------------------- /tests/test_selectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_selectors.py -------------------------------------------------------------------------------- /tests/test_sphinx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_sphinx.py -------------------------------------------------------------------------------- /tests/test_style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_style.py -------------------------------------------------------------------------------- /tests/test_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_template.py -------------------------------------------------------------------------------- /tests/test_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/test_util.py -------------------------------------------------------------------------------- /tests/texgyretermes-regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/texgyretermes-regular.otf -------------------------------------------------------------------------------- /tests/type1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/type1.py -------------------------------------------------------------------------------- /tests/util/test_intersperse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests/util/test_intersperse.py -------------------------------------------------------------------------------- /tests_regression/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/.gitignore -------------------------------------------------------------------------------- /tests_regression/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests_regression/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/conftest.py -------------------------------------------------------------------------------- /tests_regression/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/demo.txt -------------------------------------------------------------------------------- /tests_regression/helpers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests_regression/helpers/diffpdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/helpers/diffpdf.py -------------------------------------------------------------------------------- /tests_regression/helpers/pdf_linkchecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/helpers/pdf_linkchecker.py -------------------------------------------------------------------------------- /tests_regression/helpers/regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/helpers/regression.py -------------------------------------------------------------------------------- /tests_regression/helpers/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/helpers/util.py -------------------------------------------------------------------------------- /tests_regression/images/biohazard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/biohazard.png -------------------------------------------------------------------------------- /tests_regression/images/lensinfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/lensinfo.jpg -------------------------------------------------------------------------------- /tests_regression/images/png/PngSuite.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/PngSuite.LICENSE -------------------------------------------------------------------------------- /tests_regression/images/png/PngSuite.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/PngSuite.README -------------------------------------------------------------------------------- /tests_regression/images/png/PngSuite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/PngSuite.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi0g02.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi4a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi4a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi6a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basi6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basi6a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn0g02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn0g02.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn4a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn4a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn6a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/basn6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/basn6a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgai4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgai4a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgai4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgai4a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgan6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgan6a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgan6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgan6a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgbn4a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgbn4a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/bggn4a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bggn4a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgwn6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgwn6a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/bgyn6a16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/bgyn6a16.png -------------------------------------------------------------------------------- /tests_regression/images/png/ccwn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ccwn2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/ccwn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ccwn3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cdfn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cdfn2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cdhn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cdhn2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cdsn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cdsn2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cdun2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cdun2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/ch1n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ch1n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/ch2n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ch2n3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cm0n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cm0n0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/cm7n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cm7n0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/cm9n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cm9n0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/cs3n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cs3n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/cs3n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cs3n3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cs5n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cs5n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cs5n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cs5n3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cs8n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cs8n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/cs8n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cs8n3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/ct0n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ct0n0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/ct1n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ct1n0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/cten0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cten0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/ctfn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ctfn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/ctgn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ctgn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/cthn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/cthn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/ctjn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ctjn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/ctzn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ctzn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/exif2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/exif2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f00n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f00n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f00n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f00n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f01n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f01n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f01n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f01n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f02n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f02n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f02n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f02n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f03n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f03n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f03n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f04n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f04n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f04n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f04n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/f99n0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/f99n0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/g03n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g03n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/g03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g03n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/g03n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g03n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/g04n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g04n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/g04n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g04n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/g04n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g04n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/g05n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g05n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/g05n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g05n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/g05n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g05n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/g07n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g07n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/g07n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g07n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/g07n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g07n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/g10n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g10n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/g10n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g10n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/g10n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g10n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/g25n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g25n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/g25n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g25n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/g25n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/g25n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi1n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi1n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi1n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi1n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi2n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi2n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi2n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi2n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi4n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi4n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi4n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi4n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi9n0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi9n0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/oi9n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/oi9n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/pp0n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/pp0n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/pp0n6a08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/pp0n6a08.png -------------------------------------------------------------------------------- /tests_regression/images/png/ps1n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ps1n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/ps1n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ps1n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/ps2n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ps2n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/ps2n2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/ps2n2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/s01i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s01i3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s01n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s01n3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s02i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s02i3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s02n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s02n3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s03i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s03i3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s03n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s03n3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s04i3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s04i3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s04n3p01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s04n3p01.png -------------------------------------------------------------------------------- /tests_regression/images/png/s05i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s05i3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s05n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s05n3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s06i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s06i3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s06n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s06n3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s07i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s07i3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s07n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s07n3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s08i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s08i3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s08n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s08n3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s09i3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s09i3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s09n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s09n3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/s32i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s32i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s32n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s32n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s33i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s33i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s33n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s33n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s34i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s34i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s34n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s34n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s35i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s35i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s35n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s35n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s36i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s36i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s36n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s36n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s37i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s37i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s37n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s37n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s38i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s38i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s38n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s38n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s39i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s39i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s39n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s39n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s40i3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s40i3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/s40n3p04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/s40n3p04.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbbn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbbn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbbn2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbbn2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbbn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbbn3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbgn2c16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbgn2c16.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbgn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbgn3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbrn2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbrn2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbwn0g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbwn0g16.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbwn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbwn3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tbyn3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tbyn3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tm3n3p02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tm3n3p02.png -------------------------------------------------------------------------------- /tests_regression/images/png/tp0n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tp0n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tp0n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tp0n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tp0n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tp0n3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/tp1n3p08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/tp1n3p08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xc1n0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xc1n0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xc9n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xc9n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xcrn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xcrn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/xcsn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xcsn0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/xd0n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xd0n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xd3n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xd3n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xd9n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xd9n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xdtn0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xdtn0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/xhdn0g08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xhdn0g08.png -------------------------------------------------------------------------------- /tests_regression/images/png/xlfn0g04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xlfn0g04.png -------------------------------------------------------------------------------- /tests_regression/images/png/xs1n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xs1n0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/xs2n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xs2n0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/xs4n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xs4n0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/xs7n0g01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/xs7n0g01.png -------------------------------------------------------------------------------- /tests_regression/images/png/z00n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/z00n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/z03n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/z03n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/z06n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/z06n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/png/z09n2c08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/png/z09n2c08.png -------------------------------------------------------------------------------- /tests_regression/images/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/images/title.png -------------------------------------------------------------------------------- /tests_regression/reference/demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/reference/demo.pdf -------------------------------------------------------------------------------- /tests_regression/reference/demo.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/reference/demo.stylelog -------------------------------------------------------------------------------- /tests_regression/rinoh/install_resources.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/install_resources.pdf -------------------------------------------------------------------------------- /tests_regression/rinoh/install_resources.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/install_resources.rst -------------------------------------------------------------------------------- /tests_regression/rinoh/install_resources.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/install_resources.rts -------------------------------------------------------------------------------- /tests_regression/rinoh/install_resources.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/install_resources.rtt -------------------------------------------------------------------------------- /tests_regression/rinoh/install_resources.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/install_resources.stylelog -------------------------------------------------------------------------------- /tests_regression/rinoh/minimal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/minimal.pdf -------------------------------------------------------------------------------- /tests_regression/rinoh/minimal.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/minimal.rst -------------------------------------------------------------------------------- /tests_regression/rinoh/minimal.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/minimal.rts -------------------------------------------------------------------------------- /tests_regression/rinoh/minimal.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/minimal.stylelog -------------------------------------------------------------------------------- /tests_regression/rinoh/template_paper_size.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/template_paper_size.pdf -------------------------------------------------------------------------------- /tests_regression/rinoh/template_paper_size.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/template_paper_size.rst -------------------------------------------------------------------------------- /tests_regression/rinoh/template_paper_size.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/template_paper_size.rtt -------------------------------------------------------------------------------- /tests_regression/rinoh/template_paper_size.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rinoh/template_paper_size.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/315_label_containeroverflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/315_label_containeroverflow.pdf -------------------------------------------------------------------------------- /tests_regression/rst/315_label_containeroverflow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/315_label_containeroverflow.rst -------------------------------------------------------------------------------- /tests_regression/rst/315_label_containeroverflow.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/315_label_containeroverflow.rts -------------------------------------------------------------------------------- /tests_regression/rst/admonition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/admonition.pdf -------------------------------------------------------------------------------- /tests_regression/rst/admonition.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/admonition.rst -------------------------------------------------------------------------------- /tests_regression/rst/admonition.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/admonition.rts -------------------------------------------------------------------------------- /tests_regression/rst/admonition.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/admonition.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/before_after.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/before_after.pdf -------------------------------------------------------------------------------- /tests_regression/rst/before_after.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/before_after.rst -------------------------------------------------------------------------------- /tests_regression/rst/before_after.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/before_after.rts -------------------------------------------------------------------------------- /tests_regression/rst/before_after.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/before_after.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/border_paragraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_paragraph.pdf -------------------------------------------------------------------------------- /tests_regression/rst/border_paragraph.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_paragraph.rst -------------------------------------------------------------------------------- /tests_regression/rst/border_paragraph.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_paragraph.rts -------------------------------------------------------------------------------- /tests_regression/rst/border_paragraph.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_paragraph.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/border_table.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_table.pdf -------------------------------------------------------------------------------- /tests_regression/rst/border_table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_table.rst -------------------------------------------------------------------------------- /tests_regression/rst/border_table.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_table.rts -------------------------------------------------------------------------------- /tests_regression/rst/border_table.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/border_table.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/bullet_list.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/bullet_list.pdf -------------------------------------------------------------------------------- /tests_regression/rst/bullet_list.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/bullet_list.rst -------------------------------------------------------------------------------- /tests_regression/rst/bullet_list.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/bullet_list.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_1.pdf -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_1.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_1.rts -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_1.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_1.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_2.pdf -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_2.rst: -------------------------------------------------------------------------------- 1 | caption_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_2.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_2.rts -------------------------------------------------------------------------------- /tests_regression/rst/caption_none_num_2.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_none_num_2.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_num_num_1.pdf -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_1.rst: -------------------------------------------------------------------------------- 1 | caption_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_1.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_num_num_1.rts -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_1.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_num_num_1.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_num_num_2.pdf -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_2.rst: -------------------------------------------------------------------------------- 1 | caption_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_2.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_num_num_2.rts -------------------------------------------------------------------------------- /tests_regression/rst/caption_num_num_2.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/caption_num_num_2.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/citation_in_body.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/citation_in_body.pdf -------------------------------------------------------------------------------- /tests_regression/rst/citation_in_body.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/citation_in_body.rst -------------------------------------------------------------------------------- /tests_regression/rst/citation_in_body.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/citation_in_body.rts -------------------------------------------------------------------------------- /tests_regression/rst/citation_in_footer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/citation_in_footer.pdf -------------------------------------------------------------------------------- /tests_regression/rst/citation_in_footer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/citation_in_footer.rst -------------------------------------------------------------------------------- /tests_regression/rst/columns.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns.rts -------------------------------------------------------------------------------- /tests_regression/rst/columns_one.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_one.pdf -------------------------------------------------------------------------------- /tests_regression/rst/columns_one.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_one.rst -------------------------------------------------------------------------------- /tests_regression/rst/columns_one.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_one.rtt -------------------------------------------------------------------------------- /tests_regression/rst/columns_one.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_one.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/columns_two.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_two.pdf -------------------------------------------------------------------------------- /tests_regression/rst/columns_two.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_two.rst -------------------------------------------------------------------------------- /tests_regression/rst/columns_two.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_two.rtt -------------------------------------------------------------------------------- /tests_regression/rst/columns_two.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/columns_two.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/contents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/contents.pdf -------------------------------------------------------------------------------- /tests_regression/rst/contents.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/contents.rst -------------------------------------------------------------------------------- /tests_regression/rst/contents.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/contents.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/decoration.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/decoration.pdf -------------------------------------------------------------------------------- /tests_regression/rst/decoration.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/decoration.rst -------------------------------------------------------------------------------- /tests_regression/rst/decoration.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/decoration.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/empty_section.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/empty_section.pdf -------------------------------------------------------------------------------- /tests_regression/rst/empty_section.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/empty_section.rst -------------------------------------------------------------------------------- /tests_regression/rst/empty_section.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/empty_section.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/enumerated_list.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/enumerated_list.pdf -------------------------------------------------------------------------------- /tests_regression/rst/enumerated_list.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/enumerated_list.rst -------------------------------------------------------------------------------- /tests_regression/rst/enumerated_list.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/enumerated_list.rts -------------------------------------------------------------------------------- /tests_regression/rst/enumerated_list.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/enumerated_list.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/exceptional_style.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/exceptional_style.pdf -------------------------------------------------------------------------------- /tests_regression/rst/exceptional_style.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/exceptional_style.rst -------------------------------------------------------------------------------- /tests_regression/rst/exceptional_style.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/exceptional_style.rts -------------------------------------------------------------------------------- /tests_regression/rst/exceptional_style.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/exceptional_style.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/figure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure.pdf -------------------------------------------------------------------------------- /tests_regression/rst/figure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure.rst -------------------------------------------------------------------------------- /tests_regression/rst/figure.rts: -------------------------------------------------------------------------------- 1 | [STYLESHEET] 2 | name = figure 3 | -------------------------------------------------------------------------------- /tests_regression/rst/figure.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/figure_in_table.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure_in_table.pdf -------------------------------------------------------------------------------- /tests_regression/rst/figure_in_table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure_in_table.rst -------------------------------------------------------------------------------- /tests_regression/rst/figure_in_table.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure_in_table.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/figure_sideways.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure_sideways.pdf -------------------------------------------------------------------------------- /tests_regression/rst/figure_sideways.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure_sideways.rst -------------------------------------------------------------------------------- /tests_regression/rst/figure_sideways.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/figure_sideways.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/footnote.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote.pdf -------------------------------------------------------------------------------- /tests_regression/rst/footnote.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote.rst -------------------------------------------------------------------------------- /tests_regression/rst/footnote.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote.rts -------------------------------------------------------------------------------- /tests_regression/rst/footnote.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/footnote_descender_overflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_descender_overflow.pdf -------------------------------------------------------------------------------- /tests_regression/rst/footnote_descender_overflow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_descender_overflow.rst -------------------------------------------------------------------------------- /tests_regression/rst/footnote_descender_overflow.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_descender_overflow.rts -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_note.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_note.pdf -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_note.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_note.rst -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_note.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_note.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_table.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_table.pdf -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_table.rst -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_table.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_table.rts -------------------------------------------------------------------------------- /tests_regression/rst/footnote_in_table.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/footnote_in_table.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/google_fonts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/google_fonts.pdf -------------------------------------------------------------------------------- /tests_regression/rst/google_fonts.pxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/google_fonts.pxml -------------------------------------------------------------------------------- /tests_regression/rst/google_fonts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/google_fonts.rst -------------------------------------------------------------------------------- /tests_regression/rst/google_fonts.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/google_fonts.rts -------------------------------------------------------------------------------- /tests_regression/rst/google_fonts.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/google_fonts.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/header.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/header.pdf -------------------------------------------------------------------------------- /tests_regression/rst/header.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/header.rst -------------------------------------------------------------------------------- /tests_regression/rst/header.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/header.rts -------------------------------------------------------------------------------- /tests_regression/rst/header.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/header.rtt -------------------------------------------------------------------------------- /tests_regression/rst/header.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/header.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/hide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide.pdf -------------------------------------------------------------------------------- /tests_regression/rst/hide.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide.rst -------------------------------------------------------------------------------- /tests_regression/rst/hide.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide.rts -------------------------------------------------------------------------------- /tests_regression/rst/hide.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/hide_list_item_label.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide_list_item_label.pdf -------------------------------------------------------------------------------- /tests_regression/rst/hide_list_item_label.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide_list_item_label.rst -------------------------------------------------------------------------------- /tests_regression/rst/hide_list_item_label.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide_list_item_label.rts -------------------------------------------------------------------------------- /tests_regression/rst/hide_list_item_label.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hide_list_item_label.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/hyphenation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hyphenation.pdf -------------------------------------------------------------------------------- /tests_regression/rst/hyphenation.pxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hyphenation.pxml -------------------------------------------------------------------------------- /tests_regression/rst/hyphenation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hyphenation.rst -------------------------------------------------------------------------------- /tests_regression/rst/hyphenation.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hyphenation.rts -------------------------------------------------------------------------------- /tests_regression/rst/hyphenation.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/hyphenation.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/image.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/image.pdf -------------------------------------------------------------------------------- /tests_regression/rst/image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/image.rst -------------------------------------------------------------------------------- /tests_regression/rst/image.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/image.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/indent_first.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/indent_first.pdf -------------------------------------------------------------------------------- /tests_regression/rst/indent_first.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/indent_first.rst -------------------------------------------------------------------------------- /tests_regression/rst/indent_first.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/indent_first.rts -------------------------------------------------------------------------------- /tests_regression/rst/indent_first.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/indent_first.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/inline_image.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_image.pdf -------------------------------------------------------------------------------- /tests_regression/rst/inline_image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_image.rst -------------------------------------------------------------------------------- /tests_regression/rst/inline_image.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_image.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/inline_markup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_markup.pdf -------------------------------------------------------------------------------- /tests_regression/rst/inline_markup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_markup.rst -------------------------------------------------------------------------------- /tests_regression/rst/inline_markup.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_markup.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/inline_raw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_raw.pdf -------------------------------------------------------------------------------- /tests_regression/rst/inline_raw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_raw.rst -------------------------------------------------------------------------------- /tests_regression/rst/inline_raw.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/inline_raw.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/jpeg_lensinfo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/jpeg_lensinfo.pdf -------------------------------------------------------------------------------- /tests_regression/rst/jpeg_lensinfo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/jpeg_lensinfo.rst -------------------------------------------------------------------------------- /tests_regression/rst/jpeg_lensinfo.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/jpeg_lensinfo.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/list_of_figures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/list_of_figures.pdf -------------------------------------------------------------------------------- /tests_regression/rst/list_of_figures.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/list_of_figures.rst -------------------------------------------------------------------------------- /tests_regression/rst/list_of_figures.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/list_of_figures.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/list_of_tables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/list_of_tables.pdf -------------------------------------------------------------------------------- /tests_regression/rst/list_of_tables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/list_of_tables.rst -------------------------------------------------------------------------------- /tests_regression/rst/list_of_tables.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/list_of_tables.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/literal_block.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/literal_block.pdf -------------------------------------------------------------------------------- /tests_regression/rst/literal_block.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/literal_block.rst -------------------------------------------------------------------------------- /tests_regression/rst/literal_block.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/literal_block.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/math.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/math.pdf -------------------------------------------------------------------------------- /tests_regression/rst/math.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/math.rst -------------------------------------------------------------------------------- /tests_regression/rst/math.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/math.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/missing_glyphs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/missing_glyphs.pdf -------------------------------------------------------------------------------- /tests_regression/rst/missing_glyphs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/missing_glyphs.rst -------------------------------------------------------------------------------- /tests_regression/rst/missing_glyphs.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/missing_glyphs.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/no_break_after.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/no_break_after.pdf -------------------------------------------------------------------------------- /tests_regression/rst/no_break_after.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/no_break_after.rst -------------------------------------------------------------------------------- /tests_regression/rst/no_break_after.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/no_break_after.rts -------------------------------------------------------------------------------- /tests_regression/rst/no_break_after.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/no_break_after.rtt -------------------------------------------------------------------------------- /tests_regression/rst/no_break_after.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/no_break_after.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/nobreak_space.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/nobreak_space.pdf -------------------------------------------------------------------------------- /tests_regression/rst/nobreak_space.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/nobreak_space.rst -------------------------------------------------------------------------------- /tests_regression/rst/nobreak_space.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/nobreak_space.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/paragraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph.pdf -------------------------------------------------------------------------------- /tests_regression/rst/paragraph.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph.rst -------------------------------------------------------------------------------- /tests_regression/rst/paragraph.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph.rts -------------------------------------------------------------------------------- /tests_regression/rst/paragraph.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_none_num_1.pdf -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_1.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_none_num_1.rts -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_1.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_none_num_1.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_none_num_2.pdf -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_2.rst: -------------------------------------------------------------------------------- 1 | paragraph_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_2.rts: -------------------------------------------------------------------------------- 1 | [STYLESHEET] 2 | base = paragraph_none_num_1.rts 3 | 4 | 5 | [body] 6 | numbering_level = 2 7 | -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_none_num_2.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_none_num_2.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_0.pdf -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_0.rst: -------------------------------------------------------------------------------- 1 | paragraph_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_0.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_0.rts -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_0.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_0.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_1.pdf -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_1.rst: -------------------------------------------------------------------------------- 1 | paragraph_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_1.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_1.rts -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_1.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_1.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_2.pdf -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_2.rst: -------------------------------------------------------------------------------- 1 | paragraph_none_num_1.rst -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_2.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_2.rts -------------------------------------------------------------------------------- /tests_regression/rst/paragraph_num_num_2.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/paragraph_num_num_2.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/png.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/png.pdf -------------------------------------------------------------------------------- /tests_regression/rst/png.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/png.rst -------------------------------------------------------------------------------- /tests_regression/rst/png.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/png.rts -------------------------------------------------------------------------------- /tests_regression/rst/png.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/png.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/raw_role.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/raw_role.pdf -------------------------------------------------------------------------------- /tests_regression/rst/raw_role.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/raw_role.rst -------------------------------------------------------------------------------- /tests_regression/rst/raw_role.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/raw_role.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/reference_in_reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/reference_in_reference.pdf -------------------------------------------------------------------------------- /tests_regression/rst/reference_in_reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/reference_in_reference.rst -------------------------------------------------------------------------------- /tests_regression/rst/reference_in_reference.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/reference_in_reference.rts -------------------------------------------------------------------------------- /tests_regression/rst/reference_in_reference.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/reference_in_reference.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/section_custom_label.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/section_custom_label.pdf -------------------------------------------------------------------------------- /tests_regression/rst/section_custom_label.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/section_custom_label.rst -------------------------------------------------------------------------------- /tests_regression/rst/section_custom_label.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/section_custom_label.rts -------------------------------------------------------------------------------- /tests_regression/rst/section_custom_label.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/section_custom_label.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/show_in_toc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/show_in_toc.pdf -------------------------------------------------------------------------------- /tests_regression/rst/show_in_toc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/show_in_toc.rst -------------------------------------------------------------------------------- /tests_regression/rst/show_in_toc.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/show_in_toc.rts -------------------------------------------------------------------------------- /tests_regression/rst/show_in_toc.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/show_in_toc.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/space_below.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/space_below.pdf -------------------------------------------------------------------------------- /tests_regression/rst/space_below.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/space_below.rst -------------------------------------------------------------------------------- /tests_regression/rst/space_below.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/space_below.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_admonition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_admonition.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_admonition.pxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_admonition.pxml -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_admonition.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_admonition.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_admonition.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_admonition.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_centered.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_centered.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_centered.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_centered.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_centered.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_centered.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_codeblock.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_codeblock.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_codeblock.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_codeblock.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_codeblock.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_codeblock.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_collapsible.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_collapsible.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_collapsible.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_collapsible.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_collapsible.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_collapsible.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_domain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_domain.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_domain.pxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_domain.pxml -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_domain.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_domain.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_domain.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_domain.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_hlist.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_hlist.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_hlist.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_hlist.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_hlist.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_hlist.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_inline_markup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_inline_markup.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_inline_markup.pxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_inline_markup.pxml -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_inline_markup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_inline_markup.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_inline_markup.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_inline_markup.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_literalinclude.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_literalinclude.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_literalinclude.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_literalinclude.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_literalinclude.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_literalinclude.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_object.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_object.pdf -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_object.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_object.rst -------------------------------------------------------------------------------- /tests_regression/rst/sphinx_object.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/sphinx_object.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/stringfield.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield.pdf -------------------------------------------------------------------------------- /tests_regression/rst/stringfield.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield.rst -------------------------------------------------------------------------------- /tests_regression/rst/stringfield.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield.rtt -------------------------------------------------------------------------------- /tests_regression/rst/stringfield.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/stringfield_lang.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield_lang.pdf -------------------------------------------------------------------------------- /tests_regression/rst/stringfield_lang.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield_lang.rst -------------------------------------------------------------------------------- /tests_regression/rst/stringfield_lang.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield_lang.rtt -------------------------------------------------------------------------------- /tests_regression/rst/stringfield_lang.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/stringfield_lang.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table.rst -------------------------------------------------------------------------------- /tests_regression/rst/table.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table_auto_column_widths.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_auto_column_widths.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_auto_column_widths.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_auto_column_widths.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_auto_width.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_auto_width.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_auto_width.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_auto_width.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_auto_width.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_auto_width.rts -------------------------------------------------------------------------------- /tests_regression/rst/table_auto_width.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_auto_width.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table_fixed_width.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fixed_width.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_fixed_width.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fixed_width.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_fixed_width.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fixed_width.rts -------------------------------------------------------------------------------- /tests_regression/rst/table_fixed_width.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fixed_width.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table_fullrowspan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fullrowspan.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_fullrowspan.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fullrowspan.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_fullrowspan.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_fullrowspan.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table_no_body.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests_regression/rst/table_no_body.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_no_body.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_no_body.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_no_body.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_no_body.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_no_body.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table_short_wrapped.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_short_wrapped.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_short_wrapped.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_short_wrapped.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_short_wrapped.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_short_wrapped.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/table_sideways.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_sideways.pdf -------------------------------------------------------------------------------- /tests_regression/rst/table_sideways.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_sideways.rst -------------------------------------------------------------------------------- /tests_regression/rst/table_sideways.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_sideways.rts -------------------------------------------------------------------------------- /tests_regression/rst/table_sideways.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/table_sideways.stylelog -------------------------------------------------------------------------------- /tests_regression/rst/unnumbered_headings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/unnumbered_headings.pdf -------------------------------------------------------------------------------- /tests_regression/rst/unnumbered_headings.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/unnumbered_headings.rst -------------------------------------------------------------------------------- /tests_regression/rst/unnumbered_headings.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/unnumbered_headings.rts -------------------------------------------------------------------------------- /tests_regression/rst/unnumbered_headings.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/unnumbered_headings.rtt -------------------------------------------------------------------------------- /tests_regression/rst/unnumbered_headings.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rst/unnumbered_headings.stylelog -------------------------------------------------------------------------------- /tests_regression/rstdemo.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/rstdemo.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/citations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/citations.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/citations.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/citations.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/continuepagenumberformat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/continuepagenumberformat.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/customtemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/customtemplate.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/customtemplate.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/customtemplate.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/graphviz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/graphviz.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/graphviz.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/graphviz.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/manual.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/manual.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/manual.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/minimal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/minimal.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/minimal.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/minimal.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/outoflineflowables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/outoflineflowables.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/outoflineflowables.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/outoflineflowables.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/pyref.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/pyref.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/pyref.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/pyref.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/ref.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/ref.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/ref.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/ref.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/reference.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/reference.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/reference.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/relativepaths.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/relativepaths.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/relativepaths.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/relativepaths.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/samepagenumberformat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/samepagenumberformat.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/subdir.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/subdir.pdf -------------------------------------------------------------------------------- /tests_regression/sphinx/subdir.stylelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/subdir.stylelog -------------------------------------------------------------------------------- /tests_regression/sphinx/test-citations/chapter1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-citations/chapter1.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-citations/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-citations/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-citations/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-citations/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-citations/template.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-citations/template.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/test-customtemplate/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-customtemplate/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-customtemplate/rear_page_1.png: -------------------------------------------------------------------------------- 1 | ../../images/title.png -------------------------------------------------------------------------------- /tests_regression/sphinx/test-customtemplate/rear_page_2.png: -------------------------------------------------------------------------------- 1 | ../../images/biohazard.png -------------------------------------------------------------------------------- /tests_regression/sphinx/test-customtemplate/rear_page_bg.png: -------------------------------------------------------------------------------- 1 | ../../images/title.png -------------------------------------------------------------------------------- /tests_regression/sphinx/test-graphviz/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-graphviz/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-graphviz/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-graphviz/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-graphviz/stylesheet.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-graphviz/stylesheet.rts -------------------------------------------------------------------------------- /tests_regression/sphinx/test-graphviz/template.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-graphviz/template.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/test-minimal/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-minimal/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-minimal/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-minimal/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-minimal/stylesheet.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-minimal/stylesheet.rts -------------------------------------------------------------------------------- /tests_regression/sphinx/test-minimal/template.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-minimal/template.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/test-pyref/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-pyref/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-pyref/dimension.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-pyref/dimension.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-pyref/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-pyref/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-pyref/stylesheet.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-pyref/stylesheet.rts -------------------------------------------------------------------------------- /tests_regression/sphinx/test-pyref/template.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-pyref/template.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/biohazard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/biohazard.png -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/chapter1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/chapter1.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/chapter2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/chapter2.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/stylesheet.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/stylesheet.rts -------------------------------------------------------------------------------- /tests_regression/sphinx/test-ref/template.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-ref/template.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/test-relativepaths/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-relativepaths/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-relativepaths/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-relativepaths/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-subdir/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-subdir/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-subdir/stylesheet.rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-subdir/stylesheet.rts -------------------------------------------------------------------------------- /tests_regression/sphinx/test-subdir/sub/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-subdir/sub/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-subdir/template.rtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-subdir/template.rtt -------------------------------------------------------------------------------- /tests_regression/sphinx/test-twotargets/api.rst: -------------------------------------------------------------------------------- 1 | API 2 | === 3 | 4 | API reference. 5 | -------------------------------------------------------------------------------- /tests_regression/sphinx/test-twotargets/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-twotargets/conf.py -------------------------------------------------------------------------------- /tests_regression/sphinx/test-twotargets/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-twotargets/index.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-twotargets/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-twotargets/intro.rst -------------------------------------------------------------------------------- /tests_regression/sphinx/test-twotargets/manual.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/sphinx/test-twotargets/manual.rst -------------------------------------------------------------------------------- /tests_regression/test_rinoh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/test_rinoh.py -------------------------------------------------------------------------------- /tests_regression/test_rst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/test_rst.py -------------------------------------------------------------------------------- /tests_regression/test_rstdemo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/test_rstdemo.py -------------------------------------------------------------------------------- /tests_regression/test_sphinx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/tests_regression/test_sphinx.py -------------------------------------------------------------------------------- /wininst.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/wininst.cfg -------------------------------------------------------------------------------- /wininst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brechtm/rinohtype/HEAD/wininst.py --------------------------------------------------------------------------------