diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/adigraph/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/adigraph/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/adigraph/README.md b/Master/texmf-dist/doc/latex/adigraph/README.md index 5bc102883b6..a8de76fe968 100644 --- a/Master/texmf-dist/doc/latex/adigraph/README.md +++ b/Master/texmf-dist/doc/latex/adigraph/README.md @@ -17,6 +17,21 @@ sudo tlmgr install fp etoolbox adigraph Otherwise install the packages with the package manager of your choice. +## Checking the version +All recent (1.3+) Adigraph versions offer the following command: + +```latex +\AdigraphVersionNumber +``` + +If you get an `Undefined control sequence` error you have a version previous to 1.3, you should consider updating it manually. + +An approach could be the following: + +1. Download the latest version from ctan: [here](https://ctan.org/pkg/adigraph). +2. Identify the position of the installed adigraph by running `find / -type d -name adigraph`. +3. Replace the old adigraph.sty with the new adigraph.sty downloaded from ctan. + ### Requiring the package in the document Remember to require the package in the document. |