From 61d1c6ea6931c427ea20ecea05c3d609516f727a Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 9 Mar 2020 17:37:47 -0600 Subject: [PATCH] Olaf's cover page + minor corrections --- common/packages.tex | 1 + common/title.tex | 28 ++++++++++++++++++++++++++++ parts/Shortcuts.tex | 18 +++++++++++++----- parts/Tips.tex | 5 ++++- 4 files changed, 46 insertions(+), 6 deletions(-) diff --git a/common/packages.tex b/common/packages.tex index 967baf9..005247d 100644 --- a/common/packages.tex +++ b/common/packages.tex @@ -110,4 +110,5 @@ \usepackage[intoc]{nomencl} % glossary package \makenomenclature % make glossary +\usepackage{eso-pic} %\input{common/settings.tex} diff --git a/common/title.tex b/common/title.tex index cd46508..46d5090 100644 --- a/common/title.tex +++ b/common/title.tex @@ -1,3 +1,31 @@ +% Cover sheet with full logo, realized +% whith eso-pic as background image. +\thispagestyle{empty} +\newcommand\CinBackgroundLogo{% + \put(0,0){% + \parbox[b][\paperheight]{\paperwidth}{% + \vfill + \centering + \includegraphics[width=\paperwidth,% + height=\paperheight]{cin-big.png}% ,keepaspectratio + \vfill + }}} + +% Use the logo +\AddToShipoutPicture{\CinBackgroundLogo} + +% Place the title over the "black hole". +% The position must be set appropriately. +\vspace*{14.5cm} +\definecolor{CinBlue}{RGB}{35,134,220} +\begin{minipage}[t]{80mm} + \textcolor{CinBlue}{\textsf{\Huge{The Comprehensive}}}\\[1em] + \textcolor{CinBlue}{\textsf{\Huge{\textbf{User Manual}}}} +\end{minipage} + +\clearpage +% Remove the logo +\ClearShipoutPicture % Title page definition %\providecommand{\HUGE}{\Huge}% if not using memoir diff --git a/parts/Shortcuts.tex b/parts/Shortcuts.tex index 96af9bb..ab52776 100644 --- a/parts/Shortcuts.tex +++ b/parts/Shortcuts.tex @@ -1,7 +1,11 @@ \chapter{Shortcuts}% \label{cha:shortcuts} -Almost every Cinellerra GG Infinity commands has its own keyboard and mouse shortcuts. Below we list them all organized by windows and type. +Almost every Cinellerra GG Infinity command has its own keyboard and mouse shortcuts. Here +they are listed organized by window and type. If a desktop window manager and operating +system is already using a specific key for its own purpose then that key will not be available +for use as a shortcut in Cinelerra. An example might be the Alt key. Some specific alternatives +are listed in \ref{ssub:key_alternatives} in the "Key Alternatives" paragraph. \section{Main window }% \label{sec:main_window} @@ -36,7 +40,7 @@ The Main window (also called the program window) consists of pulldown menus, but & Render\dots & Shift-R & Open render window \\ & Export EDL\dots & Shift-E & Open export EDL window \\ & Batch Render\dots & Shift-B & Open batch render window \\ - & BD Render\dots & Ctrl-d & Open create bluray disk window \\ + & BD Render\dots & Ctrl-Shift-D & Open create bluray disk window \\ & DVD Render\dots & Alt-D & Open create dvd disk window \\ & Quit & q & Quit the program \\ & Dump EDL & & Write current EDL to stdout \\ @@ -91,7 +95,7 @@ The Main window (also called the program window) consists of pulldown menus, but \textcolor{blue}{Tracks} & Move tracks up & Shift-Up & Circulate tracks up \\ & Move trks down & Shift-Down & Circulate tracks down \\ & Delete tracks & & Delete all tracks \\ - & Delete last track & Ctrl-Shift-D & Delete last track \\ + & Delete last track & Ctrl-d & Delete last track \\ & Delete first track & Shift-D & Delete first track \\ & Concatenate trks & & Concatenate tracks together \\ & Append to Proj. & Shift-N & Add set of tracks \\ @@ -204,6 +208,10 @@ The Main window (also called the program window) consists of pulldown menus, but & Previous keyframe & Ctrl-k & Move to previous keyframe \\ & Next keyframe select & Shift-K & Select from cursor to next keyframe \\ & Previous keyfr select & Ctrl-Shift-K & Select from cursor to previous keyframe \\ + & Next auto& Alt-a & Move to next auto \\ + & Previous auto & Ctrl-Alt-a & Move to previous auto\\ + & Next auto select & Alt-Shift-A & Select from cursor to next auto \\ + & Previous auto select & Ctrl-Alt-Shift-A & Select from cursor to previous auto \\ & Previous edit & Alt $\leftarrow$ & Move to previous edit \\ & Next edit & Alt $\rightarrow$ & Move to next edit \\ & Cut left label & Ctl-alt-shift-'<' & Cut from insert pointer to previous label \\ @@ -211,7 +219,7 @@ The Main window (also called the program window) consists of pulldown menus, but & Cut previous edit & Ctrl-alt- ',' & Cut from insert pointer to previous edit \\ & Cut next edit & Ctrl-alt- '.' & Cut from insert pointer to next edit \\ & Fit & f & Fit time displayed to selection \\ - & Auto Fit & Alt-f' & Fit the max/min range of all automation types \\ + & Auto Fit & Alt-f & Fit the max/min range of all automation types \\ & Auto Fit & Ctrl-alt-f & Fit the max/min range of current automation types \\ & Undo & z & Undo from history previous operation \\ & Redo & Shift-Z & Redo from history next operation \\ @@ -309,7 +317,7 @@ The Main window (also called the program window) consists of pulldown menus, but & & Double click & On subtitle track, displays text in Line text \\ & & Double click & On fade/speed, synch video/audio ganged \\ & & Shift & While dragging auto, turns of gang \\ - & & Double MMB & On fade/speed, select keyframe position \\ + & & Double MMB & On auto or keyframe, select that position \\ & U & & Paste the last Video transition \\ & u & & Paste the last Audio transition \\ & r & Ctrl & Proxy quick switch \\ diff --git a/parts/Tips.tex b/parts/Tips.tex index 9986968..b22bd6a 100644 --- a/parts/Tips.tex +++ b/parts/Tips.tex @@ -231,7 +231,10 @@ Older graphics cards or non-performing graphics cards will probably bring only a {\small \url{https://download.nvidia.com/XFree86/Linux-x86_64/304.137/README/supportedchips.html}} -And, you can see what your specific hardware and software might support by running either \texttt{vainfo} or \texttt{vdpauinfo} from the command line. Partial examples of each are shown below. +And, you can see what your specific hardware and software might support by running either \texttt{vainfo} +(available in the libva-utils package) or \texttt{vdpauinfo} (available in the vdpauinfo package) from the +command line. For example which "Profiles" your hardware can handle is listed in the output such as Main +and High. Partial examples of each are shown below. \begin{lstlisting}[numbers=none] # vainfo -- 2.26.2