blob: ff82e9457ff9f50f1a9d5e3c9359119495f48993 (
plain)
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
|
\input{stex-docheader}
\stextoptitle{The {\protect\stex{3}} Package Collection}{}
\begin{document}
\usemodule[sTeX/Documentation]{common}
\maketitle
\libinput[sTeX/Documentation]{docparts}
\tableofcontents
\begin{experimental}
\stex is -- by now -- relatively stable and ready to use for the
general public. However, it is also actively being developed further
and subject to ongoing research. Some of the features described in
here might not fully work as expected,
some are still experimental, there might occasionally be cryptic
error messages, and in general bugs are expected.
We welcome all kinds of issues you might encounter at
\url{https://github.com/slatex/sTeX}.
\end{experimental}
\edef\stexmatrixlink{\noexpand\url{https://matrix.to/\#/\#stex:fau.de}}
\begin{center}\emph{
If you have questions or problems with \stex, you can talk to us
directly at \stexmatrixlink.
}\end{center}
\EnableManual
\DisableDocumentation
\DisableImplementation
\begin{blindfragment}
\inputref[sTeX/Documentation]{setup}
\end{blindfragment}
\begin{sfragment}{Tutorial}
\inputref[sTeX/Documentation]{tutorial.en}
\end{sfragment}
\begin{sfragment}{User Manual}
\let\RequirePackage\documentclass
\inputref[sTeX/Documentation]{manual}
\begin{sfragment}{Additional Packages}
\DocInput{../source/notesslides.dtx}
\DocInput{../source/problem.dtx}
\DocInput{../source/hwexam.dtx}
\DocInput{../source/tikzinput.dtx}
\end{sfragment}
\end{sfragment}
\DisableManual
\EnableDocumentation
\DisableImplementation
\begin{sfragment}{Documentation}
\DocInput{../source/stex.dtx}
\begin{sfragment}{Additional Packages}
\DocInput{../source/notesslides.dtx}
\DocInput{../source/problem.dtx}
\DocInput{../source/hwexam.dtx}
\DocInput{../source/tikzinput.dtx}
\end{sfragment}
\end{sfragment}
\EnableImplementation
\DisableDocumentation
\begin{sfragment}{Implementation}
%\DocInputAgain
\DocInput{../source/stex.dtx}
\begin{sfragment}{Additional Packages}
\DocInput{../source/notesslides.dtx}
\DocInput{../source/problem.dtx}
\DocInput{../source/hwexam.dtx}
\DocInput{../source/tikzinput.dtx}
\end{sfragment}
\end{sfragment}
\DelayPrintIndex
\end{document}
|