forked from freemint/tos.hyp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
e_xbra.u
38 lines (31 loc) · 772 Bytes
/
e_xbra.u
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
28
29
30
31
32
33
34
35
36
37
38
########################################
# @(#) TOS - das Betriebssystem
# @(#) Rolf Kotzian
########################################
!iflang [english]
!docinfo [title] The documentation for
!docinfo [program] XBRA
!docinfo [date] (!today)
!docinfo [stgdatabase] XBRA (TOS - The Operating System)
!else
!docinfo [title] Die Anleitung zum
!docinfo [program] XBRA
!docinfo [date] (!today)
!docinfo [stgdatabase] XBRA (TOS - das Betriebssystem)
!endif
!include config.u
########################################
!begin_document
!ifdest [tech]
\documentstyle[11pt,german]{article}
!endif
!ifdest [stg]
!begin_raw
@options "+g -s +x +zz -t4"
@subject "Programmieren/Atari"
!end_raw
!endif
!maketitle
!tableofcontents
!include bios/xbra.u
!end_document