emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 0079026 19/27: ; * tests/latex/fontification-gen


From: Tassilo Horn
Subject: [elpa] externals/auctex 0079026 19/27: ; * tests/latex/fontification-general.tex: Fix Indentation in environments.
Date: Sat, 27 Jun 2020 03:17:44 -0400 (EDT)

branch: externals/auctex
commit 0079026a7c0aa5ca0f9b22b0af65436e6675e3c3
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * tests/latex/fontification-general.tex: Fix Indentation in environments.
---
 tests/latex/fontification-general.tex | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/tests/latex/fontification-general.tex 
b/tests/latex/fontification-general.tex
index 50d1b30..c864cd1 100644
--- a/tests/latex/fontification-general.tex
+++ b/tests/latex/fontification-general.tex
@@ -194,11 +194,11 @@ a bug report \#26630 for this issue: {\bfseries Text 
before, $(a+b)^2$
   is equal to \(a^2+2ab+b^2\)!}  First math expression is fontified
 with
 \begin{quote}
-\verb|(font-latex-math-face font-latex-bold-face)|
+  \verb|(font-latex-math-face font-latex-bold-face)|
 \end{quote}
 while the second with
 \begin{quote}
-\verb|(font-latex-bold-face font-latex-math-face)|
+  \verb|(font-latex-bold-face font-latex-math-face)|
 \end{quote}
 
 \part{Environments}
@@ -223,32 +223,32 @@ AUC\TeX{} fontifies the entire math content with
 should not be fontified.  Spaces or line breaks are used in order to
 distinguish argument from math content, i.e.
 \begin{quote}
-\verb|\begin{<mathenv>}[<opt-arg>]{<mand-arg>}|
+  \verb|\begin{<mathenv>}[<opt-arg>]{<mand-arg>}|
 \end{quote}
 will be fontified differently than
 \begin{quote}
-\verb|\begin{<mathenv>}[<opt-arg>] {<math-content>}|
+  \verb|\begin{<mathenv>}[<opt-arg>] {<math-content>}|
 \end{quote}
 or
 \begin{quote}
-\verb|\begin{<mathenv>} [<math-content>]{<math-content>}|
+  \verb|\begin{<mathenv>} [<math-content>]{<math-content>}|
 \end{quote}
 
 The relevant functions in \verb|font-latex.el| are
 \begin{quote}
-\verb|font-latex-match-math-envII|\quad and \\
-\verb|font-latex-extend-region-backwards-math|
+  \verb|font-latex-match-math-envII|\quad and \\
+  \verb|font-latex-extend-region-backwards-math|
 \end{quote}
 
 \subsubsection{Standard \protect\LaTeX{}}
 
 Examples taken from \cite{voss16}.
 \begin{equation}
-f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right)
+  f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right)
 \end{equation}
 or
 \begin{displaymath}
-f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right)
+  f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right)
 \end{displaymath}
 or
 \[ f(x)=\prod_{i=1}^{n}\left(i-\frac{1}{2i}\right) \]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]