Reflxion vervollständigt...
This commit is contained in:
BIN
spioncamp/austausch-modulo-loesung.pdf
Normal file
BIN
spioncamp/austausch-modulo-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/codierung-braille-loesung.pdf
Normal file
BIN
spioncamp/codierung-braille-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/codierung-morse-loesung.pdf
Normal file
BIN
spioncamp/codierung-morse-loesung.pdf
Normal file
Binary file not shown.
44
spioncamp/morse.sty
Normal file
44
spioncamp/morse.sty
Normal file
@ -0,0 +1,44 @@
|
||||
%%%%%%%%%%%%% morse.sty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%
|
||||
%% LaTeX document style `morse', for use with LaTeX version 2e.
|
||||
%% This is a style for typesetting MORSE telegraphic code.
|
||||
%%
|
||||
%% COPYRIGHT (c) 1998, by Udo Heyl, Eisenach.
|
||||
%%
|
||||
%% Copying of part or all of any file in the morse package
|
||||
%% is allowed under the following conditions only:
|
||||
%% (1) You may freely distribute unchanged copies of the files. Please
|
||||
%% include the documentation when you do so.
|
||||
%% (2) You may modify a renamed copy of any file, but only for personal
|
||||
%% use or use within an organization.
|
||||
%% (3) You may copy fragments from the files, for personal use or for use
|
||||
%% in a macro package for distribution, as long as credit is given
|
||||
%% where credit is due.
|
||||
%%
|
||||
%% You are NOT ALLOWED to take money for the distribution or use of
|
||||
%% these files or modified versions or fragments thereof, except for
|
||||
%% a nominal charge for copying etc.
|
||||
%%
|
||||
\ProvidesPackage{morse}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
[1998/01/01 v1.0 MORSE TELEGRAPH CODE by Udo Heyl, Eisenach] %%
|
||||
\DeclareFontFamily{OT1}{mors}{} %%
|
||||
\DeclareFontShape{OT1}{mors}{m}{n}{<-> morse10}{} %%
|
||||
\def\morse{\usefont{OT1}{mors}{m}{n}} %%
|
||||
\def\textmors#1{{\morse\char#1}} %%
|
||||
\def\ch{\char23} %%
|
||||
\def\ae{\char196} %%
|
||||
\def\oe{\char214} %%
|
||||
\def\ue{\char220} %%
|
||||
\def\aAcute{\char193} %%
|
||||
\def\eAcute{\char233} %%
|
||||
\def\sq{\char39} %%
|
||||
\def\dq{\char34} %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\def\Morsesym{{\reset@font\rm M% %% %%
|
||||
\kern-.515em\lower.35ex\hbox{\reset@font\sc o}% %% u.h.u. %%
|
||||
\kern-.2em\raise.4ex\hbox{\reset@font\it R}% %% %%
|
||||
\kern-.1em\lower.3ex\hbox{\reset@font\sc s}% %% (c)1998 %%
|
||||
\kern-.15em\hbox{\reset@font\it E}\kern.2em\hbox{}}}%% %%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\write16{MORSE TELEGRAPH CODE by Udo Heyl, Eisenach *** 1998/01/01 v1.0}
|
||||
%%%%% End of File +++ MORSE.STY +++ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
16
spioncamp/runLSG
Executable file
16
spioncamp/runLSG
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
#pdflatex austausch-diffie-hellman-loesung.tex
|
||||
pdflatex austausch-modulo-loesung.tex
|
||||
pdflatex codierung-braille-loesung.tex
|
||||
pdflatex codierung-braille-loesung.tex
|
||||
pdflatex codierung-morse-loesung.tex
|
||||
#pdflatex codierung-winker-loesung.tex
|
||||
pdflatex substitution-b-playfair-loesung.tex
|
||||
pdflatex substitution-m-caesar-loesung.tex
|
||||
pdflatex substitution-m-freimaurer-loesung.tex
|
||||
pdflatex substitution-p-rotor-loesung.tex
|
||||
pdflatex substitution-p-vigenere-loesung.tex
|
||||
pdflatex transposition-pfluegen-loesung.tex
|
||||
#pdflatex transposition-schablone-loesung.tex
|
||||
pdflatex transposition-skytale-loesung.tex
|
||||
|
BIN
spioncamp/substitution-b-playfair-loesung.pdf
Normal file
BIN
spioncamp/substitution-b-playfair-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/substitution-m-caesar-loesung.pdf
Normal file
BIN
spioncamp/substitution-m-caesar-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/substitution-m-freimaurer-loesung.pdf
Normal file
BIN
spioncamp/substitution-m-freimaurer-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/substitution-p-rotor-loesung.pdf
Normal file
BIN
spioncamp/substitution-p-rotor-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/substitution-p-vigenere-loesung.pdf
Normal file
BIN
spioncamp/substitution-p-vigenere-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/transposition-pfluegen-loesung.pdf
Normal file
BIN
spioncamp/transposition-pfluegen-loesung.pdf
Normal file
Binary file not shown.
BIN
spioncamp/transposition-skytale-loesung.pdf
Normal file
BIN
spioncamp/transposition-skytale-loesung.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user