├── .editorconfig ├── .gitignore ├── ARCHITECTURE.md ├── COPYING ├── News.md ├── README.md ├── Rakefile ├── bin ├── .gitignore └── luatest ├── doc ├── changelog.xml ├── commands-xml │ ├── commands.xml │ └── schema │ │ └── commands.rng ├── dbmanual │ ├── assets │ │ ├── css │ │ │ ├── docs-searchbar.min.css │ │ │ ├── glightbox.min.css │ │ │ ├── roboto.css │ │ │ ├── search.css │ │ │ └── style.css │ │ ├── favicon.png │ │ ├── font-awesome-4.7.0 │ │ │ ├── css │ │ │ │ └── font-awesome.min.css │ │ │ └── fonts │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ ├── fonts │ │ │ ├── roboto-mono-v5-latin-300.woff │ │ │ ├── roboto-mono-v5-latin-300.woff2 │ │ │ ├── roboto-mono-v5-latin-300italic.woff │ │ │ ├── roboto-mono-v5-latin-300italic.woff2 │ │ │ ├── roboto-mono-v5-latin-500.woff │ │ │ ├── roboto-mono-v5-latin-500.woff2 │ │ │ ├── roboto-mono-v5-latin-500italic.woff │ │ │ ├── roboto-mono-v5-latin-500italic.woff2 │ │ │ ├── roboto-v18-latin-300.woff │ │ │ ├── roboto-v18-latin-300.woff2 │ │ │ ├── roboto-v18-latin-300italic.woff │ │ │ ├── roboto-v18-latin-300italic.woff2 │ │ │ ├── roboto-v18-latin-500.woff │ │ │ ├── roboto-v18-latin-500.woff2 │ │ │ ├── roboto-v18-latin-500italic.woff │ │ │ └── roboto-v18-latin-500italic.woff2 │ │ ├── images │ │ │ ├── hb-fehler.png │ │ │ ├── logo-de.png │ │ │ ├── logo-en.png │ │ │ └── ogslogan.png │ │ ├── img │ │ │ ├── 03-dyntabellenkopf.png │ │ │ ├── 07-savepages.png │ │ │ ├── 08-raster.png │ │ │ ├── 08-raster2.png │ │ │ ├── 08-raster3.png │ │ │ ├── 08-raster4.png │ │ │ ├── 13-autobahn.png │ │ │ ├── 13-dothyphen.png │ │ │ ├── 13-marginprotrusion.png │ │ │ ├── 14-fonts.png │ │ │ ├── 14-fontsize-leading.png │ │ │ ├── 14-osf.png │ │ │ ├── 14-smcp.png │ │ │ ├── 18-clip-no.png │ │ │ ├── 18-clip-yes.png │ │ │ ├── 18-dateisystem.png │ │ │ ├── 18-fnf.png │ │ │ ├── 18-maxheight.png │ │ │ ├── 21-bgtext.png │ │ │ ├── 21-overlay.png │ │ │ ├── 22-runningsum.png │ │ │ ├── 24-einfachegruppe.png │ │ │ ├── 25-griffmarken.jpg │ │ │ ├── 25-publisher.png │ │ │ ├── 29-autocomplete1.png │ │ │ ├── 29-autocomplete2.png │ │ │ ├── 29-doczuordnung1.png │ │ │ ├── 29-doczuordnung2.png │ │ │ ├── 29-liste.png │ │ │ ├── 32-hellogreenworld.png │ │ │ ├── attachfile-zugferd.png │ │ │ ├── attachfile.png │ │ │ ├── ay11acrobat.png │ │ │ ├── ay11output.png │ │ │ ├── ay11structure.png │ │ │ ├── beispiele.png │ │ │ ├── bidi-sample.png │ │ │ ├── bookmarks.png │ │ │ ├── box116c.png │ │ │ ├── ch-tab-balanceno.png │ │ │ ├── ch-tab-balanceyes.png │ │ │ ├── ch-tab-tables-balanced.png │ │ │ ├── ch-tab-tables-notbalanced.png │ │ │ ├── cursor.png │ │ │ ├── drehungaspectratio.png │ │ │ ├── eagle-frame.png │ │ │ ├── eagle-transform.png │ │ │ ├── fontexpansionsome.png │ │ │ ├── fontexpansionyes.png │ │ │ ├── formel1.png │ │ │ ├── formel2.png │ │ │ ├── frac-feature-hb.png │ │ │ ├── fusszeileseitentyp.png │ │ │ ├── gestricheltelinie.png │ │ │ ├── group-tracing.png │ │ │ ├── hb-bengali-correct.png │ │ │ ├── hreferenz.png │ │ │ ├── kreismitfarbe.png │ │ │ ├── kreismitmittelpunkt.png │ │ │ ├── marginprotrusion.png │ │ │ ├── markdownsimple.png │ │ │ ├── mermaid.png │ │ │ ├── mp-dotted.png │ │ │ ├── mp-first.png │ │ │ ├── nextpage.png │ │ │ ├── nobreak1.png │ │ │ ├── nobreak2.png │ │ │ ├── olul.png │ │ │ ├── olulhtmlcolor.png │ │ │ ├── olulhtmlnested.png │ │ │ ├── olulparlabel.png │ │ │ ├── olulstandard.png │ │ │ ├── olulwithtables.png │ │ │ ├── olulwithtext.png │ │ │ ├── osfsmcp.png │ │ │ ├── outlinehelloworld.png │ │ │ ├── outputobjects-clip.png │ │ │ ├── oxygen-schema-doctypeassociation-1.png │ │ │ ├── oxygen-schema-doctypeassociation.png │ │ │ ├── pagetree-insert.png │ │ │ ├── pagetree.png │ │ │ ├── positioningareas.png │ │ │ ├── qrcode-hallowelt.png │ │ │ ├── ref-circlewithborder.png │ │ │ ├── ref-code128-speedata-publisher.png │ │ │ ├── ref-ean13-supertex.png │ │ │ ├── ref-greenbox.png │ │ │ ├── ref-initial-de.png │ │ │ ├── ref-initial-en.png │ │ │ ├── ref-overlay.png │ │ │ ├── ref-speedata-publisher-qrcode.png │ │ │ ├── ref-table-de.png │ │ │ ├── ref-table-en.png │ │ │ ├── rotieren.png │ │ │ ├── rtl-text.png │ │ │ ├── schnittmarken.png │ │ │ ├── singlepasstoc.png │ │ │ ├── speedatagruen.png │ │ │ ├── stichwortverzeichnis.png │ │ │ ├── tab-colspan-rowspan.png │ │ │ ├── tab-inline-block.png │ │ │ ├── tab-min-max.png │ │ │ ├── tab-questionmark.png │ │ │ ├── tab-stretch-max.png │ │ │ ├── tab-stretch-no.png │ │ │ ├── tab-wechselnde-zeilenfarben.png │ │ │ ├── tablestretchmaxno.png │ │ │ ├── taschenuhr.png │ │ │ ├── textauszeichnungen.png │ │ │ ├── textblock-paragraph.png │ │ │ ├── textmitueberschrift.png │ │ │ ├── textoverflow.png │ │ │ ├── tracetextformat.png │ │ │ ├── transformation.png │ │ │ ├── twoimages.png │ │ │ ├── umfliessenvonbildern.png │ │ │ ├── url.png │ │ │ ├── vscode-sample-layout.png │ │ │ ├── vscode-xml-catalog.png │ │ │ ├── vscode-xml-redhat.png │ │ │ ├── xmltopdf.png │ │ │ └── zitronengruen.png │ │ └── js │ │ │ ├── docs-searchbar.min.js │ │ │ ├── glightbox.min.js │ │ │ ├── handbuch.js │ │ │ ├── jquery.min.js │ │ │ ├── lunr.de.js │ │ │ ├── lunr.js │ │ │ └── lunr.stemmer.support.js │ └── templates │ │ └── main.html ├── epub │ ├── fonts │ │ ├── open-sans-v17-latin-700.woff │ │ ├── open-sans-v17-latin-700.woff2 │ │ ├── open-sans-v17-latin-700italic.woff │ │ ├── open-sans-v17-latin-700italic.woff2 │ │ ├── open-sans-v17-latin-italic.woff │ │ ├── open-sans-v17-latin-italic.woff2 │ │ ├── open-sans-v17-latin-regular.woff │ │ ├── open-sans-v17-latin-regular.woff2 │ │ ├── roboto-mono-v7-latin-500.woff │ │ ├── roboto-mono-v7-latin-500.woff2 │ │ ├── roboto-mono-v7-latin-regular.woff │ │ └── roboto-mono-v7-latin-regular.woff2 │ ├── img │ │ ├── ebook-cover-de.png │ │ └── ebook-cover-en.png │ └── style.css ├── images │ └── overview.png ├── installation.txt ├── newmanual │ ├── .gitignore │ ├── adoc-de │ │ ├── .gitignore │ │ ├── accessibility-de.adoc │ │ ├── attachmentsde.adoc │ │ ├── bilder.adoc │ │ ├── bookmarks.adoc │ │ ├── changelog.adoc │ │ ├── compatibility-olderversions.adoc │ │ ├── css.adoc │ │ ├── dateiorganisation.adoc │ │ ├── eingabeformat.adoc │ │ ├── einleitung.adoc │ │ ├── elementattribut.adoc │ │ ├── fakinglists.adoc │ │ ├── farben.adoc │ │ ├── filenames.adoc │ │ ├── fortgeschrittenethemen.adoc │ │ ├── glossar.adoc │ │ ├── griffmarken.adoc │ │ ├── grundlagen.adoc │ │ ├── gruppen.adoc │ │ ├── helloworld.adoc │ │ ├── hotfolder.adoc │ │ ├── htmlreferenz.adoc │ │ ├── indexerstellen.adoc │ │ ├── installation.adoc │ │ ├── kochbuch.adoc │ │ ├── kommandozeile.adoc │ │ ├── kompatibilitaet.adoc │ │ ├── konfigurationsdatei.adoc │ │ ├── luafilter.adoc │ │ ├── lxpath.adoc │ │ ├── markdown.adoc │ │ ├── massangaben.adoc │ │ ├── mehrseitigepdf.adoc │ │ ├── metapostgrafiken.adoc │ │ ├── objekteausgeben.adoc │ │ ├── optimierungmitgruppen.adoc │ │ ├── oxygenxmlschema.adoc │ │ ├── positionierungsrahmen.adoc │ │ ├── programmierung.adoc │ │ ├── publisherhandbuch.adoc │ │ ├── qualitaetssicherung.adoc │ │ ├── raster.adoc │ │ ├── referenz.adoc │ │ ├── rotierenvoninhalten.adoc │ │ ├── saasapide.adoc │ │ ├── schemavalidierung.adoc │ │ ├── schemazuweisen.adoc │ │ ├── schnittmarken.adoc │ │ ├── schriftarteneinbinden.adoc │ │ ├── seitentypen.adoc │ │ ├── seitexvony.adoc │ │ ├── servermodus.adoc │ │ ├── silbentrennungsprache.adoc │ │ ├── sortierenvondaten.adoc │ │ ├── speedataprode.adoc │ │ ├── steuerunglayout.adoc │ │ ├── tabellen.adoc │ │ ├── textformate.adoc │ │ ├── textformatierung.adoc │ │ ├── tocineinemdurchlauf.adoc │ │ ├── tracing.adoc │ │ ├── umfliessenvonbildern.adoc │ │ ├── variablen.adoc │ │ ├── verzeichnisseerstellen.adoc │ │ ├── verzeichnisseerstellenmarker.adoc │ │ ├── virtuelleseiten.adoc │ │ ├── voreinstellungen.adoc │ │ ├── vscodeschema.adoc │ │ ├── xmleditor.adoc │ │ └── xpathfunktionen.adoc │ ├── adoc-en │ │ ├── .gitignore │ │ ├── accessibility-en.adoc │ │ ├── advancedtopics.adoc │ │ ├── associateschema.adoc │ │ ├── attachmentsen.adoc │ │ ├── basics.adoc │ │ ├── bookmarks.adoc │ │ ├── changelog.adoc │ │ ├── colors.adoc │ │ ├── commandline.adoc │ │ ├── compatibility-olderversions.adoc │ │ ├── compatibilitylist.adoc │ │ ├── configuration.adoc │ │ ├── controllayout.adoc │ │ ├── cookbook.adoc │ │ ├── css.adoc │ │ ├── cutmarks.adoc │ │ ├── defaults.adoc │ │ ├── directoriesmarker.adoc │ │ ├── directoriesxml.adoc │ │ ├── elementattribut.adoc │ │ ├── fakinglists.adoc │ │ ├── filenames.adoc │ │ ├── fileorganization.adoc │ │ ├── fonts.adoc │ │ ├── glossary.adoc │ │ ├── grid.adoc │ │ ├── groups.adoc │ │ ├── helloworld.adoc │ │ ├── hotfolder.adoc │ │ ├── hyphenationlanguage.adoc │ │ ├── images.adoc │ │ ├── indexcreation.adoc │ │ ├── installation.adoc │ │ ├── internalvariables.adoc │ │ ├── introduction.adoc │ │ ├── lengthsunits.adoc │ │ ├── lxpath.adoc │ │ ├── markdown.adoc │ │ ├── metapostgraphics.adoc │ │ ├── multipagepdf.adoc │ │ ├── newhtml.adoc │ │ ├── optimizingwithgroups.adoc │ │ ├── outputtingobjects.adoc │ │ ├── oxygenxmlschema.adoc │ │ ├── pagetypes.adoc │ │ ├── pagexofy.adoc │ │ ├── positioningframe.adoc │ │ ├── preprocessing.adoc │ │ ├── programming.adoc │ │ ├── publishermanual.adoc │ │ ├── qualityassurance.adoc │ │ ├── reference.adoc │ │ ├── rotatingthings.adoc │ │ ├── saasapien.adoc │ │ ├── schemavalidation.adoc │ │ ├── servermode.adoc │ │ ├── sortdata.adoc │ │ ├── speedataproen.adoc │ │ ├── structuredatafile.adoc │ │ ├── tables.adoc │ │ ├── textformat.adoc │ │ ├── textformatting.adoc │ │ ├── thumbindex.adoc │ │ ├── tocinonerun.adoc │ │ ├── troubleshooting.adoc │ │ ├── virtualpages.adoc │ │ ├── vscodeschema.adoc │ │ ├── wrappingaroundobjects.adoc │ │ ├── xmleditor.adoc │ │ └── xpath.adoc │ └── templates │ │ ├── attributesref.txt │ │ └── command.txt └── sourcedoc │ ├── assets │ ├── css │ │ ├── gocco.css │ │ └── vs.css │ └── js │ │ ├── MathJax.js │ │ ├── config │ │ └── TeX-AMS_HTML.js │ │ ├── extensions │ │ ├── MathMenu.js │ │ └── MathZoom.js │ │ ├── fonts │ │ └── HTML-CSS │ │ │ └── TeX │ │ │ └── woff │ │ │ ├── MathJax_Main-Regular.woff │ │ │ ├── MathJax_Math-Italic.woff │ │ │ ├── MathJax_Size1-Regular.woff │ │ │ └── MathJax_Size4-Regular.woff │ │ ├── highlight.pack.js │ │ ├── images │ │ └── MenuArrow-15.png │ │ └── jax │ │ └── output │ │ └── HTML-CSS │ │ ├── fonts │ │ └── TeX │ │ │ ├── Math │ │ │ └── Italic │ │ │ │ └── Main.js │ │ │ └── fontdata.js │ │ └── jax.js │ ├── imagesource │ └── .gitignore │ ├── img │ ├── bordercollapse.svg │ ├── calculate_longtext.svg │ ├── calculate_longtext2.svg │ ├── cell.svg │ ├── circlepoints.svg │ ├── gridnx.svg │ ├── objectsintable.svg │ ├── roundedcorners.svg │ ├── table313.svg │ ├── tablecell1.svg │ ├── tablecell2.svg │ ├── tablecell3.svg │ ├── tablerow.svg │ ├── vsplit.png │ ├── vsplit2.png │ └── vsplit3.png │ └── mj │ ├── MathJax.js │ ├── config │ └── TeX-AMS_HTML.js │ ├── extensions │ ├── MathMenu.js │ └── MathZoom.js │ ├── fonts │ └── HTML-CSS │ │ └── TeX │ │ └── woff │ │ ├── MathJax_Main-Regular.woff │ │ ├── MathJax_Math-Italic.woff │ │ ├── MathJax_Size1-Regular.woff │ │ └── MathJax_Size4-Regular.woff │ ├── images │ └── MenuArrow-15.png │ └── jax │ └── output │ └── HTML-CSS │ ├── fonts │ └── TeX │ │ ├── Math │ │ └── Italic │ │ │ └── Main.js │ │ └── fontdata.js │ └── jax.js ├── fonts ├── camingocode │ ├── CamingoCode-Bold.ttf │ ├── CamingoCode-BoldItalic.ttf │ ├── CamingoCode-Italic.ttf │ └── CamingoCode-Regular.ttf ├── crimsonpro │ ├── CrimsonPro-Bold.ttf │ ├── CrimsonPro-BoldItalic.ttf │ ├── CrimsonPro-Italic.ttf │ └── CrimsonPro-Regular.ttf └── texgyreheros │ ├── texgyreheros-bold.otf │ ├── texgyreheros-bolditalic.otf │ ├── texgyreheros-italic.otf │ └── texgyreheros-regular.otf ├── img ├── _samplea.pdf ├── _sampleb.pdf └── filenotfound.pdf ├── lib ├── .gitignore ├── jing.jar ├── lib │ ├── jline-2.14.6.jar │ ├── xmlresolver-4.1.2-data.jar │ └── xmlresolver-4.1.2.jar ├── saxon-he-11.1.jar └── trang.jar ├── qa ├── .gitignore ├── barcode │ ├── ean13withtext │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── qr │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── bidi │ ├── arabic │ │ ├── fonts │ │ │ └── amiri-regular.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── backgroundcolor │ │ ├── ezra_sil.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── br │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── brackets │ │ ├── amiri-bold.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── emptystring │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── hebrewinit │ │ ├── data.xml │ │ ├── ezra_sil.ttf │ │ ├── layout.xml │ │ └── reference.pdf │ ├── kern │ │ ├── amiri-regular.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── kern2 │ │ ├── amiri-regular.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── rtlspaceltr │ │ ├── ezra_sil.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── data │ ├── span │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ └── subsup │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf ├── documentstructure │ └── visiblepagenumber │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── elementattribute │ └── makeindex │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── fonts │ ├── alias │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── fontface │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── harfbuzz │ │ ├── fallback1 │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ │ └── fallback2 │ │ │ ├── fonts │ │ │ ├── ezra_sil.ttf │ │ │ └── liberationsansnarrow-regular.ttf │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ ├── multipleinstances │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── smallcaps │ │ ├── FiraSans-Regular.otf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── spacing │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── upem │ │ ├── Inter-Regular.otf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── grid │ ├── aligndxdy │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── futurepagesallocate │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nextframe │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nxdx │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── nxnywdht │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── rounding │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── groups │ ├── groupcontents │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── reusegroup │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── harfbuzz │ ├── accents │ │ ├── data.xml │ │ ├── fonts │ │ │ ├── NotoSansArabic-Regular.ttf │ │ │ └── NotoSansBengali-Regular.ttf │ │ ├── layout.xml │ │ └── reference.pdf │ ├── hindi │ │ ├── NotoSansDevanagari-Regular.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── kerngentium │ │ ├── gentiumplus-r.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── mixedffhb │ │ ├── layout.xml │ │ ├── padauk-regular.ttf │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── newline10 │ │ ├── data.xml │ │ ├── layout.xml │ │ ├── newathu5_5.ttf │ │ └── reference.pdf │ └── zws │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── helloworld │ ├── data.xml │ ├── layout.xml │ ├── publisher.cfg │ └── reference.pdf ├── html │ ├── adjacentlists │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── binp │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── br │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── br2 │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── emptyelements │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── emptyrowspace │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── htmlemptyp │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── hyperlinks │ │ ├── hyperlinkglue │ │ │ ├── data.xml │ │ │ ├── layout.xml │ │ │ └── reference.pdf │ │ └── twohyperlinks │ │ │ ├── data.xml │ │ │ ├── layout.xml │ │ │ └── reference.pdf │ ├── libefore │ │ ├── data.xml │ │ ├── layout.xml │ │ ├── mystyle.css │ │ └── reference.pdf │ ├── linebreakstrong │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── linksorphanwidow │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── lip │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── lists │ │ └── ulblock │ │ │ ├── data.xml │ │ │ ├── layout.xml │ │ │ └── reference.pdf │ ├── multipleptags │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── pua │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── span-no-linebreaks │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── strip-space-beginning │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── tables │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ └── underline │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf ├── images │ ├── bleedauto │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── jpegrotation │ │ ├── img │ │ │ ├── Portrait_0.jpg │ │ │ ├── Portrait_1.jpg │ │ │ ├── Portrait_2.jpg │ │ │ ├── Portrait_3.jpg │ │ │ ├── Portrait_4.jpg │ │ │ ├── Portrait_5.jpg │ │ │ ├── Portrait_6.jpg │ │ │ ├── Portrait_7.jpg │ │ │ └── Portrait_8.jpg │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── margin │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── paragraph │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── width100 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── interactive │ ├── href │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── interactionoffhref │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── marker │ ├── pagenumbers1 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── toc │ │ ├── data.xml │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── toc_clearpage │ │ ├── data.xml │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── metapost │ ├── newxpath │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── simpleboxes │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── spcolor │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── output │ ├── firstemptyrow │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── forcepagebreak │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── frameoffset │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── frames │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── getremainingheight1 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── halfallocate │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── indent │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── indentmultipage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multipage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multipar │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── newlineatend │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── newlineinparagraph │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── nextpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── orphan │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── skiprows │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── smallerfontsize │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── vsplit │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── wrappagebreak │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── wraptopleft │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── wraptwosides │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── wrapwithhead │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── pages │ ├── bookmarksinsertpages │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── defaultcolor │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── defaultcolor2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── insertpagesstart │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── lazygrid │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── lazygrid_clearpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multipleinsertpages │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── multiplenewpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multiplenewpage_clearpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── newpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── newpage_clearpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── pagetypedimensions │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── savepagesbackward │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── savepagesclearpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── savepagesnotatend │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── transparency │ │ └── tablesecondpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── pagetype │ ├── insertpages │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── insertpages_clearpage │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── margininnerouter │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── pageordering │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── paragraph │ ├── doublezws │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── emptyattribute │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── emptyvalue │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── hspaceerror │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── htmlstyles │ │ └── color │ │ │ ├── data.xml │ │ │ ├── layout.xml │ │ │ └── reference.pdf │ ├── ignoreeol │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── initial │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── initial2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── leadercolor │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── leaderstable │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── lineheight │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multiplebr │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── newline │ │ └── beforeimg │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ ├── nobreakcolor │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nobreakincompletefont │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nobreaktwo │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── padding │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── spaceinbetween │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── spacing │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── subsup │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── ul │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── underline │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── zwspaceerror │ │ ├── data.xml │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── zwspaceerror_hb │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── placeobject │ ├── allocate_absolute │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── autocolumn │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── box │ │ └── bleedauto │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ ├── clipatmargin │ │ ├── layout.xml │ │ ├── ocean.pdf │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── cursorrow │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── findrow │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── frameopacity │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── hreference_right │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── objectheight │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── overlay │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── overlay2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── valignbottom │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── vreference_bottom │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── processing │ ├── vars-oldxpath │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── vars │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── programming │ └── functiongeneral │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf ├── push │ └── nextpage │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── shapes │ └── circle │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf ├── span │ ├── backgroundspace │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── paddingandspace │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── tables │ ├── alternating │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── atpageshipout │ │ └── tablesplit │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ ├── balance │ │ ├── dynhead │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ │ ├── ht_max │ │ │ ├── data.xml │ │ │ ├── layout.xml │ │ │ └── reference.pdf │ │ ├── minheight1 │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ │ ├── rowheight │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ │ ├── tableruleatend │ │ │ ├── layout.xml │ │ │ ├── publisher.cfg │ │ │ └── reference.pdf │ │ └── tworows │ │ │ ├── data.xml │ │ │ ├── layout.xml │ │ │ └── reference.pdf │ ├── bgcolor │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── bordercollapse │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── bordercollapsecolspan │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── bordercollapsecolspan2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── bordercollapsecolspan3 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── bordercollapsefixedcol │ │ ├── data.xml │ │ ├── layout.xml │ │ ├── readme.md │ │ └── reference.pdf │ ├── bordercollapserowspan │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── bordercollapserowspan2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── breakbelowheight │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── breakbelowrule │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── colspanlastrow │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── columnspread │ │ ├── layout.xml │ │ ├── ocean.pdf │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── columnsrowspan │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── columntablerule │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── dynhead │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── dynhead1 │ │ ├── data.xml │ │ ├── img │ │ │ ├── cutting_pliers.pdf │ │ │ ├── fireextinguisher.pdf │ │ │ ├── hammer.pdf │ │ │ ├── household_pliers.pdf │ │ │ ├── knife.pdf │ │ │ ├── scissors.pdf │ │ │ ├── screwdriver.pdf │ │ │ ├── vise.pdf │ │ │ └── wrench.pdf │ │ ├── layout.xml │ │ └── reference.pdf │ ├── emptytable │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── features │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── fixedanddynamicwidth │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── fixedwidth │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── fontfacesubtables │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── functd │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── futureobjects │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── griddy │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── groups │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── longlasttablefoot │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── minwd │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── multiframeht │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multipageht │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── multiplerowspan │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── nobreak │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── notheadfirst │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── omit_head_on_pages │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── rowheight │ │ ├── DejaVuSerifCondensed.ttf │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── rowsepatbottom │ │ ├── layout.xml │ │ ├── ocean.pdf │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── rowspancolspan │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── spaceintd │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── spaninhead │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── split-footheight │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── split-tablefootlast │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── split │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── splitingroup │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── splitrowsep │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── stretchnopagebreak │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── subtotal │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── tablefoot │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── tablefootlastempty │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── tableheadfoot │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── tableheadrowheights │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── tableheadrowspan │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── tablerulefix │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── topdistance │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── vexcess │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── textblock │ ├── alignedtext │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── hyphenation │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── leaders │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── leaders2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nobreak1 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nobreak2 │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── nobreak3 │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── spacing │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── subsup │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── twocolumns │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── ulol │ │ └── multicol │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── textformat │ ├── filllastline │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── indenthtml │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── indentnegrow │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf │ ├── marginborderbottom │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── margintopboxstart │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ ├── spacebelow │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf │ └── tabhspace │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf ├── transformation │ └── frame │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf ├── ua │ └── bold │ │ ├── data.xml │ │ ├── layout.xml │ │ └── reference.pdf ├── xml │ └── multiplexinclude │ │ ├── include.xml │ │ ├── include2.xml │ │ ├── layout.xml │ │ ├── publisher.cfg │ │ └── reference.pdf └── xpath │ ├── cfunc │ ├── layout.xml │ ├── publisher.cfg │ └── reference.pdf │ ├── functions │ ├── data.xml │ ├── layout.xml │ └── reference.pdf │ ├── lastpage │ ├── layout.xml │ ├── publisher.cfg │ └── reference.pdf │ ├── lastpage_clearpage │ ├── layout.xml │ ├── publisher.cfg │ └── reference.pdf │ ├── layoutfunctions │ ├── data.xml │ ├── layout.xml │ ├── ocean.pdf │ └── reference.pdf │ ├── lxpathfirstattribute │ ├── data.xml │ ├── layout.xml │ └── reference.pdf │ ├── lxpathlayoutfunctions │ ├── layout.xml │ ├── publisher.cfg │ └── reference.pdf │ ├── namespaces │ ├── data.xml │ ├── layout.xml │ └── reference.pdf │ ├── nodetests │ ├── data.xml │ ├── layout.xml │ └── reference.pdf │ └── positionlast │ ├── data.xml │ ├── layout.xml │ └── reference.pdf ├── schema ├── .gitignore ├── catalog-schema-de.xml ├── catalog-schema-en.xml ├── changelog.rng ├── layoutschema-de.rng ├── layoutschema-de.xsd ├── layoutschema-en.rng ├── layoutschema-en.xsd └── readme.txt ├── src ├── c │ ├── luaglue.c │ └── luaglue.h ├── colorprofiles │ └── ISOcoated_v2_eci.icc ├── go │ ├── .gitignore │ ├── configurator │ │ └── configurator.go │ ├── css │ │ ├── css.go │ │ ├── debug.go │ │ ├── html.go │ │ ├── tokenize.go │ │ ├── tokenize_test.go │ │ └── tree.go │ ├── go.mod │ ├── go.sum │ ├── server │ │ ├── server.go │ │ ├── serverfree.go │ │ └── worker.go │ ├── sp │ │ ├── compare.go │ │ └── sp │ │ │ ├── filter.go │ │ │ ├── fontdir_darwin.go │ │ │ ├── fontdir_other.go │ │ │ ├── fontdir_windows.go │ │ │ ├── luacsv │ │ │ └── luacsv.go │ │ │ ├── luaxlsx │ │ │ └── luaxlsx.go │ │ │ ├── luaxml │ │ │ ├── decode.go │ │ │ └── luaxml.go │ │ │ └── sp.go │ ├── sphelper │ │ ├── buildlib │ │ │ └── buildlib.go │ │ ├── buildsp │ │ │ └── buildsp.go │ │ ├── changelog │ │ │ └── changelog.go │ │ ├── commandsxml │ │ │ └── commandsxml.go │ │ ├── config │ │ │ └── config.go │ │ ├── db2html │ │ │ └── dbreader.go │ │ ├── dirstructure │ │ │ └── dirstructure.go │ │ ├── distcustom │ │ │ └── distcustom.go │ │ ├── epub │ │ │ ├── epub.go │ │ │ ├── genepub.go │ │ │ └── split.go │ │ ├── fileutils │ │ │ └── fileutils.go │ │ ├── genadoc │ │ │ └── genadoc.go │ │ ├── genschema │ │ │ ├── commandsxml.go │ │ │ ├── genschema.go │ │ │ └── relaxng.go │ │ ├── sourcedoc │ │ │ └── sourcedoc.go │ │ └── sphelper │ │ │ └── sphelper.go │ ├── splib │ │ ├── logging.go │ │ ├── luaxmlparser.go │ │ ├── splib.go │ │ └── spliblua.go │ ├── splibaux │ │ ├── .gitignore │ │ ├── _testdata │ │ │ ├── afile.txt │ │ │ ├── cow.pdf │ │ │ ├── data.xml │ │ │ └── sample.html │ │ ├── dev │ │ │ └── main.go │ │ ├── htmlparse.go │ │ ├── httpcaching.go │ │ ├── splibaux.go │ │ ├── splibaux_test.go │ │ ├── splibauxfree.go │ │ └── splibauxpro.go │ └── text │ │ └── unicode │ │ └── bidi │ │ ├── bidi.go │ │ ├── bracket.go │ │ ├── core.go │ │ ├── prop.go │ │ ├── tables15.0.0.go │ │ └── trieval.go ├── hyphenation │ ├── hyph-bg.pat.txt │ ├── hyph-ca.pat.txt │ ├── hyph-cs.pat.txt │ ├── hyph-cy.pat.txt │ ├── hyph-da.pat.txt │ ├── hyph-de-1996.pat.txt │ ├── hyph-el-monoton.pat.txt │ ├── hyph-en-gb.pat.txt │ ├── hyph-en-us.pat.txt │ ├── hyph-eo.pat.txt │ ├── hyph-es.pat.txt │ ├── hyph-et.pat.txt │ ├── hyph-eu.pat.txt │ ├── hyph-fi.pat.txt │ ├── hyph-fr.pat.txt │ ├── hyph-ga.pat.txt │ ├── hyph-gl.pat.txt │ ├── hyph-grc.pat.txt │ ├── hyph-gu.pat.txt │ ├── hyph-hi.pat.txt │ ├── hyph-hr.pat.txt │ ├── hyph-hu.pat.txt │ ├── hyph-hy.pat.txt │ ├── hyph-id.pat.txt │ ├── hyph-is.pat.txt │ ├── hyph-it.pat.txt │ ├── hyph-kmr.pat.txt │ ├── hyph-kn.pat.txt │ ├── hyph-lt.pat.txt │ ├── hyph-lv.pat.txt │ ├── hyph-ml.pat.txt │ ├── hyph-nb.pat.txt │ ├── hyph-nl.pat.txt │ ├── hyph-nn.pat.txt │ ├── hyph-pl.pat.txt │ ├── hyph-pt.pat.txt │ ├── hyph-ro.pat.txt │ ├── hyph-ru.pat.txt │ ├── hyph-sa.pat.txt │ ├── hyph-sk.pat.txt │ ├── hyph-sl.pat.txt │ ├── hyph-sr-cyrl.pat.txt │ ├── hyph-sr.pat.txt │ ├── hyph-sv.pat.txt │ ├── hyph-tr.pat.txt │ └── hyph-uk.pat.txt ├── lua │ ├── .gitignore │ ├── barcodes │ │ ├── barcodes.lua │ │ └── qrencode.lua │ ├── box.lua │ ├── common │ │ ├── lua-visual-debug.lua │ │ ├── sd-callbacks.lua │ │ └── sd-debug.lua │ ├── css.lua │ ├── dimexpr.lua │ ├── fonts │ │ └── fontloader.lua │ ├── luxor.lua │ ├── lxpath.lua │ ├── par.lua │ ├── publisher.lua │ ├── publisher │ │ ├── commands.lua │ │ ├── fonts.lua │ │ ├── grid.lua │ │ ├── html.lua │ │ ├── layout_functions.lua │ │ ├── layout_functions_lxpath.lua │ │ ├── metapost.lua │ │ ├── page.lua │ │ ├── spinit.lua │ │ └── tabular.lua │ ├── sdini.lua │ ├── sdscripts.lua │ ├── shalocal.lua │ ├── socket_url.lua │ ├── spotcolors.lua │ ├── utf8fix.lua │ ├── uuid.lua │ └── xpath.lua ├── metapost │ ├── csscolors.mp │ ├── plain.mp │ └── sp.mp ├── other │ ├── EnvVarUpdate.nsh │ ├── nsitemplate.txt │ └── nsitemplate_win.txt └── tex │ └── publisher.tex ├── test └── tc_xpath.lua └── version /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig is awesome: http://EditorConfig.org 2 | 3 | # top-most EditorConfig file 4 | root = true 5 | 6 | # 4 space indentation 7 | [*.lua] 8 | indent_style = space 9 | indent_size = 4 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /patches 2 | /webpage 3 | /build 4 | /temp 5 | /.rake_t_cache 6 | publisher.protocol 7 | /examples 8 | compare-report.html 9 | /.vscode 10 | /publisher.code-workspace 11 | src/lua/nodetree.lua 12 | TODO 13 | /rakelib 14 | -------------------------------------------------------------------------------- /bin/.gitignore: -------------------------------------------------------------------------------- 1 | mkreadme 2 | gomddoc 3 | docgo 4 | sp 5 | luatex 6 | luatex-* 7 | sdluatex 8 | sdluatex-* 9 | sourcedoc 10 | sphelper 11 | libharfbuzz.0.dylib 12 | -------------------------------------------------------------------------------- /doc/dbmanual/assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/favicon.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300italic.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-300italic.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500italic.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-mono-v5-latin-500italic.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-300.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-300.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-300italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-300italic.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-300italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-300italic.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-500.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-500.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-500.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-500.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-500italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-500italic.woff -------------------------------------------------------------------------------- /doc/dbmanual/assets/fonts/roboto-v18-latin-500italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/fonts/roboto-v18-latin-500italic.woff2 -------------------------------------------------------------------------------- /doc/dbmanual/assets/images/hb-fehler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/images/hb-fehler.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/images/logo-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/images/logo-de.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/images/logo-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/images/logo-en.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/images/ogslogan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/images/ogslogan.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/03-dyntabellenkopf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/03-dyntabellenkopf.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/07-savepages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/07-savepages.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/08-raster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/08-raster.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/08-raster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/08-raster2.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/08-raster3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/08-raster3.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/08-raster4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/08-raster4.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/13-autobahn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/13-autobahn.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/13-dothyphen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/13-dothyphen.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/13-marginprotrusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/13-marginprotrusion.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/14-fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/14-fonts.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/14-fontsize-leading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/14-fontsize-leading.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/14-osf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/14-osf.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/14-smcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/14-smcp.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/18-clip-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/18-clip-no.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/18-clip-yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/18-clip-yes.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/18-dateisystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/18-dateisystem.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/18-fnf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/18-fnf.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/18-maxheight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/18-maxheight.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/21-bgtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/21-bgtext.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/21-overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/21-overlay.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/22-runningsum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/22-runningsum.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/24-einfachegruppe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/24-einfachegruppe.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/25-griffmarken.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/25-griffmarken.jpg -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/25-publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/25-publisher.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/29-autocomplete1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/29-autocomplete1.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/29-autocomplete2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/29-autocomplete2.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/29-doczuordnung1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/29-doczuordnung1.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/29-doczuordnung2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/29-doczuordnung2.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/29-liste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/29-liste.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/32-hellogreenworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/32-hellogreenworld.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/attachfile-zugferd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/attachfile-zugferd.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/attachfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/attachfile.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ay11acrobat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ay11acrobat.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ay11output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ay11output.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ay11structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ay11structure.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/beispiele.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/beispiele.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/bidi-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/bidi-sample.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/bookmarks.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/box116c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/box116c.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ch-tab-balanceno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ch-tab-balanceno.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ch-tab-balanceyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ch-tab-balanceyes.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ch-tab-tables-balanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ch-tab-tables-balanced.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ch-tab-tables-notbalanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ch-tab-tables-notbalanced.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/cursor.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/drehungaspectratio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/drehungaspectratio.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/eagle-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/eagle-frame.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/eagle-transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/eagle-transform.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/fontexpansionsome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/fontexpansionsome.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/fontexpansionyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/fontexpansionyes.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/formel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/formel1.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/formel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/formel2.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/frac-feature-hb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/frac-feature-hb.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/fusszeileseitentyp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/fusszeileseitentyp.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/gestricheltelinie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/gestricheltelinie.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/group-tracing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/group-tracing.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/hb-bengali-correct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/hb-bengali-correct.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/hreferenz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/hreferenz.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/kreismitfarbe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/kreismitfarbe.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/kreismitmittelpunkt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/kreismitmittelpunkt.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/marginprotrusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/marginprotrusion.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/markdownsimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/markdownsimple.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/mermaid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/mermaid.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/mp-dotted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/mp-dotted.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/mp-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/mp-first.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/nextpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/nextpage.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/nobreak1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/nobreak1.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/nobreak2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/nobreak2.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olul.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olulhtmlcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olulhtmlcolor.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olulhtmlnested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olulhtmlnested.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olulparlabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olulparlabel.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olulstandard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olulstandard.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olulwithtables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olulwithtables.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/olulwithtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/olulwithtext.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/osfsmcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/osfsmcp.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/outlinehelloworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/outlinehelloworld.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/outputobjects-clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/outputobjects-clip.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/oxygen-schema-doctypeassociation-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/oxygen-schema-doctypeassociation-1.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/oxygen-schema-doctypeassociation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/oxygen-schema-doctypeassociation.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/pagetree-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/pagetree-insert.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/pagetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/pagetree.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/positioningareas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/positioningareas.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/qrcode-hallowelt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/qrcode-hallowelt.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-circlewithborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-circlewithborder.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-code128-speedata-publisher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-code128-speedata-publisher.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-ean13-supertex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-ean13-supertex.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-greenbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-greenbox.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-initial-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-initial-de.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-initial-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-initial-en.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-overlay.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-speedata-publisher-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-speedata-publisher-qrcode.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-table-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-table-de.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/ref-table-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/ref-table-en.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/rotieren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/rotieren.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/rtl-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/rtl-text.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/schnittmarken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/schnittmarken.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/singlepasstoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/singlepasstoc.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/speedatagruen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/speedatagruen.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/stichwortverzeichnis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/stichwortverzeichnis.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-colspan-rowspan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-colspan-rowspan.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-inline-block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-inline-block.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-min-max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-min-max.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-questionmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-questionmark.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-stretch-max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-stretch-max.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-stretch-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-stretch-no.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tab-wechselnde-zeilenfarben.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tab-wechselnde-zeilenfarben.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tablestretchmaxno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tablestretchmaxno.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/taschenuhr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/taschenuhr.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/textauszeichnungen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/textauszeichnungen.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/textblock-paragraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/textblock-paragraph.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/textmitueberschrift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/textmitueberschrift.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/textoverflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/textoverflow.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/tracetextformat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/tracetextformat.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/transformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/transformation.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/twoimages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/twoimages.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/umfliessenvonbildern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/umfliessenvonbildern.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/url.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/vscode-sample-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/vscode-sample-layout.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/vscode-xml-catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/vscode-xml-catalog.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/vscode-xml-redhat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/vscode-xml-redhat.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/xmltopdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/xmltopdf.png -------------------------------------------------------------------------------- /doc/dbmanual/assets/img/zitronengruen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/dbmanual/assets/img/zitronengruen.png -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-700.woff -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-700.woff2 -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-700italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-700italic.woff -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-700italic.woff2 -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-italic.woff -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-italic.woff2 -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-regular.woff -------------------------------------------------------------------------------- /doc/epub/fonts/open-sans-v17-latin-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/open-sans-v17-latin-regular.woff2 -------------------------------------------------------------------------------- /doc/epub/fonts/roboto-mono-v7-latin-500.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/roboto-mono-v7-latin-500.woff -------------------------------------------------------------------------------- /doc/epub/fonts/roboto-mono-v7-latin-500.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/roboto-mono-v7-latin-500.woff2 -------------------------------------------------------------------------------- /doc/epub/fonts/roboto-mono-v7-latin-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/roboto-mono-v7-latin-regular.woff -------------------------------------------------------------------------------- /doc/epub/fonts/roboto-mono-v7-latin-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/fonts/roboto-mono-v7-latin-regular.woff2 -------------------------------------------------------------------------------- /doc/epub/img/ebook-cover-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/img/ebook-cover-de.png -------------------------------------------------------------------------------- /doc/epub/img/ebook-cover-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/epub/img/ebook-cover-en.png -------------------------------------------------------------------------------- /doc/images/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/images/overview.png -------------------------------------------------------------------------------- /doc/newmanual/.gitignore: -------------------------------------------------------------------------------- 1 | imgsources 2 | -------------------------------------------------------------------------------- /doc/newmanual/adoc-de/.gitignore: -------------------------------------------------------------------------------- 1 | ref/ 2 | config.toml 3 | livereload 4 | publisherhandbuch.html 5 | -------------------------------------------------------------------------------- /doc/newmanual/adoc-de/changelog.adoc: -------------------------------------------------------------------------------- 1 | [[ch-changelog]] 2 | = Liste der Änderungen 3 | 4 | // Diese Datei wird in `newdoc.go` ersetzt durch die Liste der Änderungen aus dem `changelog.xml`. 5 | -------------------------------------------------------------------------------- /doc/newmanual/adoc-en/.gitignore: -------------------------------------------------------------------------------- 1 | ref/ 2 | config.toml 3 | livereload 4 | publisherhandbuch.html 5 | -------------------------------------------------------------------------------- /doc/newmanual/adoc-en/changelog.adoc: -------------------------------------------------------------------------------- 1 | [[ch-changelog]] 2 | = Changelog 3 | 4 | This file gets replaced by the real list of changes from `changelog.xml` in `newdoc.go`. 5 | 6 | -------------------------------------------------------------------------------- /doc/newmanual/templates/attributesref.txt: -------------------------------------------------------------------------------- 1 | = {{ translate .Lang "Attribute index" }} 2 | 3 | {{range $.AttributeNames}} 4 | {{.}}:: 5 | {{ range (index $.AttributeMap . ) }} 6 | * <<{{.CmdLink}},{{.Name}}>>{{end}} 7 | {{end}} 8 | 9 | 10 | -------------------------------------------------------------------------------- /doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff -------------------------------------------------------------------------------- /doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff -------------------------------------------------------------------------------- /doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff -------------------------------------------------------------------------------- /doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/assets/js/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff -------------------------------------------------------------------------------- /doc/sourcedoc/assets/js/images/MenuArrow-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/assets/js/images/MenuArrow-15.png -------------------------------------------------------------------------------- /doc/sourcedoc/imagesource/.gitignore: -------------------------------------------------------------------------------- 1 | # The svg files are 'source enough' 2 | *.graffle 3 | -------------------------------------------------------------------------------- /doc/sourcedoc/img/vsplit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/img/vsplit.png -------------------------------------------------------------------------------- /doc/sourcedoc/img/vsplit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/img/vsplit2.png -------------------------------------------------------------------------------- /doc/sourcedoc/img/vsplit3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/img/vsplit3.png -------------------------------------------------------------------------------- /doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff -------------------------------------------------------------------------------- /doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff -------------------------------------------------------------------------------- /doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff -------------------------------------------------------------------------------- /doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/mj/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff -------------------------------------------------------------------------------- /doc/sourcedoc/mj/images/MenuArrow-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/doc/sourcedoc/mj/images/MenuArrow-15.png -------------------------------------------------------------------------------- /fonts/camingocode/CamingoCode-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/camingocode/CamingoCode-Bold.ttf -------------------------------------------------------------------------------- /fonts/camingocode/CamingoCode-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/camingocode/CamingoCode-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/camingocode/CamingoCode-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/camingocode/CamingoCode-Italic.ttf -------------------------------------------------------------------------------- /fonts/camingocode/CamingoCode-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/camingocode/CamingoCode-Regular.ttf -------------------------------------------------------------------------------- /fonts/crimsonpro/CrimsonPro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/crimsonpro/CrimsonPro-Bold.ttf -------------------------------------------------------------------------------- /fonts/crimsonpro/CrimsonPro-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/crimsonpro/CrimsonPro-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/crimsonpro/CrimsonPro-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/crimsonpro/CrimsonPro-Italic.ttf -------------------------------------------------------------------------------- /fonts/crimsonpro/CrimsonPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/crimsonpro/CrimsonPro-Regular.ttf -------------------------------------------------------------------------------- /fonts/texgyreheros/texgyreheros-bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/texgyreheros/texgyreheros-bold.otf -------------------------------------------------------------------------------- /fonts/texgyreheros/texgyreheros-bolditalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/texgyreheros/texgyreheros-bolditalic.otf -------------------------------------------------------------------------------- /fonts/texgyreheros/texgyreheros-italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/texgyreheros/texgyreheros-italic.otf -------------------------------------------------------------------------------- /fonts/texgyreheros/texgyreheros-regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/fonts/texgyreheros/texgyreheros-regular.otf -------------------------------------------------------------------------------- /img/_samplea.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/img/_samplea.pdf -------------------------------------------------------------------------------- /img/_sampleb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/img/_sampleb.pdf -------------------------------------------------------------------------------- /img/filenotfound.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/img/filenotfound.pdf -------------------------------------------------------------------------------- /lib/.gitignore: -------------------------------------------------------------------------------- 1 | /libsplib.h 2 | /*.dylib 3 | luaglue.so 4 | libsplib.so -------------------------------------------------------------------------------- /lib/jing.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/lib/jing.jar -------------------------------------------------------------------------------- /lib/lib/jline-2.14.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/lib/lib/jline-2.14.6.jar -------------------------------------------------------------------------------- /lib/lib/xmlresolver-4.1.2-data.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/lib/lib/xmlresolver-4.1.2-data.jar -------------------------------------------------------------------------------- /lib/lib/xmlresolver-4.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/lib/lib/xmlresolver-4.1.2.jar -------------------------------------------------------------------------------- /lib/saxon-he-11.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/lib/saxon-he-11.1.jar -------------------------------------------------------------------------------- /lib/trang.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/lib/trang.jar -------------------------------------------------------------------------------- /qa/.gitignore: -------------------------------------------------------------------------------- 1 | source*.png 2 | reference*.png 3 | pagediff*.png 4 | publisher.log 5 | publisher.protocol 6 | publisher.vars 7 | publisher.pdf 8 | publisher.status 9 | publisher.finished 10 | publisher-aux.xml 11 | publisher-protocol.xml 12 | publisher-*.xml 13 | .vscode -------------------------------------------------------------------------------- /qa/barcode/ean13withtext/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /qa/barcode/ean13withtext/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/barcode/ean13withtext/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/barcode/ean13withtext/reference.pdf -------------------------------------------------------------------------------- /qa/barcode/qr/layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/barcode/qr/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/barcode/qr/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/barcode/qr/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/arabic/fonts/amiri-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/arabic/fonts/amiri-regular.ttf -------------------------------------------------------------------------------- /qa/bidi/arabic/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | fontloader=harfbuzz 3 | -------------------------------------------------------------------------------- /qa/bidi/arabic/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/arabic/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/backgroundcolor/ezra_sil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/backgroundcolor/ezra_sil.ttf -------------------------------------------------------------------------------- /qa/bidi/backgroundcolor/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/bidi/backgroundcolor/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/backgroundcolor/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/br/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | fontloader=harfbuzz 3 | -------------------------------------------------------------------------------- /qa/bidi/br/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/br/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/brackets/amiri-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/brackets/amiri-bold.ttf -------------------------------------------------------------------------------- /qa/bidi/brackets/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/bidi/brackets/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/brackets/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/emptystring/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/bidi/emptystring/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/emptystring/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/hebrewinit/data.xml: -------------------------------------------------------------------------------- 1 | בראשית ברא אלהים את השמים ואת הארץ -------------------------------------------------------------------------------- /qa/bidi/hebrewinit/ezra_sil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/hebrewinit/ezra_sil.ttf -------------------------------------------------------------------------------- /qa/bidi/hebrewinit/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/hebrewinit/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/kern/amiri-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/kern/amiri-regular.ttf -------------------------------------------------------------------------------- /qa/bidi/kern/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/bidi/kern/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/kern/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/kern2/amiri-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/kern2/amiri-regular.ttf -------------------------------------------------------------------------------- /qa/bidi/kern2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | fontloader=fontforge 3 | -------------------------------------------------------------------------------- /qa/bidi/kern2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/kern2/reference.pdf -------------------------------------------------------------------------------- /qa/bidi/rtlspaceltr/ezra_sil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/rtlspaceltr/ezra_sil.ttf -------------------------------------------------------------------------------- /qa/bidi/rtlspaceltr/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/bidi/rtlspaceltr/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/bidi/rtlspaceltr/reference.pdf -------------------------------------------------------------------------------- /qa/data/span/data.xml: -------------------------------------------------------------------------------- 1 | hello green world
with a span.
2 | -------------------------------------------------------------------------------- /qa/data/span/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/data/span/reference.pdf -------------------------------------------------------------------------------- /qa/data/subsup/data.xml: -------------------------------------------------------------------------------- 1 | Text text text123 and more text quite some text here and keep on going 2 | -------------------------------------------------------------------------------- /qa/data/subsup/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /qa/data/subsup/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/data/subsup/reference.pdf -------------------------------------------------------------------------------- /qa/documentstructure/visiblepagenumber/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | runs=2 3 | -------------------------------------------------------------------------------- /qa/documentstructure/visiblepagenumber/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/documentstructure/visiblepagenumber/reference.pdf -------------------------------------------------------------------------------- /qa/elementattribute/makeindex/publisher.cfg: -------------------------------------------------------------------------------- 1 | runs=2 2 | dummy=true 3 | -------------------------------------------------------------------------------- /qa/elementattribute/makeindex/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/elementattribute/makeindex/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/alias/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/fonts/alias/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/alias/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/fontface/data.xml: -------------------------------------------------------------------------------- 1 | Value 2 | -------------------------------------------------------------------------------- /qa/fonts/fontface/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/fontface/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/harfbuzz/fallback1/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/fonts/harfbuzz/fallback1/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/harfbuzz/fallback1/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/harfbuzz/fallback2/fonts/ezra_sil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/harfbuzz/fallback2/fonts/ezra_sil.ttf -------------------------------------------------------------------------------- /qa/fonts/harfbuzz/fallback2/fonts/liberationsansnarrow-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/harfbuzz/fallback2/fonts/liberationsansnarrow-regular.ttf -------------------------------------------------------------------------------- /qa/fonts/harfbuzz/fallback2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/fonts/harfbuzz/fallback2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/harfbuzz/fallback2/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/multipleinstances/publisher.cfg: -------------------------------------------------------------------------------- 1 | runs = 1 2 | dummy = true 3 | -------------------------------------------------------------------------------- /qa/fonts/multipleinstances/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/multipleinstances/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/smallcaps/FiraSans-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/smallcaps/FiraSans-Regular.otf -------------------------------------------------------------------------------- /qa/fonts/smallcaps/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/fonts/smallcaps/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/smallcaps/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/spacing/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/fonts/spacing/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/spacing/reference.pdf -------------------------------------------------------------------------------- /qa/fonts/upem/Inter-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/upem/Inter-Regular.otf -------------------------------------------------------------------------------- /qa/fonts/upem/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/fonts/upem/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/fonts/upem/reference.pdf -------------------------------------------------------------------------------- /qa/grid/aligndxdy/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/grid/aligndxdy/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/grid/aligndxdy/reference.pdf -------------------------------------------------------------------------------- /qa/grid/futurepagesallocate/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/grid/futurepagesallocate/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/grid/futurepagesallocate/reference.pdf -------------------------------------------------------------------------------- /qa/grid/nextframe/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/grid/nextframe/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/grid/nextframe/reference.pdf -------------------------------------------------------------------------------- /qa/grid/nxdx/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/grid/nxdx/reference.pdf -------------------------------------------------------------------------------- /qa/grid/nxnywdht/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/grid/nxnywdht/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/grid/nxnywdht/reference.pdf -------------------------------------------------------------------------------- /qa/grid/rounding/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/grid/rounding/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/grid/rounding/reference.pdf -------------------------------------------------------------------------------- /qa/groups/groupcontents/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/groups/groupcontents/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/groups/groupcontents/reference.pdf -------------------------------------------------------------------------------- /qa/groups/reusegroup/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy = true 2 | -------------------------------------------------------------------------------- /qa/groups/reusegroup/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/groups/reusegroup/reference.pdf -------------------------------------------------------------------------------- /qa/harfbuzz/accents/data.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qa/harfbuzz/accents/fonts/NotoSansArabic-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/accents/fonts/NotoSansArabic-Regular.ttf -------------------------------------------------------------------------------- /qa/harfbuzz/accents/fonts/NotoSansBengali-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/accents/fonts/NotoSansBengali-Regular.ttf -------------------------------------------------------------------------------- /qa/harfbuzz/accents/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/accents/reference.pdf -------------------------------------------------------------------------------- /qa/harfbuzz/hindi/NotoSansDevanagari-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/hindi/NotoSansDevanagari-Regular.ttf -------------------------------------------------------------------------------- /qa/harfbuzz/hindi/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/harfbuzz/hindi/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/hindi/reference.pdf -------------------------------------------------------------------------------- /qa/harfbuzz/kerngentium/gentiumplus-r.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/kerngentium/gentiumplus-r.ttf -------------------------------------------------------------------------------- /qa/harfbuzz/kerngentium/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/harfbuzz/kerngentium/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/kerngentium/reference.pdf -------------------------------------------------------------------------------- /qa/harfbuzz/mixedffhb/padauk-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/mixedffhb/padauk-regular.ttf -------------------------------------------------------------------------------- /qa/harfbuzz/mixedffhb/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/harfbuzz/mixedffhb/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/mixedffhb/reference.pdf -------------------------------------------------------------------------------- /qa/harfbuzz/newline10/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /qa/harfbuzz/newline10/newathu5_5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/newline10/newathu5_5.ttf -------------------------------------------------------------------------------- /qa/harfbuzz/newline10/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/newline10/reference.pdf -------------------------------------------------------------------------------- /qa/harfbuzz/zws/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /qa/harfbuzz/zws/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/harfbuzz/zws/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/harfbuzz/zws/reference.pdf -------------------------------------------------------------------------------- /qa/helloworld/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /qa/helloworld/layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /qa/helloworld/publisher.cfg: -------------------------------------------------------------------------------- 1 | 2 | runs = 1 3 | dummy = false 4 | -------------------------------------------------------------------------------- /qa/helloworld/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/helloworld/reference.pdf -------------------------------------------------------------------------------- /qa/html/adjacentlists/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/html/adjacentlists/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/adjacentlists/reference.pdf -------------------------------------------------------------------------------- /qa/html/binp/data.xml: -------------------------------------------------------------------------------- 1 | 2 |

