From dfc7ff1b517ea1d0fefc6f444c498417138ffd42 Mon Sep 17 00:00:00 2001 From: lvjr Date: Wed, 1 Dec 2021 08:53:11 +0800 Subject: [PATCH] version 2021Q --- manual/manual.sty | 2 +- tabularray.sty | 2 +- tabularray.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/manual.sty b/manual/manual.sty index 7288ab16..e31d9619 100644 --- a/manual/manual.sty +++ b/manual/manual.sty @@ -1,7 +1,7 @@ % -*- coding: utf-8 -*- % !TEX program = lualatex -\newcommand*{\myversion}{2021P} +\newcommand*{\myversion}{2021Q} \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi} \usepackage[a4paper,margin=2.5cm]{geometry} diff --git a/tabularray.sty b/tabularray.sty index 8dcbfd7c..f5ad547d 100644 --- a/tabularray.sty +++ b/tabularray.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\ProvidesExplPackage{tabularray}{2021-10-01}{2021P} +\ProvidesExplPackage{tabularray}{2021-12-01}{2021Q} {Typeset tabulars and arrays with LaTeX3} \RequirePackage{xparse} diff --git a/tabularray.tex b/tabularray.tex index bda64717..c2fddc1e 100644 --- a/tabularray.tex +++ b/tabularray.tex @@ -1,7 +1,7 @@ % -*- coding: utf-8 -*- % !TEX program = lualatex \documentclass[oneside]{book} -\newcommand*{\myversion}{2021P} +\newcommand*{\myversion}{2021Q} \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi} \usepackage[a4paper,margin=2.5cm]{geometry}