From: Mart Lubbers Date: Tue, 9 Dec 2014 10:43:24 +0000 (+0100) Subject: cleanup X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=0a371ecb15356fd31fe6cbb01b9147414255ba22;p=bsc-thesis1415.git cleanup --- diff --git a/thesis2/README b/thesis2/README deleted file mode 100644 index 6254ec7..0000000 --- a/thesis2/README +++ /dev/null @@ -1,23 +0,0 @@ -This package has a little macro that lets you write directed graphs in -graphviz/dot syntax inside your LaTeX files, and have the rendered -version automatically included. For example: - - \digraph[scale=0.5]{abc}{rankdir=LR; a->b; b->c} - -Will result in three ovals in a row, labeled "a", "b", and "c", -respectively. There are some details and known limitations described -in the documentation. - - -Distributed files include: - - README -- this file - graphviz.pdf -- pre-compiled documentation - graphviz.dtx -- full source (generates .sty and .dvi/.pdf) - graphviz.ins -- used to extract .sty from .dtx - Makefile -- may be used to generate .sty and .pdf - - -Thanks to Scott Pakin for writing the tutorial on how to create .dtx -and .ins files. - diff --git a/thesis2/README.md b/thesis2/README.md deleted file mode 100644 index d19909c..0000000 --- a/thesis2/README.md +++ /dev/null @@ -1,4 +0,0 @@ -graphviz.sty -============ - -LaTeX package to write Graphviz (dot) files inline