Uniforming my branches
[goodguy/cin-manual-latex.git] / parts / Introduction.tex
index f723ac5583a1827b71a42a16ad587f488701079a..9173f1a5cc77e12416bf03e360ed8ff27c8dc409 100644 (file)
@@ -10,11 +10,11 @@ The author of the original Cinelerra, Adam Williams, as well as many different p
 The software and this manual were merged in from various sources and each person is to be thanked and commended for their efforts. 
 Numerous software modifications were made by William Morrow. 
 These are all under GPLv2+ license. 
-Refer to: \url{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html}
+Refer to: {\small\url{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html}}
 
 
 \textbf{This is a copy of the header from the original source code.}
-\begin{lstlisting}[numbers=none]
+\begin{lstlisting}[numbers=none,basicstyle=\footnotesize]
 /*
 * CINELERRA
 * Copyright (C) 1997-2012 Adam Williams <broadcast at earthling dot net>
@@ -160,43 +160,43 @@ And which chapters are important for beginning to learn to use Cinelerra-GG. At
         Besides how to Load and Save files, there is also information on using raw camera formats. 
         Helpful hints on working with image sequences, such as a bunch of pictures from your camera all loaded at once, is a time saver.
 
-    \item[Chapter 6] Editing.
+    \item[Chapter \ref{cha:editing}] \nameref{cha:editing}.
 
         New and occasional users will find it necessary to read this chapter. However, you can decide which editing mode you prefer and concentrate on reading that section. 
         Even seasoned users will want to read this chapter in order to take advantage of features that have been newly implemented or may be less familiar due to infrequent usage. 
         Anyone who wants the editing capabilities that comes with use of the Shuttle Jog Wheel, will initially need to read that section to become familiar with its usage.
 
-    \item[Chapter 7] Rendering.
+    \item[Chapter \ref{cha:rendering}] \nameref{cha:rendering}.
 
         Minimally most users will need to read the section on single file rendering to get started; since after all the whole purpose of using an NLE is to create your own media. 
         The end of this chapter includes some helpful specific rendering scenarios which could prove quite useful. 
         You might also want to consider using batch rendering and background rendering for performance reasons. 
         And, of course, render farm usage to take advantage of multiple computers can be a real boost.
 
-    \item[Chapter 8] Keyframes.
+    \item[Chapter \ref{cha:keyframes}] \nameref{cha:keyframes}.
 
         This is a more advanced topic but extremely useful to know. 
         Keyframes are data values that have been associated to the timeline that affect the media presentation. 
         You can go for years without knowing all of the nuances but you will most likely have a need to use and understand them sooner or later.
 
-    \item[Chapter 9] Ffmpeg Interactions.
+    \item[Chapter \ref{cha:ffmpeg_interactions}] \nameref{cha:ffmpeg_interactions}.
 
         Skip this chapter if you are just getting started. Skip this chapter if you just want to use common
         formats that are already set up for you. Experts may want to refer to this chapter in order to set up their
         own option files.
 
-    \item[Chapter 10] Effect Plugins.
+    \item[Chapter \ref{cha:plugins}]\nameref{cha:plugins}.
 
         Use this chapter as a reference to add an audio or video plugin in order to correct color or add some fancy effect. 
         You will not want to read about each and every plugin, most of which you will never use.  
         On the other hand, going over the section on “some specific details concerning plugins” might come in handy.
 
-    \item[Chapter 11] Transition Plugins.
+    \item[Chapter \ref{cha:transition_plugin}] \nameref{cha:transition_plugin}.
 
         Everyone who does not know about using transitions should read this chapter because you will want to use transitions between cuts in your video for smoothly changing scenes. 
         It is short and easy reading.
 
-    \item[Chapter 12] Overlay Modes, Alpha Blending, and Porter Duff.
+    \item[Chapter \ref{cha:overlays}] \nameref{cha:overlays} Modes, Alpha Blending, and Porter Duff.
 
         Experts can really use the information in this chapter to spiff up their editing work through some blending type techniques. 
         A lot of information and possibilities are described here.
@@ -257,14 +257,13 @@ And which chapters are important for beginning to learn to use Cinelerra-GG. At
 In summary, “must” reads for a new user would be these chapters or sections:
 
 \begin{itemize}
-    \item Chapter \ref{cha:the_4_windows} \nameref{cha:the_4_windows}.
-    \item Chapter \ref{cha:load_save_and_the_EDL} \nameref{cha:load_save_and_the_EDL}.
-    \item Chapter 6 - Editing; read all sections except emphasize only either Cut\&Paste or Drag\&Drop
-
-    \item editing to suit your purpose and then skim the editing mode that is not your preference as some operations work in either mode. Skip the Shuttle section unless you have this jog wheel in hand.
-    \item Chapter 7 – Rendering; minimally read the “single file rendering” section.
-    \item Chapter 10 – Effect Plugins; read the section on “how to use plugins”.
-    \item Chapter 11 – Transition Plugins
+    \item Chapter \ref{cha:the_4_windows} --- \nameref{cha:the_4_windows}.
+    \item Chapter \ref{cha:load_save_and_the_EDL} --- \nameref{cha:load_save_and_the_EDL}.
+    \item Chapter \ref{cha:editing} --- \nameref{cha:editing}; read all sections except emphasize only either \nameref{sec:cut_paste_editing} or \nameref{sec:drag_drop_editing} to suit your purpose and then skim the editing mode that is not your preference as some operations work in either mode. 
+        Skip the \nameref{sec:shuttle_jog_wheels_editing} section unless you have this jog wheel in hand.
+    \item Chapter \ref{cha:rendering} --- \nameref{cha:rendering}; minimally read the \nameref{sec:single_file_rendering} section.
+    \item Chapter \ref{cha:plugins} --- \nameref{cha:plugins}; read the section on \nameref{sec:how_use_plugins}.
+    \item Chapter \ref{cha:transition_plugin} --- \nameref{cha:transition_plugin}.
     \item Chapter 16 – Configuration, Settings and Preferences; read at least the first couple of paragraphs.
 \end{itemize}