From 96acb376f7416e6609a5404e8be8f2e510b0d396 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 Nov 2018 21:52:51 +0000 Subject: jigsaw (9nov18) git-svn-id: svn://tug.org/texlive/trunk@49111 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/jigsaw/README.md | 2 +- Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf | Bin 168672 -> 169316 bytes Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex | 27 ++++++++++++++-------- Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty | 8 +++---- 4 files changed, 22 insertions(+), 15 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/jigsaw/README.md b/Master/texmf-dist/doc/latex/jigsaw/README.md index 4d9ea37ef68..104fd5748c2 100644 --- a/Master/texmf-dist/doc/latex/jigsaw/README.md +++ b/Master/texmf-dist/doc/latex/jigsaw/README.md @@ -4,4 +4,4 @@ A small LaTeX package to draw jigsaw pieces with TikZ. It is possible to draw in 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 diff --git a/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf b/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf index 3daa8e02019..1f16a672e4f 100644 Binary files a/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf and b/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex b/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex index 58011e7435e..9689ef89323 100644 --- a/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex +++ b/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex @@ -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} diff --git a/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty b/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty index 805bf280e14..748014c8425 100644 --- a/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty +++ b/Master/texmf-dist/tex/latex/jigsaw/jigsaw.sty @@ -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} -- cgit v1.2.3