Float placement for specific table #595
-
|
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: 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. 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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @elsewhat-eq, thanks for using the Markdown package! You might achieve this perhaps most easily by using the ``` {=tex}
\begingroup
\floatplacement{table}{H}
```
| 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
``` {=tex}
\endgroup
```With respect to table attributes, we only translate Please, let me know how that goes. |
Beta Was this translation helpful? Give feedback.
Hi @elsewhat-eq,
thanks for using the Markdown package!
You might achieve this perhaps most easily by using the
rawAttributeoption and changing the float placement manually: