-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathchapter_config.tex
93 lines (85 loc) · 2.11 KB
/
chapter_config.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
% This configures what chapters are rendered and what aren't
\newif\ifSpIntro
\newif\ifSpPython
\newif\ifSpComplex
\newif\ifSpSigSys
\newif\ifSpElSig
\newif\ifSpSin
\newif\ifSpFourierSer
\newif\ifSpFourierTra
\newif\ifSpDT
\newif\ifSpLTI
\newif\ifSpFResp
\newif\ifSpDTFT
\newif\ifSpFilters
\newif\ifSpUncertainty
\newif\ifSpDFT
\newif\ifSpSpectAn
\newif\ifSpFiltering
\newif\ifSpZFIR
\newif\ifSpZIIR
\newif\ifSpdB
\newif\ifSpProgA
\newif\ifSpProgB
\newif\ifSpProgC
\newif\ifSpSyllabus
\newif\ifSpExerciseSol
% Comment out to disable chapter/section
% look in signal_processing.tex to see what is affected by these
% if statements
\if 0
\SpExerciseSolfalse % turn exercise solutions on/off
\SpSyllabustrue %syllabus
\SpIntrotrue %ch01
\SpPythonfalse %ch02
\SpComplexfalse %ch03
\SpSigSysfalse %ch04
\SpElSigfalse %ch05
\SpSinfalse %ch06
\SpdBfalse
\SpFourierSerfalse %ch07
\SpFourierTrafalse %ch08
\SpDTfalse %ch09
\SpLTIfalse %ch10
\SpFRespfalse %ch11
\SpDTFTfalse %ch12
\SpFiltersfalse %ch13
\SpUncertaintyfalse %ch14
\SpDFTfalse %ch15
\SpSpectAnfalse %ch16
\SpFilteringfalse %ch17
\SpZFIRfalse %ch18
\SpZIIRfalse %ch19
% turn off programming assignments
\SpProgAfalse %p1
\SpProgBfalse %p2
\SpProgCfalse %p3
\fi
\SpExerciseSoltrue % turn exercise solutions on/off
\SpSyllabustrue %syllabus
\SpIntrotrue %ch01
\SpPythontrue %ch02
\SpComplextrue %ch03
\SpSigSystrue %ch04
\SpElSigtrue %ch05
\SpSintrue %ch06
\SpFourierSertrue %ch07
\SpFourierTratrue %ch08
\SpDTtrue %ch09
\SpLTItrue %ch10
\SpFResptrue %ch11
\SpDTFTtrue %ch12
\SpFilterstrue %ch13
\SpUncertaintytrue %ch14
\SpDFTtrue %ch15
\SpSpectAntrue %ch16
\SpFilteringtrue %ch17
\SpZFIRtrue %ch18
\SpZIIRtrue %ch19
% turn off programming assignments
\SpProgAtrue %p1
\SpProgBtrue %p2
\SpProgCtrue %p3
%=======
%\SpProgCtrue %p3
%>>>>>>> e63d22f87b61765fe8f4e43f9ba97a3923d3e76e