texlive[76099] Master/texmf-dist: litetable (20aug25)
commits+karl at tug.org
commits+karl at tug.org
Wed Aug 20 21:58:56 CEST 2025
Revision: 76099
https://tug.org/svn/texlive?view=revision&revision=76099
Author: karl
Date: 2025-08-20 21:58:56 +0200 (Wed, 20 Aug 2025)
Log Message:
-----------
litetable (20aug25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/litetable/build.lua
trunk/Master/texmf-dist/doc/latex/litetable/litetable-demo.pdf
trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-cn.pdf
trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-cn.tex
trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-hk.pdf
trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-hk.tex
trunk/Master/texmf-dist/doc/latex/litetable/litetable.pdf
trunk/Master/texmf-dist/source/latex/litetable/litetable.dtx
trunk/Master/texmf-dist/tex/latex/litetable/litetable.sty
Modified: trunk/Master/texmf-dist/doc/latex/litetable/build.lua
===================================================================
--- trunk/Master/texmf-dist/doc/latex/litetable/build.lua 2025-08-20 08:21:46 UTC (rev 76098)
+++ trunk/Master/texmf-dist/doc/latex/litetable/build.lua 2025-08-20 19:58:56 UTC (rev 76099)
@@ -10,15 +10,15 @@
--]==========================================]--
module = "litetable"
-version = "v3.7A"
-date = "2025-08-18"
+version = "v3.7B"
+date = "2025-08-20"
maintainer = "Mingyu Xia; Lijun Guo"
uploader = "Mingyu Xia"
maintainid = "myhsia"
email = "myhsia at outlook.com"
repository = "https://github.com/" .. maintainid .. "/" .. module
-announcement = [[Version 3.7A released.
-- Initialed the `scale` key of the `litetable` environment.]]
+announcement = [[Version 3.7B released.
+- Fixed a typo in the doc: `timeformat` key of the `\timelist` command.]]
summary = "A Colorful Timetable Design"
description = "The litetable package provides a colorful timetable design, developed by expl3 based on TikZ"
Modified: trunk/Master/texmf-dist/doc/latex/litetable/litetable-demo.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-cn.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-cn.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-cn.tex 2025-08-20 08:21:46 UTC (rev 76098)
+++ trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-cn.tex 2025-08-20 19:58:56 UTC (rev 76099)
@@ -32,8 +32,6 @@
}
\author{^^A
夏明宇 \texttt{<^^A
- \href{mailto:myhsia at outlook.com}{myhsia at outlook.com}^^A
- \texorpdfstring{\:\textbar\:}{, }^^A
\href{mailto:xiamingyu at westlake.edu.cn}{xiamingyu at westlake.edu.cn}>^^A
}\thanks{^^A
\href{https://github.com/ljguo1020}{郭李军}^^A
@@ -40,7 +38,7 @@
开发了解析 \meta{left} \texttt{->} \meta{right} 型数据结构的接口.^^A
}^^A
}
-\date{Released 2025-08-18\quad \texttt{v3.7A}}
+\date{Released 2025-08-20\quad \texttt{v3.7B}}
\begin{document}
@@ -114,7 +112,7 @@
\item [\key{numformat}] \val{format}
可设置时间列表的序号字体
(默认值:|\ttfamily \bfseries|).
- \item [\key{timefont}] \val{format} 可设置时间列表的时间字体
+ \item [\key{timeformat}] \val{format} 可设置时间列表的时间字体
(默认值:|\ttfamily|).
\item [\key{hidetime}] \val\TFF 用于隐藏时间列表中的时间,只保留序号.
(初始值:|false|).
Modified: trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-hk.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-hk.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-hk.tex 2025-08-20 08:21:46 UTC (rev 76098)
+++ trunk/Master/texmf-dist/doc/latex/litetable/litetable-zh-hk.tex 2025-08-20 19:58:56 UTC (rev 76099)
@@ -32,8 +32,6 @@
}
\author{^^A
夏明宇 \texttt{<^^A
- \href{mailto:myhsia at outlook.com}{myhsia at outlook.com}^^A
- \texorpdfstring{\:\textbar\:}{, }^^A
\href{mailto:xiamingyu at westlake.edu.cn}{xiamingyu at westlake.edu.cn}>^^A
}\thanks{^^A
\href{https://github.com/ljguo1020}{郭李軍}^^A
@@ -40,7 +38,7 @@
開發了解析 \meta{left} \texttt{->} \meta{right} 型數據結構的接口.^^A
}^^A
}
-\date{Released 2025-08-18\quad \texttt{v3.7A}}
+\date{Released 2025-08-20\quad \texttt{v3.7B}}
\begin{document}
@@ -114,7 +112,7 @@
\item [\key{numformat}] \val{format}
可設定時間列表的序號字體
(默認值:|\ttfamily \bfseries|).
- \item [\key{timefont}] \val{format} 可設定時間列表的時間字體
+ \item [\key{timeformat}] \val{format} 可設定時間列表的時間字體
(默認值:|\ttfamily|).
\item [\key{hidetime}] \val\TFF 用於隱藏時間列表中的時間,只保留序號
(初始值:|false|).
Modified: trunk/Master/texmf-dist/doc/latex/litetable/litetable.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/litetable/litetable.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/litetable/litetable.dtx 2025-08-20 08:21:46 UTC (rev 76098)
+++ trunk/Master/texmf-dist/source/latex/litetable/litetable.dtx 2025-08-20 19:58:56 UTC (rev 76099)
@@ -138,8 +138,6 @@
%
% \author{^^A
% Mingyu Xia \texttt{<^^A
-% \href{mailto:myhsia at outlook.com}{myhsia at outlook.com}^^A
-% \texorpdfstring{\:\textbar\:}{, }^^A
% \href{mailto:xiamingyu at westlake.edu.cn}{xiamingyu at westlake.edu.cn}>^^A
% }\thanks{^^A
% \href{https://github.com/ljguo1020}{Lijun Guo} developed an interface
@@ -147,7 +145,7 @@
% }^^A
% }
%
-% \date{Released 2025-08-18\quad \texttt{v3.7A}}
+% \date{Released 2025-08-20\quad \texttt{v3.7B}}
%
% \maketitle
%
@@ -219,8 +217,8 @@
% \item [\key{numformat}] \val{format commands} can set the font for the
% sequence number of the time list
% (Default: |\ttfamily \bfseries|).
-% \item [\key{timefont}] \val{format commands} can set the font for the time
-% of the time list. (Default: |\ttfamily|).
+% \item [\key{timeformat}] \val{format commands} can set the font for the
+% time of the time list. (Default: |\ttfamily|).
% \item [\key{hidetime}] \val{\TFF} hide the time in the time list and only
% retain the sequence number. The initial value is |false|.
% \end{keyval}
@@ -301,7 +299,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage {litetable} {2025-08-18} {v3.7A}
+\ProvidesExplPackage {litetable} {2025-08-20} {v3.7B}
{A Colorful Timetable Design}
% \end{macrocode}
%
Modified: trunk/Master/texmf-dist/tex/latex/litetable/litetable.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/litetable/litetable.sty 2025-08-20 08:21:46 UTC (rev 76098)
+++ trunk/Master/texmf-dist/tex/latex/litetable/litetable.sty 2025-08-20 19:58:56 UTC (rev 76099)
@@ -22,7 +22,7 @@
%% *
%% The Current Maintainer of this work is Mingyu Xia. *
%% -----------------------------------------------------------------------
-\ProvidesExplPackage {litetable} {2025-08-18} {v3.7A}
+\ProvidesExplPackage {litetable} {2025-08-20} {v3.7B}
{A Colorful Timetable Design}
\RequirePackage{tikz}
\cs_new_protected:Npn \__ltbl_msg_new:nn #1#2
More information about the tex-live-commits
mailing list.