summaryrefslogtreecommitdiff
path: root/sheets/.a2psrc
blob: 6d3da909351e106095db5ab70a5bf43098635a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
##########
# Variables used in the generation of the sheets.html file
#

# The home for most html files:
Variable: html.home http://www.inf.enst.fr/~demaille

# The rules:
Variable: html.hline \
<img src="#{html.home}/images/barre.bleu.bleu.gif" \
alt="" height=4 width=100\% align=center>

# To have a backgroung
Variable: html.begin.hook \
<body background="#{html.home}/images/chalk.jpg" bgcolor="\#FFFFFF">

Variable: html.end.hook \
#{html.hline}\n\
<!--\#include virtual="#{html.home}/images/quick.html"-->

# The title that goes in the Windows' title
Variable: hmtl.title \
GNU a2ps language support

# The title that goes inside the frame.  I want a picture
Variable: html.title.1 \
<img src="#{html.home}/images/a2ps-language-support.gif" alt="#{html.title}">