[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[a new bug? concerning indenting] (was: bug#28405: Adding entries to LaT
From: |
Uwe Brauer |
Subject: |
[a new bug? concerning indenting] (was: bug#28405: Adding entries to LaTeX-indent-environment-list) |
Date: |
Tue, 08 Feb 2022 20:50:32 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> I think standard filling isn't so bad. It does the job mostly
> satisfactorily, at least for me.
Hi
Even with your patch (I have not pulled, so but I presume that used the patch
master from 24 of january is still ok?)
In any case look at this
\documentclass[12pt]{article}
\usepackage{amssymb,amsfonts,amsmath,amsthm}
\begin{document}
\begin{equation}
\label{eq:step-func:5}
u(t-a) f(t-a)=\left\{\begin{array}{ll}
0 & \text { if } t<a, \\
f(t-a) & \text { if } t \geqq a .
\end{array}\right.
\end{equation}
Gets filled to
\begin{equation}
\label{eq:step-func:5}
u(t-a) f(t-a)=\left\{\begin{array}{ll}
0 & \text { if } t<a, \\
f(t-a) & \text { if } t \geqq a .
\end{array}\right.
\end{equation}
\end{document}
So something is not right?
smime.p7s
Description: S/MIME cryptographic signature
- Re: Adding entries to LaTeX-indent-environment-list, (continued)
Re: bug#28405: Adding entries to LaTeX-indent-environment-list, Ikumi Keita, 2022/02/02
- Re: bug#28405: Adding entries to LaTeX-indent-environment-list, Arash Esbati, 2022/02/02
- Re: bug#28405: Adding entries to LaTeX-indent-environment-list, Ikumi Keita, 2022/02/03
- [a new bug? concerning indenting] (was: bug#28405: Adding entries to LaTeX-indent-environment-list),
Uwe Brauer <=
- Re: [a new bug? concerning indenting] (was: bug#28405: Adding entries to LaTeX-indent-environment-list), Ikumi Keita, 2022/02/09
- Re: [a new bug? concerning indenting], Uwe Brauer, 2022/02/09
- Re: [a new bug? concerning indenting], Ikumi Keita, 2022/02/09
- Re: [a new bug? concerning indenting], Uwe Brauer, 2022/02/09
Re: [a new bug? concerning indenting], Arash Esbati, 2022/02/09