-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
57 lines (44 loc) · 1.54 KB
/
main.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
% ----- Document Class ----- %
\documentclass{book}
% ----- Defines ----- %
\def \CourseName {\begin{spacing}{1.5}مقدمهای بر برنامه نویسی بازیهای سهبعدی با \\ \lr{Direct3D 12}\end{spacing}}
\def \CourseNameEng {\lr{Introdution To 3D Game Programming With DirectX 12}}
\def \Instructor {دکتر رضا روحانی}
\def \Translator {علی بدیعی}
\def \Semester {تابستان 1402}
\input{BookFiles/0.0.packages}
\input{BookFiles/0.0.commands}
\begin{document}
% ----- Book Start ----- %
\includepdf[pages=-]{BookFiles/BookCover.pdf}
% ----- Document Settings ----- %
\frontmatter
\input{BookFiles/1.firstpage}
\maketitle
% \setmainfont{Arial}
\pagestyle{fancy}
\fancyhead{} % clear all header fields
\fancyhead[RO]{\BYas \rightmark}
\fancyhead[LE]{مقدمهای بر برنامه نویسی بازیهای سهبعدی با \lr{Direct3D 12}}
\fancyhead[RE,LO]{\thepage}
\fancyfoot{}
\setlength{\headheight}{13pt}
\chapterfont{\small}
\sectionfont{\huge}
\subsectionfont{\LARGE}
\subsubsectionfont{\Large}
\paragraphfont{\Large}
% ----- Includes ----- %
\input{BookFiles/2.beforeIntro}
\input{BookFiles/3.Introduction}
%% ----- Sessions ----- %
\pagenumbering{arabic}
\input{BookFiles/4.1.1.Session}
\input{BookFiles/4.1.2.Session}
\input{BookFiles/4.1.3.Session}
% ----- Bibliography ----- %
% \begin{latin}
% \bibliography{references}
% \bibliographystyle{ieeetr}
% \end{latin}
\end{document}