diff --git a/README.md b/README.md index 7894229..6dfef2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +# The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) > Copyright (c) 2006-2023 by Prof. Dr. Dr. Thomas F. Sturm diff --git a/doc/latex/tcolorbox/CHANGES.md b/doc/latex/tcolorbox/CHANGES.md index cadfded..58b92fe 100644 --- a/doc/latex/tcolorbox/CHANGES.md +++ b/doc/latex/tcolorbox/CHANGES.md @@ -22,6 +22,14 @@ and this project adheres to +## [6.0.1] - 2023-02-12 + +### Fixed +- Typo in CHANGES.md (issue #211) +- Regression bug: `\NewTCBInputListing` without initialization options produces an error + + + ## [6.0.0] - 2023-02-10 ### Added @@ -39,7 +47,7 @@ and this project adheres to - Support for zref / zref-titleref / zref-clever (issue #206) - Option `label is label` - Option `label is zlabel` -- Library `theorems`: New theorem generation macros. Generated theorema +- Library `theorems`: New theorem generation macros. Generated theorems support an optional short title now (part of issue #186): - `\NewTcbTheorem` - `\RenewTcbTheorem` diff --git a/doc/latex/tcolorbox/README.md b/doc/latex/tcolorbox/README.md index 7894229..6dfef2d 100644 --- a/doc/latex/tcolorbox/README.md +++ b/doc/latex/tcolorbox/README.md @@ -1,4 +1,4 @@ -# The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +# The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) > Copyright (c) 2006-2023 by Prof. Dr. Dr. Thomas F. Sturm diff --git a/doc/latex/tcolorbox/tcolorbox-example-poster.pdf b/doc/latex/tcolorbox/tcolorbox-example-poster.pdf index f77ca2e..c2c43d6 100644 Binary files a/doc/latex/tcolorbox/tcolorbox-example-poster.pdf and b/doc/latex/tcolorbox/tcolorbox-example-poster.pdf differ diff --git a/doc/latex/tcolorbox/tcolorbox-example-poster.tex b/doc/latex/tcolorbox/tcolorbox-example-poster.tex index 4dbfcb4..e332032 100644 --- a/doc/latex/tcolorbox/tcolorbox-example-poster.tex +++ b/doc/latex/tcolorbox/tcolorbox-example-poster.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcolorbox-example-poster.tex: a poster example for tcolorbox %% %% ------------------------------------------------------------------------------------------- diff --git a/doc/latex/tcolorbox/tcolorbox-example.pdf b/doc/latex/tcolorbox/tcolorbox-example.pdf index 08b56c8..bd17e2f 100644 Binary files a/doc/latex/tcolorbox/tcolorbox-example.pdf and b/doc/latex/tcolorbox/tcolorbox-example.pdf differ diff --git a/doc/latex/tcolorbox/tcolorbox-example.tex b/doc/latex/tcolorbox/tcolorbox-example.tex index 8a705f8..d415cda 100644 --- a/doc/latex/tcolorbox/tcolorbox-example.tex +++ b/doc/latex/tcolorbox/tcolorbox-example.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcolorbox-example.tex: an example for tcolorbox %% %% ------------------------------------------------------------------------------------------- diff --git a/doc/latex/tcolorbox/tcolorbox-tutorial-poster.pdf b/doc/latex/tcolorbox/tcolorbox-tutorial-poster.pdf index 3640c4b..744ea41 100644 Binary files a/doc/latex/tcolorbox/tcolorbox-tutorial-poster.pdf and b/doc/latex/tcolorbox/tcolorbox-tutorial-poster.pdf differ diff --git a/doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex b/doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex index 2980d22..44a485d 100644 --- a/doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex +++ b/doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex @@ -1,5 +1,5 @@ % \LaTeX-Main\ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcolorbox-tutorial-poster.tex: a tutorial for poster creation with tcolorbox %% %% ------------------------------------------------------------------------------------------- diff --git a/doc/latex/tcolorbox/tcolorbox.pdf b/doc/latex/tcolorbox/tcolorbox.pdf index 703ab40..f7dbfbc 100644 Binary files a/doc/latex/tcolorbox/tcolorbox.pdf and b/doc/latex/tcolorbox/tcolorbox.pdf differ diff --git a/doc/latex/tcolorbox/tcolorbox.tex b/doc/latex/tcolorbox/tcolorbox.tex index bcabeb8..ecfc14c 100644 --- a/doc/latex/tcolorbox/tcolorbox.tex +++ b/doc/latex/tcolorbox/tcolorbox.tex @@ -1,5 +1,5 @@ % \LaTeX-Main\ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcolorbox.tex: Manual %% %% ------------------------------------------------------------------------------------------- @@ -51,8 +51,8 @@ \setlength{\bibitemsep}{\smallskipamount} \addbibresource{tcolorbox.doc.bib} -\def\version{6.0.0}% -\def\datum{2023/02/10}% +\def\version{6.0.1}% +\def\datum{2023/02/12}% \makeindex \hypersetup{ diff --git a/tex/latex/tcolorbox/tcbbreakable.code.tex b/tex/latex/tcolorbox/tcbbreakable.code.tex index 5042be9..e8ee1f0 100644 --- a/tex/latex/tcolorbox/tcbbreakable.code.tex +++ b/tex/latex/tcolorbox/tcbbreakable.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbbreakable.code.tex: Code for breakable colorboxes %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{pdfcol} \pdfcolInitStack{tcb@breakable} diff --git a/tex/latex/tcolorbox/tcbdocumentation.code.tex b/tex/latex/tcolorbox/tcbdocumentation.code.tex index 33ed5d4..29ffa85 100644 --- a/tex/latex/tcolorbox/tcbdocumentation.code.tex +++ b/tex/latex/tcolorbox/tcbdocumentation.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbdocumentation.code.tex: Code for LaTeX documentations %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{listings,skins,xparse,external,raster} diff --git a/tex/latex/tcolorbox/tcbexternal.code.tex b/tex/latex/tcolorbox/tcbexternal.code.tex index d8be787..f568474 100644 --- a/tex/latex/tcolorbox/tcbexternal.code.tex +++ b/tex/latex/tcolorbox/tcbexternal.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbexternal.code.tex: Code for externalization %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{pro@cessing} diff --git a/tex/latex/tcolorbox/tcbfitting.code.tex b/tex/latex/tcolorbox/tcbfitting.code.tex index af6715a..7dbddde 100644 --- a/tex/latex/tcolorbox/tcbfitting.code.tex +++ b/tex/latex/tcolorbox/tcbfitting.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbfitting.code.tex: Code for fit boxes %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \newdimen\tcbfitdim \newdimen\tcb@lowerfitdim diff --git a/tex/latex/tcolorbox/tcbhooks.code.tex b/tex/latex/tcolorbox/tcbhooks.code.tex index 4d3069c..aafaf40 100644 --- a/tex/latex/tcolorbox/tcbhooks.code.tex +++ b/tex/latex/tcolorbox/tcbhooks.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbhooks.code.tex: Code for adding hooks %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbset{% before upper app/.code={\appto\kvtcb@before@upper{#1}},% diff --git a/tex/latex/tcolorbox/tcblistings.code.tex b/tex/latex/tcolorbox/tcblistings.code.tex index 98fd687..7c10d70 100644 --- a/tex/latex/tcolorbox/tcblistings.code.tex +++ b/tex/latex/tcolorbox/tcblistings.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcblistings.code.tex: Code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{listings}[2007/02/22] diff --git a/tex/latex/tcolorbox/tcblistingscore.code.tex b/tex/latex/tcolorbox/tcblistingscore.code.tex index 5f91c91..ed6dd7c 100644 --- a/tex/latex/tcolorbox/tcblistingscore.code.tex +++ b/tex/latex/tcolorbox/tcblistingscore.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcblistingscode.code.tex: Auxiliary code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{pro@cessing} @@ -375,7 +375,7 @@ \__tcobox_process_newtcolorbox:nn { #2 }{ #3 } \exp_args:Nc #1 { #3 }{ #4 }{ \tcbinputlisting{#5,options@for=#3} } } -\NewDocumentCommand \__tcobox_new_TCBInputListing:w { m +o m } +\NewDocumentCommand \__tcobox_new_TCBInputListing:w { m +O{} m } { \__tcobox_set_backslash_removed:Nn \l_tmpa_tl { #3 } \exp_args:NNnV \__tcobox_new_TCBInputListing:Nnnnn #1 {#2} \l_tmpa_tl diff --git a/tex/latex/tcolorbox/tcblistingsutf8.code.tex b/tex/latex/tcolorbox/tcblistingsutf8.code.tex index fd4b66f..341fea2 100644 --- a/tex/latex/tcolorbox/tcblistingsutf8.code.tex +++ b/tex/latex/tcolorbox/tcblistingsutf8.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcblistingsutf8.code.tex: Code for colorboxes with listings in UTF-8 %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{listings} diff --git a/tex/latex/tcolorbox/tcbmagazine.code.tex b/tex/latex/tcolorbox/tcbmagazine.code.tex index 8d1ba9b..1594d05 100644 --- a/tex/latex/tcolorbox/tcbmagazine.code.tex +++ b/tex/latex/tcolorbox/tcbmagazine.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbmagazine.code.tex: Code for box sets and magazine styles %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{breakable} diff --git a/tex/latex/tcolorbox/tcbminted.code.tex b/tex/latex/tcolorbox/tcbminted.code.tex index 817ba63..d8aa808 100644 --- a/tex/latex/tcolorbox/tcbminted.code.tex +++ b/tex/latex/tcolorbox/tcbminted.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbminted.code.tex: Code for colorboxes with listings %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{minted}[2021/12/24] diff --git a/tex/latex/tcolorbox/tcbposter.code.tex b/tex/latex/tcolorbox/tcbposter.code.tex index 95c8b1f..a0c97a1 100644 --- a/tex/latex/tcolorbox/tcbposter.code.tex +++ b/tex/latex/tcolorbox/tcbposter.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbposter.code.tex: Code for posters %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{breakable,magazine,skins,fitting} diff --git a/tex/latex/tcolorbox/tcbprocessing.code.tex b/tex/latex/tcolorbox/tcbprocessing.code.tex index 77c2182..3b5904d 100644 --- a/tex/latex/tcolorbox/tcbprocessing.code.tex +++ b/tex/latex/tcolorbox/tcbprocessing.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbprocessing.code.tex: Code for conditional processing %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{pdftexcmds} \RequirePackage{shellesc} diff --git a/tex/latex/tcolorbox/tcbraster.code.tex b/tex/latex/tcolorbox/tcbraster.code.tex index 47e3944..9b08f76 100644 --- a/tex/latex/tcolorbox/tcbraster.code.tex +++ b/tex/latex/tcolorbox/tcbraster.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbskinsjigsaw.code.tex: Code for colorboxes with different skins %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \newcounter{tcbrastercolumn} \newcounter{tcbrasterrow} diff --git a/tex/latex/tcolorbox/tcbskins.code.tex b/tex/latex/tcolorbox/tcbskins.code.tex index 183ed01..40dfba8 100644 --- a/tex/latex/tcolorbox/tcbskins.code.tex +++ b/tex/latex/tcolorbox/tcbskins.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbskins.code.tex: Code for colorboxes with different skins %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{tikz}[2010/10/13] \RequirePackage{tikzfill.image} diff --git a/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex b/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex index 183095a..3726f9e 100644 --- a/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex +++ b/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbskinsjigsaw.code.tex: Code for colorboxes with different skins %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{skins} diff --git a/tex/latex/tcolorbox/tcbtheorems.code.tex b/tex/latex/tcolorbox/tcbtheorems.code.tex index 7135eab..e5688bc 100644 --- a/tex/latex/tcolorbox/tcbtheorems.code.tex +++ b/tex/latex/tcolorbox/tcbtheorems.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbtheorems.code.tex: Code for theorems in colorboxes %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{amsmath} diff --git a/tex/latex/tcolorbox/tcbvignette.code.tex b/tex/latex/tcolorbox/tcbvignette.code.tex index 92d1948..efabe91 100644 --- a/tex/latex/tcolorbox/tcbvignette.code.tex +++ b/tex/latex/tcolorbox/tcbvignette.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbvignette.code.tex: Code for ornamental frames %% %% ------------------------------------------------------------------------------------------- @@ -17,7 +17,7 @@ %% %% This work consists of all files listed in README %% -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \tcbuselibrary{skins} diff --git a/tex/latex/tcolorbox/tcbxparse.code.tex b/tex/latex/tcolorbox/tcbxparse.code.tex index 56ad29b..ae7e215 100644 --- a/tex/latex/tcolorbox/tcbxparse.code.tex +++ b/tex/latex/tcolorbox/tcbxparse.code.tex @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcbxparse.code.tex: Code for xparse features %% %% ------------------------------------------------------------------------------------------- @@ -18,6 +18,6 @@ %% This work consists of all files listed in README %% %\makeatletter -\tcb@set@library@version{6.0.0} +\tcb@set@library@version{6.0.1} \RequirePackage{xparse}[2013/12/31] diff --git a/tex/latex/tcolorbox/tcolorbox.sty b/tex/latex/tcolorbox/tcolorbox.sty index 87d8d40..7aaf198 100644 --- a/tex/latex/tcolorbox/tcolorbox.sty +++ b/tex/latex/tcolorbox/tcolorbox.sty @@ -1,4 +1,4 @@ -%% The LaTeX package tcolorbox - version 6.0.0 (2023/02/10) +%% The LaTeX package tcolorbox - version 6.0.1 (2023/02/12) %% tcolorbox.sty: Text color boxes %% %% ------------------------------------------------------------------------------------------- @@ -18,8 +18,8 @@ %% This work consists of all files listed in README %% \NeedsTeXFormat{LaTeX2e}[2020/10/01] -\ProvidesPackage{tcolorbox}[2023/02/10 version 6.0.0 text color boxes] -\def\tcb@version{6.0.0} +\ProvidesPackage{tcolorbox}[2023/02/12 version 6.0.1 text color boxes] +\def\tcb@version{6.0.1} \RequirePackage{pgf}[2008/01/15] \RequirePackage{verbatim}[2003/08/22]