diff options
author | Norbert Preining <norbert@preining.info> | 2024-03-02 03:04:21 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-03-02 03:04:21 +0000 |
commit | b7323fe884f378851ee661babaa5bd644271f348 (patch) | |
tree | 8891732393826e5c5893d00fa39cf9a5eb0a3a90 /macros/unicodetex/latex | |
parent | 19a826b6e3a0d2ea6bbd1bf733a8e590463275ed (diff) |
CTAN sync 202403020304
Diffstat (limited to 'macros/unicodetex/latex')
18 files changed, 10 insertions, 6 deletions
diff --git a/macros/unicodetex/latex/einfart/README.md b/macros/unicodetex/latex/einfart/README.md index f8db51385d..5175469d31 100644 --- a/macros/unicodetex/latex/einfart/README.md +++ b/macros/unicodetex/latex/einfart/README.md @@ -10,6 +10,8 @@ Currently, it has native support to Chinese (simplified and traditional), Englis This is part of the `minimalist` class series. +> Package dependencies: [`amsfonts`](https://ctan.org/pkg/amsfonts), [`caption`](https://ctan.org/pkg/caption), [`ctex`](https://ctan.org/pkg/ctex), [*`draftwatermark`*](https://ctan.org/pkg/draftwatermark), [`embrac`](https://ctan.org/pkg/embrac), [`float`](https://ctan.org/pkg/float), [`fontspec`](https://ctan.org/pkg/fontspec), [`geometry`](https://ctan.org/pkg/geometry), [`graphicx`](https://ctan.org/pkg/graphicx), [*`lua-widow-control`*](https://ctan.org/pkg/lua-widow-control), [`indentfirst`](https://ctan.org/pkg/indentfirst), [*`mathpazo`*](https://ctan.org/pkg/mathpazo), [`minimalist`](https://ctan.org/pkg/minimalist), [*`nowidow`*](https://ctan.org/pkg/nowidow), [`parskip`](https://ctan.org/pkg/parskip), [`projlib`](https://ctan.org/pkg/projlib), [`regexpatch`](https://ctan.org/pkg/regexpatch), [`silence`](https://ctan.org/pkg/silence), [`tikz-cd`](https://ctan.org/pkg/tikz-cd), [`unicode-math`](https://ctan.org/pkg/unicode-math), [`wrapfig2`](https://ctan.org/pkg/wrapfig2). + ## Features Compared with usual document classes, it has the following features: diff --git a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classical.pdf b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classical.pdf Binary files differindex ad2ebb4667..f2ec9178a1 100644 --- a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classical.pdf +++ b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classical.pdf diff --git a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classicthesis.pdf b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classicthesis.pdf Binary files differindex b4c30ec463..15b5d525b7 100644 --- a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classicthesis.pdf +++ b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-classicthesis.pdf diff --git a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-default.pdf b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-default.pdf Binary files differindex 08e4cb919a..614198daad 100644 --- a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-default.pdf +++ b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-default.pdf diff --git a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-flow.pdf b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-flow.pdf Binary files differindex 475a2da1d8..b0fd760979 100644 --- a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-flow.pdf +++ b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-flow.pdf diff --git a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-plain.pdf b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-plain.pdf Binary files differindex 3dfd68e0ab..aa90db12e6 100644 --- a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-plain.pdf +++ b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-plain.pdf diff --git a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-stream.pdf b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-stream.pdf Binary files differindex 4edd164588..e0a227b33f 100644 --- a/macros/unicodetex/latex/einfart/demo/einfart-demo-style-stream.pdf +++ b/macros/unicodetex/latex/einfart/demo/einfart-demo-style-stream.pdf diff --git a/macros/unicodetex/latex/einfart/einfart.cls b/macros/unicodetex/latex/einfart/einfart.cls index 7daea1ac7e..a0076d40f9 100644 --- a/macros/unicodetex/latex/einfart/einfart.cls +++ b/macros/unicodetex/latex/einfart/einfart.cls @@ -18,7 +18,7 @@ \NeedsTeXFormat{LaTeX2e}[2022-06-01] \ProvidesExplClass {einfart} - {2024/02/23} {} + {2024/03/01} {} {A simple and clear article style} \tl_const:Nn \l__minimclass_base_class_tl { article } @@ -843,7 +843,7 @@ %%================================ \RequirePackage { graphicx } \graphicspath { { images/ } } -\RequirePackage { wrapfig } +\RequirePackage { wrapfig2 } \RequirePackage { float } \RequirePackage { caption } \captionsetup { font = small } diff --git a/macros/unicodetex/latex/simplivre/README.md b/macros/unicodetex/latex/simplivre/README.md index 573563659a..f3d7e6a4dc 100644 --- a/macros/unicodetex/latex/simplivre/README.md +++ b/macros/unicodetex/latex/simplivre/README.md @@ -10,6 +10,8 @@ Currently, it has native support to Chinese (simplified and traditional), Englis This is part of the `minimalist` class series. +> Package dependencies: [`amsfonts`](https://ctan.org/pkg/amsfonts), [`caption`](https://ctan.org/pkg/caption), [`ctex`](https://ctan.org/pkg/ctex), [*`draftwatermark`*](https://ctan.org/pkg/draftwatermark), [`embrac`](https://ctan.org/pkg/embrac), [`float`](https://ctan.org/pkg/float), [`fontspec`](https://ctan.org/pkg/fontspec), [`geometry`](https://ctan.org/pkg/geometry), [`graphicx`](https://ctan.org/pkg/graphicx), [*`lua-widow-control`*](https://ctan.org/pkg/lua-widow-control), [`indentfirst`](https://ctan.org/pkg/indentfirst), [*`mathpazo`*](https://ctan.org/pkg/mathpazo), [`minimalist`](https://ctan.org/pkg/minimalist), [*`nowidow`*](https://ctan.org/pkg/nowidow), [`parskip`](https://ctan.org/pkg/parskip), [`projlib`](https://ctan.org/pkg/projlib), [`regexpatch`](https://ctan.org/pkg/regexpatch), [`silence`](https://ctan.org/pkg/silence), [`tikz-cd`](https://ctan.org/pkg/tikz-cd), [`unicode-math`](https://ctan.org/pkg/unicode-math), [`wrapfig2`](https://ctan.org/pkg/wrapfig2). + ## Features Compared with usual document classes, it has the following features: diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.pdf b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.pdf Binary files differindex 497a84ac6b..44fcd101d3 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.pdf +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.pdf diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.tex b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.tex index cd08d686d1..24544187ff 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.tex +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classical.tex @@ -33,7 +33,7 @@ \frontmatter -\TitlePage [ style = simple ] +\TitlePage [ style = simple, author info on the right ] { % , logo = { } % the logo image , title = { \fontspec{SourceSansPro}[WordSpace={1.25,1,1}] diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.pdf b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.pdf Binary files differindex 4a5675645f..ba3bc1daa2 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.pdf +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.pdf diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.tex b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.tex index 78578c60d4..b5379c1bda 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.tex +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-classicthesis.tex @@ -35,7 +35,7 @@ \frontmatter -\TitlePage [ style = fancy, color = { main = Maroon, back = Goldenrod } ] +\TitlePage [ style = fancy, color = { main = Maroon, back = Goldenrod }, author info on the right ] { % , logo = { } % the logo image , title = { \fontspec{SourceSansPro}[WordSpace={1.25,1,1}] diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-default.pdf b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-default.pdf Binary files differindex cfaab378bc..07dda2849f 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-default.pdf +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-default.pdf diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-flow.pdf b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-flow.pdf Binary files differindex dbba9df779..8442e4a897 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-flow.pdf +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-flow.pdf diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-plain.pdf b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-plain.pdf Binary files differindex 67725599d5..a4c77b1010 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-plain.pdf +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-plain.pdf diff --git a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-stream.pdf b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-stream.pdf Binary files differindex 38b0933ac8..a4ad5320bd 100644 --- a/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-stream.pdf +++ b/macros/unicodetex/latex/simplivre/demo/simplivre-demo-style-stream.pdf diff --git a/macros/unicodetex/latex/simplivre/simplivre.cls b/macros/unicodetex/latex/simplivre/simplivre.cls index cfb01a533d..71157e2783 100644 --- a/macros/unicodetex/latex/simplivre/simplivre.cls +++ b/macros/unicodetex/latex/simplivre/simplivre.cls @@ -18,7 +18,7 @@ \NeedsTeXFormat{LaTeX2e}[2022-06-01] \ProvidesExplClass {simplivre} - {2024/02/23} {} + {2024/03/01} {} {A simple and clear book style} \tl_const:Nn \l__minimclass_base_class_tl { book } @@ -843,7 +843,7 @@ %%================================ \RequirePackage { graphicx } \graphicspath { { images/ } } -\RequirePackage { wrapfig } +\RequirePackage { wrapfig2 } \RequirePackage { float } \RequirePackage { caption } \captionsetup { font = small } |