From: Good Guy Date: Wed, 2 Jun 2021 01:21:44 +0000 (-0600) Subject: fix duplicate section names X-Git-Tag: 2021-06~5 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=a3f9154b7a3b537c57f65cfba4b1e537c828a56f;hp=c58003dd39554c8f53d77691bc50f1725f9973f9 fix duplicate section names --- diff --git a/parts/Stuff.tex b/parts/Stuff.tex index 239f41d..0c3bc64 100644 --- a/parts/Stuff.tex +++ b/parts/Stuff.tex @@ -15,7 +15,7 @@ There are 3 types of copy/cut and paste methods which exist in X windows, and mo \item[copy and paste] called secondary (or clipboard) selection. Some more modern programs use Ctrl-C/Ctrl-X and Ctrl-V for this (some use other keys or qualifiers, like Shift). \end{description} -\subsection*{How it works:}% +\subsection*{How Copy/Paste works:}% \label{sub:how_it_works} All of the methods use window \textit{properties} to attach data, called a selection, to a source window. The program advertises the selection by using the X server. The window property used determines which selection type is set/advertised by the new selection. diff --git a/parts/Trouble.tex b/parts/Trouble.tex index 59dc614..22a1b09 100644 --- a/parts/Trouble.tex +++ b/parts/Trouble.tex @@ -15,7 +15,7 @@ From within the program, you can invoke \textit{Context Help}, which references Context help can be requested from almost any \CGG{} window or subwindow by pointing with the mouse cursor on the GUI element of interest and pressing \texttt{Alt/h}. That HTML manual page will be shown via the configured web browser, which is assumed as most relevant to the GUI element currently under the mouse pointer. -\subsection{How it works}% +\subsection{How Context Help works}% \label{sub:how_it_works} The hotkey to request context help is \texttt{Alt/h}. What particular help page is shown, depends on the mouse cursor location while \texttt{Alt/h} is pressed. Usually, when the mouse is located in some window or dialog, the help page related to the functionality of this window or dialog is shown. In this case the mouse can point either on some widget, or on an empty area in the window. In \CGG{} GUI there are several rich loaded windows, \textit{Timeline} and \textit{Compositor} for example. In such a case different help pages can be requested depending on the particular GUI element under the mouse. For example, pressing \texttt{Alt/h} while pointing on the \textit{Autos curve} in a track would show help on \textit{automation keyframes} section, pointing on the \textit{Overlay} mode button in the \textit{patchbay} would show help on \textit{overlays}, pointing on the \textit{camera control} in \textit{Compositor} would show help on \textit{camera and projector}.