{amsmath} is a package provided by AMS that enhances LaTeX's mathematical typesetting capabilities in various ways.

learn more… | top users | synonyms

5
votes
0answers
100 views

Clickable hyperlink with \overset and XeLaTeX

I would like my document to have clickable hyperlinks inside \overset environments. I'm using XeLaTeX because of the fonts… This is a (rather) minimal example: \documentclass[a4paper, 12pt]{article} ...
2
votes
0answers
96 views

LaTeX is not compiling consistently

I am really new to LaTeX, so it's possible I'm making some egregious error that I'm not aware of, but my documents are compiling inconsistently. By that I mean it compiles correctly maybe one in ...
0
votes
0answers
80 views

Numbered equation makes small sum operator

I am using the followig: \chapter{Theoretical framework} \section{Econometric framework} \begin{equation} {r^{h}_{t+1}}= \alpha+\beta x_{t} + u^{h}_{t} \end{equation} %random test equationn ...
0
votes
0answers
53 views

Using split to break a long equation

I am trying to break a long equation over multiple lines. It is here as follows: \begin{equation} \begin{split} L(\textbf{q})=&\prod_{t=0}^{36}{q_{1}^{iB(t)sB(t+1)+iC(t)sC(t+1)}\\ &\quad\cdot ...