├── .aspell.en.prepl ├── .aspell.en.pws ├── .gitignore ├── Readme.md ├── Source ├── .gitignore ├── ACM-Reference-Format.bst ├── IEEEtran.cls ├── Makefile ├── Variables.ini ├── aaai.bst ├── aaai.sty ├── abstract.tex ├── acm-bottom.tex ├── acm-ccs.tex ├── acmart.cls ├── aliascnt.sty ├── appendices.tex ├── breakurl.sty ├── cc-by.pdf ├── easychair.cls ├── elsarticle-harv.bst ├── elsarticle-num-names.bst ├── elsarticle-num.bst ├── elsarticle.cls ├── eptcs.bst ├── eptcs.cls ├── eptcsalpha.bst ├── eptcsalphaini.bst ├── eptcsini.bst ├── fig │ └── square-circle.pdf ├── fixbib.sty ├── includes.tex ├── lipics-logo-bw.pdf ├── lipics-v2021.cls ├── llncs.cls ├── llncsdoc.sty ├── midamble.inc.tex ├── paper.bib ├── paper.tex ├── postamble.inc.tex ├── preamble.inc.tex ├── remreset.sty ├── sn-jnl.cls ├── sn-mathphys.bst ├── sn-standardnature.bst ├── sn-vancouver.bst ├── spbasic.bst ├── splncs04.bst ├── spmpsci.bst ├── spphys.bst ├── sprmindx.sty ├── stvrauth.cls ├── svglov3.clo ├── svjour3.cls ├── usenix2019_v3.sty └── wileyj.bst ├── aspell-check.bat ├── aspell-check.readme ├── aspell-check.sh ├── authors.txt ├── bib-diff.php ├── bibtex-bib.lib.php ├── clean-bibtex.php ├── diff-versions.sh ├── export.php ├── import-citations.php ├── set-style.php ├── settings.inc.php ├── update-from.sh └── zip-export.sh /.aspell.en.prepl: -------------------------------------------------------------------------------- 1 | personal_repl-1.1 en 0 2 | -------------------------------------------------------------------------------- /.aspell.en.pws: -------------------------------------------------------------------------------- 1 | personal_ws-1.1 en 0 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/.gitignore -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Readme.md -------------------------------------------------------------------------------- /Source/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/.gitignore -------------------------------------------------------------------------------- /Source/ACM-Reference-Format.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/ACM-Reference-Format.bst -------------------------------------------------------------------------------- /Source/IEEEtran.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/IEEEtran.cls -------------------------------------------------------------------------------- /Source/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/Makefile -------------------------------------------------------------------------------- /Source/Variables.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/Variables.ini -------------------------------------------------------------------------------- /Source/aaai.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/aaai.bst -------------------------------------------------------------------------------- /Source/aaai.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/aaai.sty -------------------------------------------------------------------------------- /Source/abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/abstract.tex -------------------------------------------------------------------------------- /Source/acm-bottom.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/acm-bottom.tex -------------------------------------------------------------------------------- /Source/acm-ccs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/acm-ccs.tex -------------------------------------------------------------------------------- /Source/acmart.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/acmart.cls -------------------------------------------------------------------------------- /Source/aliascnt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/aliascnt.sty -------------------------------------------------------------------------------- /Source/appendices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/appendices.tex -------------------------------------------------------------------------------- /Source/breakurl.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/breakurl.sty -------------------------------------------------------------------------------- /Source/cc-by.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/cc-by.pdf -------------------------------------------------------------------------------- /Source/easychair.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/easychair.cls -------------------------------------------------------------------------------- /Source/elsarticle-harv.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/elsarticle-harv.bst -------------------------------------------------------------------------------- /Source/elsarticle-num-names.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/elsarticle-num-names.bst -------------------------------------------------------------------------------- /Source/elsarticle-num.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/elsarticle-num.bst -------------------------------------------------------------------------------- /Source/elsarticle.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/elsarticle.cls -------------------------------------------------------------------------------- /Source/eptcs.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/eptcs.bst -------------------------------------------------------------------------------- /Source/eptcs.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/eptcs.cls -------------------------------------------------------------------------------- /Source/eptcsalpha.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/eptcsalpha.bst -------------------------------------------------------------------------------- /Source/eptcsalphaini.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/eptcsalphaini.bst -------------------------------------------------------------------------------- /Source/eptcsini.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/eptcsini.bst -------------------------------------------------------------------------------- /Source/fig/square-circle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/fig/square-circle.pdf -------------------------------------------------------------------------------- /Source/fixbib.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/fixbib.sty -------------------------------------------------------------------------------- /Source/includes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/includes.tex -------------------------------------------------------------------------------- /Source/lipics-logo-bw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/lipics-logo-bw.pdf -------------------------------------------------------------------------------- /Source/lipics-v2021.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/lipics-v2021.cls -------------------------------------------------------------------------------- /Source/llncs.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/llncs.cls -------------------------------------------------------------------------------- /Source/llncsdoc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/llncsdoc.sty -------------------------------------------------------------------------------- /Source/midamble.inc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/midamble.inc.tex -------------------------------------------------------------------------------- /Source/paper.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/paper.bib -------------------------------------------------------------------------------- /Source/paper.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/paper.tex -------------------------------------------------------------------------------- /Source/postamble.inc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/postamble.inc.tex -------------------------------------------------------------------------------- /Source/preamble.inc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/preamble.inc.tex -------------------------------------------------------------------------------- /Source/remreset.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/remreset.sty -------------------------------------------------------------------------------- /Source/sn-jnl.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/sn-jnl.cls -------------------------------------------------------------------------------- /Source/sn-mathphys.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/sn-mathphys.bst -------------------------------------------------------------------------------- /Source/sn-standardnature.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/sn-standardnature.bst -------------------------------------------------------------------------------- /Source/sn-vancouver.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/sn-vancouver.bst -------------------------------------------------------------------------------- /Source/spbasic.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/spbasic.bst -------------------------------------------------------------------------------- /Source/splncs04.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/splncs04.bst -------------------------------------------------------------------------------- /Source/spmpsci.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/spmpsci.bst -------------------------------------------------------------------------------- /Source/spphys.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/spphys.bst -------------------------------------------------------------------------------- /Source/sprmindx.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/sprmindx.sty -------------------------------------------------------------------------------- /Source/stvrauth.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/stvrauth.cls -------------------------------------------------------------------------------- /Source/svglov3.clo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/svglov3.clo -------------------------------------------------------------------------------- /Source/svjour3.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/svjour3.cls -------------------------------------------------------------------------------- /Source/usenix2019_v3.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/usenix2019_v3.sty -------------------------------------------------------------------------------- /Source/wileyj.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/Source/wileyj.bst -------------------------------------------------------------------------------- /aspell-check.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/aspell-check.bat -------------------------------------------------------------------------------- /aspell-check.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/aspell-check.readme -------------------------------------------------------------------------------- /aspell-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/aspell-check.sh -------------------------------------------------------------------------------- /authors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/authors.txt -------------------------------------------------------------------------------- /bib-diff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/bib-diff.php -------------------------------------------------------------------------------- /bibtex-bib.lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/bibtex-bib.lib.php -------------------------------------------------------------------------------- /clean-bibtex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/clean-bibtex.php -------------------------------------------------------------------------------- /diff-versions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/diff-versions.sh -------------------------------------------------------------------------------- /export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/export.php -------------------------------------------------------------------------------- /import-citations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/import-citations.php -------------------------------------------------------------------------------- /set-style.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/set-style.php -------------------------------------------------------------------------------- /settings.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/settings.inc.php -------------------------------------------------------------------------------- /update-from.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/update-from.sh -------------------------------------------------------------------------------- /zip-export.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sylvainhalle/PaperShell/HEAD/zip-export.sh --------------------------------------------------------------------------------