Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/pandocPublic

Markdown table formatting error #3481

Closed
@mynl

Description

@mynl

Using pandoc 1.19.2.1 to make Beamer pdf.

The following table formats correctly:

**Notation**              | **Meaning**                           | **Formula**        |:-------------------------|:--------------------------------------|:-------------------|${}_tp_{xy}$              | Probability $(x)$ and $(y)$ are both alive in $t$ years | $\Pr(T_{xy}>t)$ |${}_tq_{xy}$              | Probability $(x)$ and $(y)$ are **not** both alive in $t$ years | $\Pr(T_{xy}\le t)$ |${}_{u\vert t}q_{xy}$     | Probability $(x)$ and $(y)$ are both alive in $u$ years but not in $u+t$ years | $\Pr(u < T_{xy}\le u+t)$ |${}_tq_{xy}^{\, 1}$       | Probability $(x)$ dies before $(y)$  and within $t$ years | $\Pr(T_{x}\le t \text{ and } T_x < T_y)$ |${}_tq_{xy}^{\, 2}$       | Probability $(x)$ dies after $(y)$  and within $t$ years | $\Pr(T_y < T_{x}\le t)$ |${}_tp_{\overline{xy}}$   | Probability at least one of $(x)$ and $(y)$ is alive in $t$ years | $\Pr(T_{\overline{xy}}>t)$ |${}_tq_{\overline{xy}}$   | Probability both $(x)$ and $(y)$ is dead in $t$ years | $\Pr(T_{\overline{xy}} \le t)$ |

Expected format

but this, with no spaces around < in the fourth line of table does not

**Notation**              | **Meaning**                           | **Formula**        |:-------------------------|:--------------------------------------|:-------------------|${}_tp_{xy}$              | Probability $(x)$ and $(y)$ are both alive in $t$ years | $\Pr(T_{xy}>t)$ |${}_tq_{xy}$              | Probability $(x)$ and $(y)$ are **not** both alive in $t$ years | $\Pr(T_{xy}\le t)$ |${}_{u\vert t}q_{xy}$     | Probability $(x)$ and $(y)$ are both alive in $u$ years but not in $u+t$ years | $\Pr(u < T_{xy}\le u+t)$ |${}_tq_{xy}^{\, 1}$       | Probability $(x)$ dies before $(y)$  and within $t$ years | $\Pr(T_{x}\le t \text{ and } T_x<T_y)$ |${}_tq_{xy}^{\, 2}$       | Probability $(x)$ dies after $(y)$  and within $t$ years | $\Pr(T_y < T_{x}\le t)$ |${}_tp_{\overline{xy}}$   | Probability at least one of $(x)$ and $(y)$ is alive in $t$ years | $\Pr(T_{\overline{xy}}>t)$ |${}_tq_{\overline{xy}}$   | Probability both $(x)$ and $(y)$ is dead in $t$ years | $\Pr(T_{\overline{xy}} \le t)$ |

Error in fourth line of table

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp