From 21bb88b409c1211de94d141b50ea887ecde35b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 17 Feb 2015 00:23:05 +0100 Subject: [PATCH] pdfcomment.module: add required style files the the module requires datetime and fmtcount --- lib/layouts/pdfcomment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layouts/pdfcomment.module b/lib/layouts/pdfcomment.module index 73e5908c2c..a7b29461c8 100644 --- a/lib/layouts/pdfcomment.module +++ b/lib/layouts/pdfcomment.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule{PDF Comments} +#\DeclareLyXModule[datetime,fmtcount]{PDF Comments} #DescriptionBegin #Provides various kinds of annotations for the PDF output. The module uses #the pdfcomment package. Please consult the package documentation for details.