From 6d635dc308f867e80855bea71873769de06d6f3e 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: Mon, 8 Apr 2019 01:21:23 +0300 Subject: [PATCH] Add some settings in settings.tex --- common/packages.tex | 8 -------- common/settings.tex | 10 ++++++++++ parts/Instalation.tex | 14 ++++++++++---- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/common/packages.tex b/common/packages.tex index 01bee8f..da75467 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -83,14 +83,6 @@ texcl=true, morekeywords={*,...} % if you want to add more keywords to the set } -%======================геометрия полей -\usepackage{geometry} % page geometry -\geometry{left=2.0cm} -\geometry{right=2.0cm} -\geometry{top=2.0cm} -\geometry{bottom=1.5cm} -\parindent=1.0cm % first indent in section -\righthyphenmin=2 % hyphen last charecter %--------------------------------------------------------------------------- \makeatletter \renewcommand{\@biblabel}[1]{#1.} diff --git a/common/settings.tex b/common/settings.tex index bda57ed..c9256e5 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -1 +1,11 @@ %\usepackage[sfdefault]{noto} +%====================== Page geometry +\usepackage{geometry} % page geometry +\geometry{left=2.0cm} +\geometry{right=2.0cm} +\geometry{top=2.0cm} +\geometry{bottom=1.5cm} +\parindent=1.0cm % first indent in section +\righthyphenmin=2 % hyphen last charecter + +\setsecnumdepth{subsubsection} % section numration depth diff --git a/parts/Instalation.tex b/parts/Instalation.tex index d377303..b91764f 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -51,7 +51,7 @@ These differences make it possible to have several different versions installed \begin{enumerate} \item You need at least 2.5\,GB of disk storage to operate a build + you need to have “\texttt{git}” installed. - \item Obviously in order to install into the system, you must run as root. + \item Obviously in order to install into the system, you must run as \textbf{root}. \item The "\texttt{git}" step has to download many files (approx 100\,MB) so allow time. \item Run the following commands (this takes awhile): @@ -89,7 +89,7 @@ grep "\*\*\*.*error" -ai log \paragraph{To do a single-user build,} read the \texttt{README} that is at the top level after you get the source. \begin{enumerate} \item You need at least 2.5\,GB of disk storage to operate a build + you need to have “\texttt{git}” installed. - \item Recommend you build and run as root, just to avoid permission issues initially. + \item Recommend you build and run as \textbf{root}, just to avoid permission issues initially. \item The "\texttt{git}" step has to download many files (approx 100\,MB) so allow time. \item Run the following commands (this takes awhile): \begin{lstlisting}[language=bash] @@ -100,7 +100,7 @@ cd cinelerra5/cinelerra-5.1 # toplevel directory \end{enumerate} NOTE: if your system has never had Cinelerra-GG Infinity installed, you will have to make sure all -the compilers and libraries necessary are installed. So on the very first build you should run as root: +the compilers and libraries necessary are installed. So on the very first build you should run as \textbf{root}: \begin{lstlisting}[language=bash] ./blds/bld_prepare.sh # where represents the Operating System of centos, fedora, suse, leap, ubuntu, debian. @@ -111,7 +111,7 @@ make install \end{lstlisting} Then just start the application by keying in: ./cin in the bin subdirectory OR add a desktop icon by -using the appropriate directory to copy the files to, run as root, and edit to correct the directory path. +using the appropriate directory to copy the files to, run as \textbf{root}, and edit to correct the directory path. \begin{lstlisting}[language=bash] cd /cinelerra_directory_path @@ -122,3 +122,9 @@ change the “Exec=cin” line to be “Exec=/bin/cin” The preceding directions for doing a single-user build has been meticulously followed to build and run on a newly installed ubuntu 15 system WITHOUT BEING ROOT except for the \texttt{bld\_prepare.sh} and creating the desktop icon. + +\subsection{Notable Options and Caveats}% +\label{sub:notable_options_and_caveats} + +These procedures and the Cinelerra-GG Infinity software have all been run as “\textbf{root}” on various home laptops and desktops. This provides the best chance to ensure all works correctly and also allows for handling errors, other problems and potential crashes with the most success. Included in this section are some of the build variations easily available for normal builds. + -- 2.26.2