scitex_msword.profiles

Profiles for mapping MS Word styles to SciTeX writer structures.

Each profile corresponds to a journal / conference template, such as: - “generic” - “mdpi-ijerph” - “resna-2025” - “iop-double-anonymous”

The profiles define: - Which Word style names correspond to section headings - How to detect captions for figures and tables - How to handle references, lists, equations, etc. - Layout settings (columns, margins, fonts)

Functions

get_profile(name)

Get a Word profile by name.

list_profiles()

List available MS Word profiles.

register_profile(profile)

Register a custom Word profile.

Classes

BaseWordProfile(name, description[, ...])

Base configuration for mapping between DOCX and SciTeX writer documents.