Skip to main content
replaced http://emacs.stackexchange.com/ with https://emacs.stackexchange.com/
Source Link

This question is related to how to detect if inside a LaTeX math environment?how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answeranswer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formulae.

This question is related to how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formulae.

This question is related to how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formulae.

added 1 character in body
Source Link
Name
  • 8.2k
  • 5
  • 47
  • 93

This question is related to how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formulaformulae.

This question is related to how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formula.

This question is related to how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formulae.

Source Link
Name
  • 8.2k
  • 5
  • 47
  • 93

Detection inside general LaTeX (not necessarily Math) commands

This question is related to how to detect if inside a LaTeX math environment?.

How to do the correct settings in .emacs in such a way that the variable texmathp takes the value t (like in math formulae) when the cursor is at the following commands?

\newpage ;command for creating a new page \label{blabla} \cite{blabla} \ref{blabla} \footnote{blabla} \section{blabla} \chapter{blabla} \\ ;command for creating a new line 

In the answer it was mentioned that one can use texmathp-tex-commands to achieve such things. Let me ask how to do it for the above formula.