Issue 382 – Newlines inserted before/after begin/end keywords of LaTeX equations
Description/Summary
Markdown export issue creating extra newline when it is not necessaryContent
\left
and \right
on the same lines as the rest of the equation
#
\[\left\{\begin{align} \dot{x} & = \sigma(y-x) \newline \dot{y} & = \rho x - y - xz \newline \dot{z} & = -\beta z + xy \end{align} \right.\]
\left
and \right
by themselves on separate lines but with succeeding/preceding comments
#
\[\left\{ % but say if I insert comments here/random text \begin{align} \dot{x} & = \sigma(y-x) \newline \dot{y} & = \rho x - y - xz \newline \dot{z} & = -\beta z + xy \end{align} % or random text here, problem goes away \right.\]
\left
and \right
by themselves on separate lines
#
Due to an upstream bug in ox-html.el
, below equation is not
rendering correctly at the moment — ox-hugo
Issue #382
\[\left\{
\begin{align} \dot{x} & = \sigma(y-x) \newline \dot{y} & = \rho x - y - xz \newline \dot{z} & = -\beta z + xy \end{align}
\right.\]
Page (Debug)
Page Variable | Value | |
---|---|---|
Name | "Issue 382 – Newlines inserted before/after begin/end keywords of LaTeX equations" | |
Title | "Issue 382 – Newlines inserted before/after begin/end keywords of LaTeX equations" | |
ResourceType | "page" | |
Kind | "page" | |
Section | "issues" | |
Draft | false | |
Type | "issues" | |
Layout | "" | |
Permalink | "https://ox-hugo.scripter.co/test/issues/issue-382-latex-equation/" | |
RelPermalink | "/issues/issue-382-latex-equation/" | |
Data |
| |
NextPage | Issue 374 – Tables written in table.el format | |
PrevPage | Issue 389 – Link to Hugo bundle subtrees in other Org files | |
NextInSection | Issue 374 – Tables written in table.el format | |
PrevInSection | Issue 389 – Link to Hugo bundle subtrees in other Org files |
Page Params (Debug)
Key | Type | Value |
---|---|---|
description | string | "Markdown export issue creating extra newline when it is not necessary" |
draft | bool | false |
iscjklanguage | bool | false |
lastmod | time.Time | 2020-11-11 09:46:58 -0500 -0500 |
tags | []string | "issues" "latex" "equations" |
title | string | "Issue 382 – Newlines inserted before/after begin/end keywords of LaTeX equations" |
File Object (Debug)
FileInfo Variable | Value |
---|---|
UniqueID | "7c8c7c72d4bc88f7c13fcf8dcee75715" |
BaseFileName | "issue-382-latex-equation" |
TranslationBaseName | "issue-382-latex-equation" |
Lang | "en" |
Section | "issues" |
LogicalName | "issue-382-latex-equation.md" |
Dir | "issues/" |
Ext | "md" |
Path | "issues/issue-382-latex-equation.md" |