From 5fdbc151f8b8060332ab013556ee5c0435425836 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 27 Mar 2020 20:14:44 -0600 Subject: [PATCH] Olaf fix in settings so can cut and paste from pdf file --- common/settings.tex | 54 ++++++++++++--------------------------------- parts/Developer.tex | 9 ++++++++ 2 files changed, 23 insertions(+), 40 deletions(-) diff --git a/common/settings.tex b/common/settings.tex index aa85497..e2c68bb 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -1,20 +1,10 @@ % FIXME Settings % - Page numbers always on the right, matching the chapter -% number. Possibly coloring. -% - Improve header, remove the line, because with the listings also -% come lines and when they meet it looks bad. Set italics and -% color if necessary. -% - But be careful, too much ink can quickly have a negative -% effect. +% number. % FIXME Text % - Change all tables to variable dimensions. -> use draft -% - (Remove all leading \$ characters from the shell -% examples. Alternative: invalidate according to TeX rules, so that -% other editors do not consider this an error. Do not automate, this -% must be adjusted manually.) -% - no * in the font -% - No novels in the listings. +% - Remove all leading \$ characters from the shell examples. % The Settings @@ -62,8 +52,10 @@ \setsubparaheadstyle{\normalfont\bfseries\color{CinBlueText}}% SubParagraph % Table of contents -\addtodef{\tocheadstart}{\color{CinBlueText}}{} % If you want the whole TOC to be blue also -%\addtoiargdef{\printtoctitle}{\color{CinBlueText}}{} % If you just want the TOC title blue +\addtoiargdef{\printtoctitle}{\color{CinBlueText}}{} % If you just want the TOC title blue +% \addtodef{\tocheadstart}{\color{CinBlueText}}{} % If you want the +% whole TOC to be blue also. The page numbers are also colored, but +% these are not links, that's confusing. % PDF properties @@ -73,7 +65,7 @@ filecolor=[named]{CinBlueText}, urlcolor=[named]{CinBlueText}, bookmarksnumbered=true, - pdftitle={The Comprehensive User Manual}, + pdftitle={Cinelerra-GG -- The Comprehensive User Manual}, pdfauthor={The Cinelerra-GG Community}, pdfsubject={Video Editing}, pdfkeywords={Cinelerra-GG, CGG, Cin5, Infinity, User Manual, Video @@ -82,7 +74,6 @@ % Package listings -% FIXME: PDF c&p d o e s n o t w o r k. \lstset{% Common settings frame=single, framerule=0pt, @@ -109,6 +100,8 @@ % title inputencoding=utf8, extendedchars=true, + % Required for c&p (PDF -> Clipboard): + columns=fullflexible, postbreak=\mbox{\textcolor{CinSilver}{$\hookrightarrow$}\space}, keywordstyle=\color{CinDarkGray}, commentstyle=\footnotesize\color{gray}, @@ -130,34 +123,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%====================== Page geometry -% \geometry{left=2.0cm} -% \geometry{right=2.0cm} -% \geometry{top=2.0cm} -% \geometry{bottom=2.0cm} - \parindent=0.0cm % first indent in section \righthyphenmin=2 % hyphen last charecter \setsecnumdepth{subsubsection} % section numeration depth -%\pagestyle{plain} -%\pagenumbering{roman} -%\renewcommand{\chapterheadstart}{ -%%\vspace*{\beforechapskip} -%\hrule\medskip} -%\renewcommand{\chapnamefont}{\normalfont\large\scshape} -%\renewcommand{\chapnumfont}{\normalfont\large\scshape} -%\renewcommand{\chaptitlefont}{\normalfont\large\scshape} -%\renewcommand{\printchaptername}{\normalfont\large\scshape История} -%\renewcommand{\chapternamenum}{ } -%\renewcommand{\printchapternum}{\chapnumfont \thechapter} -%\renewcommand{\afterchapternum}{. } -%\renewcommand{\afterchapskip}{\vspace{2ex}} -%\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip -%\afterchapskip} -%} -%\chapterstyle{madsen} % one of chapter header style for memoir documentclass -\chapterstyle{morrow} % one of chapter header style for memoir documentclass +% We use the chapter header style: +\chapterstyle{morrow} + % \renewcommand{\printchaptername}{\normalfont\large\scshape Chapter} \renewcommand{\chapterheadstart}{} %\renewcommand{\beforechapskip}{\vspace{2pt}} @@ -167,6 +139,8 @@ \renewcommand{\nomname}{Glossary} % glossary name +% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % Define the Cinnelerra-GG wordmark - a rough draft that can be % adapted at any time. To be used in the text with \CGG{} % or % \CGGI{} diff --git a/parts/Developer.tex b/parts/Developer.tex index c61067f..a23ce32 100644 --- a/parts/Developer.tex +++ b/parts/Developer.tex @@ -381,6 +381,7 @@ capabilities. The second is that cmake 3.5.1 is required for OpenCV 4.2. \item Workaround already in use by \CGG{} - using 3.4.1 for older distros and 4.2 for newer \item Your workaround - upgrade cmake to 3.5.1 for upgrade to 4.2; add non-free to the compile; and use binaries that you do not know what they contain since no source code to compile. +Look into opencv4/opencv2/core/types.hpp:711;27 \end{description} \textbf{webp} @@ -399,6 +400,14 @@ compile; and use binaries that you do not know what they contain since no source \item Your workaround - upgrade on those systems to cmake 3.5 \end{description} +\textbf{x10tv} +\begin{description}[noitemsep] + \item Status - this is the x10 TV remote control + \item Problem - INPUT\_PROP\_POINTING\_STICK not defined error on older distros + \item Workaround already in use by \CGG{} - leaving out of Ubuntu14, Ubuntu, Centos7 + \item Your workaround - look into /usr/include/linux/input-event-codes.h +\end{description} + \textbf{libvpx} \begin{description}[noitemsep] \item Status - currently at version 1.8.1 -- 2.26.2