a

3 |

btext

4 |
-------------------------------------------------------------------------------- /qa/html/binp/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/binp/reference.pdf -------------------------------------------------------------------------------- /qa/html/br/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A


B 5 |
6 | 7 | 8 |

A



B

9 |
10 |
11 | -------------------------------------------------------------------------------- /qa/html/br/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/br/reference.pdf -------------------------------------------------------------------------------- /qa/html/br2/data.xml: -------------------------------------------------------------------------------- 1 |  2 | Hello
nice
world 3 |
-------------------------------------------------------------------------------- /qa/html/br2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/br2/reference.pdf -------------------------------------------------------------------------------- /qa/html/emptyelements/data.xml: -------------------------------------------------------------------------------- 1 |  2 |

some text

3 |

more text

4 |
-------------------------------------------------------------------------------- /qa/html/emptyelements/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/html/emptyelements/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/emptyelements/reference.pdf -------------------------------------------------------------------------------- /qa/html/emptyrowspace/data.xml: -------------------------------------------------------------------------------- 1 | 2 |

x

3 |

A
B

4 |
-------------------------------------------------------------------------------- /qa/html/emptyrowspace/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/emptyrowspace/reference.pdf -------------------------------------------------------------------------------- /qa/html/htmlemptyp/data.xml: -------------------------------------------------------------------------------- 1 | 2 |

