summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/chinesechess/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/chinesechess/README.md')
-rw-r--r--macros/latex/contrib/chinesechess/README.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/macros/latex/contrib/chinesechess/README.md b/macros/latex/contrib/chinesechess/README.md
index 6e3077d2aa..f1733f8909 100644
--- a/macros/latex/contrib/chinesechess/README.md
+++ b/macros/latex/contrib/chinesechess/README.md
@@ -8,11 +8,11 @@ You can read the manual (in Chinese) for more details and examples.
Contributing
------------
-<!-- 1. github repository: -->
-<!-- 1. repository: [chinesechess](https://github.com/registor/chinesechess) -->
-<!-- 2. Issues and pull requests are welcome. [issue](https://github.com/registor/chinesechess/issues) or [pull request](https://github.com/registor/chinesechess/pulls). -->
-<!-- -->
-1. gitee repository:
+1. github repository:
+ 1. repository: [chinesechess](https://github.com/registor/chinesechess)
+ 2. Issues and pull requests are welcome. [issue](https://github.com/registor/chinesechess/issues) or [pull request](https://github.com/registor/chinesechess/pulls).
+
+2. gitee repository:
1. repository: [chinesechess](https://gitee.com/nwafu_nan/chinesechess)
2. Issues and pull requests are welcome. [issue](https://gitee.com/nwafu_nan/chinesechess/issues) or [pull request](https://gitee.com/nwafu_nan/chinesechess/pulls).
@@ -55,9 +55,10 @@ Contributing
\mov{p}{2,2}{3,2}
\end{setcchessman}
-% 可以使用带星号的打谱环境,同时将行棋过程按棋谱描述同时输出
-% 但此时需要注意排版版面限制问题。
-\begin{setcchessman*}[boardtype=x+tn]
+% 可以使用带星号的打谱环境,
+% 此时可以用label标签标记该打谱环境。
+% 然后在需要的位置用`\printman{label}`输出打谱结果
+\begin{setcchessman*}[boardtype=x+tn, label=test]
% 残局初始化
\init{ {{4,0}{K}}, {{2,2}{p}},
{{1,7}{C}}, {{4,9}{k}} }
@@ -73,6 +74,8 @@ Contributing
\mov{K}{4,1}{3,1}
\mov{h}{6,7}{5,5}
\end{setcchessman*}
+
+\printman{test}
```
## 使用方法
@@ -110,11 +113,11 @@ Contributing
## 参与贡献
---------------------
-<!-- 1. github仓库: -->
-<!-- (1). 仓库地址: [chinesechess](https://github.com/registor/chinesechess) -->
-<!-- (2). Issues和PR: [issue](https://github.com/registor/chinesechess/issues) or [pull request](https://github.com/registor/chinesechess/pulls). -->
+1. github仓库:
+ (1). 仓库地址: [chinesechess](https://github.com/registor/chinesechess)
+ (2). Issues和PR: [issue](https://github.com/registor/chinesechess/issues) or [pull request](https://github.com/registor/chinesechess/pulls).
-1. gitee仓库:
+2. gitee仓库:
(1). 仓库地址: [chinesechess](https://gitee.com/nwafu_nan/chinesechess)
(2). Issues and PR: [issue](https://gitee.com/nwafu_nan/chinesechess/issues) or [pull request](https://gitee.com/nwafu_nan/chinesechess/pulls).