From c6a798d6b4eb104258791c15d966f4226df31632 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 25 Jun 2010 11:18:12 +0000 Subject: [PATCH] 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 --- lib/chkconfig.ltx | 1 + status.16x | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index 071e20aa1e..51333de4d3 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -280,6 +280,7 @@ \TestPackage{units} \TestPackage{url} \TestPackage{varioref} +\TestPackage{wasysym} \TestPackage{wrapfig} \TestPackage{xargs} \TestPackage{xcolor} diff --git a/status.16x b/status.16x index c069d76cb8..799acdecf2 100644 --- a/status.16x +++ b/status.16x @@ -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).