texlive[73566] Master/texmf-dist: tikzdotncross (23jan25)

commits+karl at tug.org commits+karl at tug.org
Thu Jan 23 21:37:02 CET 2025


Revision: 73566
          https://tug.org/svn/texlive?view=revision&revision=73566
Author:   karl
Date:     2025-01-23 21:37:02 +0100 (Thu, 23 Jan 2025)
Log Message:
-----------
tikzdotncross (23jan25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tikzdotncross/README.md
    trunk/Master/texmf-dist/doc/latex/tikzdotncross/tikzdotncross.pdf
    trunk/Master/texmf-dist/doc/latex/tikzdotncross/tikzdotncross.tex
    trunk/Master/texmf-dist/tex/latex/tikzdotncross/tikzdotncross.sty

Modified: trunk/Master/texmf-dist/doc/latex/tikzdotncross/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikzdotncross/README.md	2025-01-23 00:41:48 UTC (rev 73565)
+++ trunk/Master/texmf-dist/doc/latex/tikzdotncross/README.md	2025-01-23 20:37:02 UTC (rev 73566)
@@ -70,7 +70,10 @@
     - documentation in PDF format
 
 -------------
-* Version 1.2 (this)
+* Version 1.2b (this)
+    - correcting package dependencies (issue #1).
+
+* Version 1.2 
     - Added some package options, to change pin defaults, see documentation.
 
 * Version 1.1 

Modified: trunk/Master/texmf-dist/doc/latex/tikzdotncross/tikzdotncross.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/tikzdotncross/tikzdotncross.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikzdotncross/tikzdotncross.tex	2025-01-23 00:41:48 UTC (rev 73565)
+++ trunk/Master/texmf-dist/doc/latex/tikzdotncross/tikzdotncross.tex	2025-01-23 20:37:02 UTC (rev 73566)
@@ -15,7 +15,7 @@
 %%
 %% The Current Maintainer of this work is Alceu Frigeri
 %%
-%% This is version {1.2} {2024/10/22}
+%% This is version {1.2b} {2025/01/23}
 %%
 %% The list of files that compose this work can be found in the README.md file at
 %% https://ctan.org/pkg/tikzdotncross
@@ -28,7 +28,6 @@
 \SetEnumitemKey{miditemsep}{parsep=0ex,itemsep=0.4ex}
 
 \usepackage[american,siunitx,cuteinductors,smartlabels,arrowmos,EFvoltages,betterproportions]{circuitikz}
-\usetikzlibrary{math}
 \usepackage{tikzdotncross}
 \RequirePackage[hidelinks,hypertexnames=false]{hyperref}
 \begin{document}

Modified: trunk/Master/texmf-dist/tex/latex/tikzdotncross/tikzdotncross.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikzdotncross/tikzdotncross.sty	2025-01-23 00:41:48 UTC (rev 73565)
+++ trunk/Master/texmf-dist/tex/latex/tikzdotncross/tikzdotncross.sty	2025-01-23 20:37:02 UTC (rev 73566)
@@ -12,7 +12,7 @@
 %%
 %% The Current Maintainer of this work is Alceu Frigeri
 %%
-%% This is version {1.2} {2024/10/22}
+%% This is version {1.2b} {2025/01/23}
 %%
 %% The list of files that compose this work can be found in the README.md file at
 %% https://ctan.org/pkg/tikzdotncross
@@ -26,8 +26,8 @@
 
 \ProvidesExplPackage
     {tikzdotncross}
-    {2024/10/22}
-    {1.2}
+    {2025/01/23}
+    {1.2b}
     {Marking coordinates and crossing paths}
 
 %%%%%%%
@@ -40,8 +40,8 @@
   {
      name        .code:n = {tikzdotncross} ,
      prefix      .code:n = {tikzdotncross} ,
-     date        .code:n = {2024/10/22},
-     version     .code:n = {1.2} ,
+     date        .code:n = {2025/01/23},
+     version     .code:n = {1.2b} ,
      description .code:n = {Marking~ coordinates~ and~ crossing~ paths}
   }
 \cs_if_exist:NF \PkgInfo 
@@ -96,7 +96,7 @@
 \ExplSyntaxOff
 
 %\makeatletter
-\usetikzlibrary{intersections}
+\usetikzlibrary{math,intersections}
 
     %%
     %% There is no easy and clean way 



More information about the tex-live-commits mailing list.