(Answer) (Category) LON-CAPA User Help : (Category) Authoring :
How can I change the looks of a page for my course?
In PARM - "Set Course Environment" you can specify a style file for your
course under "Default XML Style File".

For example, the following style file would replace the <h1>-tag in all
incorporated pages by the annoying <blink>-tag:

<definetag name = "h1">
   <meta></meta>
   <render>
      <web><blink></web>
      <tex>\section{</tex>
      <latexsource>\section{</latexsource>  
  </render>
</definetag>


<definetag name = "/h1">
   <meta></meta>
   <render>
      <web></blink></web>
      <tex>}</tex>
      <latexsource>}</latexsource>  
  </render>
</definetag>

For the print target, it would still use \section as <h1>-rendering.
The file extension of a style file is .sty
[Append to This Answer]
Previous: (Answer) Can I highlight something in somebody else's page?
Next: (Answer) Can I have multilingual resources?
This document is: http://help.loncapa.org/cgi-bin/fom?file=195
[Search] [Appearance] [Show This Answer As Text]
This is a Faq-O-Matic 2.719.
This FAQ administered by the LON-CAPA team at MSU. Submit a help request ticket to contact us.