-
Notifications
You must be signed in to change notification settings - Fork 11
/
e_xacc.u
45 lines (37 loc) · 938 Bytes
/
e_xacc.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
39
40
41
42
43
44
45
########################################
# @(#) TOS - das Betriebssystem
# @(#) Rolf Kotzian
########################################
!iflang [english]
!docinfo [title] A communication protocol for GEM applications
!docinfo [stgdatabase] XAcc (TOS - The Operating System)
!else
!docinfo [title] A communication protocol for GEM applications
!docinfo [stgdatabase] XAcc (TOS - das Betriebssystem)
!endif
!docinfo [program] XAcc
!docinfo [date] (7/23/1996)
!docinfo [author] Thomas Much
!include config.u
!include hyphen.ui
!include hyphen_en.ui
!include macros.ui
########################################
!begin_document
!ifdest [tech]
\documentstyle[11pt,german]{article}
!endif
!ifdest [stg]
!begin_raw
@options "+g -s +x +zz -t4"
!iflang [english]
@subject "Programmieren/Atari"
!else
@subject "Programming/Atari"
!endif
!end_raw
!endif
!maketitle
!tableofcontents !depth 0
!include protokol/xacc/xacc.u
!end_document