Test

3 |

4 |

a

5 |
-------------------------------------------------------------------------------- /qa/html/htmlemptyp/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/htmlemptyp/reference.pdf -------------------------------------------------------------------------------- /qa/html/hyperlinks/hyperlinkglue/data.xml: -------------------------------------------------------------------------------- 1 | 2 | text text text text text texttext text text text text texttext text text text text texttext text text hyperlink text text. 3 | -------------------------------------------------------------------------------- /qa/html/hyperlinks/hyperlinkglue/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /qa/html/hyperlinks/hyperlinkglue/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/hyperlinks/hyperlinkglue/reference.pdf -------------------------------------------------------------------------------- /qa/html/hyperlinks/twohyperlinks/data.xml: -------------------------------------------------------------------------------- 1 | 2 |

foo hyperlink foo hyperlink.

3 |
4 | -------------------------------------------------------------------------------- /qa/html/hyperlinks/twohyperlinks/layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/html/hyperlinks/twohyperlinks/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/hyperlinks/twohyperlinks/reference.pdf -------------------------------------------------------------------------------- /qa/html/libefore/data.xml: -------------------------------------------------------------------------------- 1 | 2 |

text

3 |
    4 |
  • A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.
  • 5 |
6 |

text

7 |
8 | -------------------------------------------------------------------------------- /qa/html/libefore/mystyle.css: -------------------------------------------------------------------------------- 1 | ul { 2 | list-style: none; 3 | padding-left: 1em; 4 | } 5 | 6 | ul li::before { 7 | content: "\2022"; 8 | color: red; 9 | font-weight: bold; 10 | display: inline-block; 11 | width: 1em; 12 | margin-left: -1em; 13 | } 14 | 15 | -------------------------------------------------------------------------------- /qa/html/libefore/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/libefore/reference.pdf -------------------------------------------------------------------------------- /qa/html/linebreakstrong/data.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 |

