Andrea, my understanding is minimal, but since Terje says it looks good, then I say when you are satisfied with it yourself, let's make it a PDF document to put on the website and have the Manual reference it.
I used this shell script to Latex create Terje's standalone Preserving_Camcorder_Media.pdf: #!/bin/bash > # > pdflatex special.tex > pdflatex special.tex > echo " " > echo "VIP get ready for html by rm -rf CinelerraGG_Manual" > [root@keystone working]# cat Preserving.sh > #!/bin/bash > # > pdflatex Preserving.tex > pdflatex Preserving.tex > echo " " > echo "This is Terje's standalone camcorder to bluray." > and with this file, special.tex: \documentclass[ > a4paper, > 12pt, > oneside, > svgnames, > %draft > ]{memoir} % paper size, font size and other options for document > \input{common/packages.tex} % common packages > \input{common/settings.tex} > > %\includeonly{common/title,parts/Installation}% > ,parts/Introduction,parts/Windows > > \begin{document} > > \input{parts/SPECIAL_title.tex} % create and use custom title page > \thispagestyle{empty} % no page numbers > % \newpage > \setlength{\parskip}{1\baselineskip} > \frontmatter > > \tableofcontents > > \pagestyle{ruled} > > \mainmatter% > > \include{parts/SPECIAL} > > \newpage > \pagestyle{ruled} > > % \listoftodos > > \end{document} > > %%% Local Variables: > %%% mode: latex > %%% TeX-master: t > %%% End: > On Tue, Jan 30, 2024 at 7:16 AM Andrea paz <gamberucci.and...@gmail.com> wrote: > Another attempt for the document on DV and HDV to be put either as an > appendix to the manual or (better yet) in a separate pdf on git. I am > still not satisfied with the result, so a revision is welcome. >
-- Cin mailing list Cin@lists.cinelerra-gg.org https://lists.cinelerra-gg.org/mailman/listinfo/cin