AMC analyse misses detecting rotated ID boxes (Bug #401)
Description
To use header space, suppose I put the binary AMCIDboxes ABC in right/left margin.
Then, they are not recognized.
History
Updated by shreikant kv over 9 years ago
In fact, this can be found at Layout Dectection +Check Layout stage itself.
Updated by Alexis Bienvenüe over 9 years ago
Please also provide a minimal sample source file, so that we can try to make it work.
Updated by shreikant kv over 9 years ago
I have attached a tex file. I forgot to mention that I used \rotatebox over AMCIDboxesABC to
accommodate vertically in the margin. When I try Check Layouts: I can see that AMC is 'thinking'/
'expecting' the boxes to be horizontal.
You can go directly to the line: \marginpar{\rotatebox{90}{\AMCIDBoxesA\ \AMCIDBoxesB\ \AMCIDBoxesC}}
in the tex file.
- File source.tex added
Updated by Alexis Bienvenüe over 9 years ago
That's it : you can see in the Check layouts window that the boxes are expected to be horizontal (blue boxes). The problem comes from rotatebox
, that makes the \pdfsavepos
wrong, so that AMC is confused.
I'm afraid I can't fix it. As a workaround, you can try to get the same positions of the boxes without \rotatebox
(maybe using a box with small width).
Updated by Alexis Bienvenüe about 8 years ago
- Status changed from New to WontFix