second add cha 8
[goodguy/cin-manual-latex.git] / README.md
1 # Cinelerra-gg manual in latex
2
3 Bref help to compile.
4 `sudo apt install texlive-full`
5
6 Then `pdflatex CinelerraGG_Manual.tex && pdflatex CinelerraGG_Manual.tex`
7
8 There is a good guide for LaTeX at OverLeaf: https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes
9
10 ## LO to LaTeX guideline
11
12 Use bold font for \textbf{root} user name.
13 Use \begin{lstlisting}[language=bash], \end{lstlisting} for code blocks.
14 Use typescript for file names and path.
15
16
17