summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/projlib
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/projlib')
-rw-r--r--macros/latex/contrib/projlib/ProjLib.dtx34
-rw-r--r--macros/latex/contrib/projlib/README.md4
-rw-r--r--macros/latex/contrib/projlib/logo/ProjLib-logo.pdfbin0 -> 1308 bytes
-rw-r--r--macros/latex/contrib/projlib/logo/ProjLib-logo.pngbin0 -> 37933 bytes
-rw-r--r--macros/latex/contrib/projlib/logo/ProjLib-logo.tex9
5 files changed, 31 insertions, 16 deletions
diff --git a/macros/latex/contrib/projlib/ProjLib.dtx b/macros/latex/contrib/projlib/ProjLib.dtx
index 78e12ec500..826c6934ad 100644
--- a/macros/latex/contrib/projlib/ProjLib.dtx
+++ b/macros/latex/contrib/projlib/ProjLib.dtx
@@ -19,84 +19,84 @@
%<*ProjLib>
\ProvidesExplPackage
{ProjLib}
- {2023/10/01} {}
+ {2023/10/15} {}
{Collective interface of the ProjLib toolkit}
%</ProjLib>
%
%<*projlib-author>
\ProvidesExplPackage
{projlib-author}
- {2023/10/01} {}
+ {2023/10/15} {}
{Enhanced author information block}
%</projlib-author>
%
%<*projlib-datetime>
\ProvidesExplPackage
{projlib-datetime}
- {2023/10/01} {}
+ {2023/10/15} {}
{Convert numeric date-time string to natural language}
%</projlib-datetime>
%
%<*projlib-draft>
\ProvidesExplPackage
{projlib-draft}
- {2023/10/01} {}
+ {2023/10/15} {}
{Useful commands during draft stage}
%</projlib-draft>
%
%<*projlib-font>
\ProvidesExplPackage
{projlib-font}
- {2023/10/01} {}
+ {2023/10/15} {}
{Font selection and configuration}
%</projlib-font>
%
%<*projlib-language>
\ProvidesExplPackage
{projlib-language}
- {2023/10/01} {}
+ {2023/10/15} {}
{Multi-language configuration}
%</projlib-language>
%
%<*projlib-logo>
\ProvidesExplPackage
{projlib-logo}
- {2023/10/01} {}
+ {2023/10/15} {}
{The ProjLib logo}
%</projlib-logo>
%
%<*projlib-math>
\ProvidesExplPackage
{projlib-math}
- {2023/10/01} {}
+ {2023/10/15} {}
{Efficient math setup}
%</projlib-math>
%
%<*projlib-paper>
\ProvidesExplPackage
{projlib-paper}
- {2023/10/01} {}
+ {2023/10/15} {}
{Configuration of the paper style}
%</projlib-paper>
%
%<*projlib-text>
\ProvidesExplPackage
{projlib-text}
- {2023/10/01} {}
+ {2023/10/15} {}
{Text-related commands}
%</projlib-text>
%
%<*projlib-theorem>
\ProvidesExplPackage
{projlib-theorem}
- {2023/10/01} {}
+ {2023/10/15} {}
{Configuration of theorem-like environments}
%</projlib-theorem>
%
%<*projlib-titlepage>
\ProvidesExplPackage
{projlib-titlepage}
- {2023/10/01} {}
+ {2023/10/15} {}
{Commands for rendering the title page}
%</projlib-titlepage>
@@ -2507,8 +2507,11 @@
\PassOptionsToPackage { no-math } { fontspec }
\hook_gput_code:nnn { begindocument/before } { projlib-font }
{
+ \bool_if:NT \l__projlib_font_useosf_bool
+ {
+ \PassOptionsToPackage { osf } { newpxtext }
+ }
\RequirePackage { newpxtext }
- \bool_if:NT \l__projlib_font_useosf_bool { \useosf }
\sys_if_engine_pdftex:F
{
\setsansfont { texgyreheros }
@@ -2531,9 +2534,12 @@
\PassOptionsToPackage { no-math } { fontspec }
\hook_gput_code:nnn { begindocument/before } { projlib-font }
{
+ \bool_if:NT \l__projlib_font_useosf_bool
+ {
+ \PassOptionsToPackage { osf } { newtxtext }
+ }
\RequirePackage { newtxtext }
\RequirePackage { newtxmath }
- \bool_if:NT \l__projlib_font_useosf_bool { \useosf }
\sys_if_engine_pdftex:F
{
\setsansfont { texgyreheros }
diff --git a/macros/latex/contrib/projlib/README.md b/macros/latex/contrib/projlib/README.md
index 479d6dff81..e4f1fe4fe6 100644
--- a/macros/latex/contrib/projlib/README.md
+++ b/macros/latex/contrib/projlib/README.md
@@ -5,7 +5,7 @@
# The `ProjLib` Toolkit
-> **This bundle is dated 2023/10/01.**
+> **This bundle is dated 2023/10/15.**
> **New documentations are still being written. For now, only the core code is included in TeX Live 2023 (old documentations have been removed from the distribution).**
@@ -93,6 +93,6 @@ Here `**` should be replaced with the language identifier, such as `en`.
All these can be done with the given script `MakeFile.sh`.
-->
-# License
+## License
This work is released under the LaTeX Project Public License, v1.3c or later.
diff --git a/macros/latex/contrib/projlib/logo/ProjLib-logo.pdf b/macros/latex/contrib/projlib/logo/ProjLib-logo.pdf
new file mode 100644
index 0000000000..b01c10135d
--- /dev/null
+++ b/macros/latex/contrib/projlib/logo/ProjLib-logo.pdf
Binary files differ
diff --git a/macros/latex/contrib/projlib/logo/ProjLib-logo.png b/macros/latex/contrib/projlib/logo/ProjLib-logo.png
new file mode 100644
index 0000000000..bb26a01f4c
--- /dev/null
+++ b/macros/latex/contrib/projlib/logo/ProjLib-logo.png
Binary files differ
diff --git a/macros/latex/contrib/projlib/logo/ProjLib-logo.tex b/macros/latex/contrib/projlib/logo/ProjLib-logo.tex
new file mode 100644
index 0000000000..fe46defdd5
--- /dev/null
+++ b/macros/latex/contrib/projlib/logo/ProjLib-logo.tex
@@ -0,0 +1,9 @@
+\documentclass[border=10pt]{standalone}
+
+\usepackage{projlib-logo}
+
+\begin{document}
+
+\scalebox{10}{\ProjLib}
+
+\end{document}