-
Notifications
You must be signed in to change notification settings - Fork 1
LaTeX
Torstein Husebø edited this page Oct 7, 2019
·
18 revisions
% preamble
\usepackage{amsmath}
\newcommand{\nvec}[1]{\boldsymbol{#1}}
\newcommand{\ihat}{\boldsymbol{\hat{\textbf{\i}}}}
\newcommand{\jhat}{\boldsymbol{\hat{\textbf{\j}}}}
\newcommand{\hhat}{\boldsymbol{\hat{\textbf{k}}}}
% test
\begin{align*}
\nvec{v} &= x \ihat + y \jhat + z \hhat \\
\vec{v} &= x \ihat + y \jhat + z \hhat
\end{align*}
\usepackage{mathrsfs}
% etter begin{document}
$$\mathscr{V}_0 = \mathscr{V} \sqrt{\frac{v^2}{c^2}}$$
I preamble
\usepackage[natbib=true]{biblatex}
\addbibresource{references.bib}
Hvor du vil printe ut
\begingroup
\raggedright
\sloppy
\printbibliography
\endgroup