/[auctex]/auctex/font-latex.el
ViewVC logotype

Diff of /auctex/font-latex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.109 by rsteib, Thu Apr 28 12:58:24 2005 UTC revision 5.110 by rsteib, Thu Apr 28 14:12:40 2005 UTC
# Line 180  use \\[customize]." Line 180  use \\[customize]."
180    
181  If it is a number, use varying height faces.  The number is used  If it is a number, use varying height faces.  The number is used
182  for scaling starting from `font-latex-sectioning-5-face'.  Typically  for scaling starting from `font-latex-sectioning-5-face'.  Typically
183  value from 1.05 to 1.3 give best result, depending on your font  values from 1.05 to 1.3 give best results, depending on your font
184  setup.  If it is `color', use `font-lock-type-face'.  setup.  If it is `color', use `font-lock-type-face'.
185    
186  Caveats: Customizing the scaling factor applies to all sectioning  Caveats: Customizing the scaling factor applies to all sectioning
# Line 235  variable `font-latex-fontify-sectioning' Line 235  variable `font-latex-fontify-sectioning'
235  (font-latex-make-sectioning-faces font-latex-sectioning-max)  (font-latex-make-sectioning-faces font-latex-sectioning-max)
236    
237  ;; These aliases should be removed after the next release:  ;; These aliases should be removed after the next release:
 ;; Provide face aliases for version 11.50-11.55:  
 (dolist (num '(1 2 3 4))  
   (let ((old (intern (format "font-latex-title-%s-face" num)))  
         (new (intern (format "font-latex-sectioning-%s-face" num))))  
     ;; Does this work at all?  
     (when t; (get old 'saved-face)  
       (put old 'face-alias new))))  
238  ;; Provide alias for version 11.55:  ;; Provide alias for version 11.55:
239  (condition-case nil  (condition-case nil
240      (make-obsolete-variable 'font-latex-title-fontify      (make-obsolete-variable 'font-latex-title-fontify

Legend:
Removed from v.5.109  
changed lines
  Added in v.5.110

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26