latex minipage positioning

josh BAUER 166 Reputation points
2021-03-12T18:28:14.587+00:00

Latex documentation reads that minipage can be positioned via formula in [ ] brackets.
I tried

\begin{minipage}[posx=0,posy=0]{2cm} TO1 \end{minipage} 
\begin{minipage}[posx=0,posy=2]{2cm} TO1 \end{minipage}

posx and posy seems not to be proper formula.
How to do this?
How to put minipage in arbitrary place?

Developer technologies | C++
{count} votes

1 answer

Sort by: Most helpful
  1. Guido Franzke 2,191 Reputation points
    2021-03-15T06:49:14.45+00:00

    Hello,
    you could ask here: forum
    Regards, Guido

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.