├── .github ├── dependabot.yml └── workflows │ └── main.yml ├── .gitignore ├── CHANGELOG.md ├── DEPENDS.txt ├── LICENSE ├── README.md ├── ctan-announcement.text ├── ctan-note.text ├── readme-ctan.md ├── testfiles-4runs ├── zc-compat-mathtools01.luatex.tlg ├── zc-compat-mathtools01.lvt ├── zc-compat-mathtools01.tlg └── zc-compat-mathtools01.xetex.tlg ├── testfiles ├── zc-LanguageSetup01.lvt ├── zc-LanguageSetup01.tlg ├── zc-LanguageSetup01.xetex.tlg ├── zc-LanguageSetup02.lvt ├── zc-LanguageSetup02.tlg ├── zc-LanguageSetup03.lvt ├── zc-LanguageSetup03.tlg ├── zc-LanguageSetup03.xetex.tlg ├── zc-RefTypeSetup01.lvt ├── zc-RefTypeSetup01.tlg ├── zc-RefTypeSetup01.xetex.tlg ├── zc-RefTypeSetup02.lvt ├── zc-RefTypeSetup02.tlg ├── zc-RefTypeSetup03.lvt ├── zc-RefTypeSetup03.tlg ├── zc-RefTypeSetup03.xetex.tlg ├── zc-bug-emptycntval01.lvt ├── zc-bug-emptycntval01.tlg ├── zc-class-article01.lvt ├── zc-class-article01.tlg ├── zc-class-article01.xetex.tlg ├── zc-class-book01.lvt ├── zc-class-book01.tlg ├── zc-class-book01.xetex.tlg ├── zc-class-memoir01.lvt ├── zc-class-memoir01.tlg ├── zc-class-memoir01.xetex.tlg ├── zc-class-report01.lvt ├── zc-class-report01.tlg ├── zc-class-report01.xetex.tlg ├── zc-class-scrartcl01.lvt ├── zc-class-scrartcl01.tlg ├── zc-class-scrartcl01.xetex.tlg ├── zc-class-scrbook01.lvt ├── zc-class-scrbook01.tlg ├── zc-class-scrbook01.xetex.tlg ├── zc-class-scrreprt01.lvt ├── zc-class-scrreprt01.tlg ├── zc-class-scrreprt01.xetex.tlg ├── zc-compat-amsmath01.lvt ├── zc-compat-amsmath01.tlg ├── zc-compat-amsmath01.xetex.tlg ├── zc-compat-appendices01.lvt ├── zc-compat-appendices01.tlg ├── zc-compat-appendices01.xetex.tlg ├── zc-compat-appendices02.lvt ├── zc-compat-appendices02.tlg ├── zc-compat-appendices02.xetex.tlg ├── zc-compat-appendix01.lvt ├── zc-compat-appendix01.tlg ├── zc-compat-appendix01.xetex.tlg ├── zc-compat-breqn01.lvt ├── zc-compat-breqn01.tlg ├── zc-compat-breqn01.xetex.tlg ├── zc-compat-enumitem01.lvt ├── zc-compat-enumitem01.tlg ├── zc-compat-enumitem01.xetex.tlg ├── zc-compat-listings01.lvt ├── zc-compat-listings01.tlg ├── zc-compat-listings01.xetex.tlg ├── zc-compat-memoir01.lvt ├── zc-compat-memoir01.tlg ├── zc-compat-memoir01.xetex.tlg ├── zc-compat-subcaption01.lvt ├── zc-compat-subcaption01.tlg ├── zc-compat-subcaption01.xetex.tlg ├── zc-compat-subfig01.lvt ├── zc-compat-subfig01.tlg ├── zc-compat-subfig01.xetex.tlg ├── zc-fallback01.lvt ├── zc-fallback01.tlg ├── zc-howto-basic01.lvt ├── zc-howto-basic01.tlg ├── zc-howto-basic01.xetex.tlg ├── zc-howto-beamer01.lvt ├── zc-howto-beamer01.tlg ├── zc-howto-beamer01.xetex.tlg ├── zc-howto-enumitem01.lvt ├── zc-howto-enumitem01.tlg ├── zc-howto-enumitem01.xetex.tlg ├── zc-howto-newfloat01.lvt ├── zc-howto-newfloat01.tlg ├── zc-howto-newfloat01.xetex.tlg ├── zc-howto-newfloat02.lvt ├── zc-howto-newfloat02.tlg ├── zc-howto-newfloat02.xetex.tlg ├── zc-howto-newfloat03.lvt ├── zc-howto-newfloat03.tlg ├── zc-howto-newfloat03.xetex.tlg ├── zc-howto-newfloat04.lvt ├── zc-howto-newfloat04.tlg ├── zc-howto-newfloat04.xetex.tlg ├── zc-howto-newfloat05.lvt ├── zc-howto-newfloat05.tlg ├── zc-howto-newfloat05.xetex.tlg ├── zc-howto-newtheorem01.lvt ├── zc-howto-newtheorem01.tlg ├── zc-howto-newtheorem01.xetex.tlg ├── zc-howto-newtheorem02.lvt ├── zc-howto-newtheorem02.tlg ├── zc-howto-newtheorem02.xetex.tlg ├── zc-howto-newtheorem03.lvt ├── zc-howto-newtheorem03.tlg ├── zc-howto-newtheorem03.xetex.tlg ├── zc-howto-newtheorem04.lvt ├── zc-howto-newtheorem04.tlg ├── zc-howto-newtheorem04.xetex.tlg ├── zc-howto-ordrefs01.lvt ├── zc-howto-ordrefs01.tlg ├── zc-howto-ordrefs01.xetex.tlg ├── zc-howto-tcolorbox01.lvt ├── zc-howto-tcolorbox01.tlg ├── zc-howto-tcolorbox01.xetex.tlg ├── zc-howto-typeoverride01.lvt ├── zc-howto-typeoverride01.tlg ├── zc-howto-typeoverride01.xetex.tlg ├── zc-howto-zref-vario01.lvt ├── zc-howto-zref-vario01.tlg ├── zc-howto-zref-vario01.xetex.tlg ├── zc-howto-zref-xr01.lvt ├── zc-howto-zref-xr01.tlg ├── zc-howto-zref-xr01.xetex.tlg ├── zc-label-options01.lvt ├── zc-label-options01.tlg ├── zc-langfile-dutch01.lvt ├── zc-langfile-dutch01.tlg ├── zc-langfile-english01.lvt ├── zc-langfile-english01.tlg ├── zc-langfile-french01.lvt ├── zc-langfile-french01.tlg ├── zc-langfile-german01.lvt ├── zc-langfile-german01.tlg ├── zc-langfile-italian01.lvt ├── zc-langfile-italian01.tlg ├── zc-langfile-portuguese01.luatex.tlg ├── zc-langfile-portuguese01.lvt ├── zc-langfile-portuguese01.tlg ├── zc-langfile-portuguese01.xetex.tlg ├── zc-langfile-russian01.lvt ├── zc-langfile-russian01.tlg ├── zc-langfile-spanish01.lvt ├── zc-langfile-spanish01.tlg ├── zc-langfile-swedish01.lvt ├── zc-langfile-swedish01.tlg ├── zc-languages01.lvt ├── zc-languages01.tlg ├── zc-opt-check01.lvt ├── zc-opt-check01.tlg ├── zc-opt-g01.lvt ├── zc-opt-g01.tlg ├── zc-opt-hyperref01.lvt ├── zc-opt-hyperref01.tlg ├── zc-opt-hyperref02.lvt ├── zc-opt-hyperref02.tlg ├── zc-opt-hyperref02.xetex.tlg ├── zc-opt-hyperref03.luatex.tlg ├── zc-opt-hyperref03.lvt ├── zc-opt-hyperref03.tlg ├── zc-opt-hyperref03.xetex.tlg ├── zc-opt-hyperref04.lvt ├── zc-opt-hyperref04.tlg ├── zc-opt-hyperref04.xetex.tlg ├── zc-opt-hyperref05.lvt ├── zc-opt-hyperref05.tlg ├── zc-opt-lang01.luatex.tlg ├── zc-opt-lang01.lvt ├── zc-opt-lang01.tlg ├── zc-opt-lang01.xetex.tlg ├── zc-opt-lang02.luatex.tlg ├── zc-opt-lang02.lvt ├── zc-opt-lang02.tlg ├── zc-opt-lang02.xetex.tlg ├── zc-opt-lang03.luatex.tlg ├── zc-opt-lang03.lvt ├── zc-opt-lang03.tlg ├── zc-opt-lang03.xetex.tlg ├── zc-opt-lang04.luatex.tlg ├── zc-opt-lang04.lvt ├── zc-opt-lang04.tlg ├── zc-opt-lang04.xetex.tlg ├── zc-opt-lang05.luatex.tlg ├── zc-opt-lang05.lvt ├── zc-opt-lang05.tlg ├── zc-opt-lang05.xetex.tlg ├── zc-opt-lang06.luatex.tlg ├── zc-opt-lang06.lvt ├── zc-opt-lang06.tlg ├── zc-opt-lang06.xetex.tlg ├── zc-opt-nocompat01.lvt ├── zc-opt-nocompat01.tlg ├── zc-opt-nocompat02.lvt ├── zc-opt-nocompat02.tlg ├── zc-opt-nocompat03.lvt ├── zc-opt-nocompat03.tlg ├── zc-opt-ref01.lvt ├── zc-opt-ref01.tlg ├── zc-opt-ref02.lvt ├── zc-opt-ref02.tlg ├── zc-opt-v01.lvt ├── zc-opt-v01.tlg ├── zc-precedence-rules01.lvt ├── zc-precedence-rules01.tlg ├── zc-sort01.lvt ├── zc-sort01.tlg ├── zc-typeset01.lvt ├── zc-typeset01.tlg ├── zc-typeset01.xetex.tlg ├── zc-typeset02.lvt ├── zc-typeset02.tlg ├── zc-typeset02.xetex.tlg ├── zc-zcref-options01.lvt ├── zc-zcref-options01.tlg ├── zc-zcref-options01.xetex.tlg ├── zc-zcref-options02.lvt ├── zc-zcref-options02.tlg ├── zc-zcref-options03.lvt ├── zc-zcref-options03.tlg └── zc-zcref-options03.xetex.tlg ├── zref-clever-code.tex ├── zref-clever-doc.tex ├── zref-clever.dtx └── zref-clever.ins /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /DEPENDS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/DEPENDS.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/README.md -------------------------------------------------------------------------------- /ctan-announcement.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/ctan-announcement.text -------------------------------------------------------------------------------- /ctan-note.text: -------------------------------------------------------------------------------- 1 | Thank you! :-) 2 | -------------------------------------------------------------------------------- /readme-ctan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/readme-ctan.md -------------------------------------------------------------------------------- /testfiles-4runs/zc-compat-mathtools01.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles-4runs/zc-compat-mathtools01.luatex.tlg -------------------------------------------------------------------------------- /testfiles-4runs/zc-compat-mathtools01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles-4runs/zc-compat-mathtools01.lvt -------------------------------------------------------------------------------- /testfiles-4runs/zc-compat-mathtools01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles-4runs/zc-compat-mathtools01.tlg -------------------------------------------------------------------------------- /testfiles-4runs/zc-compat-mathtools01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles-4runs/zc-compat-mathtools01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup01.lvt -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup01.tlg -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup02.lvt -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup02.tlg -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup03.lvt -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup03.tlg -------------------------------------------------------------------------------- /testfiles/zc-LanguageSetup03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-LanguageSetup03.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup01.lvt -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup01.tlg -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup02.lvt -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup02.tlg -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup03.lvt -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup03.tlg -------------------------------------------------------------------------------- /testfiles/zc-RefTypeSetup03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-RefTypeSetup03.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-bug-emptycntval01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-bug-emptycntval01.lvt -------------------------------------------------------------------------------- /testfiles/zc-bug-emptycntval01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-bug-emptycntval01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-article01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-article01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-article01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-article01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-article01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-article01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-book01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-book01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-book01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-book01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-book01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-book01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-memoir01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-memoir01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-memoir01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-memoir01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-memoir01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-memoir01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-report01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-report01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-report01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-report01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-report01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-report01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-scrartcl01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrartcl01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-scrartcl01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrartcl01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-scrartcl01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrartcl01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-scrbook01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrbook01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-scrbook01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrbook01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-scrbook01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrbook01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-scrreprt01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrreprt01.lvt -------------------------------------------------------------------------------- /testfiles/zc-class-scrreprt01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrreprt01.tlg -------------------------------------------------------------------------------- /testfiles/zc-class-scrreprt01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-class-scrreprt01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-amsmath01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-amsmath01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-amsmath01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-amsmath01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-amsmath01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-amsmath01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-appendices01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendices01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-appendices01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendices01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-appendices01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendices01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-appendices02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendices02.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-appendices02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendices02.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-appendices02.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendices02.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-appendix01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendix01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-appendix01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendix01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-appendix01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-appendix01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-breqn01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-breqn01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-breqn01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-breqn01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-breqn01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-breqn01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-enumitem01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-enumitem01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-enumitem01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-enumitem01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-enumitem01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-enumitem01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-listings01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-listings01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-listings01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-listings01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-listings01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-listings01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-memoir01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-memoir01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-memoir01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-memoir01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-memoir01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-memoir01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-subcaption01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-subcaption01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-subcaption01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-subcaption01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-subcaption01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-subcaption01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-subfig01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-subfig01.lvt -------------------------------------------------------------------------------- /testfiles/zc-compat-subfig01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-subfig01.tlg -------------------------------------------------------------------------------- /testfiles/zc-compat-subfig01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-compat-subfig01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-fallback01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-fallback01.lvt -------------------------------------------------------------------------------- /testfiles/zc-fallback01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-fallback01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-basic01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-basic01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-basic01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-basic01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-basic01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-basic01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-beamer01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-beamer01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-beamer01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-beamer01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-beamer01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-beamer01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-enumitem01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-enumitem01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-enumitem01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-enumitem01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-enumitem01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-enumitem01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat02.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat02.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat02.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat02.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat03.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat03.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat03.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat04.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat04.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat04.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat04.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat04.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat04.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat05.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat05.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat05.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat05.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newfloat05.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newfloat05.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem02.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem02.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem02.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem02.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem03.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem03.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem03.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem04.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem04.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem04.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem04.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-newtheorem04.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-newtheorem04.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-ordrefs01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-ordrefs01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-ordrefs01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-ordrefs01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-ordrefs01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-ordrefs01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-tcolorbox01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-tcolorbox01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-tcolorbox01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-tcolorbox01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-tcolorbox01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-tcolorbox01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-typeoverride01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-typeoverride01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-typeoverride01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-typeoverride01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-typeoverride01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-typeoverride01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-zref-vario01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-zref-vario01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-zref-vario01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-zref-vario01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-zref-vario01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-zref-vario01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-zref-xr01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-zref-xr01.lvt -------------------------------------------------------------------------------- /testfiles/zc-howto-zref-xr01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-zref-xr01.tlg -------------------------------------------------------------------------------- /testfiles/zc-howto-zref-xr01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-howto-zref-xr01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-label-options01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-label-options01.lvt -------------------------------------------------------------------------------- /testfiles/zc-label-options01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-label-options01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-dutch01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-dutch01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-dutch01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-dutch01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-english01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-english01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-english01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-english01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-french01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-french01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-french01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-french01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-german01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-german01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-german01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-german01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-italian01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-italian01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-italian01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-italian01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-portuguese01.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-portuguese01.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-portuguese01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-portuguese01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-portuguese01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-portuguese01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-portuguese01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-portuguese01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-russian01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-russian01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-russian01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-russian01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-spanish01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-spanish01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-spanish01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-spanish01.tlg -------------------------------------------------------------------------------- /testfiles/zc-langfile-swedish01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-swedish01.lvt -------------------------------------------------------------------------------- /testfiles/zc-langfile-swedish01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-langfile-swedish01.tlg -------------------------------------------------------------------------------- /testfiles/zc-languages01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-languages01.lvt -------------------------------------------------------------------------------- /testfiles/zc-languages01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-languages01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-check01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-check01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-check01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-check01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-g01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-g01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-g01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-g01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref02.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref02.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref02.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref02.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref03.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref03.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref03.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref03.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref03.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref04.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref04.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref04.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref04.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref04.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref04.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref05.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref05.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-hyperref05.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-hyperref05.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang01.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang01.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-lang01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang02.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang02.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang02.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-lang02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang02.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang02.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang02.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang03.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang03.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang03.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-lang03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang03.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang03.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang04.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang04.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang04.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang04.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-lang04.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang04.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang04.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang04.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang05.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang05.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang05.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang05.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-lang05.tlg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testfiles/zc-opt-lang05.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang05.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang06.luatex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang06.luatex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-lang06.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang06.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-lang06.tlg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /testfiles/zc-opt-lang06.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-lang06.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-nocompat01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-nocompat01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-nocompat01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-nocompat01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-nocompat02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-nocompat02.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-nocompat02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-nocompat02.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-nocompat03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-nocompat03.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-nocompat03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-nocompat03.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-ref01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-ref01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-ref01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-ref01.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-ref02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-ref02.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-ref02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-ref02.tlg -------------------------------------------------------------------------------- /testfiles/zc-opt-v01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-v01.lvt -------------------------------------------------------------------------------- /testfiles/zc-opt-v01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-opt-v01.tlg -------------------------------------------------------------------------------- /testfiles/zc-precedence-rules01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-precedence-rules01.lvt -------------------------------------------------------------------------------- /testfiles/zc-precedence-rules01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-precedence-rules01.tlg -------------------------------------------------------------------------------- /testfiles/zc-sort01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-sort01.lvt -------------------------------------------------------------------------------- /testfiles/zc-sort01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-sort01.tlg -------------------------------------------------------------------------------- /testfiles/zc-typeset01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-typeset01.lvt -------------------------------------------------------------------------------- /testfiles/zc-typeset01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-typeset01.tlg -------------------------------------------------------------------------------- /testfiles/zc-typeset01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-typeset01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-typeset02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-typeset02.lvt -------------------------------------------------------------------------------- /testfiles/zc-typeset02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-typeset02.tlg -------------------------------------------------------------------------------- /testfiles/zc-typeset02.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-typeset02.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-zcref-options01.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options01.lvt -------------------------------------------------------------------------------- /testfiles/zc-zcref-options01.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options01.tlg -------------------------------------------------------------------------------- /testfiles/zc-zcref-options01.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options01.xetex.tlg -------------------------------------------------------------------------------- /testfiles/zc-zcref-options02.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options02.lvt -------------------------------------------------------------------------------- /testfiles/zc-zcref-options02.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options02.tlg -------------------------------------------------------------------------------- /testfiles/zc-zcref-options03.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options03.lvt -------------------------------------------------------------------------------- /testfiles/zc-zcref-options03.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options03.tlg -------------------------------------------------------------------------------- /testfiles/zc-zcref-options03.xetex.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/testfiles/zc-zcref-options03.xetex.tlg -------------------------------------------------------------------------------- /zref-clever-code.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/zref-clever-code.tex -------------------------------------------------------------------------------- /zref-clever-doc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/zref-clever-doc.tex -------------------------------------------------------------------------------- /zref-clever.dtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/zref-clever.dtx -------------------------------------------------------------------------------- /zref-clever.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gusbrs/zref-clever/HEAD/zref-clever.ins --------------------------------------------------------------------------------