Indentation of equation numbers from left margin

General Tech Learning Aids/Tools 2 years ago

0 1 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Learning Aids/Tools related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

 

I seek help in finding an efficient way, upon creating a symbolic or textual expression by means of a \begin{equation} command, to indent from the left margin not only the expression but its parenthetically enclosed number. (Motivation for this consists in the editorial convention for logic that presents the premises and conclusion of a deductive argument, whether expressed in symbolic form or prose, as a sequence in which each statement occupies an indented line beginning with an assigned number.) The goal is to indent the numbers from the left margin by n pts. and to indent the statements by m pts. for 0 < n < m. Usually n is at least as great as \parindent. For example, n = 32, m = 48.

I'm a neophyte at TeX, and this is my first posting here. Learning from various sources, I began by trying the following.

\documentclass[12pt,letterpaper,leqno,fleqn]{article}
\usepackage{amsmath}
\usepackage{latexsym,amssymb}
\setlength{\mathindent}{24pt}
\newcommand{\texteq}[1]{\begin{equation}\text{\parbox{0.85\textwidth}   {#1}}\end{equation}}
\begin{document}
## [A] ##
\begin{equation}
p \implies q
\end{equation}
\begin{equation}
p
\end{equation}
\begin{equation}
∴ q
\end{equation}
## [B] ##
\texteq{All bachelors are unmarried.}
\texteq{Jones is a bachelor.} 
\texteq{∴ Jones is unmarried.}

\end{document}

[A] yields the following.

Prior text

(1)

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.