You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
187 lines
6.0 KiB
187 lines
6.0 KiB
CHANGES
|
|
COPYING
|
|
MANIFEST.in
|
|
README
|
|
setup.cfg
|
|
setup.py
|
|
tox.ini
|
|
docs/Makefile
|
|
docs/generate_manpages.py
|
|
docs/make.bat
|
|
docs/man1/pybtex-convert.1
|
|
docs/man1/pybtex-format.1
|
|
docs/man1/pybtex.1
|
|
docs/pybtex_doctools/__init__.py
|
|
docs/pybtex_doctools/man.py
|
|
docs/pybtex_doctools/pygments.py
|
|
docs/site/conf.py
|
|
docs/site/index.rst
|
|
docs/source/cmdline.rst
|
|
docs/source/conf.py
|
|
docs/source/formats.rst
|
|
docs/source/history.rst
|
|
docs/source/index.rst
|
|
docs/source/api/formatting.rst
|
|
docs/source/api/index.rst
|
|
docs/source/api/parsing.rst
|
|
docs/source/api/plugins.rst
|
|
docs/source/api/styles.rst
|
|
docs/theme/layout.html
|
|
docs/theme/package-lock.json
|
|
docs/theme/package.json
|
|
docs/theme/postcss.config.js
|
|
docs/theme/tailwind.config.js
|
|
docs/theme/theme.conf
|
|
docs/theme/css-src/master.css
|
|
docs/theme/node_modules/normalize.css/normalize.css
|
|
docs/theme/node_modules/postcss-discard-overridden/src/__tests__/fixtures/counter-style.css
|
|
docs/theme/node_modules/postcss-discard-overridden/src/__tests__/fixtures/counter-style.post.css
|
|
docs/theme/node_modules/postcss-discard-overridden/src/__tests__/fixtures/keyframes.css
|
|
docs/theme/node_modules/postcss-discard-overridden/src/__tests__/fixtures/keyframes.post.css
|
|
docs/theme/node_modules/sprintf-js/demo/angular.html
|
|
docs/theme/node_modules/tailwindcss/base.css
|
|
docs/theme/node_modules/tailwindcss/components.css
|
|
docs/theme/node_modules/tailwindcss/screens.css
|
|
docs/theme/node_modules/tailwindcss/tailwind.css
|
|
docs/theme/node_modules/tailwindcss/utilities.css
|
|
docs/theme/node_modules/tailwindcss/dist/base.css
|
|
docs/theme/node_modules/tailwindcss/dist/base.min.css
|
|
docs/theme/node_modules/tailwindcss/dist/components.css
|
|
docs/theme/node_modules/tailwindcss/dist/components.min.css
|
|
docs/theme/node_modules/tailwindcss/dist/tailwind-experimental.css
|
|
docs/theme/node_modules/tailwindcss/dist/tailwind-experimental.min.css
|
|
docs/theme/node_modules/tailwindcss/dist/tailwind.css
|
|
docs/theme/node_modules/tailwindcss/dist/tailwind.min.css
|
|
docs/theme/node_modules/tailwindcss/dist/utilities.css
|
|
docs/theme/node_modules/tailwindcss/dist/utilities.min.css
|
|
docs/theme/node_modules/tailwindcss/lib/plugins/css/preflight.css
|
|
docs/theme/node_modules/tailwindcss/node_modules/@fullhuman/postcss-purgecss/node_modules/postcss/docs/api/index.html
|
|
docs/theme/node_modules/tailwindcss/node_modules/@fullhuman/postcss-purgecss/node_modules/postcss/docs/api/assets/styles.min.css
|
|
docs/theme/node_modules/tailwindcss/node_modules/purgecss/node_modules/postcss/docs/api/index.html
|
|
docs/theme/node_modules/tailwindcss/node_modules/purgecss/node_modules/postcss/docs/api/assets/styles.min.css
|
|
docs/theme/static/master.css
|
|
docs/theme/static/print.css
|
|
docs/theme/static/site.css
|
|
examples/make.sh
|
|
examples/xampl.bib
|
|
examples/xampl.bibtexml
|
|
examples/xampl.tex
|
|
examples/xampl.yaml
|
|
examples/sample_plugins/README
|
|
examples/sample_plugins/setup.py
|
|
examples/sample_plugins/toyplugins.py
|
|
examples/tugboat/README
|
|
examples/tugboat/tugboat.aux
|
|
examples/tugboat/tugboat.bib
|
|
pybtex/__init__.py
|
|
pybtex/__main__.py
|
|
pybtex/__version__.py
|
|
pybtex/auxfile.py
|
|
pybtex/cmdline.py
|
|
pybtex/errors.py
|
|
pybtex/exceptions.py
|
|
pybtex/io.py
|
|
pybtex/kpathsea.py
|
|
pybtex/py3compat.py
|
|
pybtex/richtext.py
|
|
pybtex/scanner.py
|
|
pybtex/textutils.py
|
|
pybtex/utils.py
|
|
pybtex.egg-info/PKG-INFO
|
|
pybtex.egg-info/SOURCES.txt
|
|
pybtex.egg-info/dependency_links.txt
|
|
pybtex.egg-info/entry_points.txt
|
|
pybtex.egg-info/requires.txt
|
|
pybtex.egg-info/top_level.txt
|
|
pybtex.egg-info/zip-safe
|
|
pybtex/backends/__init__.py
|
|
pybtex/backends/html.py
|
|
pybtex/backends/latex.py
|
|
pybtex/backends/markdown.py
|
|
pybtex/backends/plaintext.py
|
|
pybtex/bibtex/__init__.py
|
|
pybtex/bibtex/bst.py
|
|
pybtex/bibtex/builtins.py
|
|
pybtex/bibtex/exceptions.py
|
|
pybtex/bibtex/interpreter.py
|
|
pybtex/bibtex/names.py
|
|
pybtex/bibtex/runner.py
|
|
pybtex/bibtex/utils.py
|
|
pybtex/charwidths/__init__.py
|
|
pybtex/charwidths/make_charwidths.py
|
|
pybtex/database/__init__.py
|
|
pybtex/database/convert/__init__.py
|
|
pybtex/database/convert/__main__.py
|
|
pybtex/database/format/__init__.py
|
|
pybtex/database/format/__main__.py
|
|
pybtex/database/input/__init__.py
|
|
pybtex/database/input/bibtex.py
|
|
pybtex/database/input/bibtexml.py
|
|
pybtex/database/input/bibyaml.py
|
|
pybtex/database/output/__init__.py
|
|
pybtex/database/output/bibtex.py
|
|
pybtex/database/output/bibtexml.py
|
|
pybtex/database/output/bibyaml.py
|
|
pybtex/markup/__init__.py
|
|
pybtex/plugin/__init__.py
|
|
pybtex/style/__init__.py
|
|
pybtex/style/template.py
|
|
pybtex/style/formatting/__init__.py
|
|
pybtex/style/formatting/alpha.py
|
|
pybtex/style/formatting/plain.py
|
|
pybtex/style/formatting/unsrt.py
|
|
pybtex/style/formatting/unsrtalpha.py
|
|
pybtex/style/labels/__init__.py
|
|
pybtex/style/labels/alpha.py
|
|
pybtex/style/labels/number.py
|
|
pybtex/style/names/__init__.py
|
|
pybtex/style/names/lastfirst.py
|
|
pybtex/style/names/plain.py
|
|
pybtex/style/sorting/__init__.py
|
|
pybtex/style/sorting/author_year_title.py
|
|
pybtex/style/sorting/none.py
|
|
tests/__init__.py
|
|
tests/backend_test.py
|
|
tests/bibtex_parser_test.py
|
|
tests/general_engine_test.py
|
|
tests/io_test.py
|
|
tests/markup_test.py
|
|
tests/parse_name_test.py
|
|
tests/plugin_test.py
|
|
tests/richtext_test.py
|
|
tests/utils.py
|
|
tests/bst_parser_test/__init__.py
|
|
tests/bst_parser_test/apacite.py
|
|
tests/bst_parser_test/bst_parser_test.py
|
|
tests/bst_parser_test/jurabib.py
|
|
tests/bst_parser_test/plain.py
|
|
tests/data/IEEEtran.aux
|
|
tests/data/IEEEtran.bib
|
|
tests/data/IEEEtran.bst
|
|
tests/data/IEEEtran_IEEEtran.bibtex.bbl
|
|
tests/data/__init__.py
|
|
tests/data/alpha.bst
|
|
tests/data/apacite.bst
|
|
tests/data/cyrillic.bib
|
|
tests/data/cyrillic_alpha.bibtex.bbl
|
|
tests/data/cyrillic_alpha.pybtex.bbl
|
|
tests/data/cyrillic_plain.pybtex.bbl
|
|
tests/data/cyrillic_unsrt.bibtex.bbl
|
|
tests/data/cyrillic_unsrt.pybtex.bbl
|
|
tests/data/extrafields.bib
|
|
tests/data/extrafields_unsrt.pybtex.bbl
|
|
tests/data/jurabib.bst
|
|
tests/data/plain.bst
|
|
tests/data/unsrt.bst
|
|
tests/data/unsrt_mixed.bst
|
|
tests/data/xampl.bib
|
|
tests/data/xampl_alpha.bibtex.bbl
|
|
tests/data/xampl_jurabib.bibtex.bbl
|
|
tests/data/xampl_mixed.bib
|
|
tests/data/xampl_mixed_unsrt_mixed.aux
|
|
tests/data/xampl_mixed_unsrt_mixed.bibtex.bbl
|
|
tests/data/xampl_plain.bibtex.bbl
|
|
tests/data/xampl_unsrt.bibtex.bbl
|
|
tests/database_test/__init__.py
|
|
tests/database_test/data.py
|
|
tests/database_test/database_test.py |