diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-29 22:12:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-29 22:12:09 +0000 |
commit | 7051618f193878d7680d2575f4878c65c9a7826a (patch) | |
tree | b35fadc5dd7f95c785c86fc1aaa03507b63f21c4 /Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex | |
parent | 6bfe500db52351270f34959f456fd5955a83d386 (diff) |
adigraph (29jan19)
git-svn-id: svn://tug.org/texlive/trunk@49862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex b/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex index d0c25207d73..6bcf6a0c8a1 100644 --- a/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex +++ b/Master/texmf-dist/doc/latex/adigraph/adigraph_documentation.tex @@ -1227,6 +1227,19 @@ And once you compile that you receive a graph like the following: \includegraphics[width=0.5\textwidth]{img_examples/pyadigraph.png} \end{figure} +\chapter{Utilities} +If for some reason you need to disable all the adigraphs in your latex code, for example using an online editor such as Overleaf that allows only a given maximum compile time, you can use the following command: + +\begin{minted}{latex} + \DisableAdigraphs +\end{minted} + +You can then re-enable adigraphs with: + +\begin{minted}{latex} + \EnableAdigraphs +\end{minted} + \chapter{Warnings} \section{Reserved words} I reserve to use for the package the following tokens: @@ -1266,6 +1279,7 @@ I reserve to use for the package the following tokens: \item \textbackslash AdigraphSimpleSum \item \textbackslash NewAdigraph \item \textbackslash RenewAdigraph + \item \textbackslash DisableAdigraphs \end{enumerate} \end{multicols} |