-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedumath.tex
4230 lines (3359 loc) · 131 KB
/
edumath.tex
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% edumath package for mathematics in educational contexts
%%
%% Copyright (C) 2012-2024 by Daniel Wunderlich <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The current maintainer of this work is Daniel Wunderlich.
%%
%% This work consists of the file edumath.tex and the derived files:
%% * edumath.sty
%% * edumath.pdf
%
\PassOptionsToPackage{intlimits}{amsmath}
\PassOptionsToPackage{qtree}{edumath}
\documentclass[load]{skdoc}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{booktabs}
\usepackage{datetime}
\usepackage{enumitem}
\usepackage{etoolbox}
\usepackage{fancyvrb}
\usepackage{filecontents}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage{units}
\usepackage{xspace}
\usepackage{hyperref}
\usepackage{hologo,booktabs,xcoffins,calc}
\usepackage[style=authoryear]{biblatex}
\usepackage{csquotes}
\usepackage{varioref, cleveref}
\let\SI\relax
\usepackage{siunitx}[=v2]
\DeclareSIUnit\point{pt}
\usepackage{tikz}
\usetikzlibrary{positioning}
\ExplSyntaxOn
\cs_set_protected_nopar:Npn\ExplHack{
\char_set_catcode_letter:n{ 58 }
\char_set_catcode_letter:n{ 95 }
}
\ExplSyntaxOff
%---------------------------------------
% Packages, macro and environment stubs
% Required for the first run of pdflatex
%---------------------------------------
\ExplSyntaxOn
\file_if_exist:nF {edumath.sty} {
\ExplSyntaxOff
\usepackage{cancel}
\usepackage{gauss}
\usepackage{polynom}
\usepackage{thmtools}
\usepackage{xlop}
\usepackage{tikz-qtree}
\usetikzlibrary{calc}
\DeclareDocumentCommand \abs { s m } {}
\DeclareDocumentCommand \absvec { s m } {}
\DeclareDocumentCommand \absvect { s m } {}
\DeclareDocumentCommand \corr { } {}
\DeclareDocumentCommand \bigsquare { } {}
\DeclareDocumentCommand \ds { } {}
\DeclareDocumentCommand \diff { } {}
\DeclareDocumentCommand \edumathsetup { m } {}
\DeclareDocumentCommand \edumathoption { m m } {}
\DeclareDocumentCommand \iu { } {}
\DeclareDocumentCommand \N { } {}
\DeclareDocumentCommand \Z { } {}
\DeclareDocumentCommand \Q { } {}
\DeclareDocumentCommand \R { } {}
\DeclareDocumentCommand \I { } {}
\DeclareDocumentCommand \C { } {}
\DeclareDocumentCommand \L { } {}
\DeclareDocumentCommand \lightning { } {}
\DeclareDocumentCommand \linepvar { s O{} O{} O{} O{} } {}
\DeclareDocumentCommand \linepvec { s O{} O{} O{} O{} } {}
\DeclareDocumentCommand \minusp { } {}
\DeclareDocumentCommand \mvsep { } {}
\DeclareDocumentCommand \norm { s m } {}
\DeclareDocumentCommand \normvec { s m } {}
\DeclareDocumentCommand \normvect { s m } {}
\DeclareDocumentCommand \vectmultsol { m } {}
\DeclareDocumentCommand \planepvar { s O{} O{} O{} O{} O{} O{} } {}
\DeclareDocumentCommand \planepvec { s O{} O{} O{} O{} O{} O{} } {}
\DeclareDocumentCommand \planenvar { s O{} O{} O{} } {}
\DeclareDocumentCommand \planenvec { s O{} O{} O{} } {}
\DeclareDocumentCommand \planfigurLines { m } {}
\DeclareExpandableDocumentCommand \planfigurAngles { m } {}
\DeclareDocumentCommand \planfigur { O{1.0} m m } {}
\DeclareDocumentCommand \qf { m m m } {}
\DeclareDocumentCommand \qfvar { m m m } {}
\DeclareDocumentCommand \qfr { m m } {}
\DeclareDocumentCommand \qfrvar { m m } {}
\DeclareDocumentCommand \qtext { m } {}
\DeclareDocumentCommand \qqtext { m } {}
\DeclareDocumentCommand \qund { } {}
\DeclareDocumentCommand \qqund { } {}
\DeclareDocumentCommand \qoder { } {}
\DeclareDocumentCommand \qqoder { } {}
\DeclareDocumentCommand \qmath { m } {}
\DeclareDocumentCommand \qqmath { m } {}
\DeclareDocumentCommand \qRightarrow { } {}
\DeclareDocumentCommand \qrightarrow { } {}
\DeclareDocumentCommand \qLeftarrow { } {}
\DeclareDocumentCommand \qleftarrow { } {}
\DeclareDocumentCommand \qLeftrightarrow { } {}
\DeclareDocumentCommand \qleftrightarrow { } {}
\DeclareDocumentCommand \qqRightarrow { } {}
\DeclareDocumentCommand \qqrightarrow { } {}
\DeclareDocumentCommand \qqLeftarrow { } {}
\DeclareDocumentCommand \qqleftarrow { } {}
\DeclareDocumentCommand \qqLeftrightarrow { } {}
\DeclareDocumentCommand \qqleftrightarrow { } {}
\DeclareDocumentCommand \sep { } {}
\DeclareDocumentCommand \solset { m } {}
\DeclareDocumentCommand \tr { } {}
\DeclareDocumentCommand \vec { m } {}
\DeclareDocumentCommand \vect { m } {}
\DeclareDocumentCommand \rn { m } {}
\DeclareDocumentCommand \rowswapfromlabel { m } {}
\DeclareDocumentCommand \rowswaptolabel { m } {}
\DeclareDocumentEnvironment {aligntr} { s } {\alignat{2}}{\endalignat}
\ExplSyntaxOn
\cs_new:cpn {aligntr*} {\aligntr*}
\cs_new_eq:cN {endaligntr*} \endaligntr
\ExplSyntaxOff
\DeclareDocumentEnvironment {gmatrix*} { O{2pt} } {\begin{gmatrix}}{\end{gmatrix}}
\DeclareDocumentEnvironment {gmatrixp*} { O{4pt} } {\begin{gmatrix}[p]}{\end{gmatrix}}
\DeclareDocumentEnvironment {gmatrixv*} { O{4pt} } {\begin{gmatrix}[v]}{\end{gmatrix}}
\tikzset{
bet/.style = {},
betroot/.style={},
betr/.style={}
}
\declaretheoremstyle[%
]{important}
\declaretheoremstyle[%
]{unimportant}
\ExplSyntaxOn
\seq_new:N \g__edumath_thmimp_seq
\seq_gput_right:Nn \g__edumath_thmimp_seq {definition}
\seq_gput_right:Nn \g__edumath_thmimp_seq {defitheo}
\seq_gput_right:Nn \g__edumath_thmimp_seq {theorem}
\seq_gput_right:Nn \g__edumath_thmimp_seq {calcrule}
\seq_gput_right:Nn \g__edumath_thmimp_seq {strategy}
\seq_new:N \g__edumath_thmunimp_seq
%\seq_gput_right:Nn \g__edumath_thmunimp_seq {example}
\seq_gput_right:Nn \g__edumath_thmunimp_seq {exampleexe}
\seq_gput_right:Nn \g__edumath_thmunimp_seq {hint}
\seq_gput_right:Nn \g__edumath_thmunimp_seq {remark}
\seq_gput_right:Nn \g__edumath_thmunimp_seq {solution}
\seq_map_inline:Nn \g__edumath_thmimp_seq {
\declaretheorem[style=important, name=\use:c {g_edumath_thm #1 label_tl}]{#1}
}
\seq_map_inline:Nn \g__edumath_thmunimp_seq {
\declaretheorem[style=unimportant, name=\use:c {g_edumath_thm #1 label_tl}]{#1}
}
\cs_new:Npn \edumath_framedthmimp:nx #1 #2 {
\declaretheorem[%
]{#1fthm}
}
\cs_new:Npn \edumath_framedthmunimp:nx #1 #2 {
\declaretheorem[%
]{#1fthm}
}
\seq_map_inline:Nn \g__edumath_thmimp_seq {
\edumath_framedthmimp:nx {#1}{}
}
\seq_map_inline:Nn \g__edumath_thmunimp_seq {
\edumath_framedthmunimp:nx {#1}{}
}
\seq_map_inline:Nn \g__edumath_thmimp_seq {
\DeclareDocumentEnvironment {\use:n {#1 f}} { o } {
\begin{\use:n {#1 fthm}}%
}{
\end{\use:n {#1 fthm}}%
}
}
\seq_map_inline:Nn \g__edumath_thmunimp_seq {
\DeclareDocumentEnvironment {\use:n {#1 f}} { o } {
\begin{\use:n {#1 fthm}}[##1]
}{
\end{\use:n {#1 fthm}}%
}
}
\seq_map_inline:Nn \g__edumath_thmimp_seq {
\declaretheorem[%
]{#1bs}
\declaretheorem[%
]{#1bm}
\declaretheorem[%
]{#1bl}
}
\seq_map_inline:Nn \g__edumath_thmunimp_seq {
\declaretheorem[%
]{#1bs}
\declaretheorem[%
]{#1bm}
\declaretheorem[%
]{#1bl}
}
\ExplSyntaxOff
}
%---------------------------------------
% Packages, macro and environment stubs
% END
%---------------------------------------
% Geometry
\geometry{left=4cm, top=2.5cm, right=2.5cm, bottom=2.5cm, includefoot}
% Fancyvrb
\fvset{frame=single, rulecolor=\color{coderule}}
% Font
\usepackage{sourcesanspro}
%\usepackage[default]{sourceserifpro}
% Math-Font
\usepackage[libertine, varbb]{newtxmath}
% Fontsize
\KOMAoption{fontsize}{10}
\definecolor{section}{RGB}{145,0,0}
\definecolor{extlink}{RGB}{145,0,0}
\definecolor{intlink}{RGB}{145,0,0}
\definecolor{macrodesc}{RGB}{145,0,0}
\definecolor{macroimpl}{RGB}{145,0,0}
\definecolor{opt}{RGB}{145,0,0}
\definecolor{optioncolor}{RGB}{145,0,0}
\definecolor{meta}{RGB}{120,120,120}
% New colors (not used in skdoc)
\definecolor{itemize}{RGB}{145,0,0}
\definecolor{csref}{RGB}{145,0,0} % used by \cs
\definecolor{envref}{RGB}{145,0,0} % used by \env
\definecolor{optref}{RGB}{145,0,0} % used by \opt
\definecolor{pkgref}{RGB}{145,0,0} % used by \pkg
\definecolor{coderule}{RGB}{145,0,0} % used by fancyvrb
\definecolor{previewrule}{RGB}{140,140,140} % used by \pdfinput
% Multilanguage support
\tl_gset:Nn \locale {de}
\ExplSyntaxOn
\tl_new:N \g_edumath_warningname
\tl_gset:Nn \g_edumath_warningname {Warning}
\cs_generate_variant:Nn \tl_if_eq:nnT { xnT }
\cs_generate_variant:Nn \tl_if_eq:nnTF { xnTF }
\cs_generate_variant:Nn \tl_if_in:nnT { xnT }
\cs_generate_variant:Nn \tl_if_in:nnT { nxT }
\cs_generate_variant:Nn \tl_if_in:nnTF { xnTF }
\cs_generate_variant:Nn \tl_if_in:nnTF { nxTF }
\tl_if_eq:xnT {\locale} {de} {
\usepackage{ngerman}
\AtBeginDocument{
\cs_gset:Npn\abstractname{Zusammenfassung}
\cs_gset:Npn\appendixname{Anhang}
\cs_gset:Npn\bibname{Bibliographie}
\cs_gset:Npn\contentsname{Inhalt}
\cs_gset:Npn\figurename{Abbildung}
\cs_gset:Npn\glossaryname{Glossar}
\cs_gset:Npn\refname{Referenzen}
\cs_gset:Npn\tablename{Tabelle}
\tl_gset:Nn \sectionname {Abschnitt}
\tl_gset:Nn \partname {Teil}
\tl_gset:Nn \g_edumath_sectionname {Abschnitt}
\tl_gset:Nn \g_edumath_examplename {Beispiel}
\tl_gset:Nn \g_edumath_bugname {Bug}
\tl_gset:Nn \g_edumath_noticename {Hinweis}
\tl_gset:Nn \g_edumath_todoname {Todo}
\tl_gset:Nn \g_edumath_warningname {Warnung}
}
}
\tl_if_eq:xnT {\locale} {en} {
\AtBeginDocument{
\tl_gset:Nn \g_edumath_sectionname {Section}
\tl_gset:Nn \g_edumath_examplename {Example}
\tl_gset:Nn \g_edumath_bugname {Bug}
\tl_gset:Nn \g_edumath_noticename {Notice}
\tl_gset:Nn \g_edumath_todoname {Todo}
\tl_gset:Nn \g_edumath_warningname {Warning}
}
}
\tl_if_eq:xnT {\locale} {en} {
\AtBeginDocument{
\tl_gset:Nn \g_edumath_examplename {Example}
}
}
\cs_new:Npn \__edumath_use_language:nn #1 #2 {
\tl_if_eq:xnT {\locale} {#1} {
#2}
}
\DeclareExpandableDocumentCommand \localeDE { +m } {
\__edumath_use_language:nn {de} {#1}
}
\DeclareDocumentCommand \localeEN { +m } {
\__edumath_use_language:nn {en} {#1}
}
\DeclareDocumentCommand \endcode { } {
\relax
}
\DeclareDocumentCommand \skipcode { +u \endcode } {
\relax
}
\DeclareDocumentCommand \startcode { m } {
\bool_if:nT {!\str_if_eq_p:nV {#1} {\locale}} {\skipcode}
}
\DeclareDocumentCommand \codeinput { m } {
\vspace{0.75\baselineskip}
\noindent \begin{minipage}{\linewidth}
\VerbatimInput{#1.tex}
\vspace{-\baselineskip}
\vspace{-4.5pt}
\setlength{\fboxsep}{1.5pt}
\noindent
\colorbox{coderule}{\textcolor{white}{
\scriptsize\texttt{\LaTeX}
}}
\end{minipage}
}
\DeclareDocumentCommand \pdfinput { O{\linewidth-2\fboxsep} m } {
\par
\IfFileExists{#2.pdf}{
\noindent
\begin{minipage}{\linewidth}
\setlength{\fboxsep}{1.5pt}
\hspace*{0pt}\hfill
\colorbox{previewrule}{\textcolor{white}{
\scriptsize\texttt{PDF}}
}
\hspace*{-2\fboxrule}%\hspace*{-0.5em}
\par
\vspace*{-2.5\fboxrule}
\setlength{\fboxsep}{5pt}
\noindent\fcolorbox{previewrule}{white}{
\makebox[\linewidth-2\fboxsep][l]{
\includegraphics[width=#1]{#2.pdf}
}
}
\end{minipage}
\vspace{\baselineskip}
}{
\Warning{Die~Graphik~\texttt{#2.pdf}~ist~nicht~vorhanden.~Erzeuge~die~ Graphiken~der~Dokumentation~durch~\texttt{make~all}.}
}
}
\DeclareDocumentEnvironment {codefilecontent} { s O{\linewidth-2\fboxsep} m } {
\IfBooleanTF{#1} {
\VerbatimOut{#3-nopreview.tex}
}{
\VerbatimOut{#3.tex}
}
} {
\endVerbatimOut
\IfBooleanTF{#1} {
\codeinput{#3-nopreview}
}{
\codeinput{#3}
}
\par
\IfBooleanTF{#1} {
\vspace{0.5\baselineskip}
}{
\pdfinput[#2]{#3}
}
}
% Indexing various keywords
% https://tex.stackexchange.com/questions/367948/add-simple-keywords-to-index-using-glossaries-skdoc
\DeclareDocumentCommand \Index { o m } {%
\IfNoValueTF {#1} {
\newglossaryentry{#2}{type=index,name={#2},description=\nopostdesc}%
\glsadd{#2}
}{
\newglossaryentry{#1}{type=index,name={#2},description=\nopostdesc}%
\glsadd{#1}
}
}
% Macros for referencing other content
\ExplSyntaxOff % Needs to be switched off, because ~ doesn't work in expl3
\DeclareDocumentCommand \sees { m } {%
(s.\,\sectionname~\ref{#1})\xspace
}
\DeclareDocumentCommand \seef { m } {%
(s.\,\figurename~\ref{#1})\xspace
}
\DeclareDocumentCommand \seet { m } {%
(s.\,\tablename~\ref{#1})\xspace
}
\DeclareDocumentCommand \seea { m } {%
(s.\,\appendixname~\ref{#1})\xspace
}
\ExplSyntaxOn
% Hack, because xparse doesn't generate starred environments:
\cs_new:cpn {codefilecontent*} {\codefilecontent*}
\cs_new_eq:cN {endcodefilecontent*} \endcodefilecontent
% Git support
\tl_new:N \g_edumath_gitrepo
\tl_gset:Nn \g_edumath_gitrepo {wunderlich/edumath}
\tl_new:N \g_edumath_gitrepourl
\tl_gset:Nn \g_edumath_gitrepourl {https://github.com/wunderlich/edumath/}
\DeclareDocumentCommand \gitIssue { m } {
{\ttfamily \href{\tl_use:N \g_edumath_gitrepourl issues/#1.html}{\g_edumath_gitrepo / \# #1}}\xspace
}
% Reimplementing inline referencing from skdoc concerning color
\makeatletter
\DeclareDocumentCommand \cs { s m } {
\IfBooleanTF{#1}{
\texttt{\char`\\#2}
}{
\textcolor{csref}{\texttt{\char`\\#2}}
}
\bool_if:NF\g__skdoc_no_index_bool{
\IfBooleanTF{#1}{}{\index@macro{#2}}
}
}
\DeclareDocumentCommand \env { s m } {
\IfBooleanTF{#1}{
\texttt{#2}
}{
\textcolor{envref}{\texttt{#2}}
}
\bool_if:NF\g__skdoc_no_index_bool{
\IfBooleanTF{#1}{}{\index@environment{#2}}
}
}
\DeclareDocumentCommand \opt { s m } {
\IfBooleanTF{#1}{
\texttt{#2}
}{
\textcolor{optref}{\texttt{#2}}
}
\bool_if:NF\g__skdoc_no_index_bool{
\IfBooleanTF{#1}{}{\index@option{#2}}
}
}
\DeclareDocumentCommand \pkg { s m } {
\IfBooleanTF{#1}{
\textsf{#2}
}{
\textcolor{pkgref}{\textsf{#2}}
}
\bool_if:NF\g__skdoc_no_index_bool{
\IfBooleanTF{#1}{}{\index@package{#2}}
}
}
\makeatother
% Reimplementing example environment from skdoc for multilingual support
\makeatletter
\DeclareDocumentEnvironment{example}{ O{en} }{
% \tl_if_eq:xnTF {\locale} {#1}
\tl_if_in:nxTF {#1} {\locale} {
\bool_gset_true:N\g__skdoc_in_example_bool%
\minisec{\g_edumath_examplename{}:}%
\int_zero_new:c{skdoc@output@skdoc@private@example@line}%
\tl_if_exist:cTF{skdoc@output@skdoc@private@example}{
\tl_clear:c{skdoc@output@skdoc@private@example}
}{
\tl_new:c{skdoc@output@skdoc@private@example}
}
\dim_set:Nn\l_tmpa_dim{ \textwidth/2
-\c__skdoc_example_margin_dim
-\c__skdoc_example_linewidth_dim/2}
\coffin_clear:N\l__skdoc_example_code_coffin
\vcoffin_set:Nnw\l__skdoc_example_code_coffin{\l_tmpa_dim}
\skdoc@verbatim{skdoc@private@example}
}{
\comment
}
}{
\tl_if_in:nxTF {#1} {\locale} {
\endskdoc@verbatim
\vcoffin_set_end:
\coffin_clear:N\l__skdoc_example_result_coffin
\vcoffin_set:Nnw\l__skdoc_example_result_coffin{\l_tmpa_dim}
\iow_open:Nn\skdoc@output{\jobname.skdoc.tmp}
\iow_now:Nx\skdoc@output{\tl_to_str:c{skdoc@output@skdoc@private@example}}
\iow_close:N\skdoc@output
\input{\jobname.skdoc.tmp}
\vcoffin_set_end:
\coffin_clear:N\l__skdoc_example_divider_coffin
\dim_set:Nn\l_tmpa_dim{
\dim_max:nn{\coffin_ht:N\l__skdoc_example_code_coffin}%
{\coffin_ht:N\l__skdoc_example_result_coffin}
+ 2\c__skdoc_example_margin_dim}
\hcoffin_set:Nn\l__skdoc_example_divider_coffin{
\color{lightgray}
\hspace*{\c__skdoc_example_margin_dim}
\rule{\c__skdoc_example_linewidth_dim}{\l_tmpa_dim}
\hspace*{\c__skdoc_example_margin_dim}
}
\coffin_clear:N\l_tmpa_coffin
\coffin_set_eq:NN\l_tmpa_coffin\l__skdoc_example_divider_coffin
\coffin_join:NnnNnnnn\l_tmpa_coffin{l}{vc}%
\l__skdoc_example_result_coffin{r}{vc}%
{0pt}{0pt}
\coffin_join:NnnNnnnn\l_tmpa_coffin{r}{vc}%
\l__skdoc_example_code_coffin{l}{vc}%
{0pt}{0pt}
\coffin_typeset:Nnnnn\l_tmpa_coffin{T}{l}{0pt}{0pt}
\vspace*{\c__skdoc_example_margin_dim}\par
\bool_gset_false:N\g__skdoc_in_example_bool%
}{
\endcomment
}
}
\makeatother
% New Commands:
\DeclareDocumentCommand \Bug { +m } {
\vspace{\baselineskip}
\par\noindent
\group_begin:
\color{section}
\fbox{
\begin{minipage}[c]{\linewidth-2\fboxsep-2\fboxrule}
\textsf{\textbf{\g_edumath_bugname{}:}}~
#1
\end{minipage}
}
\vspace{\baselineskip}
\group_end:
\par
}
\DeclareDocumentCommand \BugGit { +m } {
\Bug{\gitIssue{#1}}
}
\DeclareDocumentCommand \Notice { +m } {
\vspace{0.5\baselineskip}
\par\noindent
\textsf{\textbf{\g_edumath_noticename{}:}}~
\itshape
#1
\upshape
\vspace{0.5\baselineskip}
\par
}
\DeclareDocumentCommand \Todo { +m } {
\vspace{\baselineskip}
\par\noindent
\group_begin:
\color{lightgray}
\fbox{
\begin{minipage}[c]{\linewidth-2\fboxsep-2\fboxrule}
\textsf{\textbf{\g_edumath_todoname{}:}}~
#1
\end{minipage}
}
\vspace{\baselineskip}
\group_end:
\par
}
\DeclareDocumentCommand \Warning { +m } {
\vspace{\baselineskip}
\par\noindent
\fbox{
\begin{minipage}[c]{\linewidth-2\fboxsep-2\fboxrule}
\textsf{\textbf{\g_edumath_warningname{}:}}~
#1
\end{minipage}
}
\vspace{\baselineskip}
\par
}
\ExplSyntaxOff
\DeclareDocumentCommand \NoticeStylethemeDE { s } {
\IfBooleanTF {#1} {
\Notice{Diese Optionen können durch Stylethemes überschrieben werden.}
}{
\Notice{Diese Option kann durch Stylethemes überschrieben werden.}
}
}
\DeclareDocumentCommand \NoticeColorthemeDE { s } {
\IfBooleanTF {#1} {
\Notice{Diese Optionen können durch Colorthemes überschrieben werden.}
}{
\Notice{Diese Option kann durch Colorthemes überschrieben werden.}
}
}
\DeclareDocumentCommand \NoticeLoadBeginDE { s } {
\IfBooleanTF {#1} {
\Notice{Diese Optionen müssen bereits mit dem Laden des Packages (\Macro{usepackage}) angegeben werden.}
}{
\Notice{Diese Option muss bereits mit dem Laden des Packages (\Macro{usepackage}) angegeben werden.}
}
}
% Lists
\setlist{%
partopsep=0ex,
topsep=0.5\baselineskip - \parskip,
itemsep=0.5\baselineskip - \parskip,
parsep=\parskip,
leftmargin=1.5em,
}
\setlist[itemize, 1]{label=\color{itemize}\rule[0.3ex]{0.7ex}{0.7ex}}
\setlist[itemize, 2]{label=\color{itemize}\rule[0.5ex]{0.7ex}{0.4ex}}
\setlist[itemize, 3]{label=\color{itemize}\rule[0.55ex]{0.7ex}{0.2ex}}
% Hide the implementation
\OnlyDescription
% Bibliography entries
%\begin{filecontents}{edumath.bib}
% @online{koma,
% author = {Markus Kohm},
% title = {koma-script -- A bundle of versatile classes and packages},
% year = {2012},
% url = {http://www.ctan.org/pkg/koma-script}
% }
%\end{filecontents}
%\addbibresource{edumath.bib}
% Declare the target files
\SelfPreambleTo{\mypreamble}
\DeclareFile[key=pkg,preamble=\mypreamble]{edumath.sty}
% This is where the documentation begins
\usepackage[scaled=0.8]{beramono}
% Change & version info
\version{0.1 (Build: \pdfdate)}
\changes{0.1}{%
\localeEN{Initial version}%
\localeDE{Initiale Version}%
}
% Metadata
\package[ctan=edumath,vcs=https://github.com/wunderlich/edumath]{edumath}
\localeEN{\title{The \textbf{\thepackage} package}}%
\localeDE{\title{Das \textbf{\thepackage} Package}}%
\author{Daniel Wunderlich}
\email{[email protected]}
\begin{document}
% First page
\maketitle
\begin{abstract}
\localeEN{This package provides commands and environments commonly used in educational contexts of mathematics. Frequently required packages are loaded. Commands and environments are defined, which simplify the use of \LaTeX\ in the described context.
\medskip
\thepackage\ refers to notations usually used in Germany (Baden-Württemberg in particular).
\medskip
\color{section} \textbf{Warning:} The \thepackage\ package is currently under development. All functionality, settings and macros as well as file names can change in later versions and may be incomplete! The English documentation doesn't exist either. It is experimental and not ready for production use.}
%
\localeDE{Dieses Package stellt Kommandos und Umgebungen zur Verfügung, welche häufig beim Einsatz von \LaTeX\ im Kontext der Bildung in Mathematik benötigt werden. Zum einen werden häufig benötigte Packages geladen. Zum anderen werden Makros und Umgebungen erstellt, welche den Einsatz von \LaTeX\ im beschriebenen Zusammenhang vereinfachen sollen.
\medskip
\thepackage\ bezieht sich hierbei auf Notationen, wie sie in Deutschland (insb. Baden-Württemberg) üblich sind.
\medskip
\color{section} \textbf{Warnung:} Das \thepackage\ Package befindet sich in der Entwicklung. Alle
Funktionen, Einstellungen und Makros sowie Dateinamen können sich in späteren Versionen ändern oder können unvollständig sein. Auch die Dokumentation ist noch nicht vollständig. Sie ist noch nicht für den produktiven Einsatz bereit.
}
\end{abstract}
\tableofcontents
\newpage
\localeEN{\part{Introduction} \label{part:intro}}
\localeDE{\part{Einleitung} \label{part:intro}}
\localeEN{\section{About \thepackage}}
\localeEN{
If you want to use \LaTeX\ in educational institutions (notably schools) in contexts of mathematics, many recurring contents and formulas are needed. Typical examples are specials sets (e.\,g. $\N$, $\Q$, $\R$, \dots) or the labeling of equivalence transformations:
\begin{aligntr*}
4x + 10 &= 18 \tr -10 \\
4x &= 8 \tr :4 \\
x &= 2
\end{aligntr*}
By using \thepackage\ commands and environments are provided which simplify the creation of such contents. Some of them originate from existing packages, some are newly defined. With a large number of options \thepackage\ can be customized to the personal requirements.
The origin of this \thepackage\ is Germany (Baden-Württemberg), for which reason the local notation is used.
}
\localeDE{\section{Über \thepackage}}
\localeDE{
Möchte man \LaTeX\ in Bildungseinrichtungungen (insb. Schulen) im Kontext der Ausbildung in Mathematik verwenden, benötigt man viele wiederkehrende Inhalte und Formeln. Typische Beispiele sind spezielle Mengen (z.\,B. $\N$, $\Q$, $\R$, \dots) oder die Beschriftung von Äquivalenzumformungen:
\begin{aligntr*}
4x + 10 &= 18 \tr -10 \\
4x &= 8 \tr :4 \\
x &= 2
\end{aligntr*}
Durch \thepackage\ werden Makros und Umgebungen zur Verfügung gestellt, welche die Erstellung dieser Inhalte vereinfacht. Einige von ihnen entstammen existierenden Packages, welche geladen werden, einige werden neu definiert. Durch eine Vielzahl von Optionen kann \thepackage\ unkompliziert an die eigenen Bedürfnisse angepasst werden.
Der Ursprung des Packages liegt in Deutschland (Baden-Württemberg), weshalb die dort übliche Notation verwendet wird.
}
\localeDE{
\section{Über diese Dokumentation}
Nach der Einleitung in diesem Teil und Informationen zur Installation in Teil~\ref{part:inst} beginnt die eigentliche Dokumentation in Teil~\ref{part:doc}. Dort werden zuerst einige grundlegende Aspekte von \thepackage\ und zentraler mathematischer Anpassungen vorgestellt. Anschließend werden alle Makros und Umgebungen thematisch sortiert erläutert -- dies umfasst den zentralen Teil dieser Dokumentation. Zuletzt werden die vielen Optionen des Packages in Abschnitt~\ref{sec:doc-opt} beschrieben, wobei diese häufig auch schon in den vorherigen Abschnitten angesprochen werden.
Diese Dokumentation verwendet verschiedene Schriftarten und -stile zur Auszeichnung unterschiedlicher Komponenten. Tabelle~\ref{tab:components} zeigt diese Arten der Auszeichnungen.
\begin{table}[h!tp]
\centering
\caption{Auszeichnung durch Schriftarten und -stile dieser Dokumentation.}
\label{tab:components}
\medskip
\begin{tabular}{ll} \toprule
\textsf{Schrift} & \textsf{Beschreibung} \\ \midrule
\pkg*{package} & Package \\
\opt*{option} & Option \\
\cs*{macro} & Makro\footnotemark \\
\env*{umgebung} & Umgebung \\
\meta{argument} & Argument (allgemein) \\
\marg{argument} & Notwendiges Argument \\
\oarg{argument} & Optionales Argument \\
\bottomrule
\end{tabular}
\end{table}
\footnotetext{{Es wird versucht, in dieser Dokumentation ausschließlich den Begriff \emph{Makro} zu verwenden. Die Begriffe \emph{Befehl}, \emph{Funktion} und \emph{Kommando} sind -- sollten sie wider Erwarten doch verwendet werden -- als Synonyme zu verstehen.}}
%
\Notice{TikZ-Optionen werden in dieser Dokumentation wie alle anderen Optionen behandelt.}
Bei Beispielen wird der \LaTeX-Quelltext auf der rechten Seite dargestellt, links die resultierende PDF-Ausgabe:%
}
\begin{example}[de]
\[
\int_a^b f(x) \diff x
\]
\end{example}
\localeDE{\section{Danksagung}}
\localeDE{
Ohne die mühevolle und leidenschaftliche Arbeit vieler Beteiligter des \LaTeX-Kosmos wäre die Erstellung eines eigenen Packages nicht möglich. Herzlichen Dank an jeden Einzelnen von ihnen!
Einigen Personen sei an dieser Stelle persönlich gedankt:
\begin{itemize}
\item \emph{Simon Sigurdhsson} für seine Dokumentenklasse \pkg*{skdoc} und sein Package \pkg*{skmath}, welche als Inspiration und Anleitung zugleich dienten. [\url{https://github.com/urdh}]
\item \emph{Karolina Plotzki} für die Motivation zum Schreiben dieses Packages, Feedback und gute Ideen.
\item \emph{Christian Hupfer} für ausführliche E-Mail-Antworten und kürzester Zeit, jede Menge Ratschläge und Motivation. [\url{http://www.ich-rede-mich-um-kopf-und-kragen.de/}]
\item \emph{Alexander Weick} für Hinweise auf viele Rechtschreib- und Tippfehler.
\item \emph{Den vielen fleißigen Helfern} auf \emph{\TeX\,StackExchange}, die meistens innerhalb weniger Stunden bei Problemen helfen. [\url{https://tex.stackexchange.com/users/60539/dawu?tab=questions}]
\end{itemize}
}
\newpage
\localeDE{\part{Installation}} \label{part:inst}
\localeDE{\section{Voraussetzungen}}
\localeDE{
Das \thepackage\ Package benötigt folgende Packages:
\begin{multicols}{5}\raggedcolumns
{\sffamily
\noindent amsmath\\
amssymb\\
amsthm\\
calc\\
cancel\\
esvect\\
etoolbox\\
expl3\\
gauss\\
icomma*\\
l3keys2e\\
mathalpha*\\
mathpazo*\\
mathtools\\
newtxmath*\\
polynom\\
sansmath*\\
tikz\\
tikz-qtree*\\
thmtools*\\
stmaryrd\\
xlop\\
xparse\\
}
\end{multicols}
\noindent\textsf{* optional}
\bigskip
Alle Packages sind über \emph{CTAN} erhältlich -- sie können z.\,B. unter Linux über \emph{TeX Live}, unter Windows über \emph{MiKTeX} und unter MacOSX über \emph{MacTeX} bezogen werden.
}
\localeDE{\section{Installation}}
\localeDE{\Todo{Installationsanleitung schreiben.}}
%Die manuelle Installation von Packages bzw. Dokumentenklassen wird an vielen Stellen im Internet erläutert. Deshalb wird sie hier nur sehr kompakt beschrieben. Bei Problemen bieten diverse Websiten Hilfestellung.
%
%\subsection{Linux (Ubuntu 12.04/Linux Mint 13)}
%
%\begin{enumerate}
% \item Per Kommandozeile in den Ordner navigieren, indem sich die heruntergeladene Datei \verb+edu.cls+ befindet.
% \item Einen Ordner für die Dokumentenklasse im \TeX-Verzeichnisbaum erstellen:
% \begin{verbatim}
%sudo mkdir /usr/share/texmf/tex/latex/edu
% \end{verbatim}\vspace{-\baselineskip}
% \item Nun wird die Datei \verb+edu.cls+ in den neuen Ordner kopiert:
% \begin{verbatim}
%sudo cp edu.cls /usr/share/texmf/tex/latex/edu/
% \end{verbatim}\vspace{-\baselineskip}
% \item Abschließend muss der \TeX-Verzeichnisbaum neu aufgebaut werden:
% \begin{verbatim}
%sudo mktexlsr
% \end{verbatim}\vspace{-\baselineskip}
%\end{enumerate}
%
%
%\subsection{Windows\,7}
%
%\begin{enumerate}
% \item Bei einer Standardinstalltion von MiKTeX~2.9 unter Windows\,7 zuerst den Ordner
% \begin{verbatim}
%C:\Program Files (x86)\MiKTeX 2.9\tex\latex\edu
% \end{verbatim}
% \vspace{-\baselineskip}
% erstellen.
% \item Dann die Datei \verb+edu.cls+ in diesen Ordner verschieben.
% \item Das Programm \verb+Settings+ von MiKTeX öffnen:
% \begin{center}
% \itshape Startmenü $\rightarrow$ Alle Programme $\rightarrow$ MiKTeX 2.9 $\rightarrow$ Maintenance $\rightarrow$ Settings
% \end{center}
% \item Über die Schaltfläche \emph{Refresh~FNDB} wird die neue Datei eingelesen.
% \end{enumerate}
\newpage
\localeEN{
\part{Documentation}
\label{part:doc}
\Todo{Write English documentation.}
}
\localeDE{
\part{Dokumentation}
\label{part:doc}
}
\localeDE{\section{Package laden und Optionen wählen}}
\localeDE{
\thepackage\ wird wie allen gängigen Packages durch \Macro\usepackage{edumath} geladen. Auch Optionen können auf bekannte Weise gewählt werden: \Macro\usepackage[\meta{Optionen}]{edumath}, z.\,B. \Macro\usepackage[commasep=false, thmframefg=red]{edumath}.
}
\localeDE{
\DescribeMacro\edumathoption{\meta{Option}}{\meta{Wert}}
\DescribeMacro\edumathsetup{\meta{Option}=\meta{Wert}-Liste}