Add missing files
authorСпицын Андрей <spitsyn.andrey@gmail.com>
Sun, 28 Apr 2019 21:07:25 +0000 (00:07 +0300)
committerСпицын Андрей <spitsyn.andrey@gmail.com>
Sun, 28 Apr 2019 21:07:25 +0000 (00:07 +0300)
CinelerraGG_Manual.tex
common/title.tex [new file with mode: 0644]
images/compositor_window.png [new file with mode: 0644]
images/window_layout1.png [new file with mode: 0644]
images/window_layout2.png [new file with mode: 0644]

index 1bf7d8df784555265b5add4338827ae04c3bf7b4..add4436288b8d5e4efe1e57ead338f6e8456c07b 100644 (file)
@@ -16,7 +16,6 @@ svgnames
 \newpage
 
 \frontmatter
-%\pagenumbering{Roman}
 
 \include{parts/Introduction}     % Introduction 
 
diff --git a/common/title.tex b/common/title.tex
new file mode 100644 (file)
index 0000000..63d6ac0
--- /dev/null
@@ -0,0 +1,43 @@
+
+% Title page definition
+%\providecommand{\HUGE}{\Huge}% if not using memoir
+\newlength{\drop}% for my convenience
+%% specify the Webomints family
+%\newcommand*{\wb}[1]{\fontsize{#1}{#2}\usefont{U}{webo}{xl}{n}}
+%% select a (FontSite) font by its font family ID
+\newcommand*{\FSfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
+%% if you don’t have the FontSite fonts either \renewcommand*{\FSfont}[1]{}
+%% or use your own choice of family.
+%% select a (TeX Font) font by its font family ID
+\newcommand*{\TXfont}[1]{\fontencoding{T1}\fontfamily{#1}\selectfont}
+%% Generic publisher’s logo
+\newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
+%% Some shades
+\definecolor{Dark}{gray}{0.2}
+\definecolor{MedDark}{gray}{0.4}
+\definecolor{Medium}{gray}{0.6}
+\definecolor{Light}{gray}{0.8}
+%%%% Additional font series macros
+
+\newcommand*{\titleLL}{\begingroup% Lost Languages
+\drop=0.1\textheight
+\fboxsep 0.5\baselineskip
+\sffamily
+\vspace*{\drop}
+\centering
+{\textcolor{Dark}{\HUGE Cinelerra-GG Version Infinity}}\par
+\vspace{0.5\drop}
+{\includegraphics[width=0.1\linewidth]{./images/cin-logo}}\par
+\vspace{0.5\drop}
+\colorbox{Dark}{\textcolor{white}{\normalfont\itshape\Large
+User Manual}}\par
+\vspace{0.3\drop}
+{\Large Last update}\\
+{\footnotesize \today}\\
+\url{https://www.cinelerra-gg.org}\par
+\vspace*{\drop}
+{\includegraphics[width=0.5\linewidth]{./images/cin-big.png}}\par
+\endgroup}
+
+
+\titleLL % use cutom title
diff --git a/images/compositor_window.png b/images/compositor_window.png
new file mode 100644 (file)
index 0000000..2411d76
Binary files /dev/null and b/images/compositor_window.png differ
diff --git a/images/window_layout1.png b/images/window_layout1.png
new file mode 100644 (file)
index 0000000..d821f1e
Binary files /dev/null and b/images/window_layout1.png differ
diff --git a/images/window_layout2.png b/images/window_layout2.png
new file mode 100644 (file)
index 0000000..9ac1b63
Binary files /dev/null and b/images/window_layout2.png differ