-
Notifications
You must be signed in to change notification settings - Fork 11
/
e_protok.u
51 lines (44 loc) · 1.14 KB
/
e_protok.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
46
47
48
49
50
51
########################################
# @(#) TOS - das Betriebssystem
########################################
!iflang [english]
!docinfo [title] The documentation for
!docinfo [program] Protocols
!docinfo [date] (!today)
!docinfo [stgdatabase] Protocols (TOS - The Operating System)
!else
!docinfo [title] Die Anleitung zum
!docinfo [program] Protokolle
!docinfo [date] (!today)
!docinfo [stgdatabase] Protokolle (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 protokol/AV/av.u
!include protokol/BubbleGEM/bubble.u
!include protokol/dd.u
!include protokol/dhst.u
!include protokol/font.u
!include protokol/gdps.ui
!include protokol/ltlproto.u
!include protokol/olga/olga.u
!include protokol/seproto/seproto.u
!include protokol/ssp/ssp.u
!include protokol/view.u
!include protokol/vscreen.u
!include protokol/xacc/xacc.u
!include protokol/xfsl.u
!include protokol/xssi.u
!end_document