diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-28 23:27:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-28 23:27:58 +0000 |
commit | b03b1355829c0dbe25e1bda309d986da3fa3336c (patch) | |
tree | 3c45ae92cce606d50268d1b4b998e75c1b39570a /Master/texmf-dist/doc | |
parent | ff7bee45981cbb178d8b2d056dd95547f795dbf0 (diff) |
bondgraphs (28nov14)
git-svn-id: svn://tug.org/texlive/trunk@35684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/bondgraphs/Makefile | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bondgraphs/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf | bin | 0 -> 363830 bytes |
3 files changed, 28 insertions, 0 deletions
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 material is subject to the LATEX Project Public License. + +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 Binary files differnew file mode 100644 index 00000000000..b05e176afb3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bondgraphs/bondgraphs.pdf |