summaryrefslogtreecommitdiff
path: root/macros/latex/contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-02 03:02:29 +0000
committerNorbert Preining <norbert@preining.info>2023-08-02 03:02:29 +0000
commitc87eb506b8708a7899e3585f96fe8abdd5361752 (patch)
tree5d759b3821d21e6d8b48d6a1fe8fd75a3e20350a /macros/latex/contrib
parent84777905249300f2ab97a23141e31f952bceb865 (diff)
CTAN sync 202308020302
Diffstat (limited to 'macros/latex/contrib')
-rw-r--r--macros/latex/contrib/profcollege/doc/ProfCollege-doc.pdfbin9132731 -> 9123899 bytes
-rw-r--r--macros/latex/contrib/profcollege/latex/PfCDobble.tex2
-rw-r--r--macros/latex/contrib/profcollege/latex/PfCLogoNumberHive.png (renamed from macros/latex/contrib/profcollege/latex/LogoNumberHive.png)bin54466 -> 54466 bytes
-rw-r--r--macros/latex/contrib/profcollege/latex/PfCdobble.lua (renamed from macros/latex/contrib/profcollege/latex/dobblePfC.lua)0
-rw-r--r--macros/latex/contrib/profcollege/latex/ProfCollege.sty4
-rw-r--r--macros/latex/contrib/siunitx/CHANGELOG.md10
-rw-r--r--macros/latex/contrib/siunitx/siunitx-code.pdfbin649679 -> 649877 bytes
-rw-r--r--macros/latex/contrib/siunitx/siunitx-number.dtx4
-rw-r--r--macros/latex/contrib/siunitx/siunitx.dtx2
-rw-r--r--macros/latex/contrib/siunitx/siunitx.pdfbin705584 -> 705593 bytes
10 files changed, 15 insertions, 7 deletions
diff --git a/macros/latex/contrib/profcollege/doc/ProfCollege-doc.pdf b/macros/latex/contrib/profcollege/doc/ProfCollege-doc.pdf
index b804c418cc..fe2337ad5b 100644
--- a/macros/latex/contrib/profcollege/doc/ProfCollege-doc.pdf
+++ b/macros/latex/contrib/profcollege/doc/ProfCollege-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/profcollege/latex/PfCDobble.tex b/macros/latex/contrib/profcollege/latex/PfCDobble.tex
index c832caf892..2767a20c50 100644
--- a/macros/latex/contrib/profcollege/latex/PfCDobble.tex
+++ b/macros/latex/contrib/profcollege/latex/PfCDobble.tex
@@ -5,7 +5,7 @@
\NewDocumentCommand\dobble{m}{%
\directlua{
- require('dobblePfC.lua')
+ require('PfCdobble.lua')
dobble("#1");
}%
}%
diff --git a/macros/latex/contrib/profcollege/latex/LogoNumberHive.png b/macros/latex/contrib/profcollege/latex/PfCLogoNumberHive.png
index 0ea4267931..0ea4267931 100644
--- a/macros/latex/contrib/profcollege/latex/LogoNumberHive.png
+++ b/macros/latex/contrib/profcollege/latex/PfCLogoNumberHive.png
Binary files differ
diff --git a/macros/latex/contrib/profcollege/latex/dobblePfC.lua b/macros/latex/contrib/profcollege/latex/PfCdobble.lua
index 06df34391b..06df34391b 100644
--- a/macros/latex/contrib/profcollege/latex/dobblePfC.lua
+++ b/macros/latex/contrib/profcollege/latex/PfCdobble.lua
diff --git a/macros/latex/contrib/profcollege/latex/ProfCollege.sty b/macros/latex/contrib/profcollege/latex/ProfCollege.sty
index c51b7afc58..1a1ef8f18d 100644
--- a/macros/latex/contrib/profcollege/latex/ProfCollege.sty
+++ b/macros/latex/contrib/profcollege/latex/ProfCollege.sty
@@ -2,9 +2,9 @@
% licence : Released under the LaTeX Project Public License v1.3c
% or later, see http://www.latex-project.org/lppl.txtf
\NeedsTeXFormat{LaTeX2e}%
-\def\filedate{2023/08/01}%
+\def\filedate{2023/08/02}%
\let\PfCfiledate\filedate%
-\def\fileversion{0.99-z-p}%
+\def\fileversion{0.99-z-q}%
\let\PfCfileversion\fileversion%
\ProvidesPackage{ProfCollege}[\filedate\space v\fileversion\space Aide pour utiliser LaTeX au college]%
diff --git a/macros/latex/contrib/siunitx/CHANGELOG.md b/macros/latex/contrib/siunitx/CHANGELOG.md
index 235ce5fbfa..d246599ef5 100644
--- a/macros/latex/contrib/siunitx/CHANGELOG.md
+++ b/macros/latex/contrib/siunitx/CHANGELOG.md
@@ -7,6 +7,13 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
## [Unreleased]
+## [v3.3.1] - 2023-08-01
+
+### Fixed
+
+- Suppress alignment token in formatted asymmetric uncertainty (see issue
+ [\#679](https://github.com/josephwright/siunitx/issues/679))
+
## [v3.3.0] - 2023-07-31
### Added
@@ -1971,7 +1978,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
### Added
- First public testing release (as `si`)
-[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.0...HEAD
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.3.1...HEAD
+[v3.3.1]: https://github.com/josephwright/siunitx/compare/v3.3.0...v3.3.1
[v3.3.0]: https://github.com/josephwright/siunitx/compare/v3.2.9...v3.3.0
[v3.2.9]: https://github.com/josephwright/siunitx/compare/v3.2.8...v3.2.9
[v3.2.8]: https://github.com/josephwright/siunitx/compare/v3.2.7...v3.2.8
diff --git a/macros/latex/contrib/siunitx/siunitx-code.pdf b/macros/latex/contrib/siunitx/siunitx-code.pdf
index fdc1658a42..669eb11190 100644
--- a/macros/latex/contrib/siunitx/siunitx-code.pdf
+++ b/macros/latex/contrib/siunitx/siunitx-code.pdf
Binary files differ
diff --git a/macros/latex/contrib/siunitx/siunitx-number.dtx b/macros/latex/contrib/siunitx/siunitx-number.dtx
index faf216ac67..7ee8fc1653 100644
--- a/macros/latex/contrib/siunitx/siunitx-number.dtx
+++ b/macros/latex/contrib/siunitx/siunitx-number.dtx
@@ -4407,13 +4407,13 @@
{
+
\exp_not:N \@@_output_uncert_augment:nnnn
- {#4} {#1} {#4} {#2}
+ {#4} {#1} {#4} { }
}
\char_generate:nn { `\_ } { 8 }
{
-
\exp_not:N \@@_output_uncert_augment:nnnn
- {#5} {#1} {#5} {#2}
+ {#5} {#1} {#5} { }
}
\exp_not:N \@@_output_uncertainty_unaligned:n {#2}
}
diff --git a/macros/latex/contrib/siunitx/siunitx.dtx b/macros/latex/contrib/siunitx/siunitx.dtx
index 52dacc5c54..765062ae21 100644
--- a/macros/latex/contrib/siunitx/siunitx.dtx
+++ b/macros/latex/contrib/siunitx/siunitx.dtx
@@ -122,7 +122,7 @@
%
% Identify the package and give the over all version information.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2023-07-31} {3.3.0}
+\ProvidesExplPackage {siunitx} {2023-08-01} {3.3.1}
{A comprehensive (SI) units package}
% \end{macrocode}
%
diff --git a/macros/latex/contrib/siunitx/siunitx.pdf b/macros/latex/contrib/siunitx/siunitx.pdf
index 299ec6f781..c92c1d87cf 100644
--- a/macros/latex/contrib/siunitx/siunitx.pdf
+++ b/macros/latex/contrib/siunitx/siunitx.pdf
Binary files differ