Uniforming my branches
[goodguy/cin-manual-latex.git] / parts / Loadandsave.tex
index 0430e266ea6d404285979fe6c284e6fa01f5c148..af61b6c2df0fa9152e107834be07fb5ea0730f18 100644 (file)
@@ -62,13 +62,17 @@ An image sequence is a series of ordered still pictures; for example a bunch of
 
 File lists formats can be utilized in some way for the following list of types of \textit{Sequence files}  The first line of the sequence list file identifies the list codec.
 
-\vspace*{1ex}
-\begin{tabular}{l l l l}
-PNGLIST = *.png        &       PPMLIST = *.ppm &       TGALIST = *.tga   &  TIFFLIST = *.tiff \\
-EXALIST = *.exa        &       CR2LIST = *.cr2 &       JPEGLIST = *.jpg        &    GIFLIST = *.gif
-\end{tabular}
+%\vspace*{1ex}
 
-\vspace*{1ex} 
+
+\begin{center}
+    \begin{tabular}{l l l l}
+    PNGLIST = *.png    &       PPMLIST = *.ppm &       TGALIST = *.tga   &  TIFFLIST = *.tiff \\
+    EXALIST = *.exa    &       CR2LIST = *.cr2 &       JPEGLIST = *.jpg        &    GIFLIST = *.gif
+    \end{tabular}
+\end{center}
+
+%\vspace*{1ex} 
 Using the example of jpeg’s, the jpeg list sequence file type is the easiest and fastest way to access a sequence of jpg images as a single asset.  First build a jpeglist sequence file and name it something like jpeglist.sh.  There is an example script of how to do this in the Auxiliary Programs section of the Appendix.  Once the jpeglist.sh file is built you can then run it similar to this line:
 
 \begin{lstlisting}[language=bash]
@@ -340,7 +344,7 @@ Originally, the easiest way to maintain a project for moving to another computer
     \item[Reload project] when checked, after the save option the new saved project will be loaded. Default is not to do so.
 \end{description}
 
-\noindent Keep in mind that to maintain the integrity of your project xml file for easy moving to another computer, do not delete the symbolic links.  You will want to use \textit{cp -a} to maintain the links for moving to a USB key or another computer.
+\noindent Keep in mind that to maintain the integrity of your project xml file for easy moving to another computer, do not delete the symbolic links.  You will want to use \texttt{cp\,-a} to maintain the links for moving to a USB key or another computer.
 
 \subsection{Information about Backups and Perpetual Session}%
 \label{sub:information_backups_perpetual_session}