Compare commits

...

2 Commits

Author SHA1 Message Date
RD dbced3cda6 master > master: Musterlösung Kl1-A6 2021-03-10 15:23:54 +01:00
RD 9b3cb8aad0 master > master: minor 2021-03-09 13:03:51 +01:00
7 changed files with 3153 additions and 17 deletions

2
.gitignore vendored
View File

@ -17,6 +17,8 @@
!/docs/loesungen.pdf !/docs/loesungen.pdf
!/docs/zusatz.tex !/docs/zusatz.tex
!/docs/zusatz.pdf !/docs/zusatz.pdf
!/docs/musterloesung_WiSe_2020_2021_Kl1_A6.tex
!/docs/musterloesung_WiSe_2020_2021_Kl1_A6.pdf
!/code !/code
!/code/**/*.md !/code/**/*.md

Binary file not shown.

View File

@ -17,9 +17,7 @@
%% | %% |
%% ---- parameters.tex; %% ---- parameters.tex;
%% | %% |
%% ---- src/index.tex; %% ---- srclocal/index.tex;
%% |
%% ---- ########;
%% | %% |
%% ---- src/setup-type.tex; %% ---- src/setup-type.tex;
%% | %% |
@ -33,7 +31,7 @@
%% | %% |
%% ---- src/setup-layout.tex; %% ---- src/setup-layout.tex;
%% | %% |
%% ---- src/setup-localmacros.tex; %% ---- srclocal/setup-localmacros.tex;
%% | %% |
%% ---- front/index.tex; %% ---- front/index.tex;
%% | %% |
@ -111,7 +109,7 @@
%% ******************************************************************************** %% ********************************************************************************
%% ******************************************************************************** %% ********************************************************************************
%% FILE: src/index.tex %% FILE: srclocal/index.tex
%% ******************************************************************************** %% ********************************************************************************
\makeatletter \makeatletter
@ -1313,7 +1311,7 @@
\def\highlightTerm#1{\emph{#1}} \def\highlightTerm#1{\emph{#1}}
%% ******************************************************************************** %% ********************************************************************************
%% FILE: src/setup-localmacros.tex %% FILE: srclocal/setup-localmacros.tex
%% ******************************************************************************** %% ********************************************************************************
%% **************************************************************** %% ****************************************************************

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff