latex-notes

04 May 2023

Left parenthesis:

= \left\{\begin{array}{lcl} ,& & {}\\ ,& & {} \end{array} \right.

N choose d

The number of schemes choosing d balls from N+d elements
{N+d \choose d}

Lots of symbols:

symbols

How to insert pdf file at end of a Latex script

\usepackage[final]{pdfpages} \includepdf[pages=-]{file.pdf} or \includepdf[pages=-,pagecommand={},width=\textwidth]{file.pdf}

How to write algorithm part in LaTeX:

Overleaf_website

Reference:

  1. Insert pdf file at the end of a latex script
  2. LATEX from wikibook