From dc50c1f3f9d175cea2901362b6ff49875c326fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler=20=28via=20gitlab=20runner=29?= Date: Thu, 3 Feb 2022 14:51:36 +0000 Subject: [PATCH] remove default benchmarking in groupthm Build branch master (02c2acd) from kesslermaximilian/LatexPackages --- build_info.json | 12 ++++++------ environments/groupthm/groupthm.sty | 27 +-------------------------- 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/build_info.json b/build_info.json index 22c98f6..f625ae5 100644 --- a/build_info.json +++ b/build_info.json @@ -1,8 +1,8 @@ { "build_time": "", "source files": { - "version": "v2.8.2-3-g123299b", - "commit": "123299b87ded3cb6fbc945ccfc039c2140d8c7e0", + "version": "v2.9", + "commit": "02c2acd330be32b7f75f4145e591ac9b8fa8b389", "dirty": false }, "pytex": { @@ -421,12 +421,12 @@ { "name": "environments/groupthm/groupthm.sty", "source file": "environments/groupthm/groupthm.dtx", - "build time": "2022/02/03 14:45", - "source version": "v2.8.2-3-g123299b", - "source commit hash": "123299b87ded3cb6fbc945ccfc039c2140d8c7e0", + "build time": "2022/02/03 14:51", + "source version": "v2.9", + "source commit hash": "02c2acd330be32b7f75f4145e591ac9b8fa8b389", "pytex version": "v1.2.0-31-gc9bb0e8", "pytex commit hash": "c9bb0e87c91beae3e17a829603e4459cf804ec51", - "md5sum": "0f33140e20147b63d152a6fbac866730", + "md5sum": "72edca95f60949839b50cb9a5fb0b012", "dirty": false }, { diff --git a/environments/groupthm/groupthm.sty b/environments/groupthm/groupthm.sty index ec13476..a637225 100644 --- a/environments/groupthm/groupthm.sty +++ b/environments/groupthm/groupthm.sty @@ -4,7 +4,7 @@ %% %% The original source files were: %% -%% groupthm.dtx (with options: `package,benchmark') +%% groupthm.dtx (with options: `package') %% %% IMPORTANT NOTICE: %% @@ -24,7 +24,6 @@ \ProvidesExplPackage{groupthm}{2022/02/02}{0.0.2}{Grouped theorems.} \RequirePackage{amsthm} \RequirePackage{thmtools} -\RequirePackage{l3benchmark} \RequirePackage{l3keys2e} \cs_new:Npn \__groupthm_thmtools_declare_theorem:nn #1 #2 { @@ -824,11 +823,6 @@ \hook_gput_code:nnn { enddocument } { groupthm } { - \__groupthm_benchmark_once:nn - { - Benchmarking ~ writing ~ to ~ auxfile: - } - { \clist_map_function:NN \g__groupthm_dump_auxfile_clist \__groupthm_write_auxout:n \__groupthm_write_auxout:n @@ -842,7 +836,6 @@ \clist_map_function:NN \g__groupthm_dump_cache_clist \__groupthm_write_auxout:n \__groupthm_write_auxout:x { \str_use:N \c_right_brace_str } - } } \__groupthm_dump_auxfile:x @@ -874,22 +867,10 @@ \int_compare:nNnTF \g__groupthm_cache_version_aux_int < \g__groupthm_cache_version_document_int { - \__groupthm_benchmark_once:nn - { - Benchmarking ~ declarations ~ of ~ theorems ~ from ~ document: - } - { \tl_use:N \g__groupthm_lazy_document_tl - } } { - \__groupthm_benchmark_once:nn - { - Benchmarking ~ declarations ~ of ~ theorems ~ from ~ aux ~ file: - } - { \tl_use:N \g__groupthm_lazy_auxfile_tl - } } } } @@ -901,12 +882,6 @@ \groupthm_new_group:nnnnn { all } { } { } { } { } \groupthm_new_group:nnnnn { starred } { } { } { } { numbered = no } \groupthm_new_group:nnnnn { unnumbered } { } { } { } { numbered = no } -\cs_new:Npn \__groupthm_benchmark_once:nn #1 - { - \iow_term:n { [groupthm] ~ #1 } - \iow_log:n { [groupthm] ~ #1 } - \benchmark_once:n - } \endinput %% %% End of file `groupthm.sty'.