rxiv-maker 1.16.3__tar.gz → 1.16.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/CHANGELOG.md +34 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/PKG-INFO +122 -191
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/README.md +120 -189
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/pyproject.toml +1 -1
- rxiv_maker-1.16.5/src/docs/api/README.md +28 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/__version__.py.md +1 -1
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/author_name_formatter.py.md +5 -5
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/bibliography_parser.py.md +5 -5
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/cache_utils.py.md +5 -5
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/changelog_parser.py.md +9 -9
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/citation_utils.py.md +4 -4
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/email_encoder.py.md +5 -5
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/error_codes.py.md +2 -2
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/figure_utils.py.md +8 -8
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/github.py.md +12 -12
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/homebrew_checker.py.md +4 -4
- rxiv_maker-1.16.5/src/docs/api/index.md +28 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/install_detector.py.md +4 -4
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/logging_config.py.md +29 -29
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/operation_ids.py.md +15 -15
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/platform.py.md +38 -38
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/python_execution_reporter.py.md +21 -21
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/text_utils.py.md +3 -3
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/unicode_safe.py.md +14 -14
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/url_to_doi.py.md +3 -3
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/docs/api/validate.py.md +7 -7
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/__version__.py +1 -1
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/upgrade.py +26 -42
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/generate_docs.py +6 -3
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/templates/registry.py +53 -29
- rxiv_maker-1.16.3/src/docs/api/README.md +0 -28
- rxiv_maker-1.16.3/src/docs/api/index.md +0 -28
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/.gitignore +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/LICENSE +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/logo/logo-rxiv-maker.afdesign +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/logo/logo-rxiv-maker.png +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/logo/logo-rxiv-maker.svg +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/__main__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/arxiv.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/bibliography.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/build.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/cache_management.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/changelog.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/check_installation.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/clean.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/completion.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/config.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/create_repo.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/docx.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/figures.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/get_rxiv_preprint.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/init.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/install_deps.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/repo_init.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/repos.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/repos_search.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/setup.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/track_changes.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/validate.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/commands/version.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/base.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/cache_commands.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/config_commands.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/content_commands.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/decorators.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/utility_commands.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework/workflow_commands.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/framework.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/interactive.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/interactive_prompts.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/cli/main.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/config/defaults.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/config/validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/citation_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/code_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/comment_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/custom_command_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/figure_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/html_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/list_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/math_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/md2tex.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/python_executor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/section_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/supplementary_note_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/table_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/text_formatters.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/types.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/converters/url_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/cache/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/cache/advanced_cache.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/cache/bibliography_cache.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/cache/cache_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/cache/doi_cache.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/cache/secure_cache_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/content_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/environment_bootstrap.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/environment_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/error_codes.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/error_recovery.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/logging_config.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/cache_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/config_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/dependency_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/execution_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/file_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/install_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/state_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/unified_config_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/validation_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/managers/workflow_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/path_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/progress_framework.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/repo_config.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/repository.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/session_optimizer.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/core/validation_framework.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/data/tips.yaml +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/add_bibliography.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/build_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/cleanup.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/fix_bibliography.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/generate_figures.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/generate_preprint.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/prepare_arxiv.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/setup_environment.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/track_changes.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/validate.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/engines/operations/validate_pdf.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/exporters/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/exporters/docx_citation_mapper.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/exporters/docx_content_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/exporters/docx_exporter.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/exporters/docx_writer.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/dependency_handlers/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/dependency_handlers/latex.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/dependency_handlers/r_lang.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/dependency_handlers/system_libs.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/platform_installers/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/platform_installers/base.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/platform_installers/linux.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/platform_installers/macos.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/platform_installers/windows.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/utils/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/utils/logging.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/utils/progress.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/install/utils/verification.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/manuscript_utils/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/manuscript_utils/figure_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/processors/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/processors/author_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/processors/markdown_preprocessor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/processors/template_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/processors/yaml_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/rxiv_maker_cli.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/scripts/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/scripts/custom_doc_generator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/scripts/validate_manuscript.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/base.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/build_service.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/configuration_service.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/manuscript_service.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/publication_service.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/services/validation_service.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/templates/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/templates/manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/tex/python_execution_section.tex +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/author_name_formatter.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/bibliography_checksum.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/bibliography_parser.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/bst_generator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/changelog_parser.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/citation_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/dependency_checker.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/docx_helpers.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/doi_resolver.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/email_encoder.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/figure_checksum.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/file_helpers.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/github.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/homebrew_checker.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/install_detector.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/operation_ids.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/pdf_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/performance.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/platform.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/python_execution_reporter.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/retry.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/text_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/tips.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/title_sync.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/unicode_safe.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/update_checker.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/utils/url_to_doi.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validate.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/base_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/citation_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/doi/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/doi/api_clients.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/doi/metadata_comparator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/doi_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/figure_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/latex_error_parser.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/math_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/pdf_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/reference_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/rxiv_maker/validators/syntax_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/tex/style/rxiv_maker_style.bst +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/tex/style/rxiv_maker_style.cls +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/src/tex/template.tex +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/cli/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/cli/test_build.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/cli/test_changelog_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/cli/test_init_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/cli/test_main.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/conftest.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/e2e/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/e2e/test_dummy_manuscript_generator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/e2e/test_figure_workflow_validation.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/00_CONFIG.yml +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/01_MAIN.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/03_REFERENCES.bib +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/FIGURES/Fig1.png +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/FIGURES/Fig2.png +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/FIGURES/Fig3.png +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/README.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/docx_export/sample_manuscript/01_MAIN.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/docx_export/sample_manuscript/02_SUPPLEMENTARY_INFO.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/docx_export/sample_manuscript/03_REFERENCES.bib +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/docx_export/sample_manuscript/2025__unknown_et_al__rxiv.docx +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/fixtures/docx_export/sample_manuscript/sample_manuscript.docx +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_article_generation.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_bibliography_author_format_docx.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_binary_distribution.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_centralized_components.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_citation_injection.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_comment_system_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_docx_export_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_doi_fallback_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_doi_validation_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_example_manuscript.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_guillaume_fixtures.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_homebrew_workflow_validation.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_infrastructure_suite.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_init_build_workflow.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_install_verification_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_latex_dependency_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_manuscript_directory_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_manuscript_python_execution_reporting.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_practical_manuscript_workflows.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_pypi_package_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_python_execution_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_repository_cli_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_supplementary_formatting.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_user_reported_issue.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/integration/test_validation_workflow.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/README.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/conftest.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_cli_argument_parsing.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_discord_reported_issues.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_error_message_quality.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_google_colab_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_guillaume_edge_cases.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_guillaume_pr131_rewrite.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_path_resolution.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_widget_author_behavior.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/regression/test_widget_interactions_playwright.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/smoke/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/smoke/test_basic_functionality.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/smoke/test_cli_smoke.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/system/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/system/test_ci_matrix.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/system/test_cli_workflows.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/system/test_end_to_end.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/test_homebrew_checker.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/test_install_detector.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/exporters/__init__.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/exporters/test_docx_citation_mapper.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/exporters/test_docx_content_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_add_bibliography.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_arxiv_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_async_execution_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_author_name_formatter.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_author_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_build_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_build_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_build_manager_manuscript_path.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_cache_security.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_cache_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_check_installation_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_citation_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_citation_rendering.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_citation_style.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_citation_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_cli_cleanup_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_cli_structure.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_comment_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_conda_installation_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_conda_platform_detection.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_cross_platform_optimizations.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_custom_command_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_dependency_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_dependency_package_names.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_docx_helpers.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_doi_fallback_system.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_doi_resolver.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_doi_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_email_encoder.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_environment_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_error_handling_scenarios.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_execution_manager_comprehensive.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_figure_generator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_figure_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_figure_processor_error_handling.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_file_helpers.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_fix_bibliography.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_generate_docs.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_generate_preprint.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_github.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_github_actions_integration.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_importlib_edge_cases.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_install_platform_installers.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_install_system_libs.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_install_verification.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_interactive_path_change.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_interactive_validators.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_latex_dependency_handler.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_manuscript_figure_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_manuscript_repository.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_math_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_md2tex.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_mermaid_fallback.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_path_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_pdf_validator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_platform_comprehensive.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_platform_detector.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_processor_suite.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_python_execution_reporter.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_python_executor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_release_orchestrator.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_repository_manager.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_rxiv_setup_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_security_features.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_security_scanner.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_setup_environment.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_style_file_resolution.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_supplementary_note_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_table_rotation.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_template_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_text_formatters.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_text_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_tips.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_title_sync.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_title_sync_validation.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_track_changes.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_trailing_slash_regression.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_upgrade_command.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_url_to_doi.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_utils.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_validate_backticks.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_validate_command_fixed.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_validate_manuscript.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_validation_suite.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_validators.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/unit/test_yaml_processor.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/README.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/00_CONFIG.yml +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/01_MAIN.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/03_REFERENCES.bib +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/FIGURES/Figure__positioning_test.png +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/FIGURES/Figure__positioning_test.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/FIGURES/ReadyFig.png +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/FIGURES/ReadyFig.py +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/figure-positioning/README.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/methods-placement/00_CONFIG.yml +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/methods-placement/01_MAIN.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/methods-placement/02_SUPPLEMENTARY_INFO.md +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/methods-placement/03_REFERENCES.bib +0 -0
- {rxiv_maker-1.16.3 → rxiv_maker-1.16.5}/tests/visual/methods-placement/README.md +0 -0
|
@@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.16.5] - 2025-12-15
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **Init Template Improvements**: Enhanced default manuscript templates for better user experience
|
|
15
|
+
- Fixed Mermaid diagram template with proper neo theme configuration to prevent 204 errors
|
|
16
|
+
- Added descriptive alt text to example figure for accessibility compliance
|
|
17
|
+
- Expanded template content from ~120 to ~412 words with realistic examples
|
|
18
|
+
- Added proper citations in text body that reference bibliography entries
|
|
19
|
+
- Improved bibliography with 3 complete, realistic reference entries
|
|
20
|
+
- Added figure cross-references using `@fig:example` syntax
|
|
21
|
+
- Templates now follow manuscript-rxiv-maker quality standards
|
|
22
|
+
|
|
23
|
+
- **Upgrade Command Import Error**: Fixed critical bug preventing CLI from loading
|
|
24
|
+
- Replaced missing `execute_upgrade` import from henriqueslab-updater
|
|
25
|
+
- Implemented safer subprocess execution using `shlex.split`
|
|
26
|
+
- Resolved ImportError that prevented `rxiv` command from running
|
|
27
|
+
|
|
28
|
+
## [1.16.4] - 2025-12-15
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- **Stale Update Notification Cache**: Updated to `henriqueslab-updater>=1.1.3` to fix stale update notifications
|
|
33
|
+
- Cache now invalidates when current version changes
|
|
34
|
+
- Prevents showing "update available" after already upgrading
|
|
35
|
+
|
|
36
|
+
### Changed
|
|
37
|
+
|
|
38
|
+
- **Upgrade Command Refactoring**: Migrated to centralized upgrade executor from henriqueslab-updater
|
|
39
|
+
- Removed custom subprocess and compound command handling logic
|
|
40
|
+
- Now uses `execute_upgrade()` function for consistent upgrade behavior
|
|
41
|
+
- Reduced code complexity and improved maintainability
|
|
42
|
+
- Eliminates ~50 lines of duplicate upgrade execution code
|
|
43
|
+
|
|
10
44
|
## [1.16.3] - 2025-12-15
|
|
11
45
|
|
|
12
46
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rxiv-maker
|
|
3
|
-
Version: 1.16.
|
|
3
|
+
Version: 1.16.5
|
|
4
4
|
Summary: Write scientific preprints in Markdown. Generate publication-ready PDFs efficiently.
|
|
5
5
|
Project-URL: Homepage, https://github.com/HenriquesLab/rxiv-maker
|
|
6
6
|
Project-URL: Documentation, https://github.com/HenriquesLab/rxiv-maker#readme
|
|
@@ -27,7 +27,7 @@ Requires-Python: >=3.10
|
|
|
27
27
|
Requires-Dist: click>=8.0.0
|
|
28
28
|
Requires-Dist: crossref-commons>=0.0.7
|
|
29
29
|
Requires-Dist: gitpython>=3.1.0
|
|
30
|
-
Requires-Dist: henriqueslab-updater>=1.
|
|
30
|
+
Requires-Dist: henriqueslab-updater>=1.1.3
|
|
31
31
|
Requires-Dist: latex2mathml>=3.78.0
|
|
32
32
|
Requires-Dist: matplotlib>=3.7.0
|
|
33
33
|
Requires-Dist: numpy>=1.24.0
|
|
@@ -85,76 +85,70 @@ Description-Content-Type: text/markdown
|
|
|
85
85
|
|
|
86
86
|
**Write scientific preprints in Markdown. Generate publication-ready PDFs efficiently.**
|
|
87
87
|
|
|
88
|
+
> **💡 Best Experience:** Use the [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=HenriquesLab.rxiv-maker) for syntax highlighting and citations.
|
|
89
|
+
|
|
88
90
|
Rxiv-Maker converts enhanced Markdown into professional PDFs with automated figure generation, citation management, and LaTeX typesetting. While LaTeX installation is required, users don't need to write LaTeX code directly.
|
|
89
91
|
|
|
90
92
|
## ✨ Why Rxiv-Maker?
|
|
91
93
|
|
|
92
|
-
|
|
93
|
-
- **
|
|
94
|
-
- **
|
|
95
|
-
- **
|
|
96
|
-
- **Instant PDFs**: From Markdown to professional academic PDF
|
|
97
|
-
|
|
98
|
-
### 🚀 **For Teams**
|
|
94
|
+
- **Write in Markdown**: Focus on content, not LaTeX formatting
|
|
95
|
+
- **Automated Figures**: Python/R scripts become publication figures
|
|
96
|
+
- **Smart Citations**: BibTeX integration with cross-references and DOI resolution
|
|
97
|
+
- **Dual Output**: Generate both PDF and DOCX from the same source
|
|
99
98
|
- **Git-Friendly**: Version control for manuscripts and figures
|
|
100
99
|
- **Reproducible**: All figures generated from code
|
|
101
|
-
- **Collaborative**: Standard tools, no vendor lock-in
|
|
102
|
-
- **Multi-Platform**: Works everywhere with local installation
|
|
103
|
-
|
|
104
|
-
### 📈 **For Publishing**
|
|
105
100
|
- **arXiv Ready**: Generate submission packages automatically
|
|
106
101
|
- **Track Changes**: Visual diff between manuscript versions
|
|
107
|
-
- **Quality Assurance**: Built-in validation and error checking
|
|
108
102
|
|
|
109
103
|
## 🚀 Installation
|
|
110
104
|
|
|
111
|
-
|
|
105
|
+
<details>
|
|
106
|
+
<summary>🍎 <strong>macOS</strong> (Recommended - includes LaTeX automatically)</summary>
|
|
112
107
|
|
|
113
|
-
**🍎 macOS (Recommended):**
|
|
114
108
|
```bash
|
|
115
109
|
brew tap henriqueslab/formulas
|
|
116
110
|
brew install rxiv-maker
|
|
117
111
|
rxiv check-installation
|
|
118
112
|
```
|
|
119
113
|
|
|
120
|
-
|
|
114
|
+
**Upgrade:**
|
|
115
|
+
```bash
|
|
116
|
+
brew upgrade rxiv-maker
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
> **📖 [Homebrew Formula](https://github.com/HenriquesLab/homebrew-formulas)** - Includes Python, LaTeX (MacTeX), and all dependencies
|
|
120
|
+
|
|
121
|
+
</details>
|
|
122
|
+
|
|
123
|
+
<details>
|
|
124
|
+
<summary>🐧 <strong>Linux / Windows (WSL)</strong></summary>
|
|
125
|
+
|
|
126
|
+
**Using pipx (recommended):**
|
|
121
127
|
```bash
|
|
122
128
|
pipx install rxiv-maker
|
|
123
129
|
rxiv check-installation
|
|
124
130
|
```
|
|
125
131
|
|
|
126
|
-
|
|
132
|
+
**Using uv (faster alternative):**
|
|
127
133
|
```bash
|
|
128
|
-
# Using pip (simpler, but may conflict with system packages)
|
|
129
|
-
pip install rxiv-maker
|
|
130
|
-
|
|
131
|
-
# Using uv (modern, fast package manager)
|
|
132
134
|
uv tool install rxiv-maker
|
|
133
|
-
|
|
134
|
-
# Verify any installation
|
|
135
135
|
rxiv check-installation
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
|
|
139
|
-
- **LaTeX Distribution**: Required for PDF generation
|
|
140
|
-
- **macOS**: MacTeX (recommended) or BasicTeX
|
|
141
|
-
- **Windows**: MiKTeX or TeX Live
|
|
142
|
-
- **Linux**: TeX Live (install via system package manager)
|
|
138
|
+
**Requirements:**
|
|
143
139
|
- **Python 3.11+**: For rxiv-maker CLI and figure generation
|
|
140
|
+
- **LaTeX Distribution**: Install via system package manager
|
|
141
|
+
- **Ubuntu/Debian**: `sudo apt install texlive-latex-recommended`
|
|
142
|
+
- **Fedora/RHEL**: `sudo dnf install texlive-latex`
|
|
144
143
|
|
|
145
|
-
**
|
|
144
|
+
**Upgrade:**
|
|
146
145
|
```bash
|
|
147
|
-
#
|
|
148
|
-
rxiv upgrade
|
|
149
|
-
|
|
150
|
-
# Or use the same method you used to install:
|
|
151
|
-
brew upgrade rxiv-maker # If you installed with Homebrew
|
|
152
|
-
pipx upgrade rxiv-maker # If you installed with pipx
|
|
153
|
-
pip install --upgrade rxiv-maker # If you installed with pip
|
|
154
|
-
uv tool upgrade rxiv-maker # If you installed with uv
|
|
146
|
+
pipx upgrade rxiv-maker # or: uv tool upgrade rxiv-maker
|
|
155
147
|
```
|
|
156
148
|
|
|
157
|
-
|
|
149
|
+
</details>
|
|
150
|
+
|
|
151
|
+
> **📖 Need help?** See the [complete installation guide](https://rxiv-maker.henriqueslab.org/getting-started/installation/) for detailed platform-specific instructions.
|
|
158
152
|
|
|
159
153
|
## 🔥 Quick Start
|
|
160
154
|
|
|
@@ -180,7 +174,7 @@ cd manuscript-rxiv-maker/MANUSCRIPT
|
|
|
180
174
|
rxiv pdf
|
|
181
175
|
```
|
|
182
176
|
|
|
183
|
-
**🎯 [Getting Started Guide](
|
|
177
|
+
**🎯 [Getting Started Guide](https://rxiv-maker.henriqueslab.org/getting-started/first-manuscript/)**
|
|
184
178
|
|
|
185
179
|
## 🏆 Key Features
|
|
186
180
|
|
|
@@ -206,8 +200,7 @@ rxiv pdf
|
|
|
206
200
|
- **Inline DOI resolution**: Paste DOIs directly in text `10.1038/...` and auto-convert to citations
|
|
207
201
|
- CrossRef/DataCite DOI validation and metadata fetching
|
|
208
202
|
|
|
209
|
-
|
|
210
|
-
> 📖 **Learn more**: [10-Minute Tutorial](https://rxiv-maker.henriqueslab.org/getting-started/citations-tutorial/) | [Complete Guide](https://rxiv-maker.henriqueslab.org/guides/citations-and-references/)
|
|
203
|
+
> 📖 **Learn more**: [Quick Reference Cheat-Sheet](https://rxiv-maker.henriqueslab.org/getting-started/quick-reference/)
|
|
211
204
|
|
|
212
205
|
### 🔧 **Developer Experience**
|
|
213
206
|
- Modern CLI with rich output and progress bars
|
|
@@ -225,32 +218,22 @@ rxiv pdf
|
|
|
225
218
|
|
|
226
219
|
**Input Markdown:**
|
|
227
220
|
```markdown
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
{{py:exec
|
|
231
|
-
import pandas as pd
|
|
232
|
-
import numpy as np
|
|
233
|
-
|
|
234
|
-
df = pd.read_csv("FIGURES/DATA/experimental_results.csv")
|
|
235
|
-
|
|
236
|
-
# Calculate correlation between specific columns (safer than iloc)
|
|
237
|
-
# Assuming the CSV has columns like 'treatment_effect' and 'baseline_score'
|
|
238
|
-
correlation = df['treatment_effect'].corr(df['baseline_score'])
|
|
239
|
-
sample_size = len(df)
|
|
240
|
-
}}
|
|
221
|
+
## Introduction
|
|
241
222
|
|
|
242
|
-
|
|
243
|
-
|
|
223
|
+
Recent advances in microscopy have enabled new insights into
|
|
224
|
+
cellular dynamics [@smith2023; @jones2024].
|
|
244
225
|
|
|
245
|
-

|
|
246
227
|
{#fig:results}
|
|
247
228
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## References
|
|
229
|
+
Our analysis (Figure @fig:results) shows significant improvement
|
|
230
|
+
over previous methods. Statistical analysis revealed p < 0.001.
|
|
251
231
|
```
|
|
252
232
|
|
|
253
|
-
**Output:** Professional PDF with numbered figures,
|
|
233
|
+
**Output:** Professional PDF with auto-numbered figures, formatted citations, and LaTeX typesetting.
|
|
234
|
+
|
|
235
|
+
> **💡 See the complete working example:**
|
|
236
|
+
> `rxiv get-rxiv-preprint` - clones [manuscript-rxiv-maker](https://github.com/HenriquesLab/manuscript-rxiv-maker) with advanced features including Python execution, DOI auto-resolution, and dynamic data integration.
|
|
254
237
|
|
|
255
238
|
## 📖 Documentation
|
|
256
239
|
|
|
@@ -264,12 +247,14 @@ Visit our **[official documentation website](https://rxiv-maker.henriqueslab.org
|
|
|
264
247
|
|
|
265
248
|
### For Developers
|
|
266
249
|
- **[CONTRIBUTING.md](CONTRIBUTING.md)** - Contribution guidelines
|
|
267
|
-
- **[CLAUDE.md](CLAUDE.md)** - AI assistant instructions & testing commands
|
|
268
250
|
- **[CI-LOCAL-TESTING.md](CI-LOCAL-TESTING.md)** - Local CI workflow testing
|
|
269
251
|
- **[Developer Docs](docs/)** - Technical documentation and API details
|
|
270
252
|
|
|
271
253
|
## 🎯 Use Cases
|
|
272
254
|
|
|
255
|
+
<details>
|
|
256
|
+
<summary>📄 <strong>Research Preprints, Reproducible Figures, and Collaborative Workflows</strong></summary>
|
|
257
|
+
|
|
273
258
|
### 📄 **Research Preprints**
|
|
274
259
|
- arXiv preprints with automated submission packages
|
|
275
260
|
- bioRxiv and other preprint servers with professional formatting
|
|
@@ -285,86 +270,66 @@ Visit our **[official documentation website](https://rxiv-maker.henriqueslab.org
|
|
|
285
270
|
- **Collaborative preprint writing** with version control
|
|
286
271
|
- **Supplementary materials** with automated generation
|
|
287
272
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
**The rxiv-maker ecosystem consists of interconnected repositories:**
|
|
291
|
-
|
|
292
|
-
### 📦 **Core Repositories**
|
|
293
|
-
|
|
294
|
-
1. **[rxiv-maker](https://github.com/HenriquesLab/rxiv-maker)** (this repository)
|
|
295
|
-
- Main Python package and CLI tool
|
|
296
|
-
- Core processing engine
|
|
297
|
-
- Development and contribution hub
|
|
298
|
-
|
|
299
|
-
2. **[website-rxiv-maker](https://github.com/HenriquesLab/website-rxiv-maker)**
|
|
300
|
-
- Official documentation website
|
|
301
|
-
- User guides and tutorials
|
|
302
|
-
- API reference and examples
|
|
303
|
-
- Visit: [rxiv-maker.henriqueslab.org](https://rxiv-maker.henriqueslab.org)
|
|
273
|
+
</details>
|
|
304
274
|
|
|
305
|
-
|
|
306
|
-
- Official example manuscript (published as arXiv:2508.00836)
|
|
307
|
-
- Complete working example with all features
|
|
308
|
-
- Clone with: `rxiv get-rxiv-preprint`
|
|
309
|
-
|
|
310
|
-
### 🔧 **Development Tools**
|
|
311
|
-
|
|
312
|
-
- **📝 [VS Code Extension](https://github.com/HenriquesLab/vscode-rxiv-maker)**
|
|
313
|
-
- Syntax highlighting and autocompletion
|
|
314
|
-
- Integrated build commands
|
|
315
|
-
- Real-time validation
|
|
316
|
-
|
|
317
|
-
- **🐳 [Docker Support](https://github.com/HenriquesLab/docker-rxiv-maker)**
|
|
318
|
-
- Containerized execution environment with pre-installed rxiv-maker
|
|
319
|
-
- Pre-configured LaTeX, Python, R, and all dependencies
|
|
320
|
-
- Perfect for CI/CD and users without local LaTeX installation
|
|
321
|
-
- Separate repository for easier maintenance and faster image updates
|
|
275
|
+
## 🏃♀️ Ecosystem & Workflows
|
|
322
276
|
|
|
323
|
-
|
|
277
|
+
**Three ways to use rxiv-maker:**
|
|
278
|
+
- 🖥️ **Local Installation**: Install directly on your system (recommended)
|
|
279
|
+
- 🐳 **Docker**: Pre-configured container with all dependencies
|
|
280
|
+
- ☁️ **Cloud**: GitHub Actions or Google Colab for browser-based editing
|
|
324
281
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
- **🌐 Google Colab**: Browser-based editing without local installation
|
|
328
|
-
- **🐳 Containers**: Docker for reproducible environments
|
|
282
|
+
<details>
|
|
283
|
+
<summary>🔗 <strong>Ecosystem</strong> - Related repositories and tools</summary>
|
|
329
284
|
|
|
330
|
-
###
|
|
285
|
+
### Ecosystem Overview
|
|
331
286
|
|
|
332
287
|
```mermaid
|
|
333
288
|
graph LR
|
|
334
|
-
A[rxiv-maker<br/>Core
|
|
289
|
+
A[rxiv-maker<br/>Core CLI] --> B[PyPI]
|
|
335
290
|
A --> C[Homebrew]
|
|
336
291
|
D[docker-rxiv-maker<br/>Container] --> E[Docker Hub]
|
|
337
|
-
D -.
|
|
338
|
-
F[vscode-rxiv-maker<br/>
|
|
339
|
-
G[
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
style
|
|
343
|
-
style
|
|
344
|
-
style
|
|
345
|
-
style
|
|
346
|
-
style
|
|
292
|
+
D -.includes.-> A
|
|
293
|
+
F[vscode-rxiv-maker<br/>VS Code] -.enhances.-> A
|
|
294
|
+
G[manuscript-rxiv-maker<br/>Example] -.demonstrates.-> A
|
|
295
|
+
|
|
296
|
+
style A fill:#2563eb,stroke:#1e40af,stroke-width:3px,color:#fff
|
|
297
|
+
style D fill:#ea580c,stroke:#c2410c,stroke-width:2px,color:#fff
|
|
298
|
+
style F fill:#7c3aed,stroke:#6d28d9,stroke-width:2px,color:#fff
|
|
299
|
+
style G fill:#059669,stroke:#047857,stroke-width:2px,color:#fff
|
|
300
|
+
style B fill:#64748b,stroke:#475569,color:#fff
|
|
301
|
+
style C fill:#64748b,stroke:#475569,color:#fff
|
|
302
|
+
style E fill:#64748b,stroke:#475569,color:#fff
|
|
347
303
|
```
|
|
348
304
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
305
|
+
### Related Repositories
|
|
306
|
+
|
|
307
|
+
| Repository | Purpose | Access |
|
|
308
|
+
|------------|---------|--------|
|
|
309
|
+
| **[rxiv-maker](https://github.com/HenriquesLab/rxiv-maker)** | Main CLI tool and Python package | `brew install rxiv-maker` |
|
|
310
|
+
| **[docker-rxiv-maker](https://github.com/HenriquesLab/docker-rxiv-maker)** | Pre-configured container with LaTeX + dependencies | `docker pull henriqueslab/rxiv-maker-base` |
|
|
311
|
+
| **[manuscript-rxiv-maker](https://github.com/HenriquesLab/manuscript-rxiv-maker)** | Complete example (published as arXiv:2508.00836) | `rxiv get-rxiv-preprint` |
|
|
312
|
+
| **[vscode-rxiv-maker](https://github.com/HenriquesLab/vscode-rxiv-maker)** | VS Code extension with syntax highlighting | VS Code Marketplace |
|
|
313
|
+
| **[Documentation](https://rxiv-maker.henriqueslab.org)** | User guides, API reference, tutorials | Visit website |
|
|
314
|
+
|
|
315
|
+
</details>
|
|
316
|
+
|
|
317
|
+
## 🚀 Quick Commands
|
|
353
318
|
|
|
354
|
-
|
|
319
|
+
**Essential commands to get started:**
|
|
355
320
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
| **[website-rxiv-maker](https://github.com/HenriquesLab/website-rxiv-maker)** | Documentation website | [rxiv-maker.henriqueslab.org](https://rxiv-maker.henriqueslab.org) | - |
|
|
321
|
+
```bash
|
|
322
|
+
rxiv init my-paper # Create new manuscript
|
|
323
|
+
rxiv pdf # Generate PDF
|
|
324
|
+
rxiv validate # Check manuscript quality
|
|
325
|
+
rxiv upgrade # Upgrade to latest version
|
|
326
|
+
```
|
|
363
327
|
|
|
364
|
-
|
|
328
|
+
<details>
|
|
329
|
+
<summary>📋 <strong>Complete Command Reference</strong> - Repository management, export options, and advanced workflows</summary>
|
|
365
330
|
|
|
331
|
+
### Core Commands
|
|
366
332
|
```bash
|
|
367
|
-
# Core Commands
|
|
368
333
|
rxiv init my-paper # Create new manuscript
|
|
369
334
|
rxiv get-rxiv-preprint # Clone complete example manuscript
|
|
370
335
|
rxiv pdf # Generate PDF
|
|
@@ -372,89 +337,55 @@ rxiv docx # Export to DOCX for collaborative review
|
|
|
372
337
|
rxiv validate # Check manuscript quality
|
|
373
338
|
rxiv arxiv # Prepare arXiv submission
|
|
374
339
|
rxiv track-changes v1 v2 # Visual version comparison
|
|
375
|
-
|
|
376
|
-
# Repository Management
|
|
377
|
-
rxiv create-repo # Create new manuscript repository (with GitHub integration)
|
|
378
|
-
rxiv repos # List all manuscript repositories
|
|
379
|
-
rxiv repos-search # Search and clone from GitHub
|
|
380
|
-
rxiv config # Interactive configuration menu
|
|
381
|
-
|
|
382
|
-
# Maintenance
|
|
383
|
-
rxiv upgrade # Upgrade to latest version
|
|
384
|
-
rxiv changelog # View changelog and release notes
|
|
385
|
-
rxiv changelog --recent 5 # View last 5 versions
|
|
386
340
|
```
|
|
387
341
|
|
|
388
|
-
###
|
|
389
|
-
|
|
390
|
-
Manage multiple manuscript repositories with GitHub integration:
|
|
391
|
-
|
|
342
|
+
### Repository Management
|
|
392
343
|
```bash
|
|
393
|
-
# Initial setup
|
|
394
|
-
rxiv repo-init
|
|
344
|
+
# Initial setup
|
|
345
|
+
rxiv repo-init # Interactive setup
|
|
346
|
+
rxiv config # Interactive configuration menu
|
|
347
|
+
|
|
348
|
+
# Create and manage repositories
|
|
349
|
+
rxiv create-repo my-paper # Create new manuscript repository (with GitHub integration)
|
|
350
|
+
rxiv repos # List all manuscript repositories
|
|
351
|
+
rxiv repos-search # Search and clone from GitHub
|
|
395
352
|
|
|
396
|
-
#
|
|
353
|
+
# Configuration
|
|
397
354
|
rxiv config set-repo-parent-dir ~/manuscripts
|
|
398
355
|
rxiv config set-repo-org YourGitHubOrg
|
|
399
|
-
|
|
400
|
-
# Create new repository (manuscript-{name})
|
|
401
|
-
rxiv create-repo my-paper
|
|
402
|
-
|
|
403
|
-
# List all repositories with git status
|
|
404
|
-
rxiv repos
|
|
405
|
-
|
|
406
|
-
# Search and clone from GitHub
|
|
407
|
-
rxiv repos-search my-paper
|
|
408
|
-
|
|
409
|
-
# Interactive configuration
|
|
410
|
-
rxiv config # Interactive menu
|
|
411
356
|
rxiv config --non-interactive # Show current settings
|
|
412
357
|
```
|
|
413
358
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
### 📄 DOCX Export for Collaborative Review
|
|
417
|
-
|
|
418
|
-
Share your manuscript with non-LaTeX collaborators by exporting to Microsoft Word format. The easiest way is to add the `--docx` flag when building your PDF:
|
|
419
|
-
|
|
359
|
+
### Maintenance
|
|
420
360
|
```bash
|
|
421
|
-
#
|
|
422
|
-
rxiv
|
|
361
|
+
rxiv upgrade # Upgrade to latest version
|
|
362
|
+
rxiv changelog # View changelog and release notes
|
|
363
|
+
rxiv changelog --recent 5 # View last 5 versions
|
|
364
|
+
```
|
|
423
365
|
|
|
424
|
-
|
|
425
|
-
rxiv pdf --docx --resolve-dois
|
|
366
|
+
> **💡 CI/Automation Note:** All interactive commands support non-interactive mode or configuration files for use in CI/CD pipelines and automated workflows. Use `--non-interactive` flag or configure via `~/.rxiv-maker/config` for non-TTY environments.
|
|
426
367
|
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
rxiv docx --no-footnotes # Without DOI footnotes
|
|
431
|
-
```
|
|
368
|
+
**📖 [Complete CLI Reference](https://rxiv-maker.henriqueslab.org/getting-started/quick-reference/)** - Full command documentation with examples and options.
|
|
369
|
+
|
|
370
|
+
</details>
|
|
432
371
|
|
|
433
|
-
|
|
434
|
-
- Automatically saved to `MANUSCRIPT/YEAR__lastname_et_al__rxiv.docx`
|
|
435
|
-
- Uses the same naming pattern as the PDF for easy identification
|
|
436
|
-
- Saved directly in the manuscript directory
|
|
372
|
+
## 📚 Publications Using Rxiv-Maker
|
|
437
373
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
-
|
|
441
|
-
-
|
|
442
|
-
-
|
|
443
|
-
|
|
444
|
-
- ✅ **Supplementary Info**: Automatically includes 02_SUPPLEMENTARY_INFO.md
|
|
445
|
-
- ✅ **Missing DOI Resolution**: Attempts to fetch DOIs from CrossRef/DataCite
|
|
374
|
+
| Publication | Authors | Venue | DOI |
|
|
375
|
+
|-------------|---------|-------|-----|
|
|
376
|
+
| Rxiv-Maker: an automated template engine for streamlined scientific publications | BM Saraiva et al. | arXiv (2025) | [10.48550/arXiv.2508.00836](https://doi.org/10.48550/arXiv.2508.00836) |
|
|
377
|
+
| Customizable FDM-based zebrafish embryo mold for live imaging | MX Rivera Pineda et al. | bioRxiv (2025) | [10.1101/2025.11.24.689779](https://doi.org/10.1101/2025.11.24.689779) |
|
|
378
|
+
| mAIcrobe: an open-source framework for high-throughput bacterial image analysis | AD Brito et al. | bioRxiv (2025) | [10.1101/2025.10.21.683709](https://doi.org/10.1101/2025.10.21.683709) |
|
|
379
|
+
| Filopodome proteomics identifies CCT8 as a MYO10 interactor critical for filopodia functions | A Popović et al. | bioRxiv (2025) | [10.64898/2025.12.03.691809](https://doi.org/10.64898/2025.12.03.691809) |
|
|
446
380
|
|
|
447
|
-
**
|
|
448
|
-
- Includes: Main manuscript (01_MAIN.md), supplementary information (02_SUPPLEMENTARY_INFO.md), and figures
|
|
449
|
-
- Converts: PDF figures to embedded PNG images (150 DPI, max 6" width)
|
|
450
|
-
- Excludes: YAML metadata headers
|
|
381
|
+
**📸 [View Publication Previews](https://rxiv-maker.henriqueslab.org/examples/showcase/)** - See manuscript thumbnails and access preprints
|
|
451
382
|
|
|
452
|
-
**[
|
|
383
|
+
> **Using Rxiv-Maker for your research?** Submit your publication via [GitHub Issue](https://github.com/HenriquesLab/rxiv-maker/issues/new?template=publication_submission.yml)
|
|
453
384
|
|
|
454
385
|
## 🤝 Community
|
|
455
386
|
|
|
456
387
|
- **💬 [GitHub Discussions](https://github.com/henriqueslab/rxiv-maker/discussions)** - Ask questions, share tips
|
|
457
|
-
- **🐛 [Issues](https://github.com/henriqueslab/rxiv-maker/issues)** - Report bugs, request features
|
|
388
|
+
- **🐛 [Issues](https://github.com/henriqueslab/rxiv-maker/issues)** - Report bugs, request features
|
|
458
389
|
- **📚 [Example Manuscript](https://github.com/HenriquesLab/manuscript-rxiv-maker)** - Clone instantly: `rxiv get-rxiv-preprint`
|
|
459
390
|
- **🧪 [Google Colab](https://colab.research.google.com/github/HenriquesLab/rxiv-maker/blob/main/notebooks/rxiv_maker_colab.ipynb)** - Try without installing
|
|
460
391
|
|
|
@@ -502,6 +433,6 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
502
433
|
|
|
503
434
|
*"Because science is hard enough without fighting with LaTeX."*
|
|
504
435
|
|
|
505
|
-
**[🚀 Start Writing](
|
|
436
|
+
**[🚀 Start Writing](https://rxiv-maker.henriqueslab.org/getting-started/first-manuscript/)** | **[📚 User Guide](https://rxiv-maker.henriqueslab.org/guides/)** | **[⚙️ CLI Reference](https://rxiv-maker.henriqueslab.org/getting-started/quick-reference/)**
|
|
506
437
|
|
|
507
438
|
</div>
|