Code: Select all
\documentclass{article}
\renewcommand{\baselinestretch}{1.5}
\usepackage{amsmath}
\begin{document}
\[
\begin{pmatrix} z \\ \bar{z} \end{pmatrix}
\]
\end{document}
Code: Select all
\documentclass{article}
\renewcommand{\baselinestretch}{1.5}
\usepackage{amsmath}
\begin{document}
\[
\begin{pmatrix} z \\ \bar{z} \end{pmatrix}
\]
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[onehalfspacing]{setspace}
\usepackage{amsmath}
\usepackage{blindtext}
\begin{document}
\blindtext
\[
\begin{pmatrix}
z \\
\bar{z}
\end{pmatrix}
\]
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.