-
Notifications
You must be signed in to change notification settings - Fork 11
/
e_funk_l.u
42 lines (35 loc) · 919 Bytes
/
e_funk_l.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
########################################
# @(#) TOS - das Betriebssystem
# @(#) Rolf Kotzian
########################################
!iflang [english]
!docinfo [title] Referenz zum
!docinfo [program] TOS Funktionsliste
!docinfo [date] (!today)
!docinfo [stgdatabase] TOS Funktionsliste (TOS - The Operating System)
!else
!docinfo [title] Referenz zum
!docinfo [program] TOS Funktionsliste
!docinfo [date] (!today)
!docinfo [stgdatabase] TOS Funktionsliste (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/bios_f.u
!include xbios/xbios_f.u
!include gemdos/gemdos_f.u
!include gem/aes/aes_f.u
!include gem/vdi/vdi_f.u
!end_document