From 546ea8f2ae542b7aae1b314065b41ba50df2d030 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sun, 4 Nov 2001 21:31:05 +0000 Subject: [PATCH] Added parameter htmlhelp.enumerate.images which controls inclusion of image filenames list in project file. This is necessary when images are inserted as external binary entities. --- xsl/htmlhelp/htmlhelp-common.xsl | 116 ++++++++++++++++++++++++++++++- 1 file changed, 114 insertions(+), 2 deletions(-) diff --git a/xsl/htmlhelp/htmlhelp-common.xsl b/xsl/htmlhelp/htmlhelp-common.xsl index 41579fb0b..dca6811c5 100644 --- a/xsl/htmlhelp/htmlhelp-common.xsl +++ b/xsl/htmlhelp/htmlhelp-common.xsl @@ -74,6 +74,16 @@ store appropriate part of project file into this parameter. + + + +Should be paths to all used images added to project file? + +You should turn on this flag, if you insert images into your documents +as external binary entities or if you are using absolute path in image names. + + + @@ -126,8 +136,8 @@ Language= - 0x0409 English (United States) - + 0x0409 English (United States) + Title= @@ -135,6 +145,9 @@ Title= [FILES] + + + @@ -166,6 +179,105 @@ Title= + + + + + + + + + + + + + + 1 + + + + + + + + + 0 + + + + 0 + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0