texlive[49111] Master/texmf-dist: jigsaw (9nov18)

commits+karl at tug.org commits+karl at tug.org
Fri Nov 9 22:52:51 CET 2018


Revision: 49111
          http://tug.org/svn/texlive?view=revision&revision=49111
Author:   karl
Date:     2018-11-09 22:52:51 +0100 (Fri, 09 Nov 2018)
Log Message:
-----------
jigsaw (9nov18)

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

Modified: trunk/Master/texmf-dist/doc/latex/jigsaw/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/jigsaw/README.md	2018-11-09 01:23:20 UTC (rev 49110)
+++ trunk/Master/texmf-dist/doc/latex/jigsaw/README.md	2018-11-09 21:52:51 UTC (rev 49111)
@@ -4,4 +4,4 @@
 
 This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt
 
-The project repository, including a bug tracker, can be found at https://github.com/samcarter8/jigsaw/issues
+The project repository, including a bug tracker, can be found at https://github.com/samcarter/jigsaw/issues

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

Modified: trunk/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex	2018-11-09 01:23:20 UTC (rev 49110)
+++ trunk/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex	2018-11-09 21:52:51 UTC (rev 49111)
@@ -5,13 +5,13 @@
 % Maintained by samcarter
 %
 % Project repository and bug tracker:
-% https://github.com/samcarter8/jigsaw
+% https://github.com/samcarter/jigsaw
 %
 % Released under the LaTeX Project Public License v1.3c or later
 % See http://www.latex-project.org/lppl.txt
 %
-% Version 0.1
-% Aug 30, 2018  
+% Version 0.1a
+% NOv 9, 2018  
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \documentclass[parskip=half]{scrartcl}
@@ -44,6 +44,13 @@
 \addtokomafont{author}{\normalsize}
 \setlength{\footnotemargin}{0.7em}
 
+% from https://tex.stackexchange.com/a/147848
+\def\beginlstdelim#1#2#3%
+{%
+    \def\endlstdelim{#2\egroup}%
+    \ttfamily#1\bgroup\color{#3}\aftergroup\endlstdelim%
+}
+
 \lstdefinestyle{jigsawstyle}{%
 	language={[latex]TeX},
 	tabsize=2,
@@ -58,6 +65,8 @@
 	delim ={[s][\ttfamily\color{green!50!black}]{$}{$}},
 	moredelim=[is][\footnotesize\ttfamily\color{orange!70!black}]{|}{|},
 	moredelim={[s][\color{gray}]{<}{>}},
+%	moredelim = **[is][\beginlstdelim{\{}{\}}{orange!70!black}]{\{}{\}},
+%	moredelim = **[is][\beginlstdelim{[}{]}{orange!70!black}]{[}{]},
 }
 
 \tcbset{%
@@ -84,10 +93,10 @@
 			 \piece[lightgray!70!white]{1}{-1}{1}{-1}
 		\end{tikzpicture}\\[0.8em]		
 		\texttt{samcarter}\\
-		\url{https://github.com/samcarter8/jigsaw}\\
-%		\url{https://www.ctan.org/pkg/jigsaw}
+		\url{https://github.com/samcarter/jigsaw}\\
+		\url{https://www.ctan.org/pkg/jigsaw}
 	}{samcarter}}
-\date{Version 0.1 -- \today}
+\date{Version 0.1a -- \today}
 
 \begin{document}
 \maketitle
@@ -97,11 +106,9 @@
 
 The jigsaw package allows to draw adjustable jigsaw pieces in \TikZ, to combine them and even to automatically create complete jigsaws. It is based on the TeX.Stackexchange answers \url{https://tex.stackexchange.com/a/446296/36296}.
 
-The development version of this package is located at 
-\url{github.com/samcarter8/jigsaw}. If you have any problems, ideas or other feedback, please make constructive use of its bug tracker.
+The package is included in both \texlive and \miktex and available from \CTAN (\url{https://ctan.org/pkg/jigsaw}). The development version of this package is located at \url{github.com/samcarter/jigsaw}. If you have any problems, ideas or other feedback, please make constructive use of its bug tracker.
 
-Copyright \raisebox{0.2em}{\tiny\fontfamily{cmr}\selectfont\textcopyright}
-\texttt{samcarter}. Permission is granted to copy, distribute and\slash or modify this software under the terms of the LaTeX project public licence, version 1.3c or later \url{http://www.latex-project.org/lppl.txt}.
+Copyright \raisebox{0.2em}{\tiny\fontfamily{cmr}\selectfont\textcopyright} \texttt{samcarter}. Permission is granted to copy, distribute and\slash or modify this software under the terms of the LaTeX project public licence, version 1.3c or later \url{http://www.latex-project.org/lppl.txt}.
 
 \section{Usage}
 

Modified: trunk/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty	2018-11-09 01:23:20 UTC (rev 49110)
+++ trunk/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty	2018-11-09 21:52:51 UTC (rev 49111)
@@ -6,17 +6,17 @@
 % Maintained by samcarter
 %
 % Project repository and bug tracker:
-% https://github.com/samcarter8/jigsaw
+% https://github.com/samcarter/jigsaw
 %
 % Released under the LaTeX Project Public License v1.3c or later
 % See http://www.latex-project.org/lppl.txt
 %
-% Version 0.1
-% Aug 29, 2018  
+% Version 0.1a
+% NOv 9, 2018   
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \ProvidesPackage{jigsaw}
- [2018/08/30 v0.1 Draw jigsaw pieces in TikZ]
+ [2018/11/09 v0.1a Draw jigsaw pieces in TikZ]
 
 \RequirePackage{tikz}
 



More information about the tex-live-commits mailing list