figure placement
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
In LaTeX, in order to create a good figure placement, it is often necessary to place figures in the `*.tex` file earlier than makes logically sense, in particular `figure*` environments when using `twocolumn` mode. However, it is often not sensible to use that placement to structure an `*.html` page. It would be good to have a way to indicate in the `*.tex` code, where the figure should be placed in the `*.html` page, possibly using something like `\placeHere{fig:myResults}`, where the `figure` environment contains `\label{fig:myResults}`. The same applies to `table` and other floats.
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the LaTeX-to-HTML handling for figure, table, float, and label placement, then compare how twocolumn figures are currently rendered. Done should include a decided placement mechanism for figures and tables, with coverage for the proposed label-based workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100