As I was working on some slides for class, I noticed an error in the
foils.layout file.  The attached patch fixes this, and removes redundancy in
foils.layout by using CopyStyle for the various foilhead styles.

Carl

------------------------------------------------------------------------
Carl Ollivier-Gooch                               Voice: +1-604-822-1854
Assistant Professor                                 Fax: +1-604-822-2403
Department of Mechanical Engineering             email: [EMAIL PROTECTED]
University of British Columbia              http://www.mech.ubc.ca/~cfog
Vancouver, BC  V6T 1Z4                   http://tetra.mech.ubc.ca/ANSLab
------------------------------------------------------------------------
--- foils.layout.orig   Wed Feb  9 17:19:09 2000
+++ foils.layout        Wed Feb  9 17:22:34 2000
@@ -52,82 +52,32 @@
 
   # standard font definition
   Font 
     Series             Bold
-    Size               Larger
+    Size               Large
   EndFont
 
 End
 
 
 # Shortfoilhead style definition
 Style ShortFoilhead
-  Margin               Static
-  LatexType            Command
-  LatexName            foilhead
+  CopyStyle            Foilhead
   LatexParam           "[-0.5in]"
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               1.3
-  BottomSep            0.7
-  ParSep               0.7
-  Align                        Center
-  AlignPossible                Center
-  LabelType            No_Label
-
-  # standard font definition
-  Font 
-    Series             Bold
-    Size               Larger
-  EndFont
-
 End
 
 
 # landscape foilhead style definition
 Style Rotatefoilhead
-  Margin               Static
-  LatexType            Command
+  CopyStyle            Foilhead
   LatexName            rotatefoilhead
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               1.3
-  BottomSep            0.7
-  ParSep               0.7
-  Align                        Center
-  AlignPossible                Center
-  LabelType            No_Label
-
-  # standard font definition
-  Font 
-    Series             Bold
-    Size               Larger
-  EndFont
-
 End
 
 
 # ShortRotatefoilhead style definition
 Style ShortRotatefoilhead
-  Margin               Static
-  LatexType            Command
-  LatexName            rotatefoilhead
+  CopyStyle            Rotatefoilhead
   LatexParam           "[-0.5in]"
-  LabelSep             xxx
-  ParSkip              0.4
-  TopSep               1.3
-  BottomSep            0.7
-  ParSep               0.7
-  Align                        Center
-  AlignPossible                Center
-  LabelType            No_Label
-
-  # standard font definition
-  Font 
-    Series             Bold
-    Size               Larger
-  EndFont
-
 End
 
 # then a few lists
 Input stdlists.inc

Reply via email to