diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-09-11 11:18:27 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-09-11 11:18:27 +0000 |
| commit | 4729b2e08e7fbc0578b707e5a5264bc2f4827b51 (patch) | |
| tree | 3675feedf0a991d4d6894fd22c3f3fa62b4b006d /docutils/test/functional | |
| parent | f4f3769340b6109f3cf88a8c76f85c3b060a3075 (diff) | |
| download | docutils-4729b2e08e7fbc0578b707e5a5264bc2f4827b51.tar.gz | |
LaTeXwriter: small fixes.
Don't add ``\phantomsection`` to labels in math-blocks.
New optional argument `newline` for LaTeXTranslator.ids_to_labels().
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
3 files changed, 0 insertions, 6 deletions
diff --git a/docutils/test/functional/expected/latex_memoir.tex b/docutils/test/functional/expected/latex_memoir.tex index b6db9b64b..8c039226c 100644 --- a/docutils/test/functional/expected/latex_memoir.tex +++ b/docutils/test/functional/expected/latex_memoir.tex @@ -1815,7 +1815,6 @@ The determinant of the matrix % \begin{equation*} \mathbf{M} = \left(\begin{matrix}a&b\\c&d\end{matrix}\right) -\phantomsection \label{eq-m} \end{equation*} is $|\mathbf{M}| = ad - bc$. @@ -1836,7 +1835,6 @@ The Schrödinger equation % \begin{equation*} i\hbar \frac{\partial }{\partial t}\Psi = \hat{H}\Psi , -\phantomsection \label{eq-schrodinger} \end{equation*} with the \emph{wave function} $\Psi $, describes how the quantum state of a diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex index 7c6dc13ac..851db065a 100644 --- a/docutils/test/functional/expected/standalone_rst_latex.tex +++ b/docutils/test/functional/expected/standalone_rst_latex.tex @@ -1837,7 +1837,6 @@ The determinant of the matrix % \begin{equation*} \mathbf{M} = \left(\begin{matrix}a&b\\c&d\end{matrix}\right) -\phantomsection \label{eq-m} \end{equation*} is $|\mathbf{M}| = ad - bc$. @@ -1858,7 +1857,6 @@ The Schrödinger equation % \begin{equation*} i\hbar \frac{\partial }{\partial t}\Psi = \hat{H}\Psi , -\phantomsection \label{eq-schrodinger} \end{equation*} with the \emph{wave function} $\Psi $, describes how the quantum state of a diff --git a/docutils/test/functional/expected/standalone_rst_xetex.tex b/docutils/test/functional/expected/standalone_rst_xetex.tex index 5c3919e91..5bdc27a16 100644 --- a/docutils/test/functional/expected/standalone_rst_xetex.tex +++ b/docutils/test/functional/expected/standalone_rst_xetex.tex @@ -1859,7 +1859,6 @@ The determinant of the matrix % \begin{equation*} \mathbf{M} = \left(\begin{matrix}a&b\\c&d\end{matrix}\right) -\phantomsection \label{eq-m} \end{equation*} is $|\mathbf{M}| = ad - bc$. @@ -1880,7 +1879,6 @@ The Schrödinger equation % \begin{equation*} i\hbar \frac{\partial }{\partial t}\Psi = \hat{H}\Psi , -\phantomsection \label{eq-schrodinger} \end{equation*} with the \emph{wave function} $\Psi $, describes how the quantum state of a |
