Skip to content

Alternative approach for list of abbreviations #92

Open
@joelostblom

Description

@joelostblom

In addition to the current approach using ~~~~~ spacers, you can do the following (with \usepackage{longtable} in you header-includes):

\begin{longtable}[l]{l l}
    \textbf{AP} & Anterior-Posterior \\
    \textbf{PS} & Primitive Streak \\
    \textbf{mPSC} & mouse Pluripotent Stem Cell \\
\end{longtable}

Might make it a bit easier to read without those tildes, but I am not an expert on latex so can't guarantee that they are exactly equivalent although it look similar in the output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions