From 4249986e9dcf6f517ec2609cf1232e1d9b2184f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A1=D0=BF=D0=B8=D1=86=D1=8B=D0=BD=20=D0=90=D0=BD=D0=B4?= =?utf8?q?=D1=80=D0=B5=D0=B9?= Date: Sat, 11 Jan 2020 20:48:17 +0300 Subject: [PATCH] Fix typo and add links --- parts/Installation.tex | 16 ++++++++++++++-- parts/Introduction.tex | 22 +++++++++++++--------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/parts/Installation.tex b/parts/Installation.tex index c90a40a..2b6e765 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -1,5 +1,5 @@ \chapter{Installation} -\label{cha:Instalation} +\label{cha:Installation} \section{How to Build Cinelerra-GG from Developer's Git Repository}% \label{sec:How_to_build} @@ -551,13 +551,25 @@ upgradepkg /tmp/cin... # name you used in the above line ##removepkg cin # ARCH linux +# (A loosely defined list of packages that you should install first is listed in this file: +# https://www.cinelerra-gg.org/download/pkgs/README.arch ) # first edit the file /etc/pacman.conf, to include the following: [cingg] SigLevel = Optional TrustAll Server = https://cinelerra-gg.org/download/pkgs/arch # end of cingg -pacman -Sy +# +# next run from a window the following 2 commands; +pacman -Syu pacman -S cin +# NOTE: the first line above updates your Arch system to the current rolling release and the second +# line updates Cinelerra-GG based on the rolling release that was in effect on the last day of the month. +# Please complete the 2 steps above in order, one right after the other to avoid risk of a partial upgrade. +# Due to the unpredictability of when Arch libraries are updated, performing an install of Cinelerra at +# any time other than shortly after the last day of the month when the new build package is created, +# could lead to library incompatibilities. In that case, please consider using the Arch static tar file +# for installation instead. +#to remove a previous install ##pacman -R cin \end{lstlisting} diff --git a/parts/Introduction.tex b/parts/Introduction.tex index e003a49..b6e2017 100644 --- a/parts/Introduction.tex +++ b/parts/Introduction.tex @@ -135,7 +135,7 @@ Below is listed a brief overview of each chapter to help you to decide which cha And which chapters are important for beginning to learn to use Cinelerra-GG. At the end of the descriptions is a list of the sections to read for beginners. \begin{description} - \item[Chapter \ref{cha:Instalation} ] \nameref{cha:Instalation}. + \item[Chapter \ref{cha:Installation} ] \nameref{cha:Installation}. If you just want to get started using the program, you can safely skip this chapter and instead go to: \url{https://www.cinelerra-gg.org} @@ -197,32 +197,36 @@ And which chapters are important for beginning to learn to use Cinelerra-GG. At 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. - \item[Chapter 13] Capturing and Recording Media + DVD/Bluray Creation. + \item[Chapter \ref{cha:capturing_recording_media}] \nameref{cha:capturing_recording_media}. If this is what you want to do, then read this chapter. - In the case of DVD media creation it includes many examples and lots of tips for checking your methods. A section on using cinelerra with broadcast TV is especially useful if that is something you want to do. - \item[Chapter 14] The 5 Multi-s. + \item[Chapter \ref{cha:dvd_bluray_creation}] \nameref{cha:dvd_bluray_creation}. + + If this is what you want to do, then read this chapter. + In the case of DVD media creation it includes many examples and lots of tips for checking your methods. + + \item[Chapter \ref{cha:multi_5}] \nameref{cha:multi_5}. For using multiple cameras in your video creation, this chapter is a must to read. Otherwise, just refer to the section that becomes pertinent as you familiarize yourself with using Cinelerra. - \item[Chapter 15] Shortcuts with Keyboard and the Mouse. + \item[Chapter \ref{cha:shortcuts}] \nameref{cha:shortcuts}. Everyone will want to use this chapter to speed up their editing sessions. Once you find yourself doing the same thing over and over again, you will want to know if there is a shortcut. Then look here! - \item[Chapter 16] Configuration, Settings, and Preferences + \item[Chapter \ref{cha:configuration_settings_preferences}] \nameref{cha:configuration_settings_preferences}. Refer to this chapter when you want to change some setting or preference. Otherwise if a new user, you should make sure to read the first page which includes some important basic information. - \item[Chapter 17] How Some Stuff Works. + \item[Chapter \ref{cha:how_stuff_works}] \nameref{cha:how_stuff_works}. Only read this chapter if you are confused about a specific covered topic and how it works. - \item[Chapter 18] Troubleshooting. + \item[Chapter \ref{cha:Troubleshooting and Help}] \nameref{cha:Troubleshooting and Help}. Use this chapter for diagnosing a problem and find out what to report to get the best resolution or help. @@ -260,7 +264,7 @@ In summary, “must” reads for a new user would be these chapters or sections: \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. + \item Chapter \ref{cha:configuration_settings_preferences} --- \nameref{cha:configuration_settings_preferences}; read at least the first couple of paragraphs. \end{itemize} -- 2.26.2