We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374238a commit c9a026bCopy full SHA for c9a026b
source/std.tex
@@ -134,6 +134,7 @@
134
\include{ranges}
135
\include{algorithms}
136
\include{strings}
137
+\include{text}
138
\include{numerics}
139
\include{time}
140
\include{locales}
source/text.tex
@@ -0,0 +1,12 @@
1
+%!TEX root = std.tex
2
+
3
+\rSec0[text]{Text processing library}
4
5
+\rSec1[text.general]{General}
6
7
+This Clause describes components for dealing with text.
8
+These components are summarized in \tref{text.summary}.
9
10
+\begin{libsumtab}{Text library summary}{text.summary}
11
+\ref{text} & (placeholder) & (placeholder) \\
12
+\end{libsumtab}
0 commit comments