diff --git a/README.md b/README.md index 551862d..bacdaa3 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Examples are shown below; more results are in [tests](./tests): Ensure Pandoc and Pandoc-Crossref are correctly installed (see [Install Dependencies](#install-dependencies)). Execute the following command in your terminal: ```shell -python ./tex2docx/tex2docx.py --input_texfile --multifig_dir --output_docxfile --reference_docfile --bibfile --cslfile +convert --input-texfile --output-docxfile ``` -Replace `<...>` with appropriate file paths or folder names. +Replace `<...>` in the command with the corresponding file path and name. ## Install Dependencies @@ -189,6 +189,10 @@ The conversion for multi-figure LaTeX content may not be perfect. This project e ## Changelog +### v1.2.1 + +1. Improved default value settings, including built-in Word style templates and ieee.csl (used as default values). + ### v1.2.0 1. Fixed module import issues, improving stability. diff --git a/README_zh.md b/README_zh.md index d4afd2c..12a1383 100644 --- a/README_zh.md +++ b/README_zh.md @@ -29,10 +29,10 @@ 确保已正确安装 Pandoc 和 Pandoc-Crossref 等依赖,详见[安装依赖](#安装依赖)。在命令行中执行以下命令: ```shell -python ./tex2docx/tex2docx.py --input_texfile --multifig_dir --output_docxfile --reference_docfile --bibfile --cslfile +convert --input-texfile --output-docxfile ``` -将命令中的 `<...>` 替换为相应文件路径或文件夹名称即可。 +将命令中的 `<...>` 替换为相应文件路径名称即可。 ## 安装依赖 @@ -191,6 +191,10 @@ pandoc texfile -o docxfile \ ## 更新记录 +### v1.2.1 + +1. 改进了默认值的设置,内置了 Word 样式模板和 ieee.csl (作为默认值使用)。 + ### v1.2.0 1. 修复了模块导入问题,提升了稳定性。