diff options
Diffstat (limited to 'Master/texmf-dist')
-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} |