Skip to content

Float placement for specific table #594

@elsewhat-eq

Description

@elsewhat-eq

First of all, thanks for the wonderful project :)

Have a two-column article setup and now optimizing the display of tables.

Took the recommendations from #113 and my current setup is the following:

\documentclass[10pt,a4paper,twocolumn]{article}

\usepackage[theme = vincent7f/tabularx,citations,import=witiko/diagrams@v2,relativeReferences,notes,headerAttributes,gfmAutoIdentifiers, pipeTables, tableCaptions, fencedCode, tableAttributes]{markdown}

For some of the tables, it's important to me to be inline with the text. For others, I want to use the default handling.
If this was a general setting for all tables I've found out I've could have used

\usepackage{float}
\floatplacement{table}{h}

But now I want to set this for only a specific markdown table.

Is there some way I could override the floatplacement for this specific table?
Something like I tried with the example below

| Tool Name | Tool Description |
|-----------|------------------|
| `get relevant  documents` | Get relevant documents to be used as context when constructing a knowledge graph. These document are specific to the business domain and contain important terminology and concepts to be used when constructing the knowledge graph |
| `get terminology list` | Get specific terminology and abbreviations to be used as context when constructing a knowledge graph. Use this to help understand terms and abbreviation encountered in the data |

: My table caption {width=0.9\columnwidth floatplacement=h}

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