diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-25 20:19:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-25 20:19:41 +0000 |
commit | 6af6ee507109b96148d36abddf084b4ce2541e6a (patch) | |
tree | f91e82f297737dae2945acd390165108a5e219bd /Master/texmf-dist/doc/latex/circledtext/README.md | |
parent | 47706dadd16102fba719bd970ce0ad339aa7fea0 (diff) |
circledtext (25apr22)
git-svn-id: svn://tug.org/texlive/trunk@63132 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circledtext/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/circledtext/README.md | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circledtext/README.md b/Master/texmf-dist/doc/latex/circledtext/README.md new file mode 100644 index 00000000000..6c49b9f7cdf --- /dev/null +++ b/Master/texmf-dist/doc/latex/circledtext/README.md @@ -0,0 +1,60 @@ +Create circled text based on l3draw +======= + +`circledtext` is a LaTeX3 package developed based on l3draw, which provides macros `\circledtext`. + +You can read the manual (in Chinese/English) for more details and examples. + +Contributing +------------ + +1. github repository: + 1. repository: [circledtext](https://github.com/registor/circledtext) + 2. Issues and pull requests are welcome. [issue](https://github.com/registor/circledtext/issues) or [pull request](https://github.com/registor/circledtext/pulls). + +2. gitee repository: + 1. repository: [circledtext](https://gitee.com/nwafu_nan/circledtext) + 2. Issues and pull requests are welcome. [issue](https://gitee.com/nwafu_nan/circledtext/issues) or [pull request](https://gitee.com/nwafu_nan/circledtext/pulls). + +基于l3draw的带圈字符(串)生成宏包 +======= + +`circledtext`是一个基于l3draw用LaTeX3开发的带圈字符(串)生成宏包,它提供了用于排版带圈字符(串)的命令`\circledtext`用于实现带圈字符(串)排版。 + +可以通过阅读宏包手册(中文/英文)以了解该宏包更多的使用细节和使用样例。 + +### 参与贡献 +--------------------- + +1. github仓库: + (1). 仓库地址: [circledtext](https://github.com/registor/circledtext) + (2). Issues和PR: [issue](https://github.com/registor/circledtext/issues) or [pull request](https://github.com/registor/circledtext/pulls). + +2. gitee仓库: + (1). 仓库地址: [circledtext](https://gitee.com/nwafu_nan/circledtext) + (2). Issues and PR: [issue](https://gitee.com/nwafu_nan/circledtext/issues) or [pull request](https://gitee.com/nwafu_nan/circledtext/pulls). + +Copyright and Licence +--------------------- + + Copyright (C) 2020-2022 by Nan Geng <nangeng@nwafu.edu.cn> + ---------------------------------------------------------------------- + + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3c of this license or (at your option) any later + version. This version of this license is in + http://www.latex-project.org/lppl/lppl-1-3c.txt + and the latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of + LaTeX version 2005/12/01 or later. + + This work has the LPPL maintenance status "maintained". + + The Current Maintainer of this work is Nan Geng. + + This package consists of circledtext.sty, circledtext.tex and README.md(this file), + and the derived files circledtext.pdf. + + |