Text Formatting ⇒ enumeration of condtions
enumeration of condtions
Hello! How do I do to get those conditions (i) and (ii) together with the enumeration?
- Attachments
-
- topology.jpg (32.36 KiB) Viewed 1312 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
enumeration of condtions
At the moment I only see a manual solution.
Thorsten
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{mathtools} % loads »amsmath«
\begin{document}
\begin{subequations}
\begin{alignat}{3}
(i)\quad && \sigma(e,p) &= p &&\quad\forall p\in M \\
(ii)\quad && \sigma(g_1,\sigma(g_2,p)) &= \sigma(g_1g_2,p) &&
\end{alignat}
\end{subequations}
\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10