Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
T-F-S committed Feb 12, 2023
1 parent 67cf2b4 commit 92fd467
Show file tree
Hide file tree
Showing 30 changed files with 57 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 <thomas dot sturm at unibw dot de>
Expand Down
10 changes: 9 additions & 1 deletion doc/latex/tcolorbox/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion doc/latex/tcolorbox/README.md
Original file line number Diff line number Diff line change
@@ -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 <thomas dot sturm at unibw dot de>
Expand Down
Binary file modified doc/latex/tcolorbox/tcolorbox-example-poster.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/latex/tcolorbox/tcolorbox-example-poster.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand Down
Binary file modified doc/latex/tcolorbox/tcolorbox-example.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/latex/tcolorbox/tcolorbox-example.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand Down
Binary file modified doc/latex/tcolorbox/tcolorbox-tutorial-poster.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand Down
Binary file modified doc/latex/tcolorbox/tcolorbox.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions doc/latex/tcolorbox/tcolorbox.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -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{
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbbreakable.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbdocumentation.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbexternal.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbfitting.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbhooks.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}},%
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcblistings.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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]

Expand Down
6 changes: 3 additions & 3 deletions tex/latex/tcolorbox/tcblistingscore.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcblistingsutf8.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbmagazine.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbminted.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbposter.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbprocessing.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbraster.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbskins.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbtheorems.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbvignette.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions tex/latex/tcolorbox/tcbxparse.code.tex
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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]
6 changes: 3 additions & 3 deletions tex/latex/tcolorbox/tcolorbox.sty
Original file line number Diff line number Diff line change
@@ -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
%%
%% -------------------------------------------------------------------------------------------
Expand All @@ -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]
Expand Down

0 comments on commit 92fd467

Please sign in to comment.