Section without numbering - Bibliography, Appendix
11\section*{Your section title}
Todo notes
31\usepackage[colorinlistoftodos]{todonotes}
2
3\todo[inline,red]{comment}
Indent size (atkāpe no paragrāfa)
11\setlength\parindent{1cm}
References ar custom text
31\usepackage{hyperref}
2
3\hyperref[sec:paper_3]{Appendix C}
https://leesjohn.wordpress.com/2013/03/14/using-custom-text-when-using-ref-in-latex/comment-page-1/
Garās domu zīmes
11--- => –
Draw charts directly in LaTeX
81\begin{tikzpicture}
2\draw[thick, ->] (-5,0) -- (5,0) node[anchor=north west] {x};
3\draw[thick, ->] (0,-2) -- (0,5) node[anchor=south east] {y};
4\draw[red] (-4,-1) -- (2,3);
5\draw[black] (-3,0) node[above]{$x_0$};
6\draw[black] (0,2) node[above right]{$y_0$};
7\draw[black] (2,3) node[below right]{$y = f(x)$}
8\end{tikzpicture}
Lock position of table in specific paragraph using [H] - hold modifier. Can do same also for images / figures
61\begin{table}[H]
2 \centering
3 \caption{Add caption}
4 \Tiny % make text small if necessary
5 ....
6
Split tables over multiple pages and turn landscape pages if necessary
71\usepackage{longtable}
2\usepackage{tabularx}
3\usepackage{lscape}
4...
5\begin{landscape}
6...
7\end{landscape}
Tool for latex equtions understanding: https://detexify.kirelabs.org/classify.html
Tool for references: https://www.zotero.org
Together with https://github.com/retorquere/zotero-better-bibtex/releases
Excel export tables with style to latex macros (add-ins) https://ctan.org/pkg/excel2latex?lang=en
Turn page landscape
\begin{landscape}
csvautotabular formatting https://tex.stackexchange.com/questions/292512/csvsimple-csvautotabular-and-csvautobooktabular-with-centered-columns-content