/[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.135 by angeli, Tue Aug 23 08:17:50 2005 UTC revision 5.136 by angeli, Thu Sep 8 12:38:28 2005 UTC
# Line 287  variable `font-latex-fontify-sectioning' Line 287  variable `font-latex-fontify-sectioning'
287      ("sectioning-5"      ("sectioning-5"
288       ("paragraph" "subparagraph" "subsubparagraph")       ("paragraph" "subparagraph" "subsubparagraph")
289       font-latex-sectioning-5-face 2 (sectioning 1 t))       font-latex-sectioning-5-face 2 (sectioning 1 t))
290        ("slide-title" () font-latex-slide-title-face 2 (command 1 t))
291      ("textual"      ("textual"
292       ("item" "title" "author" "date" "thanks" "address" "caption"       ("item" "title" "author" "date" "thanks" "address" "caption"
293        "textsuperscript")        "textsuperscript")
# Line 929  have changed." Line 930  have changed."
930    "Face used for subscripts."    "Face used for subscripts."
931    :group 'font-latex-highlighting-faces)    :group 'font-latex-highlighting-faces)
932    
933    (defface font-latex-slide-title-face
934      (let* ((scale 1.2)
935             (size (when (featurep 'xemacs)
936                     (round (* 0.9 (face-height 'default) scale)))))
937        (if (featurep 'xemacs)
938            `((t (:bold t :family "helvetica")))
939          `((t (:inherit (variable-pitch font-lock-type-face)
940                         :weight bold :height ,scale)))))
941      "Face for slide titles."
942      :group 'font-latex-highlighting-faces)
943    (when (featurep 'xemacs)
944      (set-face-parent 'font-latex-slide-title-face 'font-lock-type-face
945                       nil nil 'append))
946    
947    
948  ;;; Setup  ;;; Setup
949    

Legend:
Removed from v.5.135  
changed lines
  Added in v.5.136

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