From 058de5ddf0a0c3448cd234c007a6c5edd1ffb55f 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, 27 May 2019 01:32:27 +0300 Subject: [PATCH] Add list of Figures, Tables and Todos Remove bold in some table headers --- CinelerraGG_Manual.tex | 8 +++++++ parts/Editing.tex | 50 +++++++++++++++++++++--------------------- 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/CinelerraGG_Manual.tex b/CinelerraGG_Manual.tex index 9016943..4b63d52 100644 --- a/CinelerraGG_Manual.tex +++ b/CinelerraGG_Manual.tex @@ -32,4 +32,12 @@ svgnames \include{parts/Editing} \include{parts/Rendering} +\listoftables +\newpage + +\listoffigures +\newpage + +\listoftodos + \end{document} diff --git a/parts/Editing.tex b/parts/Editing.tex index fccdf0c..56d7cf5 100644 --- a/parts/Editing.tex +++ b/parts/Editing.tex @@ -918,7 +918,7 @@ The following is the default setting for the ShuttlePROv2 and ShuttleXpress (tab \begin{landscape} \begin{table}[htpb] \centering - \caption{\textbf{ShuttlePROv2 key default arrangement for Cinelerra / Composer / Viewer}} + \caption{ShuttlePROv2 key default arrangement for Cinelerra / Composer / Viewer} \label{tab:shuttleprov2} \begin{tabular}{c c c c c c c} \toprule @@ -957,31 +957,31 @@ The following is the default setting for the ShuttlePROv2 and ShuttleXpress (tab \begin{landscape} \begin{table}[htpb] \centering - \caption{\textbf{ShuttleXpress key default arrangement for Cinelerra / Composer / Viewer}} - \label{tab:xpress} - \begin{tabular}{c c c c c c c} - \toprule - K5 & K6 & K7 & K8 & K9 & & \\ - Home & Reverse & Stop & Play & End & & \\ - & & Fullscreen & & & & \\ - & & (viewer / compositor) & & & & \\ - \midrule - Home(Defaults) & MouseBtn1(D) & MouseBtn2(D) & MouseBtn3(D) & End(Defaults) & & \\ - \midrule - \multicolumn{7}{c}{Shuttle Outer Wheel} \\ - \multicolumn{7}{c}{Play forward (first row) or Play reverse (second row)} \\ - S1=Stop & S2=1/2 & S3=Normal & S4=2x & S5=4x & S6=8x & S7=16x \\ - S-1=Stop & S-2=1/2 & S-3=Normal & S-4=2x & S-5=4x & S-6=8x & S-7=16x \\ - \midrule - & & Jog Left & (Inner Wheel) & Jog Right & & \\ - & & Frame reverse & & Frame forward & & \\ - & & Scroll up(Defaults) & & Scroll down(Defaults) & & \\ - \bottomrule - \end{tabular} + \caption{ShuttleXpress key default arrangement for Cinelerra / Composer / Viewer} + \label{tab:xpress} + \begin{tabular}{c c c c c c c} + \toprule + K5 & K6 & K7 & K8 & K9 & & \\ + Home & Reverse & Stop & Play & End & & \\ + & & Fullscreen & & & & \\ + & & (viewer / compositor) & & & & \\ + \midrule + Home(Defaults) & MouseBtn1(D) & MouseBtn2(D) & MouseBtn3(D) & End(Defaults) & & \\ + \midrule + \multicolumn{7}{c}{Shuttle Outer Wheel} \\ + \multicolumn{7}{c}{Play forward (first row) or Play reverse (second row)} \\ + S1=Stop & S2=1/2 & S3=Normal & S4=2x & S5=4x & S6=8x & S7=16x \\ + S-1=Stop & S-2=1/2 & S-3=Normal & S-4=2x & S-5=4x & S-6=8x & S-7=16x \\ + \midrule + & & Jog Left & (Inner Wheel) & Jog Right & & \\ + & & Frame reverse & & Frame forward & & \\ + & & Scroll up(Defaults) & & Scroll down(Defaults) & & \\ + \bottomrule + \end{tabular} \end{table} \centering - - - + + + \end{landscape} -- 2.26.2