Search found 4 matches

by Mrhnhrm
Mon Oct 18, 2021 5:59 pm
Forum: Graphics, Figures & Tables
Topic: Footnote indexing problem in multiple minipages
Replies: 2
Views: 5678

Footnote indexing problem in multiple minipages

Hi, and thanks for taking a look.

So, my document has tables and figures, and some of them require footnotes right under them. Here is what I could come up with:

\documentclass{article}

\usepackage{perpage} %the perpage package
\MakePerPage{footnote} %the perpage package command

\renewcommand ...
by Mrhnhrm
Thu Dec 05, 2019 8:09 am
Forum: Math & Science
Topic: (solved) Aligned equations, individually numbered, all inside one pair of delimiters?
Replies: 3
Views: 9872

(solved) Aligned equations, individually numbered, all inside one pair of delimiters?

... and nailed it. Package empheq gets the job done. For example...
\documentclass[]{article}
\usepackage{amsmath}
\usepackage{empheq}
\begin{document}

\begin{subequations}
\begin{empheq} [left=\empheqlbrace] {align}
e & \approx 2.72 \\
\pi & \approx 3.14 \\
e\pi & \approx 8.5397
\end{empheq ...
by Mrhnhrm
Tue Dec 03, 2019 2:52 pm
Forum: Math & Science
Topic: (solved) Aligned equations, individually numbered, all inside one pair of delimiters?
Replies: 3
Views: 9872

(solved) Aligned equations, individually numbered, all inside one pair of delimiters?

→ https://latex.org/forum/viewtopic.php?p=93527#p93527
Many thanks. May I ask for some further explanation? I looked through the (rather concise) manual for the package cases , and I couldn't figure out how to customize the alignment. The expressions (left part of the cases environment) seem to be ...
by Mrhnhrm
Tue Dec 03, 2019 11:57 am
Forum: Math & Science
Topic: (solved) Aligned equations, individually numbered, all inside one pair of delimiters?
Replies: 3
Views: 9872

(solved) Aligned equations, individually numbered, all inside one pair of delimiters?

Hi, and thanks for taking a look.

So, I am trying to make a bunch of equations that are aligned, individually automatically numbered, and all of them neatly packaged into an arbitrary set of delimiters. As they say, a picture is worth a thousand words; so, please see the attached image for a (very ...