initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

44
tools/qed/kurzel/c.krz Normal file
View File

@@ -0,0 +1,44 @@
#
# qed K<>rzel-Datei f<>r C
#
bl =BOOLEAN
br =break;
by =BYTE
cb =CONST BYTE
cs =case ~ :
c =char
cn =CONST
d =DOUBLE
db =Debug("~\n");
df =default:^^
dn =#define
e =else
ei =#endif^^
es =else if (~)
ex =EXTERN
f =FALSE
fl =FLOAT
fo =for (~ = ; ;)
g =GLOBAL
i =if (~)
ic =#include <~.h>^^
icl=#include "~.h"^^
it =int
i0 =#if 0^^
l =LONG
lc =LOCAL
n =NULL
ob =OBJECT *
pf =printf("~");
r =return ~;
so =sizeof (~)
st =struct
sw =switch (~)
t =TRUE
td =typedef
ub =UBYTE
ul =ULONG
uw =UWORD
wh =while (~)
w =WORD
v =VOID

View File

@@ -0,0 +1,78 @@
#
# qed K<>rzel-Datei f<>r LaTeX
#
kopf =\documentclass{article}^^\usepackage{german}^^\usepackage[atari]{inputenc}^^
$ =$~$
* =\cdot
a =\author{~}
b =\begin{~}
bb =\begin{thebibliography}{~}
bc =\begin{center}
bd =\begin{document}
be =\begin{equation}
bea =\begin{eqnarray}
ben =\begin{enumerate}
bf =\begin{figure}[h]
bi =\begin{itemize}
bn =\begin{enumerate}
bp =\begin{picture}(~,)
bq =\begin{quote}
bt =\begin{tabular}{~}
bv =\begin{verbatim}
c =\cite{~}
cl =\centerline{~}
d =\date{~}
dc =\documentclass[]{~}
df =\dotfill
ds =\documentstyle[german]{~}
e =\end{~}
eb =\end{thebibliography}
ec =\end{center}
ed =\end{document}
ee =\end{equation}
eea =\end{eqnarray}
een =\end{enumerate}
ef =\end{figure}
ei =\end{itemize}
em ={\em ~}
en =\end{enumerate}
ep =\end{picture}
eq =\end{quote}
et =\end{tabular}
ev =\end{verbatim}
fe =\fontencodeing{~}
fd =\fracdim{~}{}
fr =\frac{~}{}
gc =$^\circ$C
H =\Huge
h =\huge
hl =\hline
hs =\hspace{~}
i =\item ~
ix =\index{~}
i[ =\item[~]
l =\label{~}
Lr =\Leftrightarrow
lr =\leftrightarrow
mp =\multiput(~,)(,){}{}
mt =\maketitle
nc =\nocite{~}
nf =\newfont{\~}{ scaled 1000}
np =\newpage
ns =\normalsize
p =\put(~,){}
pa =\paragraph{~}
ps =\pagestyle{~}
q =\quad
s =\section{~}
ss =\subsection{~}
sss =\subsubsection{~}
t =\title{~}
tb =\textbf{~}
ti =\textit{~}
ts =\textsl{~}
toc =\tableofcontents
td =\today
ul =\underline{~}
up =\usepackage{~}
vs =\vspace{~}

13
tools/qed/kurzel/liesmich Normal file
View File

@@ -0,0 +1,13 @@
K<>rzel-Dateien f<>r qed
Ein K<>rzel darf max. 8 Buchstaben umfassen. Dieses K<>rzel wird durch dr<64>cken
der ESC zu dem Text nach dem '='-Zeichen expandiert. Hierbei werden alle
Zeichen bis zum Zeilenende benutz.
Wenn vor dem '=' ein '*' steht, wird das K<>rzel automatisch expandiert,
sobald es vollst<73>ndig eigegeben ist. Au<41>erdem darf der Text hinter dem
'='-Zeichen eine Tilde ('~') enthalten. Sie gibt die Position an, an der
der Cursor nach dem expandieren stehen soll. Ist sie nicht angegeben,
befindet sich der Cursor anschlie<69>end am Ende des Text.
Mit ^^ kann ein Zeilenumbruch hervorgerufen werden. Damit sind auch
mehrzeilige K<>rzel m<>glich!

100
tools/qed/kurzel/modula.krz Normal file
View File

@@ -0,0 +1,100 @@
#
# qed K<>rzel-Datei f<>r Modula2
#
a =AND
ab =ABS(~)
ac =ARRAY ~OF CHAR;
ad =ADDRESS;
ai =ARRAY ~OF INTEGER;
al =ARRAY OF LOC
ar =ARRAY [~..] OF
b =BEGIN
bl =BOOLEAN;
bs =BITSET;
bt =BYTE;
cp =CAP(~)
cd =CARDINAL;
cs =CASE ~ OF
c =CHAR;
cr =CHR(~)
cn =CONST
dc =DEC(~)
dm =DEFINITION MODULE ~;
dp =DISPOSE(~);
dv =DIV
e =ELSE
es =ELSIF
en =END ~;
ec =END(*CASE*);
ef =END(*FOR*);
ei =END(*IF*);
el =END(*LOOP*);
er =END(*RECORD*);
ew =END(*WHILE*);
eh =END(*WITH*);
et =EXIT;
ex =EXPORT ;
eq =EXPORT QUALIFIED ~;
f =FALSE
fi =FROM ~IMPORT
fl =FLOAT(~)
fo =FOR ~:= TO DO
gm =GD.Msg("~");
i =IF ~ THEN
im =IMPLEMENTATION MODULE ~;
in =IN
ic =INC(~);
il =INCL(~);
ip =IMPORT ~;
it =INTEGER;
iwc=IO.WriteChar(~);
iwi=IO.WriteInt(~);
iwl=IO.WriteLn;
iwr=IO.WriteReal(~);
iws=IO.WriteString("~");
lb =LONGBITSET;
lc =LONGCARD;
li =LONGINT;
lr =LONGREAL;
l =LOOP
m =MOD
mo =MODULE ~;
ne =NEW(~);
ni =NIL
n =NOT
od =ODD(~);
of =OF
o =OR
or =ORD(~);
pt =POINTER TO
pr =PROC;
p =PROCEDURE
ra =REAL;
re =RECORD
rp =REPEAT
r =RETURN ~;
rd =Read(~);
rc =ReadCard(~);
ri =ReadInt(~);
rr =ReadReal(~);
rs =ReadStr(~);
s =SET OF
si =SIZE(~);
st =String;
to =TO
t =TRUE
tc =TRUNC(~);
th =THEN
ts =TSIZE(~);
ty =TYPE
u =UNTIL
v =VAR
w =WHILE ~ DO
wh =WITH ~ DO
wo =WORD;
we =Write(~);
wc =WriteCard(~,0);
wi =WriteInt(~,0);
wl =WriteLn;
wr =WriteReal(~,,);
ws =WriteString("~");