We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf975f commit 350a2adCopy full SHA for 350a2ad
source/geometry.tex
@@ -6,8 +6,6 @@
6
%This section contains classes that define or manipulate geometry.
7
%
8
\addtocounter{SectionDepthBase}{1}
9
-\input{vector-2d}
10
\input{rectangle}
11
\input{circle}
12
-\input{matrix-2d}
13
\addtocounter{SectionDepthBase}{-1}
source/linear-algebra.tex
@@ -0,0 +1,11 @@
1
+%!TEX root = io2d.tex
2
+
3
+\rSec0 [\iotwod.linearalgebra] {Linear algebra}
4
5
+%\pnum
+%This section contains classes that define or manipulate geometry.
+%
+\addtocounter{SectionDepthBase}{1}
+\input{vector-2d}
+\input{matrix-2d}
+\addtocounter{SectionDepthBase}{-1}
0 commit comments