diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-05 23:10:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-05 23:10:20 +0000 |
commit | 4adb9b54822d933c66b163945c3ab551e8a434eb (patch) | |
tree | 9752a277d58d682501ab8926da096b3fe5dc8267 | |
parent | 3e9898bf813da161e97f32376fc0eaa9bc6b9630 (diff) |
smartdiagram (5apr13)
git-svn-id: svn://tug.org/texlive/trunk@29680 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/smartdiagram/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf | bin | 266073 -> 266259 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/smartdiagram/smartdiagram.dtx | 19 |
3 files changed, 25 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/smartdiagram/README b/Master/texmf-dist/doc/latex/smartdiagram/README index 9b3914ea45a..403e697b4ef 100644 --- a/Master/texmf-dist/doc/latex/smartdiagram/README +++ b/Master/texmf-dist/doc/latex/smartdiagram/README @@ -10,4 +10,11 @@ See http://www.latex-project.org/lppl.txt The package allows to create smart diagrams from lists of items for simple documents and for presentations. +The package is composed and necessitates of the core libraries: + - core.definitions, + - core.styles, + - core.commands +and of the external library: + - additions. + diff --git a/Master/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf b/Master/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf Binary files differindex 54c051d0837..88844165c0a 100644 --- a/Master/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf +++ b/Master/texmf-dist/doc/latex/smartdiagram/smartdiagram.pdf diff --git a/Master/texmf-dist/source/latex/smartdiagram/smartdiagram.dtx b/Master/texmf-dist/source/latex/smartdiagram/smartdiagram.dtx index 281885fde8a..2dbfe19a12f 100644 --- a/Master/texmf-dist/source/latex/smartdiagram/smartdiagram.dtx +++ b/Master/texmf-dist/source/latex/smartdiagram/smartdiagram.dtx @@ -14,6 +14,13 @@ See http://www.latex-project.org/lppl.txt The package allows to create smart diagrams from lists of items for simple documents and for presentations. + +The package is composed and necessitates of the core libraries: + - core.definitions, + - core.styles, + - core.commands +and of the external library: + - additions. %</readme> %<*internal> \fi @@ -187,7 +194,17 @@ and the derived files smartdiagram.ins, % \item \library{shapes.arrows}; % \item \library{shapes.symbols} (from version 0.2). % \end{itemize} -% and it sets a new layer called \verb|smart diagram arrow back|. From version 0.3, by loading the library +% and it sets a new layer called \verb|smart diagram arrow back|. From version 0.3, the package is composed of three core libraries: +% \begin{itemize} +% \item \library{core.definitions}, +% \item \library{core.styles}, +% \item \library{core.commands} +% \end{itemize} +% which actually form the package \library{smartdiagram.sty} and of the external library: +% \begin{itemize} +% \item \library{additions} +% \end{itemize} +% which can be loaded separately by the user. By loading this library: % \begin{flushleft} % \texttt{\textbackslash usesmartdiagramlibrary\{}\library{additions}\texttt{\}} % \end{flushleft} |