branch: Fix bug #6752: Circle (bullet icon) causes error on export

We need to make sure the wasysym package is installed by adding a check to chkconfig.ltx.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-06-25 11:18:12 +00:00
parent 459a33d28e
commit c6a798d6b4
2 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,7 @@
\TestPackage{units}
\TestPackage{url}
\TestPackage{varioref}
\TestPackage{wasysym}
\TestPackage{wrapfig}
\TestPackage{xargs}
\TestPackage{xcolor}

View File

@ -162,3 +162,4 @@ What's new
- When compiling using automake >= 1.11, use the nicer `silent rules' output
format.
- Check whether the wasysym package is installed (bug 6752).