SciTeX Writer

Getting Started

  • Installation
    • Requirements
    • Install from PyPI
    • Install from Source
    • Docker Setup
    • Verification
  • Quick Start
    • Clone a Template Project
    • Project Structure
    • Compile Documents
    • Manage Bibliography
    • MCP Server for AI Agents

API Reference

  • scitex_writer
    • usage()
    • Writer
      • Writer.__init__()
      • Writer._attach_or_create_project()
      • Writer._verify_project_structure()
      • Writer.compile_manuscript()
      • Writer.compile_supplementary()
      • Writer.compile_revision()
      • Writer.get_section()
      • Writer.read_section()
      • Writer.write_section()
      • Writer._list_sections()
      • Writer.watch()
      • Writer.get_pdf()
      • Writer.delete()
    • ensure_workspace()
    • gui()
    • Submodules
      • scitex_writer.compile
        • manuscript()
        • supplementary()
        • revision()
        • content()
      • scitex_writer.project
        • clone()
        • info()
        • get_pdf()
        • list_document_types()
      • scitex_writer.bib
        • list_files()
        • list_entries()
        • get()
        • add()
        • remove()
        • merge()
      • scitex_writer.tables
        • list()
        • add()
        • remove()
        • archive()
        • csv_to_latex()
        • latex_to_csv()
      • scitex_writer.figures
        • list()
        • add()
        • remove()
        • archive()
        • convert()
        • pdf_to_images()
      • scitex_writer.export
        • manuscript()
        • clean_latex()
        • suggest_categories()
      • scitex_writer.guidelines
        • get()
        • build()
        • list_sections()
      • scitex_writer.prompts
        • generate_asta()
      • scitex_writer.writer
        • Writer
SciTeX Writer
  • Search


© Copyright 2025, Yusuke Watanabe.

Built with Sphinx using a theme provided by Read the Docs.