LaTeX

Install:

https://www.youtube.com/watch?v=KZBmSYlqEzo -

https://www.youtube.com/watch?v=nc2iqMMQk_U

https://www.youtube.com/watch?v=5ifh3NF-k-k

https://www.youtube.com/watch?v=lwy6pn5vi5A

http://tex.stackexchange.com/questions/119805/bibliography-in-texmaker

http://oeis.org/wiki/List_of_LaTeX_mathematical_symbols

Track Changes:

http://tex.stackexchange.com/questions/65453/track-changes-in-latex

https://emckiernan.wordpress.com/2012/11/28/tracking-changes-in-latex/

http://trackchanges.sourceforge.net/help_stylefile.html

Insert Citation:

https://verbosus.com/bibtex-style-examples.html

Insert BOX:

http://tex.stackexchange.com/questions/36524/how-to-put-a-framed-box-around-text-math-environment

Insert EQUATION:

https://www.sharelatex.com/learn/Mathematical_fonts

http://texblog.org/2012/01/10/strict-inequalities-greaterless-than-in-text-mode/

Insert Multiple Citation:

http://tex.stackexchange.com/questions/127156/cite-multiple-references-with-bibtex?lq=1

Insert Table:

http://www.electronics.oulu.fi/latex/examples/example_3/

Insert Figure:

http://tex.stackexchange.com/questions/19176/how-to-insert-an-image-into-latex-documen

How to convert MATLAB figure into EPS format:

1. Generate Matlab figure.

2. File -> Export Setup -> Rendering - > Resolution ( 600 dpi ) -> Export -> Save as fig1.eps 55 MB (Size)

3. use this code for LaTeX:

\begin{figure}

\centering

\includegraphics[scale=0.6]{Figures/ase1.eps}

\caption{Area Spectral Efficiency Vs Intersite Distance}

\label{fig:ase}

\end{figure}

Insert Optimization Problem:

https://www.sharelatex.com/learn/Spacing_in_math_mode

\begin{equation*}

\begin{aligned}

& {\text{minimize}}

& & \mathrm P_{m}N_{m} + \sum_{s=1}^{S}P_{s}N_{s} \\

\end{aligned}

\end{equation*}

\begin{equation}

\begin{aligned}

& \text{subject to} \\

&{\rm C}1: P_{z}^{min}(k) \leq P_{{\rm tx},z}^{t}(k) \leq P_{z}^{max}(k)

& \forall t \in \mathcal{T}; \forall z \in \mathcal{Z} ; k \in \mathcal{U}_{z}^{t} \\

&{\rm C}2: \gamma_{z}^{t}(k) \geq \gamma_{z}^{th}(k)\cdot s_{z}(k)

& \forall t \in \mathcal{T}; \forall z \in \mathcal{Z} ; k \in \mathcal{U}_{z}^{t} \\

&{\rm C}3: s_{z}(k) \in \lbrace0,1\rbrace

& \forall z\in \mathcal{Z} ; \forall k \in \mathcal{U}_{z}^{t} \\

&{\rm C}4: \sum_{z \in \mathcal{Z}}s_{z}(k) \leq1

& \forall k \in \mathcal{U}_{z}^{t} \\

&{\rm C}5: r_{z}^{t}(k) \geq r_{qos}^{t}(k)

& \forall (t1,t2) \in \mathcal{T}; \forall z \in \mathcal{Z} ; k \in \mathcal{U}_{z}^{t} \\

&{\rm C}6: W_{r} \leq W_{m}

& \forall W \in W_{t}

\end{aligned}

\end{equation}

Insert Flow Chart:

http://www.texample.net/tikz/examples/simple-flow-chart/

How to add a word (backhaul) to the laTex Dictionary (add to dictionary):

9

down vote

In version 4.1.1, you can right click a word underlined in red and then click "Check Spelling Selection". That will open a dialog box where you need to click "Always Ignore".