summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/jigsaw
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-09 21:52:51 +0000
committerKarl Berry <karl@freefriends.org>2018-11-09 21:52:51 +0000
commit96acb376f7416e6609a5404e8be8f2e510b0d396 (patch)
treeec355d468c8188fef6227f08d81c0a18162972f6 /Master/texmf-dist/doc/latex/jigsaw
parent2f361757618cc93a24de138bab3d0f0a01ac545c (diff)
jigsaw (9nov18)
git-svn-id: svn://tug.org/texlive/trunk@49111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/jigsaw')
-rw-r--r--Master/texmf-dist/doc/latex/jigsaw/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdfbin168672 -> 169316 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.tex27
3 files changed, 18 insertions, 11 deletions
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
--- a/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf
+++ b/Master/texmf-dist/doc/latex/jigsaw/jigsaw-doc.pdf
Binary files 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}