a

4 |

b strong c

5 |

d

6 |
7 | -------------------------------------------------------------------------------- /qa/html/linebreakstrong/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/linebreakstrong/reference.pdf -------------------------------------------------------------------------------- /qa/html/linksorphanwidow/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |

some text www.myclimate.org.

4 |
5 | -------------------------------------------------------------------------------- /qa/html/linksorphanwidow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/linksorphanwidow/reference.pdf -------------------------------------------------------------------------------- /qa/html/lip/data.xml: -------------------------------------------------------------------------------- 1 | 2 |
  • 3 |

    A

    4 |
  • 5 |
    -------------------------------------------------------------------------------- /qa/html/lip/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/html/lip/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/lip/reference.pdf -------------------------------------------------------------------------------- /qa/html/lists/ulblock/data.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 |
      4 |
    • 5 | span 6 |
    • 7 |
    8 |
    9 | 10 |
      11 |
    • 12 | span 13 |
    • 14 |
    15 |
    16 |
    -------------------------------------------------------------------------------- /qa/html/lists/ulblock/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/lists/ulblock/reference.pdf -------------------------------------------------------------------------------- /qa/html/multipleptags/data.xml: -------------------------------------------------------------------------------- 1 | 2 | This is text bla bla

    This is more text

    and a last line

    ]]> 3 |
    4 | -------------------------------------------------------------------------------- /qa/html/multipleptags/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/multipleptags/reference.pdf -------------------------------------------------------------------------------- /qa/html/pua/data.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 |

    4 |
    5 | -------------------------------------------------------------------------------- /qa/html/pua/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/pua/reference.pdf -------------------------------------------------------------------------------- /qa/html/span-no-linebreaks/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | a 4 | 5 | b 6 | 7 | -------------------------------------------------------------------------------- /qa/html/span-no-linebreaks/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/span-no-linebreaks/reference.pdf -------------------------------------------------------------------------------- /qa/html/strip-space-beginning/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 1 3 | 4 | -------------------------------------------------------------------------------- /qa/html/strip-space-beginning/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/strip-space-beginning/reference.pdf -------------------------------------------------------------------------------- /qa/html/tables/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
    A wonderful serenity has takenpossession of my entire soul.
    8 |
    9 | 10 | 11 | 12 | 13 |
    A wonderful serenity has takenpossession of my entire soul.
    14 |
    15 |
    16 | -------------------------------------------------------------------------------- /qa/html/tables/layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /qa/html/tables/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/tables/reference.pdf -------------------------------------------------------------------------------- /qa/html/underline/data.xml: -------------------------------------------------------------------------------- 1 | 2 | <u>Hello, world</u> 3 | <b>Hello, world</b> 4 | -------------------------------------------------------------------------------- /qa/html/underline/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/html/underline/reference.pdf -------------------------------------------------------------------------------- /qa/images/bleedauto/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/images/bleedauto/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/bleedauto/reference.pdf -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_0.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_1.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_2.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_3.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_4.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_5.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_6.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_7.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/img/Portrait_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/img/Portrait_8.jpg -------------------------------------------------------------------------------- /qa/images/jpegrotation/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/images/jpegrotation/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/jpegrotation/reference.pdf -------------------------------------------------------------------------------- /qa/images/margin/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/images/margin/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/margin/reference.pdf -------------------------------------------------------------------------------- /qa/images/paragraph/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/images/paragraph/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/paragraph/reference.pdf -------------------------------------------------------------------------------- /qa/images/width100/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /qa/images/width100/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/images/width100/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/images/width100/reference.pdf -------------------------------------------------------------------------------- /qa/interactive/href/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/interactive/href/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/interactive/href/reference.pdf -------------------------------------------------------------------------------- /qa/interactive/interactionoffhref/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/interactive/interactionoffhref/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/interactive/interactionoffhref/reference.pdf -------------------------------------------------------------------------------- /qa/marker/pagenumbers1/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/marker/pagenumbers1/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/marker/pagenumbers1/reference.pdf -------------------------------------------------------------------------------- /qa/marker/toc/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ... 4 | 5 | 6 | ... 7 | 8 | 9 | ... 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /qa/marker/toc/publisher.cfg: -------------------------------------------------------------------------------- 1 | runs=2 2 | -------------------------------------------------------------------------------- /qa/marker/toc/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/marker/toc/reference.pdf -------------------------------------------------------------------------------- /qa/marker/toc_clearpage/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ... 4 | 5 | 6 | ... 7 | 8 | 9 | ... 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /qa/marker/toc_clearpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | runs=2 2 | -------------------------------------------------------------------------------- /qa/marker/toc_clearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/marker/toc_clearpage/reference.pdf -------------------------------------------------------------------------------- /qa/metapost/newxpath/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/metapost/newxpath/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/metapost/newxpath/reference.pdf -------------------------------------------------------------------------------- /qa/metapost/simpleboxes/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/metapost/simpleboxes/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/metapost/simpleboxes/reference.pdf -------------------------------------------------------------------------------- /qa/metapost/spcolor/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/metapost/spcolor/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/metapost/spcolor/reference.pdf -------------------------------------------------------------------------------- /qa/output/firstemptyrow/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/firstemptyrow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/firstemptyrow/reference.pdf -------------------------------------------------------------------------------- /qa/output/forcepagebreak/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/forcepagebreak/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/forcepagebreak/reference.pdf -------------------------------------------------------------------------------- /qa/output/frameoffset/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/frameoffset/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/frameoffset/reference.pdf -------------------------------------------------------------------------------- /qa/output/frames/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/frames/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/frames/reference.pdf -------------------------------------------------------------------------------- /qa/output/getremainingheight1/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/getremainingheight1/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/getremainingheight1/reference.pdf -------------------------------------------------------------------------------- /qa/output/halfallocate/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/halfallocate/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/halfallocate/reference.pdf -------------------------------------------------------------------------------- /qa/output/indent/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/indent/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/indent/reference.pdf -------------------------------------------------------------------------------- /qa/output/indentmultipage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/indentmultipage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/indentmultipage/reference.pdf -------------------------------------------------------------------------------- /qa/output/multipage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/multipage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/multipage/reference.pdf -------------------------------------------------------------------------------- /qa/output/multipar/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/multipar/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/multipar/reference.pdf -------------------------------------------------------------------------------- /qa/output/newlineatend/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |

    A wonderful serenity has taken possession of my entire soul. ss

    4 |
    5 | -------------------------------------------------------------------------------- /qa/output/newlineatend/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/newlineatend/reference.pdf -------------------------------------------------------------------------------- /qa/output/newlineinparagraph/data.xml: -------------------------------------------------------------------------------- 1 | 2 | A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. 3 | -------------------------------------------------------------------------------- /qa/output/newlineinparagraph/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/newlineinparagraph/reference.pdf -------------------------------------------------------------------------------- /qa/output/nextpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/nextpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/nextpage/reference.pdf -------------------------------------------------------------------------------- /qa/output/orphan/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/orphan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/orphan/reference.pdf -------------------------------------------------------------------------------- /qa/output/skiprows/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/skiprows/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/skiprows/reference.pdf -------------------------------------------------------------------------------- /qa/output/smallerfontsize/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/smallerfontsize/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/smallerfontsize/reference.pdf -------------------------------------------------------------------------------- /qa/output/vsplit/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/vsplit/reference.pdf -------------------------------------------------------------------------------- /qa/output/wrappagebreak/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/wrappagebreak/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/wrappagebreak/reference.pdf -------------------------------------------------------------------------------- /qa/output/wraptopleft/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/wraptopleft/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/wraptopleft/reference.pdf -------------------------------------------------------------------------------- /qa/output/wraptwosides/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/wraptwosides/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/wraptwosides/reference.pdf -------------------------------------------------------------------------------- /qa/output/wrapwithhead/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/output/wrapwithhead/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/output/wrapwithhead/reference.pdf -------------------------------------------------------------------------------- /qa/pages/bookmarksinsertpages/data.xml: -------------------------------------------------------------------------------- 1 |  2 | Hello World 3 | A 4 | B 5 | C 6 | D 7 | E 8 | 9 | -------------------------------------------------------------------------------- /qa/pages/bookmarksinsertpages/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/bookmarksinsertpages/reference.pdf -------------------------------------------------------------------------------- /qa/pages/defaultcolor/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/defaultcolor/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/defaultcolor/reference.pdf -------------------------------------------------------------------------------- /qa/pages/defaultcolor2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/defaultcolor2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/defaultcolor2/reference.pdf -------------------------------------------------------------------------------- /qa/pages/insertpagesstart/data.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qa/pages/insertpagesstart/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/insertpagesstart/reference.pdf -------------------------------------------------------------------------------- /qa/pages/lazygrid/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/lazygrid/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/lazygrid/reference.pdf -------------------------------------------------------------------------------- /qa/pages/lazygrid_clearpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/lazygrid_clearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/lazygrid_clearpage/reference.pdf -------------------------------------------------------------------------------- /qa/pages/multipleinsertpages/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /qa/pages/multipleinsertpages/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/multipleinsertpages/reference.pdf -------------------------------------------------------------------------------- /qa/pages/multiplenewpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/multiplenewpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/multiplenewpage/reference.pdf -------------------------------------------------------------------------------- /qa/pages/multiplenewpage_clearpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/multiplenewpage_clearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/multiplenewpage_clearpage/reference.pdf -------------------------------------------------------------------------------- /qa/pages/newpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/newpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/newpage/reference.pdf -------------------------------------------------------------------------------- /qa/pages/newpage_clearpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/newpage_clearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/newpage_clearpage/reference.pdf -------------------------------------------------------------------------------- /qa/pages/pagetypedimensions/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/pagetypedimensions/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/pagetypedimensions/reference.pdf -------------------------------------------------------------------------------- /qa/pages/savepagesbackward/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/savepagesbackward/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/savepagesbackward/reference.pdf -------------------------------------------------------------------------------- /qa/pages/savepagesclearpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/savepagesclearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/savepagesclearpage/reference.pdf -------------------------------------------------------------------------------- /qa/pages/savepagesnotatend/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/savepagesnotatend/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/savepagesnotatend/reference.pdf -------------------------------------------------------------------------------- /qa/pages/transparency/tablesecondpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pages/transparency/tablesecondpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pages/transparency/tablesecondpage/reference.pdf -------------------------------------------------------------------------------- /qa/pagetype/insertpages/data.xml: -------------------------------------------------------------------------------- 1 | 2 | some text 3 | 4 | -------------------------------------------------------------------------------- /qa/pagetype/insertpages/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pagetype/insertpages/reference.pdf -------------------------------------------------------------------------------- /qa/pagetype/insertpages_clearpage/data.xml: -------------------------------------------------------------------------------- 1 | 2 | some text 3 | 4 | -------------------------------------------------------------------------------- /qa/pagetype/insertpages_clearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pagetype/insertpages_clearpage/reference.pdf -------------------------------------------------------------------------------- /qa/pagetype/margininnerouter/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pagetype/margininnerouter/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pagetype/margininnerouter/reference.pdf -------------------------------------------------------------------------------- /qa/pagetype/pageordering/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/pagetype/pageordering/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/pagetype/pageordering/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/doublezws/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/doublezws/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/doublezws/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/emptyattribute/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /qa/paragraph/emptyattribute/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/emptyattribute/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/emptyvalue/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/emptyvalue/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/emptyvalue/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/hspaceerror/layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | txt 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/paragraph/hspaceerror/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/hspaceerror/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/hspaceerror/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/htmlstyles/color/data.xml: -------------------------------------------------------------------------------- 1 | 2 | Hello world 3 | -------------------------------------------------------------------------------- /qa/paragraph/htmlstyles/color/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/htmlstyles/color/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/ignoreeol/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/ignoreeol/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/ignoreeol/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/initial/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/initial/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/initial/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/initial2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/initial2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/initial2/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/leadercolor/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true -------------------------------------------------------------------------------- /qa/paragraph/leadercolor/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/leadercolor/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/leaderstable/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/leaderstable/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/leaderstable/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/lineheight/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/lineheight/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/lineheight/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/multiplebr/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/multiplebr/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/multiplebr/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/newline/beforeimg/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/newline/beforeimg/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/newline/beforeimg/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/nobreakcolor/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/nobreakcolor/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/nobreakcolor/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/nobreakincompletefont/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/nobreakincompletefont/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/nobreakincompletefont/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/nobreaktwo/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/nobreaktwo/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/nobreaktwo/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/padding/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/padding/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/padding/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/spaceinbetween/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/spaceinbetween/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/spaceinbetween/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/spacing/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/spacing/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/spacing/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/subsup/data.xml: -------------------------------------------------------------------------------- 1 | 2 | XxxX 3 | 4 | -------------------------------------------------------------------------------- /qa/paragraph/subsup/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/subsup/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/ul/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/ul/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/ul/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/underline/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/paragraph/underline/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/underline/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror/data.xml: -------------------------------------------------------------------------------- 1 | 2 | a​b 3 | -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror/layout.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror/publisher.cfg: -------------------------------------------------------------------------------- 1 | fontloader=fontforge 2 | -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/zwspaceerror/reference.pdf -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror_hb/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | ​ text 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror_hb/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | fontloader=harfbuzz 3 | -------------------------------------------------------------------------------- /qa/paragraph/zwspaceerror_hb/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/paragraph/zwspaceerror_hb/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/allocate_absolute/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/allocate_absolute/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/allocate_absolute/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/autocolumn/layout.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /qa/placeobject/autocolumn/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/autocolumn/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/autocolumn/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/box/bleedauto/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/box/bleedauto/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/box/bleedauto/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/clipatmargin/ocean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/clipatmargin/ocean.pdf -------------------------------------------------------------------------------- /qa/placeobject/clipatmargin/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/clipatmargin/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/clipatmargin/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/cursorrow/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/cursorrow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/cursorrow/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/findrow/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/findrow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/findrow/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/frameopacity/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/frameopacity/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/frameopacity/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/hreference_right/layout.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/placeobject/hreference_right/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/hreference_right/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/hreference_right/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/objectheight/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/objectheight/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/objectheight/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/overlay/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/overlay/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/overlay/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/overlay2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/overlay2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/overlay2/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/valignbottom/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /qa/placeobject/valignbottom/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/valignbottom/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/valignbottom/reference.pdf -------------------------------------------------------------------------------- /qa/placeobject/vreference_bottom/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/placeobject/vreference_bottom/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/placeobject/vreference_bottom/reference.pdf -------------------------------------------------------------------------------- /qa/processing/vars-oldxpath/publisher.cfg: -------------------------------------------------------------------------------- 1 | xpath=luxor 2 | vars=varname=dummy 3 | dummy=true 4 | -------------------------------------------------------------------------------- /qa/processing/vars-oldxpath/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/processing/vars-oldxpath/reference.pdf -------------------------------------------------------------------------------- /qa/processing/vars/publisher.cfg: -------------------------------------------------------------------------------- 1 | xpath=lxpath 2 | vars=varname=dummy 3 | dummy=true 4 | -------------------------------------------------------------------------------- /qa/processing/vars/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/processing/vars/reference.pdf -------------------------------------------------------------------------------- /qa/programming/functiongeneral/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /qa/programming/functiongeneral/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/programming/functiongeneral/reference.pdf -------------------------------------------------------------------------------- /qa/push/nextpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/push/nextpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/push/nextpage/reference.pdf -------------------------------------------------------------------------------- /qa/shapes/circle/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /qa/shapes/circle/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/shapes/circle/reference.pdf -------------------------------------------------------------------------------- /qa/span/backgroundspace/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/span/backgroundspace/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/span/backgroundspace/reference.pdf -------------------------------------------------------------------------------- /qa/span/paddingandspace/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/span/paddingandspace/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/span/paddingandspace/reference.pdf -------------------------------------------------------------------------------- /qa/tables/alternating/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/alternating/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/alternating/reference.pdf -------------------------------------------------------------------------------- /qa/tables/atpageshipout/tablesplit/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/atpageshipout/tablesplit/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/atpageshipout/tablesplit/reference.pdf -------------------------------------------------------------------------------- /qa/tables/balance/dynhead/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/balance/dynhead/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/balance/dynhead/reference.pdf -------------------------------------------------------------------------------- /qa/tables/balance/ht_max/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/balance/ht_max/reference.pdf -------------------------------------------------------------------------------- /qa/tables/balance/minheight1/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/balance/minheight1/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/balance/minheight1/reference.pdf -------------------------------------------------------------------------------- /qa/tables/balance/rowheight/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/balance/rowheight/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/balance/rowheight/reference.pdf -------------------------------------------------------------------------------- /qa/tables/balance/tableruleatend/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/balance/tableruleatend/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/balance/tableruleatend/reference.pdf -------------------------------------------------------------------------------- /qa/tables/balance/tworows/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
    7 | -------------------------------------------------------------------------------- /qa/tables/balance/tworows/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/balance/tworows/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bgcolor/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bgcolor/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bgcolor/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapse/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bordercollapse/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapse/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapsecolspan/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bordercollapsecolspan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapsecolspan/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapsecolspan2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bordercollapsecolspan2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapsecolspan2/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapsecolspan3/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bordercollapsecolspan3/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapsecolspan3/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapsefixedcol/readme.md: -------------------------------------------------------------------------------- 1 | Not quite correct. Currently the columns a and c are smaller than b. -------------------------------------------------------------------------------- /qa/tables/bordercollapsefixedcol/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapsefixedcol/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapserowspan/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bordercollapserowspan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapserowspan/reference.pdf -------------------------------------------------------------------------------- /qa/tables/bordercollapserowspan2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/bordercollapserowspan2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/bordercollapserowspan2/reference.pdf -------------------------------------------------------------------------------- /qa/tables/breakbelowheight/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/breakbelowheight/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/breakbelowheight/reference.pdf -------------------------------------------------------------------------------- /qa/tables/breakbelowrule/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/breakbelowrule/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/breakbelowrule/reference.pdf -------------------------------------------------------------------------------- /qa/tables/colspanlastrow/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/colspanlastrow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/colspanlastrow/reference.pdf -------------------------------------------------------------------------------- /qa/tables/columnspread/ocean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/columnspread/ocean.pdf -------------------------------------------------------------------------------- /qa/tables/columnspread/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/columnspread/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/columnspread/reference.pdf -------------------------------------------------------------------------------- /qa/tables/columnsrowspan/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/columnsrowspan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/columnsrowspan/reference.pdf -------------------------------------------------------------------------------- /qa/tables/columntablerule/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/columntablerule/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/columntablerule/reference.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/dynhead/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead/reference.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/cutting_pliers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/cutting_pliers.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/fireextinguisher.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/fireextinguisher.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/hammer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/hammer.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/household_pliers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/household_pliers.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/knife.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/knife.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/scissors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/scissors.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/screwdriver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/screwdriver.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/vise.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/vise.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/img/wrench.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/img/wrench.pdf -------------------------------------------------------------------------------- /qa/tables/dynhead1/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/dynhead1/reference.pdf -------------------------------------------------------------------------------- /qa/tables/emptytable/layout.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 |
    7 |
    8 | 9 | 10 |
    11 | -------------------------------------------------------------------------------- /qa/tables/emptytable/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/emptytable/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/emptytable/reference.pdf -------------------------------------------------------------------------------- /qa/tables/features/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/features/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/features/reference.pdf -------------------------------------------------------------------------------- /qa/tables/fixedanddynamicwidth/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/fixedanddynamicwidth/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/fixedanddynamicwidth/reference.pdf -------------------------------------------------------------------------------- /qa/tables/fixedwidth/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/fixedwidth/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/fixedwidth/reference.pdf -------------------------------------------------------------------------------- /qa/tables/fontfacesubtables/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/fontfacesubtables/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/fontfacesubtables/reference.pdf -------------------------------------------------------------------------------- /qa/tables/functd/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/functd/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/functd/reference.pdf -------------------------------------------------------------------------------- /qa/tables/futureobjects/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/futureobjects/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/futureobjects/reference.pdf -------------------------------------------------------------------------------- /qa/tables/griddy/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/griddy/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/griddy/reference.pdf -------------------------------------------------------------------------------- /qa/tables/groups/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/groups/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/groups/reference.pdf -------------------------------------------------------------------------------- /qa/tables/longlasttablefoot/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/longlasttablefoot/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/longlasttablefoot/reference.pdf -------------------------------------------------------------------------------- /qa/tables/minwd/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/minwd/reference.pdf -------------------------------------------------------------------------------- /qa/tables/multiframeht/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/multiframeht/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/multiframeht/reference.pdf -------------------------------------------------------------------------------- /qa/tables/multipageht/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/multipageht/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/multipageht/reference.pdf -------------------------------------------------------------------------------- /qa/tables/multiplerowspan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/multiplerowspan/reference.pdf -------------------------------------------------------------------------------- /qa/tables/nobreak/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/nobreak/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/nobreak/reference.pdf -------------------------------------------------------------------------------- /qa/tables/notheadfirst/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/notheadfirst/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/notheadfirst/reference.pdf -------------------------------------------------------------------------------- /qa/tables/omit_head_on_pages/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/omit_head_on_pages/reference.pdf -------------------------------------------------------------------------------- /qa/tables/rowheight/DejaVuSerifCondensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/rowheight/DejaVuSerifCondensed.ttf -------------------------------------------------------------------------------- /qa/tables/rowheight/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/rowheight/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/rowheight/reference.pdf -------------------------------------------------------------------------------- /qa/tables/rowsepatbottom/ocean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/rowsepatbottom/ocean.pdf -------------------------------------------------------------------------------- /qa/tables/rowsepatbottom/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/rowsepatbottom/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/rowsepatbottom/reference.pdf -------------------------------------------------------------------------------- /qa/tables/rowspancolspan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/rowspancolspan/reference.pdf -------------------------------------------------------------------------------- /qa/tables/spaceintd/layout.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 10 |
    8 | 9 |
    11 |
    12 |
    13 |
    14 | -------------------------------------------------------------------------------- /qa/tables/spaceintd/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/spaceintd/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/spaceintd/reference.pdf -------------------------------------------------------------------------------- /qa/tables/spaninhead/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/spaninhead/reference.pdf -------------------------------------------------------------------------------- /qa/tables/split-footheight/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/split-footheight/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/split-footheight/reference.pdf -------------------------------------------------------------------------------- /qa/tables/split-tablefootlast/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /qa/tables/split-tablefootlast/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/split-tablefootlast/reference.pdf -------------------------------------------------------------------------------- /qa/tables/split/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/split/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/split/reference.pdf -------------------------------------------------------------------------------- /qa/tables/splitingroup/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/splitingroup/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/splitingroup/reference.pdf -------------------------------------------------------------------------------- /qa/tables/splitrowsep/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/splitrowsep/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/splitrowsep/reference.pdf -------------------------------------------------------------------------------- /qa/tables/stretchnopagebreak/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/stretchnopagebreak/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/stretchnopagebreak/reference.pdf -------------------------------------------------------------------------------- /qa/tables/subtotal/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 123 3 | 124 4 | 125 5 | 126 6 | 127 7 | 128 8 | 129 9 | -------------------------------------------------------------------------------- /qa/tables/subtotal/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/subtotal/reference.pdf -------------------------------------------------------------------------------- /qa/tables/tablefoot/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/tablefoot/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/tablefoot/reference.pdf -------------------------------------------------------------------------------- /qa/tables/tablefootlastempty/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/tablefootlastempty/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/tablefootlastempty/reference.pdf -------------------------------------------------------------------------------- /qa/tables/tableheadfoot/publisher.cfg: -------------------------------------------------------------------------------- 1 | 2 | runs = 1 3 | dummy = true 4 | -------------------------------------------------------------------------------- /qa/tables/tableheadfoot/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/tableheadfoot/reference.pdf -------------------------------------------------------------------------------- /qa/tables/tableheadrowheights/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/tableheadrowheights/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/tableheadrowheights/reference.pdf -------------------------------------------------------------------------------- /qa/tables/tableheadrowspan/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/tableheadrowspan/reference.pdf -------------------------------------------------------------------------------- /qa/tables/tablerulefix/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/tablerulefix/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/tablerulefix/reference.pdf -------------------------------------------------------------------------------- /qa/tables/topdistance/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/topdistance/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/topdistance/reference.pdf -------------------------------------------------------------------------------- /qa/tables/vexcess/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/tables/vexcess/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/tables/vexcess/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/alignedtext/publisher.cfg: -------------------------------------------------------------------------------- 1 | 2 | runs = 1 3 | dummy = true 4 | -------------------------------------------------------------------------------- /qa/textblock/alignedtext/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/alignedtext/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/hyphenation/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/hyphenation/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/hyphenation/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/leaders/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | 3 | 4 | -------------------------------------------------------------------------------- /qa/textblock/leaders/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/leaders/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/leaders2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/leaders2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/leaders2/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/nobreak1/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy = true 2 | -------------------------------------------------------------------------------- /qa/textblock/nobreak1/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/nobreak1/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/nobreak2/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/nobreak2/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/nobreak2/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/nobreak3/data.xml: -------------------------------------------------------------------------------- 1 | 2 | text 12345‑6789 no break 3 | text 12345 6789 no break 4 | text 12345 6789 no break 5 | text 12345-6789 text break 6 | text 12345 6789 text break 7 | 8 | -------------------------------------------------------------------------------- /qa/textblock/nobreak3/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/nobreak3/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/spacing/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/spacing/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/spacing/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/subsup/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/subsup/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/subsup/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/twocolumns/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/twocolumns/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/twocolumns/reference.pdf -------------------------------------------------------------------------------- /qa/textblock/ulol/multicol/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textblock/ulol/multicol/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textblock/ulol/multicol/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/filllastline/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textformat/filllastline/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/filllastline/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/indenthtml/data.xml: -------------------------------------------------------------------------------- 1 | A

    B
    C
    -------------------------------------------------------------------------------- /qa/textformat/indenthtml/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/indenthtml/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/indentnegrow/data.xml: -------------------------------------------------------------------------------- 1 | A 2 | 3 | B 4 | C -------------------------------------------------------------------------------- /qa/textformat/indentnegrow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/indentnegrow/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/marginborderbottom/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textformat/marginborderbottom/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/marginborderbottom/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/margintopboxstart/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textformat/margintopboxstart/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/margintopboxstart/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/spacebelow/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/textformat/spacebelow/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/spacebelow/reference.pdf -------------------------------------------------------------------------------- /qa/textformat/tabhspace/data.xml: -------------------------------------------------------------------------------- 1 | Hello foo 2 | -------------------------------------------------------------------------------- /qa/textformat/tabhspace/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/textformat/tabhspace/reference.pdf -------------------------------------------------------------------------------- /qa/transformation/frame/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/transformation/frame/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/transformation/frame/reference.pdf -------------------------------------------------------------------------------- /qa/ua/bold/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | A 4 | 2 5 | -------------------------------------------------------------------------------- /qa/ua/bold/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/ua/bold/reference.pdf -------------------------------------------------------------------------------- /qa/xml/multiplexinclude/include.xml: -------------------------------------------------------------------------------- 1 | 3 | Include 1 4 | -------------------------------------------------------------------------------- /qa/xml/multiplexinclude/include2.xml: -------------------------------------------------------------------------------- 1 | 3 | Include 2 4 | -------------------------------------------------------------------------------- /qa/xml/multiplexinclude/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/xml/multiplexinclude/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xml/multiplexinclude/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/cfunc/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | -------------------------------------------------------------------------------- /qa/xpath/cfunc/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/cfunc/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/functions/data.xml: -------------------------------------------------------------------------------- 1 | 2 | Text 3 | upper-case 4 | LOWER-case 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /qa/xpath/functions/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/functions/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/lastpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | runs=2 3 | -------------------------------------------------------------------------------- /qa/xpath/lastpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/lastpage/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/lastpage_clearpage/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | runs=2 3 | -------------------------------------------------------------------------------- /qa/xpath/lastpage_clearpage/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/lastpage_clearpage/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/layoutfunctions/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | dummy 4 | 5 | -------------------------------------------------------------------------------- /qa/xpath/layoutfunctions/ocean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/layoutfunctions/ocean.pdf -------------------------------------------------------------------------------- /qa/xpath/layoutfunctions/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/layoutfunctions/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/lxpathfirstattribute/data.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qa/xpath/lxpathfirstattribute/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/lxpathfirstattribute/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/lxpathlayoutfunctions/publisher.cfg: -------------------------------------------------------------------------------- 1 | dummy=true 2 | mode="one,foo" -------------------------------------------------------------------------------- /qa/xpath/lxpathlayoutfunctions/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/lxpathlayoutfunctions/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/namespaces/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | sub 4 | 5 | -------------------------------------------------------------------------------- /qa/xpath/namespaces/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/namespaces/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/nodetests/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /qa/xpath/nodetests/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/nodetests/reference.pdf -------------------------------------------------------------------------------- /qa/xpath/positionlast/data.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /qa/xpath/positionlast/reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/qa/xpath/positionlast/reference.pdf -------------------------------------------------------------------------------- /schema/.gitignore: -------------------------------------------------------------------------------- 1 | xml.xsd 2 | -------------------------------------------------------------------------------- /schema/catalog-schema-de.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /schema/catalog-schema-en.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /schema/readme.txt: -------------------------------------------------------------------------------- 1 | README for the schema directory 2 | =============================== 3 | 4 | The RELAX NG and XML schema (XSD) (en/de) are generated from the documentation (commands.xml in doc/). 5 | 6 | To update the schema, edit the file commands.xml in doc/ directory and run 'rake schema' 7 | 8 | -------------------------------------------------------------------------------- /src/colorprofiles/ISOcoated_v2_eci.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/src/colorprofiles/ISOcoated_v2_eci.icc -------------------------------------------------------------------------------- /src/go/.gitignore: -------------------------------------------------------------------------------- 1 | /pkg 2 | /bin -------------------------------------------------------------------------------- /src/go/sp/sp/fontdir_darwin.go: -------------------------------------------------------------------------------- 1 | //go:build darwin 2 | 3 | package main 4 | 5 | // FontFolder returns the name of the system wide font folder 6 | func FontFolder() (string, error) { 7 | return "/Library/Fonts:/System/Library/Fonts", nil 8 | } 9 | -------------------------------------------------------------------------------- /src/go/sp/sp/fontdir_other.go: -------------------------------------------------------------------------------- 1 | //go:build !windows && !darwin 2 | 3 | package main 4 | 5 | func FontFolder() (string, error) { 6 | return "", nil 7 | } 8 | -------------------------------------------------------------------------------- /src/go/sp/sp/fontdir_windows.go: -------------------------------------------------------------------------------- 1 | //go:build windows 2 | 3 | // See http://stackoverflow.com/a/17953976/ 4 | 5 | package main 6 | 7 | import ( 8 | "golang.org/x/sys/windows" 9 | ) 10 | 11 | func FontFolder() (string, error) { 12 | return windows.KnownFolderPath(windows.FOLDERID_Fonts, 0) 13 | 14 | } 15 | -------------------------------------------------------------------------------- /src/go/splibaux/.gitignore: -------------------------------------------------------------------------------- 1 | main 2 | -------------------------------------------------------------------------------- /src/go/splibaux/_testdata/afile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/src/go/splibaux/_testdata/afile.txt -------------------------------------------------------------------------------- /src/go/splibaux/_testdata/cow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/speedata/publisher/121350a8968afb5edd9f6e825b96ed431efe38e9/src/go/splibaux/_testdata/cow.pdf -------------------------------------------------------------------------------- /src/go/splibaux/_testdata/data.xml: -------------------------------------------------------------------------------- 1 | 2 |
    blabla
    3 | bla
    4 |     
    5 |
    6 | -------------------------------------------------------------------------------- /src/go/splibaux/_testdata/sample.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Document 6 | 7 | 8 |

    Hello world!

    9 | 10 | -------------------------------------------------------------------------------- /src/lua/.gitignore: -------------------------------------------------------------------------------- 1 | docs 2 | viznodelist.lua 3 | profi.lua 4 | -------------------------------------------------------------------------------- /src/tex/publisher.tex: -------------------------------------------------------------------------------- 1 | \catcode`\{=1 2 | \catcode`\}=2 3 | 4 | \def\pdfoutline{\pdfextension outline } 5 | \directlua{require("publisher.spinit")} 6 | 7 | \end 8 | -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | publisher_version=5.1.9 2 | hotfolder_version=0.1.1 3 | --------------------------------------------------------------------------------