Changing fonts in running footer with .SX


Question

I want to change fonts in my running footer using the .SX control word. How can I do it?

Answer

  Use .DV to set a variable for the font change:

      .rf on
      .df bold type (bold
      .dv boldtext font bold /left side in bold/
      .sx c /&boldtext./page &/right side/
      .rf off

  A similar example uses .DV to highlight an index entry:

       .df hi2 type(bold)
       .dv bold font hi2 /highlighted
       Text
       .pi /A &bold. word in an index entry
       Text
       .ix

Last updated: 93/08/24 16:30:48

Previous Contents Next