Code: Select all
$$max U(z) such that \Sigma p_i z_i \leq I$$
1st: Between max U(z) and such that should have some whitespace, how to do that?
2nd: I want to add a letter 'z' below max U(z). How to do?
Many thanks in advance!
Code: Select all
$$max U(z) such that \Sigma p_i z_i \leq I$$
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
$$…$$
but a LaTeX math environment, e.g., \[…\]
or align
(amsmath/mathtools), e.g.,
\documentclass{article} \usepackage{mathtools} \begin{document} \[ \max_z{U(z)} \text{ such that } \Sigma p_i z_i \leq I\]% Perhaps the \Sigma should be a \sum? \end{document}
$$…$$
. See amsldoc.pdf also for handling of limits to \max
or \sum
or alternative math environments.$$…$$
. Please, see the links in my previous answer.NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p