]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/bibliography/html-long.bst
optimize width for 800x600, width=760px (continued).
[lilypond.git] / Documentation / bibliography / html-long.bst
index 79857470d02377bdf6df75813b6d9b6958b874b4..b9f506c507d8f9a73f108b2945cc0a79b036c30a 100644 (file)
@@ -1,7 +1,7 @@
 % BibTeX bibliography style `html-long'
 %   spits out HTML-formatted bibliography in place of bbl output
 % by David Kotz dfk@cs.dartmouth.edu
-% $Id: html-long.bst,v 1.2 2001/12/05 17:26:32 fred Exp $
+% $Id: html-long.bst,v 1.3 2005/07/20 15:02:18 hjunes Exp $
 %    modified from
 % BibTeX standard bibliography style `alpha'
        % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09.
@@ -1351,7 +1351,8 @@ REVERSE {reverse.pass}
 % DFK changed to HTML
 FUNCTION {begin.bib}
 { "<HTML>" write$ newline$
-  "<HEAD><TITLE> Bibliography </TITLE></HEAD>" write$ newline$
+  "<HEAD><TITLE> Bibliography </TITLE>" write$ newline$
+  "<style type='text/css'> body {width:760px;} </style></HEAD>" write$ newline$
   "<BODY BGCOLOR=#EEEEEE>" write$ newline$
   "<DL>" write$ newline$
 }