summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/smartdiagram
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/smartdiagram')
-rw-r--r--Master/texmf-dist/source/latex/smartdiagram/smartdiagram.dtx19
1 files changed, 18 insertions, 1 deletions
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}