From: Спицын Андрей Date: Tue, 5 Mar 2019 21:53:49 +0000 (+0300) Subject: Link to OverLeaf guide to LaTeX X-Git-Tag: 2021-05~268 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=1a85f75865ed7061adb4a29885fc28b196964315;ds=sidebyside Link to OverLeaf guide to LaTeX --- diff --git a/README.md b/README.md index 577a4ee..4f5b377 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ Bref help to compile. Then `pdflatex feature5.tex && feature5.tex` +There is a good guide for LaTeX at OverLeaf webcite: https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes diff --git a/parts/Instalation.tex b/parts/Instalation.tex index b0e79ff..8994974 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -117,11 +117,13 @@ make install Then just start the application by keying in: ./cin in the bin subdirectory OR add a desktop icon by using the appropriate directory to copy the files to, run as root, and edit to correct the directory path. + \begin{lstlisting}[language=bash] cd /cinelerra_directory_path cp -a image/cin.{svg,xpm} /usr/share/pixmaps/. cp -a image/cin.desktop /usr/share/applications/cin.desktop change the “Exec=cin” line to be “Exec=/bin/cin” \end{lstlisting} + The preceding directions for doing a single-user build has been meticulously followed to build and run on a newly installed ubuntu 15 system WITHOUT BEING ROOT except for the \texttt{bld\_prepare.sh} and creating the desktop icon.