texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Mon Apr 19 19:22:02 EDT 2004)


From: Karl Berry
Subject: texinfo update (Mon Apr 19 19:22:02 EDT 2004)
Date: Mon, 19 Apr 2004 19:22:09 -0400

Index: makeinfo/html.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/html.c,v
retrieving revision 1.25
retrieving revision 1.24
diff -c -r1.25 -r1.24
*** makeinfo/html.c     19 Apr 2004 23:04:52 -0000      1.25
--- makeinfo/html.c     11 Apr 2004 17:56:47 -0000      1.24
***************
*** 1,5 ****
  /* html.c -- html-related utilities.
!    $Id: html.c,v 1.25 2004/04/19 23:04:52 karl Exp $
  
     Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software
     Foundation, Inc.
--- 1,5 ----
  /* html.c -- html-related utilities.
!    $Id: html.c,v 1.24 2004/04/11 17:56:47 karl Exp $
  
     Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software
     Foundation, Inc.
***************
*** 308,317 ****
      /* Since HTML doesn't have a sc element, we use span with a bit of
         CSS spice instead.  */
  #define CSS_FONT_SMALL_CAPS "font-variant:small-caps"
!     add_word_args ("  span.sc    { %s }\n", CSS_FONT_SMALL_CAPS);
  
!     /* Roman font class, closest we can come.  */
! #define CSS_FONT_ROMAN "font-family:serif; font-weight:normal;"
      add_word_args ("  span.roman { %s } \n", CSS_FONT_ROMAN);
  
      /* Write out any css code from the user's --css-file.  */
--- 308,317 ----
      /* Since HTML doesn't have a sc element, we use span with a bit of
         CSS spice instead.  */
  #define CSS_FONT_SMALL_CAPS "font-variant:small-caps"
!     add_word_args ("  span.sc { %s }\n", CSS_FONT_SMALL_CAPS);
  
!     /* Roman font class.  */
! #define CSS_FONT_ROMAN "font-family: serif; font-weight: normal;"
      add_word_args ("  span.roman { %s } \n", CSS_FONT_ROMAN);
  
      /* Write out any css code from the user's --css-file.  */
P makeinfo/html.c


reply via email to

[Prev in Thread] Current Thread [Next in Thread]