summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lt3graph
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-05 22:59:55 +0000
committerKarl Berry <karl@freefriends.org>2017-01-05 22:59:55 +0000
commitbe1b5c7a991901617120f200d7f6b2a7594683ab (patch)
tree4b00daca1148c79b8fe3b8bda0d2fc317dcb83ae /Master/texmf-dist/doc/latex/lt3graph
parent0c68c059dc4c5c7fafa7be8dc861e93c831eeb7e (diff)
lt3graph (5jan17)
git-svn-id: svn://tug.org/texlive/trunk@42874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lt3graph')
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/README6
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdfbin587024 -> 587705 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex9
3 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/lt3graph/README b/Master/texmf-dist/doc/latex/lt3graph/README
index ce0eb6d44cc..2d9c4427053 100644
--- a/Master/texmf-dist/doc/latex/lt3graph/README
+++ b/Master/texmf-dist/doc/latex/lt3graph/README
@@ -1,9 +1,9 @@
latex-lt3graph
=============
-LaTeX Package : lt3graph 0.1.5
+LaTeX Package : lt3graph 0.1.8
-Last Modified : 2016-03-30
+Last Modified : 2017-01-05
Author : Michiel Helvensteijn (www.mhelvens.net)
@@ -56,5 +56,5 @@ License
-------
This material is subject to the LaTeX Project Public License. See
-http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+http://mirror.ctan.org/help/Catalogue/Licenses.lppl.html
for the details of that license.
diff --git a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
index a1c4f67e8a4..54b1cbc7809 100644
--- a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
+++ b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
index 084bba4aab7..b9639731d1a 100644
--- a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
+++ b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \iffalse %%%%
% %
-% Copyright (c) 2014 - Michiel Helvensteijn (www.mhelvens.net) %
+% Copyright (c) 2017 - Michiel Helvensteijn (www.mhelvens.net) %
% %
% https://github.com/mhelvens/latex-lt3graph %
% %
@@ -103,6 +103,9 @@
{no longer loading individual l3kernel packages, which leads to
an error for recent versions of expl3}
+\changes{0.1.8}{2017/01/05}
+ {tracking changes in expl3}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -118,7 +121,7 @@ connect them.\footnote
{ Mathematically speaking, a directed graph is a tuple
\( (V, E) \) with a set of vertices \( V \) and a set of edges
\( E \subseteq V \times V \) connecting those vertices. }
-One such a graph is defined below:
+One such graph is defined below:
\begin{latex-example}
\ExplSyntaxOn
@@ -161,7 +164,7 @@ We could then, for example, use TikZ to draw this graph:
Just to be clear, this library is \emph{not about drawing} graphs.
It does not, inherently, understand any TikZ.
-It is about \emph{representing} graphs. This allows us do perform analysis
+It is about \emph{representing} graphs. This allows us to perform analysis
on their structure. We could, for example, determine if there is
a cycle in the graph: