auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0079026a7c0aa5ca0f9b2


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0079026a7c0aa5ca0f9b22b0af65436e6675e3c3
Date: Tue, 16 Jun 2020 16:13:24 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  0079026a7c0aa5ca0f9b22b0af65436e6675e3c3 (commit)
      from  3a809a9684eaebb0e23bcf2774747891c5b93a57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0079026a7c0aa5ca0f9b22b0af65436e6675e3c3
Author: Arash Esbati <arash@gnu.org>
Date:   Tue Jun 16 22:13:01 2020 +0200

    ; * tests/latex/fontification-general.tex: Fix Indentation in environments.

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) \]

-----------------------------------------------------------------------

Summary of changes:
 tests/latex/fontification-general.tex | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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