From b03b1355829c0dbe25e1bda309d986da3fa3336c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Nov 2014 23:27:58 +0000 Subject: bondgraphs (28nov14) git-svn-id: svn://tug.org/texlive/trunk@35684 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bondgraphs/Makefile | 24 +++++++++++++++++++++ Master/texmf-dist/doc/latex/bondgraphs/README | 4 ++++ .../texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf | Bin 0 -> 363830 bytes 3 files changed, 28 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/bondgraphs/Makefile create mode 100644 Master/texmf-dist/doc/latex/bondgraphs/README create mode 100644 Master/texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf (limited to 'Master/texmf-dist/doc/latex/bondgraphs') diff --git a/Master/texmf-dist/doc/latex/bondgraphs/Makefile b/Master/texmf-dist/doc/latex/bondgraphs/Makefile new file mode 100644 index 00000000000..cfc4e59cbf3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bondgraphs/Makefile @@ -0,0 +1,24 @@ + + +NAME=bondgraphs +ARCHIVE_NAME=$(NAME).tar.gz +ARCHIVE_CONTENTS=$(NAME).dtx Makefile README $(NAME).ins $(NAME).pdf + +all: sty pdf + +pdf: sty + pdflatex $(NAME).dtx > $(NAME).log + pdflatex $(NAME).dtx >> $(NAME).log + makeindex -s gglo.ist -o $(NAME).gls $(NAME).glo >> $(NAME).log + makeindex -s gind.ist -o $(NAME).ind $(NAME).idx >> $(NAME).log + pdflatex $(NAME).dtx >> $(NAME).log + +sty: + rm -f $(NAME).sty + tex $(NAME).ins > $(NAME).log + +archive: + @ tar -czf $(ARCHIVE_NAME) $(ARCHIVE_CONTENTS) + +clean: + rm -f $(NAME).{log,idx,ilg,ind,aux,blg,bbl,out,gls,glo,fdb_latexmk,synctex.gz,fls,sty,hd,pdf} diff --git a/Master/texmf-dist/doc/latex/bondgraphs/README b/Master/texmf-dist/doc/latex/bondgraphs/README new file mode 100644 index 00000000000..e9bdc45df8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/bondgraphs/README @@ -0,0 +1,4 @@ +The bondgraphs package allows for easy and neat bondgraph drawing in LaTeX. Its core is a set of TikZ style definitions. It uses some of the last TikZ features, so a recent version of pgf is required (>=3.0). This version is shipped in most 2014 LaTeX version; you can check your version by typesetting a document that contains \pgfversion. +This ma­te­rial is sub­ject to the LATEX Project Public Li­cense. + +The documentation and sty can be generated manually, by running tex on bondgraphs.ins and (pdf)latex on bondgraphs.dtx, or making use of the supplied Makefile. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf b/Master/texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf new file mode 100644 index 00000000000..b05e176afb3 Binary files /dev/null and b/Master/texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf differ -- cgit v1.2.3