Link to OverLeaf guide to LaTeX
authorСпицын Андрей <spitsyn.andrey@gmail.com>
Tue, 5 Mar 2019 21:53:49 +0000 (00:53 +0300)
committerСпицын Андрей <spitsyn.andrey@gmail.com>
Tue, 5 Mar 2019 21:53:49 +0000 (00:53 +0300)
README.md
parts/Instalation.tex

index 577a4ee6ab18511c2793a03c1ffb112cef9cc88e..4f5b37792d10dbea73eff90e58b0bf3a6d127ef2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,5 +5,6 @@ Bref help to compile.
 
 Then `pdflatex feature5.tex && feature5.tex`
 
 
 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
 
 
 
 
index b0e79ffd9bf3e2502f5a91cba393b52b48f73e38..8994974a39c43ed7f0bac557924992c353e0e98a 100644 (file)
@@ -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.
 
 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=<your_directory_path>/bin/cin”
 \end{lstlisting}
 \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=<your_directory_path>/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.
 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.