]> git.donarmstrong.com Git - lilypond.git/commitdiff
optimize width for 800x600, width=760px (continued).
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 20 Jul 2005 15:02:18 +0000 (15:02 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 20 Jul 2005 15:02:18 +0000 (15:02 +0000)
ChangeLog
Documentation/bibliography/html-long.bst
Documentation/bibliography/index.html.in
buildscripts/mutopia-index.py
stepmake/bin/text2html.py

index 26138927a3b88081e296e2fb1b7d314c675bd19a..365f3186c052992a427320b46c9681d2ec43622b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * Documentation/topdocs/INSTALL.texi, configure.in: fix
        version dependencies for fontforge and gs.
 
-       * Documentation/index.html.in, Documentation/texinfo.css: 
-       optimize for a 800x600 screen, increases printability
+       * Documentation/index.html.in, Documentation/texinfo.css,
+       stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
+       Documentation/bibliography/index.html.in, 
+       Documentation/bibliography/html-long.bst: optimize width of
+       html for a 800x600 screen (width:760), increases printability
        when 'fit to page' is not set and readability in wide screens.
 
        * stepmake/bin/add-html-footer.py: add missing </p>.
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$
 }
index 22eba0890e6ff6d5f64b53f71b79f22a847ca3c2..c22b8337209a83a435eda4f48b3f00376fece242 100644 (file)
@@ -1,4 +1,7 @@
-<html><title>References on Music Notation</title>
+<html><head>
+  <style type="text/css"> body { width: 760px; } </style>
+  <title>References on Music Notation</title>
+  </head>
   <body>
     <h1> References on Music Notation</h1>
     <ul>
index 977226317d68daa2aaed526f68b37a758d2428d1..137afc7c65fd641ba109576c4cb6cfbad4335a65 100644 (file)
@@ -92,6 +92,7 @@ def gen_list (inputs, file_name):
                list = sys.stdout
        list.write ('''<html><head><title>Rendered Examples</title>
 <style type="text/css">
+body { width: 760px; }\n
 hr { border:0; height:1; color: #000000; background-color: #000000; }\n
 </style>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
index 80de4094506382eb78e157962e7113ce13442180..240ddfe6c15bad493536284e35c890f7908007b5 100644 (file)
@@ -35,6 +35,7 @@ for a in sys.argv[1:]:
 <html>
 <head>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
+  <style type="text/css"> body { width: 760px; } </style>
 </head>
 
 <body><pre>