Merge branch 'master' of https://github.com/Andrea-Paz/cin-manual-latex
[goodguy/cin-manual-latex.git] / parts / Plugins.tex
index c792a6d4a15ac09148fef7efebbd418f9d5b902b..2e111440c8afe6738e4f0f35357d671901d127bb 100644 (file)
@@ -188,11 +188,13 @@ For most User installs, the \texttt{<plugin\_name>.png} file will be located at:
 
 For some System installs, the files might be located at:
 
-\texttt{/usr/lib/cin/plugins/picon/cinfinity} (or cinfinity2, original or
-\todo{raphrase to avoid boarder break}
-smoo\-ther) (ubuntu distros)
+\texttt{/usr/lib/cin/plugins/picon/cinfinity}
 
-\texttt{/usr/lib64/cin/plugins/picon/cinfinity} (or cinfinity2, original or smoother) (Leap distro)
+(or cinfinity2, original or smoother --- ubuntu distros)
+
+\texttt{/usr/lib64/cin/plugins/picon/cinfinity}
+
+(or cinfinity2, original or smoother --- Leap distro)
 
 \subsection{Details on where to put your own Plugin Icons}%
 \label{sub:details_put_plugin_icons}
@@ -2061,8 +2063,8 @@ With the Scale Ratio plugin you can manipulate your video to maintain the pixel
 
 This plugin is designed to smooth out non-moving areas of a video clip (figure~\ref{fig:staveraging}).
 \vspace{2ex}
-\begin{wrapfigure}[22]{O}{0.4\linewidth} 
-    \vspace{-4ex}
+\begin{wrapfigure}[20]{O}{0.4\linewidth} 
+   % \vspace{-4ex}
     \includegraphics[width=0.9\linewidth]{images/staveraging.png}
     \caption{STA control window}
     \label{fig:staveraging}
@@ -2419,9 +2421,7 @@ Figure~\ref{fig:title03}.
 \begin{description}
     \item[Background] in this box you can keyin the name of a file of the type that cinelerra accepts and use that file as a background for your Title characters. This will be seen in the compositor window on top of the video that is loaded in the main track canvas. Besides typing in the filename, you must also check the checkbox. This makes it easy to turn it \texttt{on} and \texttt{off} to see what it looks like. Next to the background box is a \texttt{Loop} checkbox. If the background file takes less time than the main track canvas video to run, you can turn on the loop checkbox so that it runs over and over again to match the time size of your video.
     \item[Stroker] to add \textit{pen strokes} to the text letters, adjust the stroke width numerically. This looks particularly nice on certain fonts and with a negative adjustment of the \texttt{Drop shadow}.
-    \item[Unicode Insertion] if you want to enter a special character like the mathematical \textit{summation} symbol, you can use the unicode equivalent to do so. Press \texttt{Ctrl-Shift-U} followed by $2022$ and a carriage return is an example of the bullet. Refer to section 40.11
-        \todo{lost link}
-        for details.
+    \item[Unicode Insertion] if you want to enter a special character like the mathematical \textit{summation} symbol, you can use the unicode equivalent to do so. Press \texttt{Ctrl-Shift-U} followed by $2022$ and a carriage return is an example of the bullet. Refer to section \hyperref[sec:textbox_non_std_character_unicode]{17.5} for details.
     \item[Popup Helper] put your cursor where you want to add an attribute, then right mouse will bring up a list of the available attributes for you to choose, along with a submenu to choose from. The program will insert that attribute for you and all you have to add is a value when required! (see figure~\ref{fig:title02}).
 \end{description}
 
@@ -2484,8 +2484,8 @@ Then start cinelerra from a terminal window to see the fonts being loaded and pr
 
 \vspace{1ex}
 \begin{lstlisting}[language=bash]
-export BC_FONT_PATH=:   (the : “colon” removes all automatic system and cinelerra fonts)
-export BC_FONT_PATH=:/usr/share/fonts (remove all fonts and then add /usr/shar/fonts)
+export BC_FONT_PATH=:   #(the : "colon" removes all automatic system and cinelerra fonts)
+export BC_FONT_PATH=:/usr/share/fonts #(remove all fonts and then add /usr/shar/fonts)
 \end{lstlisting}
 
 One last item of information about fonts that may lead to some confusion. The checkbox for Bold and Italic will occasionally be ghosted out if no bold or italic version of the selected font is available. This is no guarantee, but currently as good as it can get due to inconsistency in the creation of fonts. It is mostly just a hint. If boxes are checkmarked, but ghosted, you can not uncheck until you change to a font that does not ghost out the boxes. If you use the popup helper with the boxes checked, and attempt to keyin a font that does not have the bold/italic attribute as checked, the font will be considered illegal.
@@ -2692,7 +2692,7 @@ Because of the build size of opencv, it is not normally included in the thirdpar
 To build findobject and the other plugins using opencv, access the src using git:
 
 \begin{lstlisting}[language=bash]
-git clone depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5
+git clone -depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5
 \end{lstlisting}
 
 then configure the build, but add the \texttt{- -with-opencv} configure parameter.