Latex shortcut & useful tricks
- For learning
Latex
check
- A short macro for multiple refereces
\newcommand{\egcite}[1]{(e.g.,~\citealp{#1})}
. Simple use example \egcite{reynolds2006, elsheikh2013, stordal2015}
- Use Latexdiff for highlight/check modifications. For more information check
URL
- In latex you you should use ` to start a the quote instead of ‘
- Always use
\citet
and \citep
for citations. See URL
- You can avoid long lines with latex command at the beginning of your document
\begin{document} \sloppy