first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 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

25
tools/qed/kurzel/html.krz Normal file
View File

@@ -0,0 +1,25 @@
#
# qed K<>rzel-Datei f<>r html
#
img=<img src="~" width= height= border=>
fnt=<font color="#000000" face="" size="">
li=<a href="~"></a>
z=<br>
hl=<HR SIZE="3" ALIGN="center" WIDTH="100%"COLOR="#003F00">
t=<table width="400" border="3" bordercolor="#000000" align="center">
tr=<tr bgcolor="#000000">
td=<TD WIDTH="~" VALIGN="TOP" align="center">
le=align="left"
ce=align="center"
ri=align="right"
/a=</a>
/f=</font>
/t=</table>
/tr=</tr>
/td=</td>
p=<P align="center">
/p=</p>
<EFBFBD>=&uuml;
<EFBFBD>=&auml;
<EFBFBD>=&ouml;
<EFBFBD>=&szlig;

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("~");

33
tools/qed/kurzel/stg.krz Normal file
View File

@@ -0,0 +1,33 @@
#
# Latzmasters qed K<>rzel-Datei f<>r stg
#
#
ul=@{0U}
it=@{0I}
bo=@{0B}
gr=@{0G}
end=@{0}
#
xul=@{0U}~@{0}
xit=@{0I}~@{0}
xbo=@{0B}~@{0}
xgr=@{0G}~@{0}
#
li=@{"~" link }
xli=@{"~" system }
no=@node "~" ""
to=@toc "~"
l1=@{0U}~Tools FireBee@{0}
l1c=@{0U}~Tools FireBee@{0}
nox= ^^@endnode
#
aof=@autorefoff
aon=@autorefon
img=@image ~ 0
lin=@line 1 78 0
box=@box 2 77 5 0
#
date=@:"__DATE__"
von=~ von @{"Latzmaster" LINK "Adresse"}.
evon=~ by @{"Latzmaster" LINK "Adresse"}.
latz=@pnode "Adresse"^^Mailto:^^Lars Schmidbauer^^latzmaster@gmx.de^^@endnode