Skip to content

Commit

Permalink
Updata README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingzefei committed Oct 2, 2024
1 parent 55e01d9 commit bd824a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your_texfile> --multifig_dir <dir_saving_temporary_figs> --output_docxfile <your_docxfile> --reference_docfile <your_reference_docfile> --bibfile <your_bibfile> --cslfile <your_cslfile>
convert --input-texfile <your_texfile> --output-docxfile <your_docxfile>
```

Replace `<...>` with appropriate file paths or folder names.
Replace `<...>` in the command with the corresponding file path and name.

## Install Dependencies

Expand Down Expand Up @@ -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.
Expand Down
8 changes: 6 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
确保已正确安装 Pandoc 和 Pandoc-Crossref 等依赖,详见[安装依赖](#安装依赖)。在命令行中执行以下命令:

```shell
python ./tex2docx/tex2docx.py --input_texfile <your_texfile> --multifig_dir <dir_saving_temporary_figs> --output_docxfile <your_docxfile> --reference_docfile <your_reference_docfile> --bibfile <your_bibfile> --cslfile <your_cslfile>
convert --input-texfile <your_texfile> --output-docxfile <your_docxfile>
```

将命令中的 `<...>` 替换为相应文件路径或文件夹名称即可
将命令中的 `<...>` 替换为相应文件路径名称即可

## 安装依赖

Expand Down Expand Up @@ -191,6 +191,10 @@ pandoc texfile -o docxfile \

## 更新记录

### v1.2.1

1. 改进了默认值的设置,内置了 Word 样式模板和 ieee.csl (作为默认值使用)。

### v1.2.0

1. 修复了模块导入问题,提升了稳定性。
Expand Down

0 comments on commit bd824a1

Please sign in to comment.