From 28e744c319ed324fa1fb7853d00ab809de31c34a Mon Sep 17 00:00:00 2001 From: Roland Rosenfeld Date: Sat, 1 Mar 2003 15:33:48 +0000 Subject: [PATCH] Add option "--linkcolor #0000ff" to htmldoc call to create blue links (otherwise they are black except you have a ~/.htmldocrc which defines it in a different way). --- utils/ldp_print/ldp_print | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/ldp_print/ldp_print b/utils/ldp_print/ldp_print index 67129b96..b4b36d36 100755 --- a/utils/ldp_print/ldp_print +++ b/utils/ldp_print/ldp_print @@ -53,6 +53,7 @@ $fname_wo_ext =~ s/\.[\w]+$//; &fix_print_html($ARGV[0], 'body.html', 'title.html'); my($cmd) = "htmldoc --size universal -t pdf -f ${fname_wo_ext}.pdf " . + "--linkcolor #0000ff ". "--firstpage p1 --titlefile title.html body.html --footer c.1"; # For postscript output; append onto the above cmd string: -- 2.39.2