Skip to content

Commit 350a2ad

Browse files
committed
Split geometry and added a "linear algebra" clause.
1 parent 2cf975f commit 350a2ad

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

source/geometry.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
%This section contains classes that define or manipulate geometry.
77
%
88
\addtocounter{SectionDepthBase}{1}
9-
\input{vector-2d}
109
\input{rectangle}
1110
\input{circle}
12-
\input{matrix-2d}
1311
\addtocounter{SectionDepthBase}{-1}

source/linear-algebra.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
%!TEX root = io2d.tex
2+
3+
\rSec0 [\iotwod.linearalgebra] {Linear algebra}
4+
5+
%\pnum
6+
%This section contains classes that define or manipulate geometry.
7+
%
8+
\addtocounter{SectionDepthBase}{1}
9+
\input{vector-2d}
10+
\input{matrix-2d}
11+
\addtocounter{SectionDepthBase}{-1}

0 commit comments

Comments
 (0)