texlive[76159] Master/texmf-dist: circledtext (27aug25)
commits+karl at tug.org
commits+karl at tug.org
Wed Aug 27 22:11:53 CEST 2025
Revision: 76159
https://tug.org/svn/texlive?view=revision&revision=76159
Author: karl
Date: 2025-08-27 22:11:53 +0200 (Wed, 27 Aug 2025)
Log Message:
-----------
circledtext (27aug25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/circledtext/README.md
trunk/Master/texmf-dist/doc/latex/circledtext/circledtext.pdf
trunk/Master/texmf-dist/doc/latex/circledtext/circledtext.tex
trunk/Master/texmf-dist/tex/latex/circledtext/circledtext.sty
Modified: trunk/Master/texmf-dist/doc/latex/circledtext/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/circledtext/README.md 2025-08-27 20:11:28 UTC (rev 76158)
+++ trunk/Master/texmf-dist/doc/latex/circledtext/README.md 2025-08-27 20:11:53 UTC (rev 76159)
@@ -8,11 +8,7 @@
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:
+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).
@@ -26,11 +22,7 @@
### 参与贡献
---------------------
-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. 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).
@@ -37,7 +29,7 @@
Copyright and Licence
---------------------
- Copyright (C) 2020-2024 by Nan Geng <nangeng at nwafu.edu.cn>
+ Copyright (C) 2020-2025 by Nan Geng <nangeng at nwafu.edu.cn>
----------------------------------------------------------------------
This work may be distributed and/or modified under the
Modified: trunk/Master/texmf-dist/doc/latex/circledtext/circledtext.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/circledtext/circledtext.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/circledtext/circledtext.tex 2025-08-27 20:11:28 UTC (rev 76158)
+++ trunk/Master/texmf-dist/doc/latex/circledtext/circledtext.tex 2025-08-27 20:11:53 UTC (rev 76159)
@@ -119,7 +119,7 @@
{ \__codedoc_cmd:no {#1} { #2 } }
\ExplSyntaxOff
-\def\vers{\texttt{v1.1.1} }
+\def\vers{\texttt{v1.1.2} }
\begin{document}
\title{
Modified: trunk/Master/texmf-dist/tex/latex/circledtext/circledtext.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/circledtext/circledtext.sty 2025-08-27 20:11:28 UTC (rev 76158)
+++ trunk/Master/texmf-dist/tex/latex/circledtext/circledtext.sty 2025-08-27 20:11:53 UTC (rev 76159)
@@ -1,4 +1,4 @@
-%% Copyright (C) 2020-2022 by Nan Geng <nangeng at nwafu.edu.cn>
+%% Copyright (C) 2020-2025 by Nan Geng <nangeng at nwafu.edu.cn>
%% --------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -19,7 +19,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
\RequirePackage{expl3}
-\ProvidesExplPackage{circledtext}{2024-09-09}{v1.1.1}
+\ProvidesExplPackage{circledtext}{2025-08-27}{v1.1.2}
{Typeset circled text with l3draw}
\RequirePackage { xtemplate, l3keys2e, l3draw, xparse }
@@ -468,9 +468,9 @@
\draw_scope_begin:
\tl_if_empty:NF \l__circledtext_dash_pattern_tl
{
- \exp_args:No \draw_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
+ \exp_args:No \draw_set_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
}
- \draw_linewidth:n{ \l__circledtext_cross_linewidth_dim }
+ \draw_set_linewidth:n{ \l__circledtext_cross_linewidth_dim }
\color_stroke:n { circledtextcrosscolor }
\draw_transform_shift:n { (#3-#3*#5)/2, (#4-#4*#6)/2 }
\draw_path_moveto:n { #1 , #2 }
@@ -487,9 +487,9 @@
\draw_scope_begin:
\tl_if_empty:NF \l__circledtext_dash_pattern_tl
{
- \exp_args:No \draw_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
+ \exp_args:No \draw_set_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
}
- \draw_linewidth:n{ \l__circledtext_cross_linewidth_dim }
+ \draw_set_linewidth:n{ \l__circledtext_cross_linewidth_dim }
\color_stroke:n { circledtextcrosscolor }
\draw_transform_shift:n { (#3-#3*#5)/2, (#4-#4*#6)/2 }
\draw_path_moveto:n { #3*#5/2, #2 }
@@ -506,9 +506,9 @@
\draw_scope_begin:
\tl_if_empty:NF \l__circledtext_dash_pattern_tl
{
- \exp_args:No \draw_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
+ \exp_args:No \draw_set_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
}
- \draw_linewidth:n{ \l__circledtext_cross_linewidth_dim }
+ \draw_set_linewidth:n{ \l__circledtext_cross_linewidth_dim }
\color_stroke:n { circledtextcrosscolor }
\draw_path_moveto:n
{
@@ -552,9 +552,9 @@
\draw_scope_begin:
\tl_if_empty:NF \l__circledtext_dash_pattern_tl
{
- \exp_args:No \draw_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
+ \exp_args:No \draw_set_dash_pattern:nn { \l__circledtext_dash_pattern_tl } { 0pt }
}
- \draw_linewidth:n{ \l__circledtext_cross_linewidth_dim }
+ \draw_set_linewidth:n{ \l__circledtext_cross_linewidth_dim }
\color_stroke:n { circledtextcrosscolor }
\draw_path_moveto:n
{
@@ -1267,7 +1267,7 @@
% 绘制外框并拼装结果
\draw_begin:
- \draw_linewidth:n { \l__circledtext_box_linewidth_dim }
+ \draw_set_linewidth:n { \l__circledtext_box_linewidth_dim }
\draw_path_scope_begin:
\__circledtext_char_box_type_c:n { \l__circledtext_char_box_type_tl }
More information about the tex-live-commits
mailing list.