Skip to content

Commit 3fb4d5d

Browse files
committed
chore: latest status of old version
1 parent 3a94d82 commit 3fb4d5d

File tree

20 files changed

+95
-10461
lines changed

20 files changed

+95
-10461
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cmake.configureOnOpen": false
3+
}

preamble/title.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\begin{tikzpicture}[remember picture, overlay]
44
\node[inner sep=0pt] at (current page.center) {%
55
%\includegraphics[width=\paperwidth,height=\paperheight]{resources/images/ProgrammingArcanaTome}%
6-
\includegraphics[width=\paperwidth,height=\paperheight]{resources/images/Tome1}%
6+
\includegraphics[width=\paperwidth,height=\paperheight]{resources/images/Tome1.jpg}%
77
};%
88
\end{tikzpicture}
99

programming-arcana.tex

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
\input{preamble/preamble}
55

6-
\includeonly{topics/preface/preface}
6+
% \includeonly{topics/preface/preface}
7+
\includeonly{topics/0-getting-started/getting-started}
78
% \includeonly{topics/programs-and-compilers/compilers}
89
% \includeonly{topics/program-creation/program-creation}
910
% \includeonly{topics/storing-using-data/storing-using-data}
@@ -24,7 +25,32 @@
2425

2526
\mainmatter
2627
\include{topics/preface/preface}
27-
\include{topics/programs-and-compilers/compilers}
28+
29+
% 0 - Getting Started
30+
% 1 - Programs: Commands, Data, and Sequence
31+
% 2 - Procedures and Parameters
32+
% 3 - Functions
33+
% 4 - Control Flow
34+
% 5 - Custom Types
35+
% 6 - Arrays
36+
% 7 - Dynamic Memory
37+
% 8 - Program Design
38+
% 9 - Object Oriented Programming
39+
40+
41+
% 3 - Parameters: Pass by Reference
42+
43+
% 1 - Sequence and Procedure Calls
44+
% 2 - Procedure declaration
45+
% 2 - Storing and Using Data
46+
% 3 - Parameters and Pass By Reference
47+
% 3 - Control Flow
48+
% 4 - Custom types
49+
% 5 - Arrays
50+
% 6 - Dynamic Memory
51+
52+
\include{topics/0-getting-started/getting-started}
53+
% \include{topics/programs-and-compilers/compilers}
2854
\include{topics/program-creation/program-creation}
2955
% \include{topics/program-creation/procedure-decl}
3056
\include{topics/storing-using-data/storing-using-data}
1.71 MB
Binary file not shown.
1.64 MB
Binary file not shown.

0 commit comments

Comments
 (0)